/*--------------
* 
* Welcome
* We are happy to help you - 
* Campaign Creators' Team.
* Thanks
* Email Here - 
* 
* ----------*/ 



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


/* ==========================================================================
HS COS Boilerplate v1.5.3                                
========================================================================== */

/* This responsive framework is required for all styles. */
/* Missing Template at Path: \'UltimateConversion_August2018\/Code Files\/UC_August2018-style_plugins.css\' */
/* Missing Template at Path: \'UltimateConversion_August2018\/Code Files\/UC_August2018-modules.css\' */
@import url('https://fonts.googleapis.com/css?family=Poppins'); 

/* ==========================================================================

1. BASE STYLES                                             

========================================================================== */

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

/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Typography */
/*  */
                          /*  */
                          /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/* Colors */
    /*  */
    /*  */
    /*  */

/* Headings */























/* Hero Background */







/* Footer */


/* Form Styling */


/* Button */



/* Desktop Menu */
      /* Set Link Color */
 /* Set Link Hover Color */

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

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


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

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

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

/* Website background color and default font styles */
@import url('https://fonts.googleapis.com/css?family=Poppins'); 
body,p, span, a, h1, h2, h3, h4, h5, h6, legend, p, span.h1, span.h2, span.h3, span.h4, span.h5, span.h6, span.p, table {font-family: 'Poppins' !important;}

body {
  background: #fff;
  color: #39464e;

  font-size: 16px;
  line-height: 1.56;
}

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/



.container {
  max-width: 1170px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;    width: 100%;
}
.page-center.width1440 {
  max-width: 1440px !important;
}

a { 
  color: #f55b14;
  text-decoration: none;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

a:hover, a:focus { color: #f15924; text-decoration:underline; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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


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


/* Basic text */

p {
  margin: 0 0 1em;
}
small {}

strong{
  font-weight: 600;
}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
  font-size: 22px;
  color: #7d7d7d;
  line-height: 1.45;
  margin: 0 0 1em;
  position: relative;
  font-style: italic;
}

blockquote:before {
  height: 100%;
  width: 2px;
  content: "";
  background-color: #f15924;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}
blockquote p {}

blockquote h6 {
  margin: 0 0 1em;
  color: #39464e;
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
}

blockquote h6 span {
  color: #7d7d7d;
}

blockquote small {}

blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

p > a.cta_button{
  line-height: 24px !important;
}

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

.text-center h2:after {
  margin: 0 auto;
  right: 0;
}

.slick-slide {
  outline: none;
}

.hidden-ani{
  opacity:0;
}
.visible-ani{
  opacity:1;
}

.pT10 {padding-top: 10px;}
.pT20 {padding-top: 20px;}
.pT30 {padding-top: 30px;}
.pT40 {padding-top: 40px;}
.pT50 {padding-top: 50px;}
.pT60 {padding-top: 60px;}
.pT70 {padding-top: 70px;}
.pT80 {padding-top: 80px;}
.pT90 {padding-top: 90px;}
.pT100 {padding-top: 100px;}

.pB10 {padding-bottom: 10px;}
.pB20 {padding-bottom: 20px;}
.pB30 {padding-bottom: 30px;}
.pB40 {padding-bottom: 40px;}
.pB50 {padding-bottom: 50px;}
.pB60 {padding-bottom: 60px;}
.pB70 {padding-bottom: 70px;}
.pB80 {padding-bottom: 80px;}
.pB90 {padding-bottom: 90px;}
.pB100 {padding-bottom: 100px;}

.pTb10 {padding-top: 10px;padding-bottom: 10px;}
.pTb20 {padding-top: 20px;padding-bottom: 20px;}
.pTb30 {padding-top: 30px;padding-bottom: 30px;}
.pTb40 {padding-top: 40px;padding-bottom: 40px;}
.pTb50 {padding-top: 50px;padding-bottom: 50px;}
.pTb60 {padding-top: 60px;padding-bottom: 60px;}
.pTb70 {padding-top: 70px;padding-bottom: 70px;}
.pTb80 {padding-top: 80px;padding-bottom: 80px;}
.pTb90 {padding-top: 90px;padding-bottom: 90px;}
.pTb100 {padding-top: 100px;padding-bottom: 100px;}

.mT10 {margin-top: 10px;}
.mT20 {margin-top: 20px;}
.mT30 {margin-top: 30px;}
.mT40 {margin-top: 40px;}
.mT50 {margin-top: 50px;}
.mT60 {margin-top: 60px;}
.mT70 {margin-top: 70px;}
.mT80 {margin-top: 80px;}
.mT90 {margin-top: 90px;}
.mT100 {margin-top: 100px;}

.mB10 {margin-bottom: 10px;}
.mB20 {margin-bottom: 20px;}
.mB30 {margin-bottom: 30px;}
.mB40 {margin-bottom: 40px;}
.mB50 {margin-bottom: 50px;}
.mB60 {margin-bottom: 60px;}
.mB70 {margin-bottom: 70px;}
.mB80 {margin-bottom: 80px;}
.mB90 {margin-bottom: 90px;}
.mB100 {margin-bottom: 100px;}

.mTb10 {margin-top: 10px;margin-bottom: 10px;}
.mTb20 {margin-top: 20px;margin-bottom: 20px;}
.mTb30 {margin-top: 30px;margin-bottom: 30px;}
.mTb40 {margin-top: 40px;margin-bottom: 40px;}
.mTb50 {margin-top: 50px;margin-bottom: 50px;}
.mTb60 {margin-top: 60px;margin-bottom: 60px;}
.mTb70 {margin-top: 70px;margin-bottom: 70px;}
.mTb80 {margin-top: 80px;margin-bottom: 80px;}
.mTb90 {margin-top: 90px;margin-bottom: 90px;}
.mTb100 {margin-top: 100px;margin-bottom: 100px;}

.width400 { max-width: 400px; }
.width500 { max-width: 500px; }
.width600 { max-width: 600px; }
.width700 { max-width: 700px; }
.width800 { max-width: 800px; }
.width900 { max-width: 900px; }
.width1000 { max-width: 1000px; }

.center{
  margin-left:auto !important;
  margin-right:auto !important;
  float: none !important;
}

.radius-image img {
  border-radius: 50%;
}

.whiteText {
  color: #ffffff;
}

@media (min-width: 768px) {
  .hasFlex .row-fluid {
    display: flex;
    align-items: center;
  }

  .columnSticky{
    position: sticky;
    top: 110px;
  }
  .text-center h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
  h2 {
    font-size: 20px;
    line-height: 1.07;
  }
  .text-center h2 {
    text-align: center;
  }
  .text-center h2:after {
    margin: 0 auto;
    right: auto;
  }
  .mobilePt30{
    padding-top:30px;
  }
  .mobilePt50{
    padding-top:50px;
  }
  .mobilePb30{
    padding-bottom:30px;
  }
}


/* ==========================================================================


2. COS STRUCTURE                                            


========================================================================== */





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



body.hover {
  overflow-y: hidden;
}




/**********************************************************************************
==============================  Comments Section ==================================
**********************************************************************************/

#comment-form .hs-input:not([type="checkbox"]) {
  color: #39464e;
  background-color: #fff!important;
}

#comment-form .hs-input:not([type="checkbox"]):focus {
  outline: none;
}

#comment-form .hs-form-field>label {
  height: 30px;
  top: 1px;
  color: #39464e;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field {
  float: none;
  width: 98.5%;
  padding: 0;
}

#comment-form .hs-form-field.hs_comment>label {
  border: none;
}

#comment-form textarea {
  padding: 40px 10px 6px 17px !important;
  color: #39464e;
  height: 135px;
}

#comment-form .hs-form-booleancheckbox-display {
  font-style: normal;
  letter-spacing: 0;
}

#comment-form input[type="submit"] {
  cursor: pointer;
  background-color: #f15924;
  color: #fff;
  border-color: #f15924;
  margin-bottom: 50px;
}

#comment-form input[type="submit"]:hover {
  background-color: #fff;
  color: #f15924;
}


body .comments .hs-button {
  cursor: pointer;
  background-color: #f15924;
  color: #fff;
  border-color: #f15924;
  margin-bottom: 50px;
}
body .comments .hs-button:hover {
  background-color: #fff;
  color: #f15924;
}


/* ==========================================================================


5. COS COMPONENTS                                        


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

.stickySocial {
  transition: 0.3s;
  top: 90px;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  background-color: transparent;
}

.stickySocial ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}

.stickySocial ul a {
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 0;
}

.stickySocial ul a:hover {
  top: -5px;
}

@media (max-width: 1149px) and (min-width: 768px){
  .stickySocial{
    top: 105px;
  }
}

@media (max-width: 767px){
  .hs_blogContent .span2.bp_sticky {
    height: 0 !important;
  }
  .stickySocial {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    transform: none;
    line-height: 30px;
  }

  .stickySocial ul {
    left: 0;
    bottom: 0;
    position: static;
    display: block;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .stickySocial li {
    width: calc(23.33% - 17px);
    display: inline-block;
    margin: 0 -2px;
  }

  .stickySocial ul a {
    margin: 0;
    padding: 10px;
    top: 0 !important;
  }

  .stickySocial ul a:hover {
    background: #fff;
  }
}



/* Numbered Pagination */
.ucNumberBlogPagination{
  display: block;
  text-align: center;
  padding: 60px 0;
}

.ucNumberBlogPagination > div{
  display: inline-block;
}

.ucNumberBlogPaginationLeft{
  text-align: right;
}

.ucNumberBlogPaginationRight{
  text-align: left;
}

.ucNumberBlogPagination a{
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 12px;
}

.ucNumberBlogPagination a:hover,
.ucNumberBlogPagination a:focus{
  background-color: #f15924;
  text-decoration: none;
  color: #fff;
}

.ucNumberBlogPagination a.elipses{
  border: 0;
}

.ucNumberBlogPagination a.active{
  background-color: #f15924;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.ucNumberBlogPagination a.next-link,
.ucNumberBlogPagination a.prev-link{
  background-color: #f55b14;
  color: #fff;
}
.ucNumberBlogPagination a.next-link:hover,
.ucNumberBlogPagination a.prev-link:hover{
  background-color: #f15924;
  color: #fff;
} 

.ucFeaturedPosts .ucPopPostItem {
  width: 25%;
  float: left;
}

.ucFeaturedPosts .ucFeaturedPostBgCover {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ucFeaturedPosts .ucFeaturedPostInnerContent {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(57, 70, 78, 0.6);
  color: #ffffff;
  padding: 20px;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid transparent;
  min-height: 130px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucFeaturedPostInnerContent {
  background: rgba(34, 153, 169, 1);
  border-color: #f15924;
}
.ucFeaturedPosts .ucPostTitle {
  margin: 0 0 10px;
  line-height: 1.08;
  font-size: 16px;
  font-weight: bold;
}
.ucFeaturedPosts .ucPostTitle a {
  color: #ffffff;
  text-decoration: none;
}
.ucFeaturedPosts .ucPostTitle a:hover {
  color: #f15924;
}

.ucFeaturedPosts .ucPostBody {
  margin: 0;
  font-size: 90%;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostBody {
  height: auto;
  opacity: 1;
}

.ucFeaturedPosts .ucPostDate {
  font-size: 80%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 20px;
  opacity: 1;
  margin-bottom:10px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostDate {
  height: 0;
  opacity: 0;
  margin: 0;
  visibility:hidden;
}

.ucFeaturedPosts a.ucFeaturePostLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ucFeaturedPosts .slick-prev,.ucFeaturedPosts .slick-next {
  display: none !important;
}

.ucFeaturedPosts .slider {
  margin-bottom: 0;
}



.relatedPost {
  border-top: 1px solid #d8d8d8;
  padding-top: 35px;
  padding-bottom: 30px;
}

.relatedPostItem {
  margin-bottom: 30px;
}
.relatedPost .title {
  padding-bottom: 20px;
}
.relatedPost h3 {
  text-align: center;
  margin: 30px 0;
  font-weight: 800;
  color: #39464e;
}
.relatedPost h3 .fa {
  display: block;
  font-size: inherit;
  font-weight: bold;
  margin-top: 20px;
}

.relatedPost .post-inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
  position: relative;
}

.relatedPost .post-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);transition: all 1s ease;
}

.relatedPost a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.relatedPost .feature-image-bg {
  height: 160px;
  background-size: cover;
  background-position: center center;
}

.relatedPostItem h2 {
  line-height: normal;
  padding: 0;
  color: #39464e;
  font-size: 20px;
  font-weight: 800;
}

.relatedPostItem h2 a {
  color: #39464e;
}

.relatedPostItem h2:after {
  display: none;
}

.relatedPost #hubspot-topic_data {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  text-transform: capitalize;
  /* color: #f55b14; */
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.relatedPost em.time-to-read {
  font-size: 12px;
  color: #7d7d7d;
  margin-top: 15px;
  display: block;
}

.relatedPost .post-item-content {
  padding: 35px 25px 35px;
  margin-bottom: 0;
}

.widget-span.widget-type-blog_subscribe.subscribeWrapper {
  border-top-width: 0;
  background-color: #ebebeb;
  padding: 0;
  width: 560px;
  max-height: 70%;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2001;
  padding: 3em 3.5em;
  border-radius: 5px;
  font-size: 13.3333px;
  max-width: 100%;
  color: #39464e;
  overflow-y: auto;
  height: auto;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  max-width: calc(100% - 20px);
}

.subscribeWrapper .exit-form {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
}

.subscribeWrapper input.hs-button.primary.large {
  padding: 0.7em 1.7em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  font-size: 1em;
  max-width: 100%;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.subscribeWrapper h3.form-title {
  color: #39464e;
  font-size: 1.3em;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: 0;
}


.hs-blog-listing .ucPostBody {
  margin: 15px 0;
}
.hs-blog-listing .ucPostBody * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.hs-blog-listing .ucPostBody *:after {
  display: none;
}
.ucCustomBlogPagination {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  display:block !important;
}

.ucCustomBlogPagination a.ucNextPostsLink {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 3px;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 20px 9px 20px;
  vertical-align: middle;
  line-height: 30px;
  margin-top: 20px;
  border-color: #39464e;
  color: #39464e;
  display: inline-block;
  width: auto;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  float: right;
  cursor:pointer;
}
.ucCustomBlogPagination a.ucNextPostsLink:hover{
  background-color: #f15924;
  border-color: #f15924;
  color: #fff;
}
.ucCustomBlogPagination a.ucNextPostsLink.btn.btn-video {
  float: right;
}

@media(max-width:767px){
  .ucCustomBlogPagination {
    text-align: center;
  }  
  .ucCustomBlogPagination a {
    float: none !important;
  }
}

.widget-type-blog_subscribe.subscribe-wrapper .hs-button{
  background-color: #f15924;
}
.widget-type-blog_subscribe.subscribe-wrapper input.hs-button.primary.large:hover {
  color: #f55b14
    background: #fff;
}
.subscribe-options label {
  margin-left: 0;
}

@media(max-width:767px){
  .hs-blog-listing .ucPostBody {
    display: none;
  } 
  .ucBlogSection .ucPostItem a.ucMoreLink {
    padding: 10px;
    border-width: 2px;
  }
  .ucBlogSection .ucPostItem .ucAuthorWrap h3 {
    font-size: 16px;
    display: none;
  }
  .ucBlogSection .ucPostItem h2 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ucBlogSection .ucPostItem h2:before {
    position: static !important;
  }
  .ucBlogSection .ucPostItem h2:after {
    width:60px;
  }
  .ucBlogSection .ucPostItem h2>a {
    margin-top: 20px;
    display: block !important;
    overflow: visible !important;
    max-height: none !important;
  }
}
/* ==========================================================================
Blog1 - Listing 
========================================================================== */

.ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin-right: -4px;
  min-height: auto;
  margin-bottom: 50px;
}
.ucBlog1 .ucPostHeader h2 {
  font-size: 18px;
  line-height: normal;
  padding: 0;
  color: #636363;
}
.ucBlog1 .ucPostHeader a{
  color: #39464e;
  margin-top: 0 !important;
}
.ucBlog1 .ucPostHeader a:hover h2{
  color: #f15924;
}
.ucBlog1 .ucPostHeader h2:after {
  display: none;
}
.ucBlog1 .ucPostInner:hover .ucPostHeader h2 a {
  color: #f15924;
}
.ucBlog1 .ucPostInner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
}
.ucBlog1 .ucPostInner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);
}
.ucBlog1 .ucPostListing {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.ucFeatureImageBg.bg1 img {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  top: 50%;
  min-height: 100%;
  object-fit: cover;
}

@media(max-width:767px){
  .ucFeatureImageBg.bg1 img {
    position: static;
    transform: none;
    min-height: 0;
    object-fit: inherit;
  }
  .ucBlog1 .ucFeatureImageBg {
    height: auto;
  }
}
.ucBlog1 .videoLength {
  padding: 10px;
  font-size: 15px;
  font-style: italic;
  color: #a1a1a1;
}
.ucBlog1 #ucHubspotTopicData {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right:0px;
  z-index:2;
}
.ucBlog1 .ucFeatureImageBg {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow:hidden;
}

.ucBlog1 .ucAuthorAvatar {
  width: 40px;
  border-radius: 50%;
  border: 1px solid #39464e;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ucBlog1 .ucPostItemContent {
  padding: 12px 10px 70px;
  margin-bottom: 0;
}
.ucBlog1 .ucAuthorWrap {
  padding-bottom: 10px;
  font-family: ;
  font-size: 12px;
  text-transform: capitalize;
}
.ucBlog1 a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index:1;
}  
.ucBlog1 em.ucTimeToRead {
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1024px) and (min-width: 768px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    padding: 10px !important;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    width: 100%;
    margin-right: 0;
    padding: 0 !important;
  }
  .ucBlog1 .ucPostListing {
    display:block;
    margin: 0;
    padding: 0 2px;
  }
  .ucBlog1 .ucPostHeader h2 {
    min-height: auto;
  }
  .ucBlog1 em.ucTimeToRead {
    margin-bottom: 20px;
  }

  .ucBlog1 .header-container {
    min-height: 90px;
  }
}

/* ==========================================================================
Blog1 - Post
========================================================================== */


.ucBlog1Post .postHeaderWrapper {
  padding-bottom: 15px;
}
.ucBlog1Post .postHeaderWrapper .readTime {
  color: #f15924;
  margin-bottom: 25px;
  line-height: normal;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.ucBlog1Post .postHeaderWrapper .authorAvatar {
  width: 60px;
  height: 60px;
  background-size: 100%;
  border-radius: 50%;
  border: 2px solid #39464e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.ucBlog1Post .authorProfile {
  padding: 20px 0;
}
.ucBlog1Post .authorName {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #39464e;
  width: calc(100% - 100px);
}
.ucBlog1Post .postHeaderWrapper .leftWrapper {
  padding-top: 35px;
  padding-bottom: 25px;
}
.ucBlog1Post .postFeatureImageWrapper img {
  width: 100%;
}

.ucBlog1Post .ucHeaderTop-right .subscribe-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .contact-btn{
  display:none;
}
.ucBlog1Post .ucHeaderTop-right .contact-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .subscribe-btn{
  display:initial;
}
.ucBlog1Post div#overlay-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  animation: leadinModal-fadein 0.5s;
  -webkit-animation: leadinModal-fadein 0.5s;
  -moz-animation: leadinModal-fadein 0.5s;
  -ms-animation: leadinModal-fadein 0.5s;
  -o-animation: leadinModal-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0,0,0,0.4);
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-color: rgba(0,0,0,0.7);
  z-index: 2000;
}

.ucBlog1Post .ucPostContent .ucBlogPostBody{
  padding-bottom: 100px;
}

.ucBlog1Post .image-wrapper {
  position: relative;
}   

@media(max-width:767px){
  .ucBlog1Post {
    padding-bottom: 50px;
  }
  .ucBlog1Post .postHeaderWrapper .authorAvatar {
    width: 60px;
    height: 60px;
  }
}




/* ==========================================================================


MISCELLANEOUS                                      


========================================================================== */

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

.body-container-wrapper {
  padding-top: 0;
}

h2 { font-size:34px ;     margin-top: 20px;
}



/*--Services Group - CC_August2018--*/
.servicesGroup {
  background-image: linear-gradient(109deg, #39464e, #455660);
  padding: 60px 0;
}

.servicesGroup h2 {
  color: #fff;
}
.service-item {
  width: 25%;
  height: 122px;
  float: none;
  padding: 26px 0 0 0px;
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 0 -2px;
  z-index: 1;
}

.service-item .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background-color .2s,-webkit-transform .2s;
  transition: background-color .2s,transform .2s;
  z-index: 1;
  border-radius: 2px;
}

.service-item .foreground {
  position: relative;
  z-index: 2
}

.service-item:hover {
  z-index: 2
}

.service-item:hover .background {
  background-color: #fff;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.32);
}

.service-item:hover .service-icon {
  box-shadow: 0 2px 5px 0 rgba(188,204,219,.26),0 2px 10px 0 rgba(79,105,129,.16);
  border: 2px solid #39464e;
}

.service-item:hover .service-info {
  color: #8c989e;
}

.service-item:hover .service-text {opacity: 0;height: 0;}

.service-item:hover .learn-more {
  opacity: 1;
  color: #f55b14;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.service-item .service-icon {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 10px 15px 0 rgba(14,48,57,.1);
  float: left;
  height: 64px;
  margin-top: 3px;
  width: 64px;
  margin-right: 16px;
}

.service-item .service-info {
  color: #fff;
  float: left;
  line-height: 17px;
  margin-top: -3px;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  width: calc(100% - 80px);
}

.service-item .service-name {
  color: #fff;
  font-size: 16px;
  margin: 0 0 7px;
  line-height: 1;
  font-weight: bold;
  padding: 8px 0;
}

.service-item .service-text {
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.service-item .learn-more {
  color: #39464e;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate(0,8px);
  transform: translate(0,8px);
}

.service-item .learn-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  margin-left: 7px
}
.service-item:hover .service-name {
  color: #39464e;
}


@media(max-width:1300px){
  .service-item {
    width: 33.33%;
  }
}
@media(max-width:1025px){
  .service-item {
    width: 50%;
  }
}

@media(max-width:767px){ 
  .service-item {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .service-item .service-text {
    display: none;
  }

  .service-item .learn-more {
    display: none;
  }

  .service-item .foreground {
    display: flex;
    align-items: center;
  }

  .service-item .service-name {
    margin: 0;
  }

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

/*-------Process Section-----------*/

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

.processSection ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.processSection ul li {
  margin-bottom: 14px;
  font-weight: 600
}

.processSection ul li a {
  display: inline-block
}


.processSection ul li a:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-weight: inherit;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  right: 0;
  opacity: 0
}

.processSection ul li a:hover:after {
  right: -10px;
  opacity: 1
}

/*-------Testimonial Module - UC_August2018-----------*/

.testimonialModule {
  padding: 150px 0;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonialModule:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: linear-gradient(to right,#2299a9,#69bfcb);
  opacity: .9
}

.testimonialModule .page-center {
  position: relative
}

.testimonialModule blockquote {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

.testimonialModule blockquote:before {
  display: none
}

.testimonialModule .quoteBy {
  font-size: 18px;
  margin-top: 35px;
  font-weight: normal;
  padding-bottom: 5px
}

@media(max-width: 767px) {
  .testimonialModule {
    padding:60px 0
  }

  .testimonialModule blockquote {
    font-size: 22px
  }
}

/*-------Our Client Group - UC_August2018-----------*/

.GroupOurClient .slick-slide img {
  max-width: 700px
}

.GroupOurClient {
  padding: 60px 0
}

.GroupOurClient .slick-slider {
  padding: 0;
  margin: 0
}

.GroupOurClient .slick-slider .slick-slide .slick-slide-inner-wrapper {
  margin: 0 15px;
  position: relative
}

.GroupOurClient .slick-slider .slick-slide .slick-slide-inner-wrapper:before {
  background: #39464e;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: .7;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: 1
}

.GroupOurClient .slick-slider .slick-slide.slick-active .slick-slide-inner-wrapper:before {
  opacity: 0
}

.GroupOurClient .slick-slider .caption.superimpose {
  position: absolute;
  left: 0;
  right: 0;
  padding: 13px 30px;
  text-align: left;
  background: transparent;
  bottom: 0;
  color: #fff
}

.GroupOurClient .slick-slider .caption.superimpose:before {
  background: #f55b14;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .8
}

.GroupOurClient .slick-slider .caption.superimpose>* {
  position: relative
}

.GroupOurClient .caption.superimpose p {
  font-size: 18px;
  margin: 0;
  font-style: italic;
  max-width: 80%;
  line-height: normal
}

.GroupOurClient .slick-dots li button {
  background-color: #39464e;
  width: 70px;
  height: 5px;
  padding: 0
}

.GroupOurClient .slick-dots li button:before {
  display: none
}

.GroupOurClient .slick-dots li {
  width: 70px;
  margin: 0 15px
}

.GroupOurClient .slick-dots {
  margin: 0;
  padding: 5px
}

.GroupOurClient .slick-dots li button:after {
  background: #f55b14;
  width: 0;
  display: block;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.GroupOurClient .slick-dots li.slick-active button:after {
  width: 100%;
  -webkit-transition: width 3s ease;
  -mox-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease
}

.GroupOurClient h3 {
  margin: 0 0 10px;
  color: inherit
}

.GroupOurClient .slick-prev,.GroupOurClient .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px
}

.GroupOurClient .slick-prev:before,.GroupOurClient .slick-next:before {
  display: none
}

.GroupOurClient .slick-arrow i {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 30px
}

.GroupOurClient .slick-arrow:hover i {
  opacity: 1
}

.GroupOurClient .slick-prev {
  left: 20px
}

.GroupOurClient .slick-next {
  right: 20px
}

@media(max-width: 767px) {
  .GroupOurClient .slick-slide img {
    max-width:100%
  }

  .GroupOurClient .slick-dots li {
    width: 40px;
    margin: 0 5px
  }

  .GroupOurClient .slick-dots li button {
    width: 40px
  }

  .GroupOurClient .caption.superimpose p {
    display: none
  }

  .GroupOurClient .caption.superimpose {
    position: relative
  }

  .GroupOurClient .slick-next {
    right: 0
  }

  .GroupOurClient .slick-prev {
    left: 0
  }

  .GroupOurClient .slick-slide .slick-slide-inner-wrapper {
    margin: 0
  }

  .GroupOurClient .slick-prev,.GroupOurClient .slick-next {
    bottom: 8px;
    top: auto
  }

  .GroupOurClient .slick-arrow i {
    font-size: 40px;
    color: #393939;
  }

  .GroupOurClient .slick-dots {
    margin: 20px 0 0;
    position: relative;
    bottom: 0
  }
}

/*-------Rss Group - UC_August2018-----------*/

.rssWrapper {
  padding: 60px 0
}

.rssItem {
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(0,0,0,0.25);
  min-height: 370px;
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.rssItem:hover {
  top: -10px;
  box-shadow: 0 7px 40px 0 rgba(0,0,0,0.25)
}

.rssItem .postImage {
  min-height: 209px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.rssItem .postMeta {
  padding: 10px 16px 15px
}

.rssItem h3.postTitle {
  font-size: 20px;
  padding: 0 15px 15px
}

/*-------Home Form Wrapper---------------------------------------------------*/

.homeFormWrapper {
  background: #2299a9;
  padding: 56px 0;
}

.homeFormWrapper .width610 {
  max-width: 610px !important
}

/*-------Slider - Partners Group - UC_August2018------------------------------*/

.partnerGroup {
  background-color: #f3f3f3;
}

.partnerGroup .slick-slider {
  margin-bottom: 0
}

.partnerGroup .image {
  height: 120px;
  display: flex;
  align-items: center;
  text-align: center
}

.partnerGroup .image img {
  display: block;
  margin: 0 auto
}

.partnerGroup .slick-prev,.partnerGroup .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px
}

.partnerGroup .slick-prev {
  left: 20px
}

.partnerGroup .slick-next {
  right: 20px
}

.partnerGroup .slick-arrow i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: rgba(98,98,98,0.6);
  line-height: 20px
}

.partnerGroup .slick-slide {
  outline: 0
}

.partnerGroup .slick-prev:before,.partnerGroup .slick-next:before {
  display: none
}

@media(max-width: 1200px) {
  .partnerGroup .slick-prev {
    left:0
  }

  .partnerGroup .slick-next {
    right: 0
  }
}

/*------------Bottom - Form Module - UC_August2018-------------*/

.moduleBottomForm {
  background: #2299a9;
  padding: 60px 0;
  color: #fff;
}


.moduleBottomForm h2{
  color: #fff;
}

.moduleBottomForm .image {
  text-align: center
}

@media(max-width: 767px) {
  .moduleBottomForm {
    padding-top:60px;
    padding-bottom: 60px
  }

  .moduleBottomForm .image {
    padding-top: 30px
  }
}

/*------------Blog - Banner Area With Form - UC_August2018-------------*/

.moduleBlogBannerAreaWithForm {
  background: #2299a9;
  padding-top: 110px;
  color: #fff;
  padding-bottom: 70px;
}

.moduleBlogBannerAreaWithForm.ucHasBgImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.moduleBlogBannerAreaWithForm h1{
  color:#ffffff;
}

.moduleBlogBannerAreaWithForm .heroForm form{
  max-width: 400px;
}

@media(max-width:767px){
  .moduleBlogBannerAreaWithForm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .moduleBlogBannerAreaWithForm .image {
    text-align: center;
  }
  .moduleBlogBannerAreaWithForm .heroForm form {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

/*------------Video Gallery Group - UC_August2018-------------*/

.ucGroupVideoGallery .ucItem {
  float: left;
  padding: 0 5px;
}
.ucGroupVideoGallery .ucHas2Column {
  width: 50%;
}
.ucGroupVideoGallery .ucHas3Column {
  width: 33.33%;
}
.ucGroupVideoGallery .ucHas4Column {
  width: 25%;
}

.ucGroupVideoGallery .videoItem {
  box-shadow: 0px 0px 1px #e2e2e2;
  margin-bottom:20px;
}
.ucGroupVideoGallery .ucDescription{
  padding: 5px;

}
.ucGroupVideoGallery h4 {
  margin: 0;
}

@media(max-width:767px){
  .ucGroupVideoGallery .ucItem {
    width: 100%;
  }
}

/*--Title Content And Cta Module - CC_August2018--*/
.mTitleContentCta {
  background-image: linear-gradient(78deg, #39464e, #39464e);
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
.mTitleContentCta .content {
  padding-bottom: 20px;
}

@media(max-width:767px){ 
  .mTitleContentCta .text-center {
    text-align: left;
  }
}
/*--Two Column Content And Image Module - CC_August2018--*/
.mTcci {
  background-color: #e6edf1;
  padding: 60px 0;
}
.mTcci a {
  font-weight: 600;
  padding-top: 10px;
  display: inline-block;
}
.mTcci a:hover {
  color: #39464e;
}
.mTcci a i {
  margin-left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.mTcci a:hover i {
  margin-left: 10px;
}

@media(max-width:767px){ 
  .mTcci .content {
    padding-bottom: 60px;
  }
}
/*--Form Module - CC_August2018--*/
.mFormSection {  
  background-color: #39464e;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}

.mFormSection .formWrapper.formTransparent {
  max-width: 490px;
  margin: 30px auto 0;
}
.mFormSection .hs-button.primary.large {
  width: auto;
}
body .mFormSection input[type="text"],
body .mFormSection input[type="password"], 
body .mFormSection input[type="datetime"], 
body .mFormSection input[type="datetime-local"], 
body .mFormSection input[type="date"], 
body .mFormSection input[type="month"], 
body .mFormSection input[type="time"], 
body .mFormSection input[type="week"], 
body .mFormSection input[type="number"], 
body .mFormSection input[type="email"], 
body .mFormSection input[type="url"], 
body .mFormSection input[type="search"], 
body .mFormSection input[type="tel"], 
body .mFormSection input[type="color"],
body .mFormSection input[type="file"],
body .mFormSection textarea,
body .mFormSection select {
  border-radius:3px;
}
body .mFormSection span.hs-form-required {
  display: inline !important;
}

@media(max-width:767px){ 

  .mFormSection .text-center {
    text-align: left;
  }
  .mFormSection .hs-button.primary.large {
    width: 100%;
  }
}


/*--Two Column Image And Content Group - CC_August2018--*/
.groupTcic {
  padding: 60px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.groupTcic .titleWrapper {
  max-width: 700px;
  margin: 0 auto;
}
.groupTcicItem {
  padding: 60px 0;
}
.groupTcic .bottom-border {
  border-bottom: solid 2px #e6edf1;
}
@media(max-width:767px){ 
  .groupTcic .text-center {
    text-align: left;
  }
  .groupTcic .titleWrapper {
    padding-bottom: 40px;
  }
  .groupTcicItem {
    padding: 20px 0 60px;
  }
  .groupTcicItem .content {
    padding-bottom: 60px;
  }

}

/*--Testimonial With Video or Image - CC_August2018--*/
.TestimonialModule {
  padding: 0 0 60px 0;
}

.TestimonialModule .quote {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}

.TestimonialModule .author {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}

.TestimonialModule .logoImage {
  margin-bottom: 60px;
}


/*-----------------------------------------------------------------------------------------*/

.groupTeamMembers {
  padding: 65px 20px;
  background-color: #39464e;
}
.groupTeamMembers h2 {
  margin: 0;
  display: inline-block;
  color: #fff;
}
.groupTeamMembers .sub-header {
  color: #fff;
  margin-bottom: 50px;
}

.groupTeamMembers .teamMember {
  position: relative;
  padding: 15px;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #fff;
  background-position: center 280px;
  transition: all 0.2s ease;
}

.groupTeamMembers .teamMember>div {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%
}

.groupTeamMembers .teamMember h3 {
  font-style: normal;
  font-size: 16px;
  margin: 0;
  color: #fff
}

.groupTeamMembers .teamMember h4 {
  font-size: 32px;
  margin: 0;
  font-style: normal;
  color: #fff
}

.groupTeamMembers .teamMember p {
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}

.groupTeamMembers .teamMember:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  content: "";
  background: -moz-linear-gradient(top,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
  background: -webkit-linear-gradient(top,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
  background: linear-gradient(to bottom,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00363636',endColorstr='#363636',GradientType=0)
}

.groupTeamMembers .teamMember:hover:before {
  background-color: rgba(54,54,54,.65);
  background: #1e8b9a;
  opacity: 0.65;
}

.groupTeamMembers .teamMember:hover {
  background-position: center top;
}

.groupTeamMembers .sub-header {
  margin-top: 30px;
}
.groupTeamMembers .teamMember>div {
  top: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.groupTeamMembers a.teamMember:hover>div{
  opacity: 0;
  top: -100%;
}
.groupTeamMembers .teamMember:before {
  display:none;
}

.groupTeamMembers a.teamMember .image-on-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
.groupTeamMembers a.teamMember .image-on-hover{
  display:block;
}

.groupTeamMembers a.teamMember:hover .image-on-hover {
  top: -100%;
}
.groupTeamMembers .teamMember {
  overflow: hidden;
}

.groupTeamMembers .memberWrapper {
  margin: 0 -15px;
}
.groupTeamMembers .memberWrapper .col3 {
  width: 25%;
  display: inline-block;
  padding: 0px 1.282%;
  margin: 0 -2px;
}
@media(min-width: 768px) {
  .groupTeamMembers .teamMember {
    height:280px;
    margin-bottom: 25px;
  }
}
@media(max-width: 1024px) {
  .groupTeamMembers .teamMember {
    height:250px;
  }
  .groupTeamMembers .memberWrapper .col3 {
    width: 33.33%;
  }
}
@media(max-width: 767px) {
  .groupTeamMembers .teamMember {
    height:250px;
    margin-bottom: 30px
  }
  .groupTeamMembers .memberWrapper .col3 {
    width: 50%;
  }
  .groupTeamMembers .teamMember{
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:479px){
  .groupTeamMembers .memberWrapper .col3 {
    width: 100%;
  }
}

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

.ucHeroSection {
  color: #ffffff;
  background: #2299a9;
  padding: 60px 0;
}

/*---------------heroSectionType3----------------*/

.heroSectionType3 {
  background: #2299a9;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 110px;
}

@media(max-width: 1024px) {
  .heroSectionType3 {
    padding-top:50px
  }
}

@media(max-width: 767px) {
  .heroSectionType3 .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
  }
}


/*--------------Hero Section Type 3 - UC_August2018-------------------*/

.ucModuleProcessFourCol {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 67px;
  padding-bottom: 52px;
}

.ucModuleProcessFourCol>.hs-process-inner {
  position: relative;
}
.ucModuleProcessFourCol>.hs-process-inner .row-fluid {
  width: auto;
  margin: 0 -15px;
}
.ucModuleProcessFourCol .hs-col {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.ucModuleProcessFourCol .col-inner {
  position: relative;
  max-width: 140px;
  margin: 0 auto;
}
.ucModuleProcessFourCol .bubble-wrap {
  width: 174px;
  background: #fff;
  border-radius: 3px;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  margin: 0 auto 12px;
}
.ucModuleProcessFourCol h3 {
  font-size: 25px;
  margin: 22px 0;
}
.ucModuleProcessFourCol .bubble-wrap h6 {
  color: #39464e;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}
.ucModuleProcessFourCol .bubble-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  margin: 0 auto;
}

@media(max-width: 1199px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    width:100%;
    bottom: 70px;
    left: 0
  }
  .ucModuleProcessFourCol>.hs-process-inner {
    padding: 0 20px
  }
  .ucModuleProcessFourCol {
    margin-left: 0;
    margin-right: 0
  }
}

@media(max-width: 1024px) {
  .heroSection3  {
    padding-top:50px
  }
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position: center 3%
  }
}

@media(max-width: 930px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position:center 25%
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    right: -30%;
    margin-top: 37px
  }
}

@media(max-width: 830px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position:center 52%
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    right: -25%;
    margin-top: 47px
  }
}

@media(max-width: 767px) {
  .ucModuleProcessFourCol>.hs-process-inner .row-fluid {
    margin: 0
  }
  .ucModuleProcessFourCol .hs-col {
    width: 100%;
    padding: 0
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    transform: rotate(90deg)
  }
  .ucModuleProcessFourCol .col-inner {
    padding-bottom: 50px
  }
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position: center top;
    left: 15%;
    bottom: auto;
    margin: 0;
    background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/vertical-rounded-arrow.png?t=1542909340357);
    width: 81px;
    height: 80%;
    top: 10%;
    background-size: contain
  }
}
@media(max-width: 479px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    left:0
  }
}
.ucModuleProcessThreeCol .col-inner {
  max-width: 100%;
}
.ucModuleProcessThreeCol .bubble-wrap {
  width: 90%;
  min-height: 111px;
  margin-bottom: 30px;
  padding: 15px 10px;
  color: #39464e;
}
.ucModuleProcessFourCol .bubble-wrap p {
  margin-bottom: 0;
}
.ucModuleProcessThreeCol img {
  max-width: 90px;
}
.ucModuleProcessThreeCol h5 {
  color: #f15924;
  margin-bottom: 0;
}
@media (min-width: 768px){
  .ucModuleProcessThreeCol {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .ucModuleProcessThreeCol .hs-col {
    width: 33.33%;
  }
}

@media (max-width: 767px){
  .ucModuleProcessThreeCol .bubble-wrap {
    min-height: 60px;
    width: 100%
  }
}

/*-----------------Case Studies Module - UC_August2018---------------*/

.ucModuleCaseStudies {
  background: #2299a9;
  color: #fff;
  padding: 30px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
.ucModuleCaseStudies .item {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.ucModuleCaseStudies .itemInner {
  padding: 30px 40px 40px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 0 5px #333;
  top: 0;
}
.ucModuleCaseStudies .itemInner:hover {
  top: -5px;
  box-shadow: 0 0 10px #333;
}

.ucModuleCaseStudies .client-logo {
  min-height: 60px;
}

.ucModuleCaseStudies a.learn-more {
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 50px;
}
.ucModuleCaseStudies a.learn-more:hover {
  color: #d7d7d7;
}
@media(max-width:1024px){
  .ucModuleCaseStudies .item {
    width: 50%;
  }
}
@media(max-width:767px){
  .ucModuleCaseStudies .item {
    width: 100%;
  }
  .ucModuleCaseStudies .itemInner {
    padding: 20px 20px 20px;
  }
}


/*-----------------Banner Area With Form - UC_August2018---------------*/

.moduleBannerAreaWithForm {
  background: #2299a9;
  background-size: 400% 400%;
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  padding-top: 110px;
  color: #fff;
  padding-bottom: 70px;
}

.moduleBannerAreaWithForm form {
  max-width: 400px;
}

@media(max-width:767px){
  .moduleBannerAreaWithForm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .moduleBannerAreaWithForm .image {
    text-align: center;
  }
}

/*-----------------Resources Group - UC_August2018---------------*/
.digital-library-wrapper {
  padding: 60px 10px;
  background-color: #fff
}
.digital-library-wrapper>span>div {
  transition-duration: .8s;
  -webkit-transition-duration: .8s
}
.ucModuleDigitalLibraryElement {
  text-align: center
}
.ucModuleDigitalLibraryElement .dl-image {
  position: relative;
  width: 100%;
  max-width: 280px;
  left: 0;
  right: 0;
  margin: 0px auto 30px
}
.ucModuleDigitalLibraryElement:hover .dl-image:after {
  height: 100%
}
.ucModuleDigitalLibraryElement h3 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0px 0 30px;
  max-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #39464e;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  min-height: 85px
}
.ucModuleDigitalLibraryElement:hover h3 {
  color: #f15924;
}
a.ucModuleDigitalLibraryElement {
  transition: transform .2s
}
.digital-library-wrapper.page-center>span {
  margin: 0 -20px;
  display: block
}
.ucModuleDigitalLibraryElement .dl-image img {
  box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
  transition: all .2s
}
.ucModuleDigitalLibraryElement .dl-image {
  transition: all .2s
}
.ucModuleDigitalLibraryElement:hover .dl-image {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}
.ucModuleDigitalLibraryElement-3col {
  width: 33.33%;
  float: left
}
.ucModuleVideohub-3col {
  width: 33.33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top
}
.ucModuleVideohub {
  padding: 0 10px;
  margin-bottom: 20px
}
.ucModuleVideohub .hs-featured-image-wrapper {
  min-height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  min-height: 170px
}
.ucModuleVideohub .hs-featured-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2299a9;
  opacity: .85
}
.ucModuleVideohub h2 {
  font-size: 15px;
  line-height: normal;
  padding: 10px 10px;
  color: #636363;
  min-height: 80px
}
.ucModuleVideohub h2:after {
  display: none
}
.ucModuleVideohub .inner {
  transform: translate3d(0,0,0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
  transition: transform .2s ease,box-shadow .2s
}
.ucModuleVideohub .inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}
.ucModuleVideohub .video-length {
  padding: 10px;
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1
}
.ucModuleVideohub .inner:hover h2 {
  color: #f15924;
}
.ucModuleVideohub .hs-featured-image-wrapper i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border: 0;
  margin: auto;
  transform: translatey(-50%);
  font-size: 40px;
  opacity: .6
}
.ucModuleVideohub a:hover i {
  opacity: 1
}
@media(max-width: 1024px) {
  .ucModuleDigitalLibraryElement h3 {
    display: none
  }
  .ucModuleDigitalLibraryElement-3col {
    padding: 0 10px
  }
  .ucModuleVideohub-3col {
    width: 50%
  }
  .title-with-id {
    padding-top: 30px
  }
}
@media(max-width: 767px) {
  .ucModuleDigitalLibraryElement-3col {
    width:50%
  }
  .ucModuleVideohub-3col {
    width: 100%;
    display: block;
    margin-right: 0
  }
  .moduleBannerAreaWithForm form {
    max-width: 100%;
    margin-bottom: 40px;
  }
}



/*-----------------Accordion Group - UC_August2018---------------*/

.ucGroupAccrodion {
  padding-bottom: 60px;
  padding-top: 60px;
}
.ucGroupAccrodion .accordionItem {
  border-bottom: solid 2px #e6edf1;
}
.ucGroupAccrodion p.accordionTitle {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  font-weight: bold;
}
.ucGroupAccrodion p.accordionTitle .fa {
  margin-right: 15px;
  color: #f15924;
}
.ucGroupAccrodion .accordionInner.active .fa:before {
  content: "\f068";
}
.ucGroupAccrodion .accordionInner {
  padding: 15px 0;
}
.ucGroupAccrodion .accordionContent {
  padding-left: 32px;
}
.ucGroupAccrodion .title {
  text-align: center;
}
@media(max-width:767px){
  .ucGroupAccrodion .accordionContent {
    padding-left: 0;
  }
  .ucGroupAccrodion .title {
    text-align: left;
  }
}



/*-----------------events Info - UC_August2018---------------*/
.ucEventInfoModule {
  background: #1e99a9;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden; 
  z-index: 22;
  display: flex;
  justify-content: space-between;
}

.ucEventInfoModule .item {
  text-align: left;
  padding: 1rem;
  transition: 0.3s all;
  position: relative; 
  width:20%;
}
.ucEventInfoModule .item .iconColumn{
  float: left;
  width: 20%;
  height: 100%;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.ucEventInfoModule .item .textColumn{
  float: left;
  width: 80%;
  height: 100%;
}
.ucEventInfoModule .item:hover{
  background: #f15924;
  transition:0.3s all;
}
.ucEventInfoModule .item:hover h3 a{
  color:white !important;
  transition:0.3s all;
}
.ucEventInfoModule .item img{
  width:40px;
  display:inline-block;
  float:left;
  padding-right: 0.5rem;
  transition:0.3s all;
}
.ucEventInfoModule .item p{
  margin:0;
}
.ucEventInfoModule h3{
  margin:0;
  padding:0;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #39464e;
}
.ucEventInfoModule h3 a{
  color:inherit;
}
.ucEventInfoModule span{
  color: white;
  display: inline-block;
  font-weight: 700;
  font-size: 1.3rem;
}
.ucEventInfoModule .textColumn a{
  text-decoration: none !important;
  outline:0 !important;
}
.ucEventInfoModule .textColumn a:hover{
  text-decoration: none !important;
  outline:0 !important;
}
.ucEventInfoModule br{
  display: none;
} 

@media(max-width:1199px) and (min-width:768px){
  .ucEventInfoModule .item .textColumn,
  .ucEventInfoModule .item .iconColumn {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 20px;
  }
  .ucEventInfoModule .item .textColumn * {
    font-size: 16px;
  }
}

@media(max-width:767px){
  .ucEventInfoModule {
    display: block;
  }
  .ucEventInfoModule .item {
    width: 100%;
    float: left;
  }
}

/*-----------------Event Speakers Group - UC_August2018---------------*/

.ucGroupEventSpeakers .speakerGallery>.item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.ucGroupEventSpeakers .speakerGallery.gallery-4>.item {
  width: 25%;
  float: left;
  padding-right: .3125rem;
  padding-left: .3125rem;
}
.ucGroupEventSpeakers .speakerGallery>.item figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.ucGroupEventSpeakers .speakerGallery>.item figure img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#speakers.ucGroupEventSpeakers  .item a img {
  display: inline-block;
  max-height: 200px;
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.ucGroupEventSpeakers .speakerGallery>.item figure .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.ucGroupEventSpeakers .speakerGallery>.item figure:hover .overlay {
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  opacity: 0.9;
}
.ucGroupEventSpeakers .speakerGallery>.item figure .overlay .overlay-text {
  color: #fff; 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.ucGroupEventSpeakers .speakerGallery>.item figure:hover .overlay .overlay-text {
  opacity: 1;
}

.ucGroupEventSpeakers .speakerGallery>.item figcaption {
  padding: 2.35765%;
  text-align: center;
  min-height: 6.875rem;
}
.ucGroupEventSpeakers .speakerGallery.gallery-4 .item figcaption {
  min-height: auto;
}
.ucGroupEventSpeakers .speakerGallery>.item figcaption .title {
  padding-bottom: 0;
  font-size: .875rem;
  color: #f15924;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ucGroupEventSpeakers .speakerGallery>.item figcaption .sub-title {
  display: block;
  font-size: .75rem;
  line-height: 1.4;
  overflow: hidden;
}
.ucGroupEventSpeakers .speakerGallery>.item figcaption .sub-text {
  display: block;
  font-size: .8125rem;
  font-style: italic;
  line-height: 1.4;
  overflow: hidden;
}
.attendee-popup ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.attendee-popup li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
@media(max-width:767px){
  .ucGroupEventSpeakers .speakerGallery.gallery-4>.item {
    width: 50%;
  }
}

/*-----------------Events - Companies Group - UC_August2018---------------*/

.ucGroupCompaines .compainesGallery>.item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.ucGroupCompaines .compainesGallery.gallery-4>.item {
  width: 25%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ucGroupCompaines .compainesGallery .item:hover {
  background: #2299a9;
}

.ucGroupCompaines .compainesGallery .item:hover img {
  filter: brightness(0) invert(1);
}

.ucGroupCompaines .compainesGallery figure {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

@media(max-width:767px){
  .ucGroupCompaines .compainesGallery.gallery-4>.item {
    width: 50%;
  }
  .ucGroupCompaines .compainesGallery figure {
    min-height: 70px;
  }
}

/*-----------------event page - QuestionSection---------------*/

.ucQuestionSection {
  padding: 70px 0;
  background-color: HeroBackgroundColor ;
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  font-size: 27px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/*-----------------New Module or Content Add Below here---------------*/
.ucTotalWords ul {
  margin: 5px 0px 0px;
}
.ucTotalWords ul li {
  padding-bottom: 5px;

}
.blog--comment form {
  width:60%;
  margin: 0 auto !important;
}
.blog--comment .input input {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
  font-size: 16px;
  color: #011031;
  font-family: Raleway,sans-serif;
}
.relatedPost #hubspot-topic_data {Font-size:15px;}
.relatedPostItem h2:hover{
  color : #f55b14 !important}


.readMore {margin-top:30px;bottom:20px; position:absolute;}

/*Blog Listing CSS added*/
/** New Css By kunal FOr Listing */
.blog-post-list-wrapper {  display: flow-root;}
.post-listing .post-item{ margin-bottom:30px; min-height:270px;}

.freemium-blog .post-listing .post-item {
  width: 100%;
  padding: 5% 0;}

.freemium-blog .blog-listing-wrapper .post-listing .post-item {

  float: left;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
  height: 585px;}

.freemium-blog .blog-listing-wrapper .post-listing .post-item .post-content {
  padding: 0 15px;}

.freemium-blog .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
  border-radius: 5px;
  height: 300px;
  overflow: hidden;
  margin-right: 30px;
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item .hs-featured-image {
  max-width: 100%;
}
.hs-featured-image-wrapper img{ width: 35%!important; height:250px;} .hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;}


.hs-search-field__bar input::placeholder {
  opacity :0.6;
}

.post-listing .post-header .header-content h3 a {color : #333c4e !important;    transition: color 0.4s ease 0s, text-shadow 0.4s ease 0s, background-color 0.4s ease 0s, border-color 0.4s ease 0s, box-shadow 0.4s ease 0s, opacity 0.4s ease 0s; }
.post-listing .post-header .header-content h3 a:hover {color : #f55b14 !important; }
.blog-listing-wrapper.cell-wrapper #hubspot-author_data a {
  color : #f55b14 !important;
  font-weight: 600;
  font-size: 14px;
} 

/*.hs-blog-listing .clear-blog-listing {margin-top:50px;} */
.post-listing em.time-to-read {
  font-size: 12px;
  font-style: italic;
  color: #000;
  display: block;
}
.post-listing .Topicshowase { margin-top:10px; color:#a4abae; }
#hubspot-topic_data .topic-link{color:#a4abae;display: inline-block;
  color: inherit;
  font-size: 12px;
  margin: 4px 0px;
  padding: 0px 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 60px;
  transition: all 0.4s ease 0s;   }
#hubspot-topic_data .topic-link:hover {border-color: #f55b14;
  color: #f55b14;  }
.fa-angle-right::before {
  content: "";
}
..ucBlogFilter li:last-child  {display:none !important;}
.post-listing .post-summary {color : grey ; }
.pagination .pages-navigation .btn {line-height:48px;}
.post-listing p { color:#000 !important;}
.pagination .pages-navigation .btn {    border: 2px solid #f55b14; color: #f55b14 !important;}
.pagination .pages-navigation .btn .fa { color: #f55b14 !important;}
.pagination .pages-navigation .btn ,fa:hover { color: #fff !important;}

/*related post start*/
.relatedPost .post-inner {
  border-radius:4px;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 15%);
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.relatedPost .feature-image-bg {
  border-radius:4px 4px 0 0;
}

.feature-image-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #48D4D4;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 30%,100% 0%,100% 100%,20% 100%);
}


/*Blog comment*/

.blog--comment .hs-input {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}

.blog--comment .hs-form-field label {
  font-size: 13px;
  margin-bottom: 3px;
  display: block;
  color: #666;
}

.blog--comment .hs_comment textarea {
  height: 100px;
}

.contact--form-style .hs-button.primary {
  width: 100%;
}

.blog--comment .hs-button.primary,
.contact--form-style .hs-button.primary {
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 5px;
  background: #333;
  font-size: 14px;
  border: 0px;
  cursor: pointer;
  font-family: Poppins;
  height: 40px;
  color: #fff;
  margin-top: 30px;
}

.blog--comment .hs-button.primary:hover,
.contact--form-style .hs-button.primary:hover {
  background: #000;
}

.clear--blog-design .post-listing .post-item .post-body .blog_featured_img img.hs-featured-image {
  /* max-height: 200px;
  min-height: 200px;  */  transition: .4s ease;
}
.clear-blog-listing .post-header h4 a:hover {
  color: #ff5100;
}
.clear-blog-listing .more-link {
  width: fit-content;
  border-radius: 50px;
  background: #fff;
  padding: 1px 14px;
  color: #f55b14 !important;
  color: #555;
  font-weight: 500;
  margin-top: 20px;
  display: block;
  border: 1px solid #f55b14;
  transition: all 0.2s ease-in-out 0s;
}

.clear-blog-listing .more-link {
  color: #555;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}

.clear-blog-listing .more-link:hover {
  color: #fff !important;
  background-color: #f55b14 !important;
}
.clear--blog-design .post-listing .post-item .post-body .blog_featured_img {
  overflow:hidden;
}

.blog-listing-wrapper.cell-wrapper .hs-featured-image-wrapper img {   float: left;  max-width: 35% !important; margin: 0 30px 0 0; max-height : 200px; border-radius:5px;}


.span12.widget-span.widget-type-cell.clear-blog-listing {

}


.clear--blog-design .post-listing .post-item .post-body .post-blog-content .blog--inner-space {

  background-color: #fff !important;
}

.widget-span.clear--sidebar-posts .hs-rss-item .hs-rss-item-text {
  padding: 5px 12px;
}
.blog--tag-author-coloumn {
  padding-top:0px;
}
.widget-span.clear--post-topic .widget-module li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-section.clear--blog-design .post-header {
  margin-bottom: 5px;
}
.clear--blog-design .post-listing .post-item .post-body .post-blog-content .blog--inner-space {
  min-height: 330px;
}
div.blog--tag-author-coloumn #hubspot-topic_data i {
  display: none;
}
div.blog--tag-author-coloumn #hubspot-topic_data i, div.blog--tag-author-coloumn #hubspot-topic_data a {
  color: #666f80;}

.clear-blog-listing .more-link {margin-top:5px;}


.clear-blog-listing .post-listing .post-item .post-body:hover {
  overflow: hidden;
}
.post-body.clearfix:hover {
  overflow: hidden;
}

.clear-blog-listing .post-listing .post-item .post-body:hover img {
  transition: .4s ease;
  transform: scale(1.1,1.1);
}
.blog-banner {
  position: relative;
  background-image: url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/Blog%20Banner/Blog-Banners1-01.jpg);
  background-position: top;
}
.blog-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:linear-gradient(0,#0c0c0c96,#000000a1);
}
.blog--banner-content {
  position: relative;
}
.blog-banner h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  text-shadow:0 6.36px 2.896px #00000045, 0 7px 5px #06030347;
}
.blog-banner p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  max-width: 950px;
  margin: 0 auto;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background: #fff;
  padding: 10px 20px;
}

.blog-listing-wrapper.cell-wrapper #hubspot-author_data a {
  color: #ff5100;
  font-weight: 600;
  font-size: 14px;
}
.clear-subscribe-form p {
  padding-bottom: 0px;
  color: #fff;
  font-size: 18px;
}
.hs-search-field__bar input {
  /* margin-top: 10px;*/
  height: 43px;
  border: navajowhite;
  border-radius: 4px;
  width:60%!important;
  background : None;
  color : #fff !important;
  font-size: 16px;

}
.hs-search-field__bar input::placeholder {
  color: #fff;
  font-size:20px;
  font-weight:300;
  font-style: italic;
}
/*most*/

.hs-rss-module.feedreader_box.hs-hash-2014053836 {
  background: #fff;
  padding: 10px 0px;
}
.widget-span.clear--sidebar-posts .hs-rss-item {
  display: flex;
  margin-bottom: 17px;
  background: #fff;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  padding-top: 10px;
  width: 100%;
}
.widget-span.clear--sidebar-posts .hs-rss-item {
  display: flex;
  margin-bottom: 0;
}
.widget-span.clear--sidebar-posts .hs-rss-item {
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 5px 0 10px;
  margin-bottom: 0;
}
.widget-span.clear--sidebar-posts .hs-rss-item .hs-rss-item-text {
  padding: 5px 12px;
  line-height: 1.5rem; }
.widget-span.clear--sidebar-posts .hs-rss-item .hs-rss-item-text .hs-rss-title {
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2rem;
}
.dwnd h2 {
  font-weight: 300;
}

.hs-blog-post .clear-blog-listing {
  margin-top: 30px;
}
.clear-subscribe-form {
  text-align: center; border-radius:8px;
  /* background: linear-gradient(45deg,#1ebfa5 0%,#18a28c 100%) !important; 
  background: url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/circle-bg/Circle-BG-01.jpg)!important;
  background-position: bottom!important;
  background-size: cover!important; */}
.clear-subscribe-form.dwnd {
  background-image: url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/circle-bg/Circle-BG-03.jpg)!important;
}
.hs-blog-listing .clear-blog-listing {
  padding: 40px 0px 0px;
}
.blog-post-imgg {
  overflow: hidden;
  height: 300px;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  border-radius: 20px;
}
.blog-detail--clear #hubspot-topic_data {
  margin-bottom: 0;  margin-top: 0; }
.hs-blog-listing .hs-author-avatar img,
.blog-detail--clear .hs-author-avatar img {
  border-radius: 100px;
  max-height: 80px;  min-height: 80px;
  width: fit-content;    padding: 5px;
  border: 2px solid #f0634c;
}
.blog-section .post-header h1 {
  font-weight: 400;
  font-size: 1.9rem;    padding: 0 0 10px;
}
.blog-detail--clear .author-link {
  color: #ff5100;
}
.blog-detail--clear #hubspot-author_data {margin-bottom:15px;}
.blog-post-wrapper.cell-wrapper h2 {
  font-weight: 400;
  font-size: 28px;
  padding-top: 15px;
}
.blog-detail--clear #hubspot-topic_data a {
  color: #ff5100;
  font-weight: 500;
}

.dwnd .yellow-cta, .widget-span.clear-subscribe-form form .actions .hs-button.primary {
  height: 45px;
  border-radius: 8px; 
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 500;
  letter-spacing: .25px;
  font-size: 20px;
  padding: 0 15px;
  line-height: 45px;box-shadow:0 10px 20px -10px rgba(0,0,0,.3); transition: all 0.3s ease 0s;
}
.dwnd .yellow-cta:hover {color: #fcba02;box-shadow: 0px 37px 20px -20px rgba(0,0,0,0.2);
  transform: translateY(-7px);}

.widget-span.clear-subscribe-form form .actions .hs-button.primary:hover { background-color:#fff;   
  color: #f55b14 !important;box-shadow: 0 10px 20px -10px rgba(0,0,0,.3);
  transform: translateY(-7px);
}
.blog-banner
background: #181818!important;
}
a.page-number.btn.current {
  background: #1b1b1c;
  color: #fff!important;
}
.blog-detail--clear .section.post-body {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px;
  margin-bottom: 30px;
}
.blog--comment .hs-button.primary {margin-top:0px;}
.blog-detail--clear .post-body a {
  color: #ff5100;    font-weight: 500;
}
.blog-detail--clear .section.post-body {margin-top:20px;}
/*.blog-detail--clear .post-body ul li {
display: inline-flex;
}
.blog-detail--clear .post-body a {    display: contents;} */
.blog-banner.blog-banner-new { /*background: url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/Blog%20Banner/blog-bg.jpg)!important; */
  background: #484848; text-align:center;    color: #fff;
  font-size: 20px;
  font-weight: 600; 
  padding:8px !important;}
.blog-banner:before {content:none;}
.blog--banner-content {text-align:left;}
.blog-banner {
  padding: 25px 0px;}
h2.hs-author-name:after {
  content: ' ';
  clear: both;
  width: 1.5em;
  display: block;
  margin: 0px 0;
  border-bottom: 3px solid #fbbd02;
}
h2.hs-author-name {padding-top:0px;padding-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;}
.clear--blog-design .post-listing .post-item .post-body .blog_featured_img {min-height:200px; height:200px;}

.blog-banner.blog-banner-new {
  margin-bottom: 10px;
  /*  border-radius: 8px; */
}
.blog-banner h1 {
  padding-top: 0px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 0 6.36px 2.896px #00000045, 0 7px 5px #06030347;
}
.b-list li {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  background: #f1f1f1;
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px; border-radius:4px;
  text-transform: none;
}
h3.hs-author-listing-header, .b-list h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}
.clear-subscribe-form {margin-bottom:30px;}
.bbb .block {
  padding-left: 10px;
}
.hs-blog-listing .ss-bnr-search  {display:none!important;}
.hs-blog-post .ss-bnr-search  {display:block!important;}
.hs-blog-post .ss-bnr-search .hs-search-field__bar input {
  margin-top: 0;
  height: 43px;
  width: 100% !important;
}
.hs-blog-listing .bp-comment {display:none;}
.bp-comment p {padding-top:15px;color:#000!important;}
.blog-detail--clear .section.post-body h3 {
  font-size: 22px;
  font-weight: 500;
}
/** New Css By kunal FOr Listing */
.blog-post-list-wrapper {  display: flow-root;}
.post-listing .post-item{ margin-bottom:30px; min-height:270px;}

.freemium-blog .post-listing .post-item {
  width: 100%;
  padding: 5% 0;}

.freemium-blog .blog-listing-wrapper .post-listing .post-item {

  float: left;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
  height: 585px;}

.freemium-blog .blog-listing-wrapper .post-listing .post-item .post-content {
  padding: 0 15px;}

.freemium-blog .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
  border-radius: 5px;
  height: 300px;
  overflow: hidden;
  margin-right: 30px;
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item .hs-featured-image {
  max-width: 100%;
}
.hs-featured-image-wrapper img{ width: 35%!important; height:250px;} .hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;}


.hs-search-field__bar input::placeholder {
  opacity :0.6;
}

.post-listing .post-header .header-content h3 a {color : #333c4e !important;    transition: color 0.4s ease 0s, text-shadow 0.4s ease 0s, background-color 0.4s ease 0s, border-color 0.4s ease 0s, box-shadow 0.4s ease 0s, opacity 0.4s ease 0s; }
.post-listing .post-header .header-content h3 a:hover {color : #f55b14 !important; }
.blog-listing-wrapper.cell-wrapper #hubspot-author_data a {
  color : #f55b14 !important;
  font-weight: 600;
  font-size: 14px;
} 

/*.hs-blog-listing .clear-blog-listing {margin-top:50px;} */
.post-listing em.time-to-read {
  font-size: 12px;
  font-style: italic;
  color: #000;
  display: block;
}
.post-listing .Topicshowase { margin-top:10px; color:#a4abae; }
#hubspot-topic_data .topic-link{color:#a4abae;display: inline-block;
  color: inherit;
  font-size: 12px;
  margin: 4px 0px;
  padding: 0px 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 60px;
  transition: all 0.4s ease 0s;   }
#hubspot-topic_data .topic-link:hover {border-color: #f55b14;
  color: #f55b14;  }
.fa-angle-right::before {
  content: "";
}
..ucBlogFilter li:last-child  {display:none !important;}
.post-listing .post-summary {color : grey ; }
.pagination .pages-navigation .btn {line-height:48px;}
.post-listing p { color:#000 !important;}
.pagination .pages-navigation .btn {    border: 2px solid #f55b14; color: #f55b14 !important;}
.pagination .pages-navigation .btn .fa { color: #f55b14 !important;}
.pagination .pages-navigation .btn ,fa:hover { color: #fff !important;}

/*related post start*/
.relatedPost .post-inner {
  border-radius:4px;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 15%);
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.relatedPost .feature-image-bg {
  border-radius:4px 4px 0 0;
}

.feature-image-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff51007d;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 30%,100% 0%,100% 100%,20% 100%);
}

.relatedPost .feature-image-bg {
  position: relative;
}
.post-inner .hs-author-avatar img {
  border-radius: 100px;
  height: 60px;
  width: 60px;
}
.post-inner .hs-author-avatar {
  width: 60px;
  height: 60px;
}

.feature-image-bg:before {
  border-radius:4px 4px 0 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background-color: rgb(91 92 93 / 36%);*/
  position: absolute;
  top: 0;
  left: 0;
}
.relatedPostItem {
  max-height:500px; min-height:480px;
}
.posted-by--blog {
  line-height: 1.4rem;
  padding-top: 8px;
  padding-left:15px;
}
.Related_PostDescreption {
  display: flex;
}
/*related post end*/

@media (max-width:768px) { .ucBlogFilter li  {padding: 5px !important ; }
}

@media (max-width:767px) {
  .sidebar-services.ucBlogFilter.clearfix a {
    line-height: 1.6rem;
  }
  .post-listing .post-item{ margin-bottom:50px;}

  .hs-featured-image-wrapper img{ width: 100%!important; height:auto;     margin-bottom: 15px !important;
  } 
  .blog-post-list-wrapper {  display: block;}
  .blog-listing-wrapper.cell-wrapper .hs-featured-image-wrapper img {max-width:100% !important;}
  .post-listing .post-header .header-content h3 a {font-size:22px; margin-top:20px;}
  .black-border-cta {
    letter-spacing: 0px;
    margin-top: 20px;
  }
  .hs-blog-listing .clear-blog-listing {
    padding: 0px !important;
  }
  .pagination {padding-top:20px;} 
  .hs-search-field__bar input {width:80% !important;}
  .hs-search-field__bar input::placeholder  {font-size:10px;}
  .ucBlogFilter ul {line-height:5px;}

  .clear-subscribe-form .icon-disc.dark.default {
    display: none;
  }
  .clear-subscribe-form .hs_cos_wrapper.form-title h3 {
    font-size:20px;
  }
  .clear-subscribe-form .hs_cos_wrapper.form-title p {
    font-size:17px;
    line-height: 1.5;
  }

  .sidebar-services li {
    padding: 5px 0 10px 0 !important;
  }
}

.post-listing form  input[type="email"] {
  border: solid 1px #e4e4e3;
  float: left;
  width: 30.833%;
  display: block;
  box-sizing: border-box;
  margin: 0 2.5% 25px 0;
  list-style: none;
  padding-bottom: 0;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  transition: all ease-in-out .4s;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  position: relative;
}

.post-listing form input[type="submit"] {
  background: #333;
  border: 2px solid #fff;
  border-radius: 0;
  height: 50px;
  width: 105px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .25px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 767px) {
  .dashbar {
    display: block;
  }
  .hs-blog-post .blog-banner.blog-banner-new {
    border-top: 1px solid #ffffff61;
  }
  #nyc_blog_banner_module_1616672913120178 .NYC_title h1 {
    margin-top:0px;
  }
  div#nyc_blog_banner_module_1616672913120178 {
    background-image: none;
    background-color: #484848;
  }
  .hs-search-field__bar input {
    width: 90% !important;
  }
  .hs-search-field__bar input {
    margin-top: 0;
    height: auto;
  }
  .ucBlogFilter {
    margin-top: 15px; }

  .ucTotalWords table {
    width: auto !important;
  }

  .ucPostContent.clearfix img {
    display: none;
  }

  h2 {
    margin-top: 30px;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }

}

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

  .widget-span.clear-blog-listing .container > .row-fluid-wrapper > .row-fluid .span8.widget-span {
    width: 100%;
  }
  .widget-span.clear-blog-listing .container > .row-fluid-wrapper > .row-fluid > div[class*="span"] {
    width: 100%;
    margin: 0px;
  }
}



.page-center.width1440 {
  max-width: 1440px !important;
}

a { 
  color: #f55b14;
  text-decoration: none;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

a:hover, a:focus { color: #f15924; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*** Form Start ***/
.clear-subscribe-form form {display:inline-flex;}
.clear-subscribe-form {margin-bottom: 0px !important; border-radius: 0px !important; padding:0 35px 35px; background-color:#484848!important;
  color:#fff;font-weight: 100 !important;
  letter-spacing: 0.5px;}
.clear-subscribe-form h3, .clear-subscribe-form p {
  font-weight: 100 !important;
}
.clear-subscribe-form p {margin:10px 0 10px;}
.clear-subscribe-form input[type="email"] {
  border-radius: 6px;
  border: none;
  margin-right: 10px;
  height:45px;
}
.clear-subscribe-form .widget-span.clear-subscribe-form form .actions .hs-button.primary {
  margin-left:10px;
}
.widget-span.clear-subscribe-form form .actions .hs-button.primary {
  background: #f55b14!important;
  margin-left: 10px;
  text-transform: uppercase;
  border: none !important;
  font-size: 16px!important;
}
.widget-span.clear-subscribe-form form .actions .hs-button.primary:hover {
  background-color: #fff!important;
  color: #fff;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 30%);
  transform: none!important;
}

.clear-subscribe-form .icon-disc.dark.default {
  background: #f55b14!important;
  width: fit-content;
  padding: 17px;
  border-radius: 50px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  top: -20px;
  position: relative;
  height:55px;
}
.clear-subscribe-form  i.fa.fa-envelope-open {
  font-size: 20px;
  text-align: center;
  display: inline-grid;
}
h2 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom:10px;
  text-align:left;

} 
h2 strong {
  text-align:left !important;
}
.ucPostContent.clearfix img {
  padding-bottom: 20px;
}
.relatedPostItem h2 {
  margin-top: 15px;
}
/*** Form end ***/
/*Tags CSS start*/

.tag {
  background: #f55b14;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #f55b14;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #232323;
  color: white;
}

.tag:hover::after {
  border-left-color:#232323; 
}

.stickySocial ul a {font-size:20px;}
.ucPostContent p, .ucPostContent ul, .ucPostContent li{
  font-size: 18px;
}
/*Tags CSS end*/

/*Side services start*/
.links ul {
  padding-left: 0px; margin-top: 8px;
  list-style: none;
  font-size: 14px;
}
p.main-links {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}
/*Side services end*/

@media (max-width:768px){
  h2{
    font-size:20px;
  }
  .ucTotalWords ul li {
    margin-left : 0px !important;
  }
  .Related_PostDescreption {padding-bottom:30px !important}
  .blog--comment form {
    width: 80%;
    margin: 0 auto !important;
  }
  .hs-blog-post .clear-blog-listing {
    margin-top: 0px;
  }
  .relatedPostItem {
    max-height: auto !important;
    min-height: auto !important;
    height:auto !important;
  }
  .cta_button strong {
    font-size:10px !important;
  }
  .relatedPostItem h2 {font-size:16px !important;}
  .ucTotalWords ul {
    margin: 5px 0px 0px !important;
  }
  .blog-banner.blog-banner-new .cta_button{
    display: none !important;
  }
  .Search-cta {display: none !important;}

  .copy-right {PADDING-BOTTOM:70PX;}
  .post-header {height:130px;}
}

.post-header {height:160px;}

/*Search css start*/
.hs-search-field--open .hs-search-field__suggestions {
  font-weight: 100;
  color: #fff;
  font-size: 15px;
  border: none;
  background: #484848!important;
  padding: 10px 20px;
}
.hs-search-field__suggestions a {color:#fff!important;}
.hs-search-field__suggestions #results-for {
  color: #fbbd02;
  letter-spacing: 0.8px;}
/*Search css end*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.cllogos li {
  display: inline-block;
  width: 19%;
}

@media (max-width: 600px){
  .cclogos {display:none;}
}


/*====Custom Styles====*/
.hs_blogContent p a.ucTopicLink:not(:last-child):after {
  content: '|';
  color: #39464e;
  margin-left: 4px;
}
.hs_blogContent article img[align="left"] {
  margin-right: 20px;
  max-width: 350px;
  float: left;
}
.blog_flogo {
  text-align: center;
}
.blog_flogo img {
  max-width: 300px;
  width: 100%;
}
.hs_blogContent p {
  margin-bottom: 15px;
}
.hs_blogContent h2 {
  margin-top: 20px;
}
.hs_blogContent h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 10px;
}
.hs_blogContent article.bp_article ul {
  margin: 0;
  padding-left: 5px;
  list-style: none;
  margin-bottom: 16px;
}
.hs_blogContent article.bp_article ul li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
}
.hs_blogContent article.bp_article ul li:before {
  color: #ff5100;
  content: "\f101";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-weight: 800;
  margin-right: 10px;
}
.hs_blogContent .blog_cl_testi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.hs_blogContent .blog_cl_testi .bct_img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-right: 20px;
}
.hs_blogContent .blog_cl_testi .bct_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  padding: 0;
}
.hs_blogContent .blog_cl_testi .bct_content {
  width: calc(100% - 150px);
  font-style: italic;
  color: #0c5394;
  font-weight: bold;
}
.hs-blog-post .hs_blogContent figure {
  margin: 0;
  display: block;
}
.hs-blog-post .hs_blogContent figure > img {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.hs_blogContent .bp_article h3 {
  font-size: 24px;
  line-height: 1.2;
}

/*=====Related Post Styles=====*/
.related_post h2.related_heading {
  margin: 0;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
  font-family: 'Poppins';
}
.related_post h2.related_heading i {
  display: block;
  font-weight: bold;
}
.related_post .related_post_item .post_featuredimg {
  display: block;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.related_post .related_post_item .time_toread {
  font-size: 14px;
  margin-bottom: 10px;
}
.related_post .related_post_item h4 {
  font-size: 20px;
  line-height: 1.4;
  min-height: 94px;
  margin: 0;
}

/*=====SidebarRrelateddd Posts======*/
.blog_postright .blogsidebar_title {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar_recent .sidebar_recentItem:not(:last-child){
  margin-bottom: 20px;
}
.sidebar_recent .sidebar_recentImg{
  min-height: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 5px; 
}
.sidebar_recent .sidebar_recentTitle h6{
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 0;
}
.sidebar_recent .sidebar_recentTitle h6 a{
  color: #000;
  text-decoration: none;
}
.sidebar_recent .sidebar_recentTitle h6 a:hover {
  color: #f55b14;
  text-decoration: none;
}
.blog_postright .sidebar_recent {
  margin-top: 20px;
}
.blog_postright .sidebar_tags {
  margin-top: 30px;
}
.sidebar_tags ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.sidebar_tags ul li{
  display: block;
}
.sidebar_tags ul li a {
  padding-bottom: 3px;
  display: block;
  color: #f55b14;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
}
.bp_homeBtn a.hs-button {
  line-height: 1.5em;
  font-family: 'Montserrat' !important;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  height: auto;
  transition: all .4s ease;
  color: #fff;
  border-width: 0px;
  background: rgb(253,79,0);
  text-align: center;
  text-decoration: none;
  display: inline-block;  
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.hs_blogContent .bp_article h6 {
  font-size: 20px;
  line-height: 1.2;
}


/*=======New Related Post Styles========*/
.related_post{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
.related_post:before {
  content: '';
  background-image: url(https://www.ny-engineers.com/hubfs/nye_divider.jpg);
  display: block;
  width: 100%;
  height: 5px;
  background-size: cover;
  position: absolute;
  top: 0;
}
.related_post h2.related_postHeader {
  font-family: 'lato', sans-serif !important;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}
.related_post .related_postListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.related_post .relatedPost-item {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 0;
  margin-bottom: 30px;
}
.related_post .relatedPost-item *:not(i) {
  font-family: 'lato', sans-serif !important;
}
.related_post .relatedPost-item a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.related_post .relatedPost-item .related_featureImg img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.related_post .relatedPost-item .related-post-info {
  padding: 24px 25px 14px;
  background: #faf9f9;
}
.related_post .relatedPost-item .relatedPost-date a {
  color: #696969;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
.related_post .relatedPost-item .relatedPost-date a:hover {
  color: #f55b14;
}
.related_post .relatedPost-item .relatedPost-title {
  min-height: 96px;
}
.related_post .relatedPost-item .relatedPost-name a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 32px;
}
.related_post .relatedPost-item .relatedPost-name a:hover {
  color: #f55b14;
}
.related_post .relatedPost-item .relatedPost-info {
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related_post .relatedPost-item .relatedPost-info > div {
  display: inline-block;
  line-height: 32px;
  color: #696969;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.related_post .relatedPost-item .relatedPost-info > div:last-child {
  padding-right: 0;
}
.related_post .relatedPost-item .relatedPost-info i {
  font-size: 16px;
  margin-right: 5px;
  color: #f55b14;
}
.related_post .relatedPost-item .relatedPost-info a {
  color: #696969;
}
.related_post .relatedPost-item .relatedPost-info a:hover {
  color: #f55b14;
}


/*=======New Blog Post Styles========*/
.hs_blogPostNew{
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #000;
}
.hs_blogPostNew *:not(i) {
  font-family: 'lato', sans-serif !important;
}
.blog_sidebar .sidebar_col {
  margin-bottom: 20px;
}
.blog_sidebar h5.side_bar_title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding-left: 0px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.blog_sidebar h5.side_bar_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.blog_sidebar h5.side_bar_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  background-color: #333;
}
.blog_siteSearch form {
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 8px #7c7c7c;
  max-width: 100%;
  padding: 0;
}
.blog_siteSearch form i.fa.fa-search {
  position: absolute;
  top: 13px;
  left: 8px;
  font-size: 16px;
}
.blog_siteSearch form input.hs-search-field__input {
  border-radius: 3px;
  display: block;
  line-height: normal;
  min-height: 40px;
  outline: none;
  color: #000 !important;
  background-color: #fff;
  border: none;
  padding: 0.5rem;
  width: 100% !important;
  height: auto;
  padding-left: 30px;
  position: relative;
}
.blog_siteSearch form input.hs-search-field__input:focus {
  padding-left: 10px;
  z-index: 1;
}
.blog_siteSearch .hs-search-field__bar input::placeholder {
  opacity: 0.8;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #444;
}
.blog_soicalShare .sidebar_followStyle a {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  min-height: 50px;
  padding: 0 12px;
  position: relative;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}
.blog_soicalShare .sidebar_followStyle a.follow_btnFacebook {
  background-color: #1977f3;
}
.blog_soicalShare .sidebar_followStyle a.follow_btnTwitter {
  background-color: #1da1f2;
}
.blog_soicalShare .sidebar_followStyle a.follow_btnLinkedin {
  background-color: #0077b5;
}
.blog_soicalShare .sidebar_followStyle a span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.blog_soicalShare .sidebar_followStyle a span:last-child {
  padding-left: 15px;
  text-align: center;
  width: auto;
}
.blog_soicalShare .sidebar_followStyle a span i {
  font-size: 1.5rem;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.blog_soicalShare .sidebar_followStyle a:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.3));
  background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
}
.blog_soicalShare .sidebar_followStyle a:hover:before {
  -webkit-animation: skew .75s;
  animation: skew .75s;
}
.blog_sidebarTags ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.blog_sidebarTags ul li{
  display: inline-block;
}
.blog_sidebarTags ul li a {
  display: inline-block;
  background-color: transparent;
  font-size: 15px;
  padding: 7px 13px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  color: #000;
  margin: 5px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  border-radius: 5px;
  text-transform: capitalize;
}
.blog_sidebarTags ul li a:hover {
  background-color: #ff5100;
  color: #fff;
  border-color: #ff5100;
}
.blog_PopularPost .popPost_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.blog_PopularPost .popPost_item:not(:last-child) {
  margin-bottom: 15px;
}
.blog_PopularPost .popPost_item .popPost_img {
  padding-bottom: 20%;
  position: relative;
  width: 30%;
}
.blog_PopularPost .popPost_item .popPost_img a.bg_img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog_PopularPost .popPost_item .popPost_Content {
  padding-left: 10px;
  width: 70%;
}
.blog_PopularPost .popPost_Content a {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
.blog_PopularPost .popPost_Content a:hover{
  color: #ff5100;
}
.blog_PopularPost .popPost_Content .popPost_date{
  display: block;
  font-size: 11px;
  font-weight: 600;
  opacity: .7;
}
.blog_sidebarInfo .blog_sidebarInfoImg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.blog_sidebarInfo .blog_sidebarInfoImg:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.blog_sidebarInfo .blog_sidebarInfoContent {
  padding: 40px 50px 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.blog_sidebarInfo .blog_sidebarInfoContent .sub_title{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 0;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}
.blog_sidebarInfo .blog_sidebarInfoContent .title{
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 0;
  margin: 0 0 0.5rem;
  line-height: 1.5;
  text-align: center;
}
.blog_sidebarInfo .service-number-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog_sidebarInfo .number-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 50px;
  background: #ff5100;
}
.blog_sidebarInfo .number-icon i {
  font-size: 40px;
  color: #fff;
}
.blog_sidebarInfo .number-text {
  margin-left: 10px;
}
.blog_sidebarInfo .number-text h3{
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
}
.blog_sidebarInfo .sidebarInfoButton_wrap a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border-radius: 3px;
  border-width: 0;
  padding: 8px 16px;
  background-color: #ff5100;
  color: #fff;
  text-decoration: none;
}


.post-social-wrap {
  z-index: 1;
  position: fixed;
  top: 50%;
  right: 0%; 
  transform: translate(100px, -50%);
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.8s;
}
.post-social-wrap a {
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  transition: all 0.8s;
}
.post-social-wrap .linkedin{
  background-color: #0a66c2;
  color: #FFF;
}
.post-social-wrap .twitter {
  background-color: #1da1f2;
  color: #FFF;
}
.post-social-wrap a i {
  background-color: #FFF;
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.5s;
}
.post-social-wrap a i.fa-linkedin {
  background-color: #FFF;
  color: #0a66c2;
}
.post-social-wrap a i.fa-twitter {
  background-color: #FFF;
  color: #53c5ff;
}
.post-social-wrap a:hover {
  color: #FFF;
}
.post-social-wrap:hover .twitter:hover, .post-social-wrap:hover .linkedin:hover {
  transform: translate(-98px,0px);
}
.post-social-wrap a:hover i {
  transform: rotate(360deg);
}
.hs_blogPostNew .post_bottomTags{
  padding-top: 1rem;
  margin-bottom: 20px;
}
.hs_blogPostNew .post_bottomTags span {
  font-size: 18px;
  font-weight: 600;
}
.hs_blogPostNew .post_bottomTags a {
  padding: 5px 8px;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 10px;
  background: #c1c1c1;
  color: #000;
  font-size: 15px;
  transition: all 0.35s ease;
  margin-right: 5px;
  text-transform: capitalize;
  border: 4px solid #8d8c8c;
  font-weight: 600;
}
.hs_blogPostNew .post_bottomTags a:hover {
  transform: scale(1.03);
  color: #000;
}
.hs_blogPostNew .bp_article h1, .hs_blogPostNew .bp_article h2,
.hs_blogPostNew .bp_article h3, .hs_blogPostNew .bp_article h4,
.hs_blogPostNew .bp_article h5, .hs_blogPostNew .bp_article h6{
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0;
  color: #fd4f00;
  letter-spacing: 0;

}
.hs_blogPostNew .bp_article h1{
  font-size: 36px;
}
.hs_blogPostNew .bp_article h2{
  font-size: 26px;
}
.hs_blogPostNew .bp_article h3{
  font-size: 24px;
}
.hs_blogPostNew .bp_article h4{
  font-size: 22px;
}
.hs_blogPostNew .bp_article h5{
  font-size: 20px;
}
.hs_blogPostNew .bp_article h6{
  font-size: 18px;
}
.hs_blogPostNew .bp_article blockquote {
  font-size: 22px;
  font-style: italic;
  color: #000;
  margin: 0 0 15px;
  padding-left: 10px;
  border-left: 3px solid #ff5100;
  display: block;
  line-height: 1.5;
}
.hs_blogPostNew .bp_article blockquote:before{
  content: none;
}
.hs_blogPostNew .bp_article a:not(.cta_button) {
  color: #ff5100;
}
.hs_blogPostNew .bp_article table { 
  border: 1px solid #dee2e6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.hs_blogPostNew .bp_article td, .hs_blogPostNew .bp_article th {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.hs_blogPostNew .bp_article table, .hs_blogPostNew .bp_article td, .hs_blogPostNew .bp_article th {
  border-color: #3b4f66;
}
.hs_blogPostNew .bp_article td, .hs_blogPostNew .bp_article th {
  color: #3b4f66;
}
.hs_blogPostNew .bp_article thead td, .hs_blogPostNew .bp_article thead th {
  background-color: #343a40;
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.hs_blogPostNew .bp_article thead td, .hs_blogPostNew .bp_article thead th {
  background-color: #3b4f66;
  border-color: hsla(0,0%,100%,.5) hsla(0,0%,100%,.5) #3b4f66;
  color: #fff;
}
.hs_blogPostNew .bp_article thead td:first-child, .hs_blogPostNew .bp_article thead th:first-child {
  border-left-color: #3b4f66;
} 
.hs_blogPostNew .post_pagination {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 30px;
}
.post_pagination .pp_col {
  font-weight: 600;
  position: relative;
  align-items: center;
  display: flex;
}
.post_pagination .pp_col > a{
  font-weight: 600;
  position: relative;
  align-items: center;
  display: flex;
  text-decoration: none;
  transition: all 0.3s ease;
}
.post_pagination .pp_col.pp_left > a {
  text-align: left;
}
.post_pagination .pp_col.pp_right > a {
  text-align: right;
}
.post_pagination .pp_col .pp_image {
  background-position: center center;
  background-size: cover;
  height: 100px;
  min-width: 100px;
}
.post_pagination .pp_col.pp_left .pp_image {
  margin-right: 15px;
}
.post_pagination .pp_col.pp_right .pp_image {
  margin-left: 15px;
}
.post_pagination .pp_col .pp_content span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.hs_blogPostNew .post_pagination.no_prev_pagination .hsrow {
  display: block;
  margin: 0;
  overflow: hidden;
}
.hs_blogPostNew .post_pagination.no_prev_pagination .pp_right{
  float: right;
}
.hs-blog-post .blog_breadcrumb {
  padding-top: 30px;
}
.hs_blogPostNew .bp_article {
  letter-spacing: 0.3px;
  font-size: 17px;
  overflow: hidden;
}
.hs_blogPostNew .bp_article *:not(i):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: 'Poppins', sans-serif !important;
}
.hs_blogPostNew .bp_article p img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.hs_blogPostNew .bp_article p img[data-hs-cta-img="true"] {
  width: auto;
  max-width: unset;
  float: none;
  margin: 0 auto;
}
.blog_sidebar .blog_sidebarLinks .hs-menu-wrapper > ul {
  display: block;
}
.blog_sidebar .blog_sidebarLinks .hs-menu-wrapper > ul > li {
  float: none;
  display: block;
  padding: 5px 0;
}
.blog_sidebar .blog_sidebarLinks .hs-menu-wrapper > ul > li a {
  display: inline-block;
  font-family: 'lato', sans-serif !important;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  white-space: normal;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
}
.blog_sidebar .blog_sidebarLinks .hs-menu-wrapper > ul > li a:hover{
  color: #ff5100;
}
.blog_sidebar .blog_sidebarLinks .hs-menu-wrapper > ul > li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: #ff5100;
  transition: 0.8s;
  content: '';
}
.blog_sidebar .blog_sidebarLinks .hs-menu-wrapper > ul > li a:hover:before {
  left: calc(100% - 0.25rem);
  background-color: #ff5100;
}


/*=====Blog Post Expand Button====*/
.special-text {
  position: relative;
  max-height: 660px;
  overflow: hidden;
  transition: max-height 1s ease;
}
.special-text.expanded {
  max-height: unset;
  transition: max-height 1s ease;
}
button.expand-button {
  cursor: pointer;
  display: block;
  width: 200px;
  margin: 1rem auto;
  border: 4px solid #bd3c00;
  border-radius: 10px;
  background-color: #ff5100;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative; 
  box-shadow: -7px 7px 7px #706f6f;
}
.expand-button:hover, .expand-button:active, .expand-button:focus {
  background-color: #ff5100;
  box-shadow: -0 0 0 #706f6f;
  outline: none;
}
button.expand-button.removebutton {
  display: none;
}
button.expand-button:before, button.expand-button:after {
  content: '';
  width: 250%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 1;
}
button.expand-button:before{
  left: -250%;
}
button.expand-button:after {
  right: -250%;
}

/*=====Blog Post Service From====*/
.blog-post-form {
  margin: 30px 0;
  padding: 20px 20px;
  background-color: #f1f3f4;
  box-shadow: 0 0 8px #cfcfcf;
  position: relative;
  transition: all 0.3s ease;
}
.blog-post-form .form-title {
  text-align: center;
  margin-bottom: 10px;
} 
.hs_blogContent .blog-post-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.hs_blogContent .blog-post-form form fieldset {
  max-width: 100%;
}
.hs_blogContent .blog-post-form form > .hs-form-field{
  margin-bottom: 15px;
  width: calc(25% - 7.5px);
  margin-right: 10px;
}

.hs_blogContent .blog-post-form form > .hs-form-field:nth-child(4) {
  margin-right: 0;
}
.hs_blogContent .blog-post-form form .hs-form-field > .input .hs-input {
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #33475b;
  color: #000;
  display: block;
  font-family: lato,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 22px;
  max-width: 767px;
  padding: 9px 10px;
  width: 100%;
}
.hs_blogContent .blog-post-form form .hs-input:focus {
  border-color: rgba(82,168,236,.8);
  outline: none;
}
.hs_blogContent .blog-post-form form .hs-submit{
  text-align: center;
}
.hs_blogContent .blog-post-form form .hs-button {
  cursor: pointer;
  display: block;
  width: 200px;
  max-width: 100%;
  margin-left: 15px;
  border: 4px solid #bd3c00;
  border-radius: 10px;
  background-color: #ff5100;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: -5px 5px 10px #706f6f;
  line-height: normal;
}
.hs_blogContent .blog-post-form form .hs-button:focus, 
.hs_blogContent .blog-post-form form .hs-button:hover {
  background-color: #ff5100;
  box-shadow: 0 0 0 #706f6f;
  outline: none;
}
.hs_blogContent .blog-post-form form ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 5px;
}
.hs_blogContent .blog-post-form form .hs-form-field > label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.hs_blogPostNew .bp_article img {
  display: block;
  margin: 0 auto;
}



@media (min-width: 480px){
  .hs_blogPostNew .bp_article p img {
    float: left;
    margin-right: 20px;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px){
  .hs_blogContent .ucBlogPostBody .blog_postLeft {
    width: 60px;
  }
  .hs_blogContent .ucBlogPostBody .blog_postcenter {
    width: calc(68% - 30px);
    margin-left: 0;
    padding-left: 20px;
  }
  .hs_blogContent .ucBlogPostBody .blog_postright {
    width: calc(32% - 30px);
    margin-left: 0;
    padding-left: 20px;
  }
  body.keyconceptHasContent .hs_blogPostNew .bp_article {
    padding-top: 30px;
  }
  .blog_sidebar h5.side_bar_title:after {
    max-width: 255px;
  }
  .hs_blogContent .blog-post-form form > .hs-form-field.hs-message {
    width: calc(50% - 6.667px);
  }
  .hs_blogContent .blog-post-form form > .hs-submit{
    margin-bottom: 15px;
    width: calc(25% - 7.5px);
  }
  .hs_blogPostNew .bp_article p img {
    width: 40%;
  }
}

@media (min-width: 1025px){
  .hs_blogContent .ucBlogPostBody .blog_postcenter {
    width: calc(75% - 30px);
    margin-left: 0;
    padding-left: 20px;
  }
  .hs_blogContent .ucBlogPostBody .blog_postright {
    width: calc(25% - 30px);
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 1600px) and (min-width: 1201px) {
  .hs_blogPostNew .blogPost_right{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .blog_sidebarInfo .blog_sidebarInfoContent {
    padding: 40px 20px 40px;
  }
  .blog_sidebarInfo .number-text h3 {
    font-size: 22px;
  }
  .blog_sidebarInfo .number-icon {
    height: 40px;
    width: 40px;
  }
  .blog_sidebarInfo .number-icon i {
    font-size: 35px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .hs_blogPostNew .blogPost_right{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .blog_sidebarInfo .blog_sidebarInfoContent {
    padding: 40px 20px 40px;
  }
  .blog_sidebarInfo .number-text h3 {
    font-size: 24px;
  }
  .blog_sidebarInfo .number-icon {
    height: 40px;
    width: 40px;
  }
  .blog_sidebarInfo .number-icon i {
    font-size: 35px;
  }
}

@media (max-width: 1159px) and (min-width: 768px) {
  .blogPost_right .blog_sidebar {
    top: 125px;
  }
}

@media (max-width: 1150px) and (min-width: 992px) {
  .related_post .relatedPost-item .related-post-info {
    padding: 24px 20px 14px;
  }
  .related_post .relatedPost-item .relatedPost-info{
    display: block;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .related_post .relatedPost-item .related-post-info {
    padding: 24px 20px 14px;
  }
  .related_post .relatedPost-item {
    width: 50%;
  }
  .blog_sidebarInfo .blog_sidebarInfoContent {
    padding: 30px 10px 30px;
  }
  .blog_sidebarInfo .service-number-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .blog_sidebarInfo .blog_sidebarInfoContent .title {
    font-size: 28px;
  }
  .blog_sidebarInfo .number-icon {
    height: 30px;
    width: 30px;
  }
  .blog_sidebarInfo .number-icon i {
    font-size: 24px;
  }
  .blog_sidebarInfo .number-text h3 {
    font-size: 22px;
  }
}

@media (max-width: 850px) and (min-width: 768px) {
  .post_pagination .pp_col .pp_content p {
    font-size: 14px;
  }
  .post_pagination .pp_col .pp_image {
    height: 80px;
    min-width: 80px;
  }
}

@media (max-width: 767px) and (min-width: 501px) {
  .related_post .relatedPost-item .related-post-info {
    padding: 24px 20px 14px;
  }
  .related_post .relatedPost-item .listing-post-name a {
    line-height: 26px;
    display: block;
  }
  .related_post .relatedPost-item .relatedPost-info {
    display: block;
  }
  .related_post .relatedPost-item .relatedPost-info > div {
    white-space: nowrap;
  }
}


@media (max-width: 819px) and (min-width: 768px){
  .sidebar_recent .sidebar_recentImg{
    min-height: 120px;
  }
}

@media (max-width: 767px) and (min-width: 501px){
  .blog_postright .sidebar_recent {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar_recent .sidebar_recentItem {
    width: 48%;
    margin-right: 4%;
  }
  .sidebar_recent .sidebar_recentImg {
    min-height: 24vw;
  }
  .sidebar_recent .sidebar_recentItem:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) and (min-width: 501px){
  .blog_PopularPost .popPost_Content a {
    font-size: 18px;
  }
  .blog_PopularPost .popPost_Content .popPost_date {
    font-size: 14px;
  }
  .post_pagination .pp_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) and (min-width: 480px){
  .post_pagination .pp_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post_pagination .pp_col .pp_content p {
    font-size: 14px;
  }
  .post_pagination .pp_col .pp_image {
    height: 80px;
    min-width: 80px;
  }
}

@media (max-width: 991px){
  .hs_blogPostNew .bp_article table {
    width: auto !important;
  }
}

@media (max-width: 768px){
  .hs_blogContent h2 {
    font-size: 22px;
  }
  .hs_blogContent h4 {
    font-size: 18px;
  }
  .hs_blogContent .bp_article h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px){
  .hs_blogContent article img[align="left"] {
    float: none;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar_related {
    display: none;
  }
  .related_post .relatedPost-item {
    width: 50%;
  }
  .blog_postright .sidebar_recent {
    display: none;
  }
  .hs_blogPostNew .bp_article h1{
    font-size: 30px;
  }
  .hs_blogPostNew .bp_article h2{
    font-size: 24px;
  }
  .hs_blogPostNew .bp_article h3{
    font-size: 22px;
  }
  .hs_blogPostNew .bp_article h4{
    font-size: 20px;
  }
  .hs_blogPostNew .blogPost_right {
    margin-top: 40px;
  }
  .blog_sidebarInfo .blog_sidebarInfoContent {
    padding: 50px 70px 50px;
  }
  .hs_blogPostNew .bp_article {
    padding-top: 15px;
  }
  .Post-top-wrap .blog-post-search{
    display: none;
  }
  .blog-post-form {
    padding: 20px 20px 30px;
  }
  .hs_blogContent .blog-post-form form > .hs-form-field {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .hs_blogContent .blog-post-form form > .hs-form-field:nth-child(2n) {
    margin-right: 0;
  }
  .hs_blogContent .blog-post-form form .hs-submit {
    width: 100%;
    margin-top: 10px;
  }
  .hs_blogContent .blog-post-form form .hs-button{
    margin-left: 0;
    display: inline-block;
  }
  .hs_blogContent .keyconcept {
    margin-top: 10px;
  }
}

@media (max-width: 500px){
  .hs_blogContent .blog_cl_testi {
    display: block;
  }
  .hs_blogContent .blog_cl_testi .bct_img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hs_blogContent .blog_cl_testi .bct_img img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs_blogContent .blog_cl_testi .bct_content {
    width: 100%;
  }
  .sidebar_recent .sidebar_recentImg {
    min-height: 42vw;
  }
  .related_post .relatedPost-item {
    width: 100%;
  }
  .related_post .relatedPost-item .relatedPost-info > div {
    padding-right: 10px;
  }
  .related_post .relatedPost-item .relatedPost-title {
    min-height: 0;
  }
  .related_post h2.related_postHeader {
    font-size: 26px;
  }
}

@media (max-width: 479px){
  .blog_sidebarInfo .blog_sidebarInfoContent {
    padding: 30px 20px 30px;
  }
  .blog_sidebarInfo .blog_sidebarInfoContent .title {
    font-size: 30px;
  }
  .blog_sidebarInfo .number-text h3 {
    font-size: 26px;
  }
  .blog_sidebarInfo .number-icon {
    height: 45px;
    width: 45px;
  }
  .blog_sidebarInfo .number-icon i {
    font-size: 35px;
  }
  .post_pagination .pp_col .pp_content span {
    font-size: 16px;
  }
  .post_pagination .pp_col .pp_image {
    display: none;
  }
  .hs_blogContent .blog-post-form form > .hs-form-field {
    width: 100%;
    margin-right: 0px;
  }
}




@-webkit-keyframes skew {
  to {
    left: 125%
  }
}

@keyframes skew {
  to {
    left: 125%
  }
}