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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
*{
  box-sizing: border-box;
}
body{
  font-family: Roboto;
  font-size:16px;
  line-height:1.4em;
  color:#000; 
  font-weight:400;
}
/* body *{
font-weight:500 !important;
} */
h1{
  line-height: 1;
}
h1,h2,h3,h4,h5,h6{
  font-family: Roboto;
  margin-top:0;
  font-weight: 300;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
img{
  max-width:100%;
  height:auto;
}
h2{
  font-size: 28px;
  line-height:1em;
}
p:last-of-type{
  margin-bottom:0;
}
h1{
  line-height: 1em;
  font-size:43px;
}
.text-center{
  text-align:center;
}
.text-right{
  text-align:right;
}
.button.button--highlight {
  background-color: #ff5e1f;
  border-color: #ff5e1f;
  color: #191a1c;
}
.button.button--highlight:hover, .button.button--highlight:focus, .button.button--highlight:active{
  background-color: transparent;
  border-color: #ff5e1f
    ;
  color: #ff5e1f
    ;
  fill: #ff5e1f
    ;
}
.cu-row{
  display: flex;
  flex-wrap: wrap;
  margin-left:-15px;
  margin-right:-15px;

}
.cu-col-3,.cu-col-4, .cu-col-6{
  padding-left: 15px;
  padding-right: 15px;
}
.cu-col-3 {
  width: 25%;

}
.cu-col-4{
  width:33.33%;
}
.cu-col-6{
  width: 50%;
}
.cu-align-center{
  align-items:center;
}
@media screen and (max-width:767px) {
  .cu-col-3,.cu-col-4, .cu-col-6{
    width:100%;
    padding-bottom:30px;
  }
}
.cu-align-bottom{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-between{
  justify-content: space-between;
}
.cu-container{
  max-width: 1800px;
  width: 100%;
  margin: 0 auto !important;
  padding-left: 25px;
  padding-right: 25px;
  float: none !important;}
form input[type='submit'], form .hs-button,
.hs-button {
  background-color: #ff5e1f ;
  border-color: #ff5e1f ;
  color: #191a1c;
}

form .hs-button:hover,
form input[type='submit']:hover,
.hs-button:hover {
  fill: #ff5e1f ;
  background-color: transparent;
  border-color:  #ff5e1f ;
  color: #ff5e1f;}
.blog-listing__post-content {
  background: #fff;
}
.blog-post__meta-top{
  padding-block: 20px;
}
.post-social-share a{
  color: #0556ff;
  font-size: 30px;
}
.post-social-share .social-sharing {
  justify-content: flex-end;
}
.post-social-share .fa-linkedin{
  color:#0077b5;
}
.related-posts {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.related-posts .post-listing{
  padding-inline: 15px;
}
.post-listing .hs_cos_wrapper_type_related_blog_posts {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}
.related-featured img{
  height: 207px;
  object-fit: cover;
  width: 100%;
}
.wrapper__content h3 a {
  color: #001b48;
  line-height: 1.4; 
  display:block;
}

.wrapper__content {
  padding-top: 10px;
}
.read-more{
  color: #000;
  display: inline-block;
  margin-top: 21px;
  border: 1px solid #ddd;
  padding: 11px 28px;
  border-radius: 35px;
}
.read-more:hover{
  color: #fc8b00;
  text-decoration: none;
}
.pagination__link--active {
  border-color: #fc8b00;
  color: #fc8b00;
}

.pagination a {
  color: #fc8b00;
}

.pagination__link-icon svg {
  fill: #fc8b00 !important;
}

.blog-listing__post-button {
  color: #000;
  display: inline-block;
  margin-top: 21px;
  border: 1px solid #ddd;
  padding: 11px 28px;
  border-radius: 35px;
  margin-bottom: 10px;
}
.blog-listing__post-button:hover {
  text-decoration:none;
  color: #fc8b00;
}
.blog-listing__post-author-name, .blog-post__author-name, .blog-listing__post-author-name:hover, .blog-post__author-name:hover {
  color: #000;
}
.blog-post ol,
.blog-post ul {
  list-style: none !important;
  margin-block: 30px;
  padding: 0 !important;
}
.blog-post ol li,
.blog-post ul li {
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.blog-post ol{
  counter-reset: section;
}
.blog-post ol li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0px;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #000;
  font-size: 11px;
  text-align: center;
  line-height: 2;
  border-radius: 50%;
}
.blog-post ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 10px;
  width: 10px;
  background: #000;
  transform: rotate(45deg);
}
.blog-post ol li+li{
  margin-top: 20px;
}
.blog-post ul li+li {
  margin-top: 15px;
}
.blog-listing__post-title{
  font-size: 20px;
}
.back-to{
  font-size: 13px;
  color: #001b48;
  display: inline-block;
  margin-bottom: 20px;
}
.back-to a{
  color: #fc8b00;
}
.blog-listing--3-col .blog-listing__post{
  border-radius: 22px;
  overflow: hidden;
}
@media screen and (max-width:767px){
  .post-social-share .social-sharing {
    justify-content: flex-start;
  }
  .blog-post__meta-top div[class*="cu-col"] {
    padding-bottom: 0;
  }
  .related-posts{
    padding-top: 30px;
    margin-top: 30px;
  }
  .blog-post__column-wrapper{
    padding-block:30px;

  }
}
.container{
  max-width: 1300px ;
  margin-inline: auto ;
}
.blog-post__author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.blog-post__author img {
  margin-right: 10px;
}
.post-listing .blog-post__timestamp {
  margin-bottom: 10px;
  display: block;
}