.hs-search-field
{
	position: relative;
}
.wrapper.bottom-row .blog-comments{
  max-width:830px;
}
.search_box
{
	padding-bottom: 60px;
}
.search_box form
{
	align-items: center;
	display: flex;
	position: relative;
}
.search_box .hs-search-field__input
{
	background: #FFFFFF;
	border: 1px solid #D3D7DE;
	border-radius: 12px;
	box-sizing: border-box;
	color: #70737A;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 64px;
	line-height: 160%;
	max-width: 100%!important;
	padding: 0px 0px 0px 24px;
  width:100%!important;
}
.search_box .hs-search-field__input:focus
{
	outline: none;
}
.search_box button
{
	background: #1F79D5;
	border-radius: 8px;
	height: 56px;
	position: absolute;
	right: 5px;
	width: 56px;
  min-width: 50px;
}
.hs-search-field__input
{
	box-sizing: border-box;
	width: 100%;
}
.hs-search-field__bar button svg
{
	height: 10px;
}
.hs-search-field__suggestions
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hs-search-field--open .hs-search-field__suggestions
{
	border: 1px solid #d3d7de;
	padding: 24px;
}
.hs-search-field__suggestions li
{
	display: block;
	margin: 0;
	padding: 0px 0px 16px 0px;
}
.hs-search-field__suggestions #results-for
{
	font-weight: bold;
	padding-bottom: 24px;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for
{
	display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus
{
	background-color: #1F79D5;
	color: #fff;
	outline: none;
}
@media (max-width:767px)
{
	.search_box
	{
		padding-bottom: 24px;
	}
}
.blog-section-v20{
	padding: 40px 0px 0px;
  position: inherit;
}
.blog-section-v20 p.date{
   margin: 0 0 24px;
      display: flex;
    align-items: center;
}
.blog-section-v20 p.date span.dt-sep{
    margin: 0px 16px;
  display: inline-block;
  background-color:#2c3037;
  width:4px;
  height:4px;
  border-radius:50%;
}
.brdcrmb_Box.banner-box{
  padding-bottom: 51px;
}
.brdcrmb_Box.banner-box .pagination-box a {
    color: #70737a;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
}
.brdcrmb_Box.banner-box .pagination-box a:after {
    position: relative;
    top: -5px;
    margin-left: 16px;
    margin-right: 16px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #70737a;
}
.blog-section-v20 .tag_list_box{
  padding-bottom: 88px;
}
.tag_list_box ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin:0px;
}
.tag_list_box ul li.active{
  background: #70737A;
}
.tag_list_box ul li.active a{
  color: #fff;
}
.tag_list_box ul li{
  padding: 4px 12px;
  border: 1px solid #70737A;
box-sizing: border-box;
border-radius: 100px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.tag_list_box ul li:last-child{
  margin-right: 0px;
  background: none!important;
  border: 1px solid #1F79D5!important;
  }
.tag_list_box ul li:last-child a{
    color: #1F79D5!important;
}
.blog-section-v20 img{
	max-width: 100%;
}
.blog-section-v20 .post-body{
	margin: 0px 0px 16px;
}
.blog-section-v20 .topic-link{
	border: 1px solid #3A4551;
	border-radius: 100px;
	box-sizing: border-box;
	color: #3A4551;
	display: inline-block;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 28px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 3px 10px;
	text-decoration: none;
}
.blog-section-v20 .topic-link:hover{
	border: 1px solid #ed5805;
	color: #ed5805;
}
.blog-section-v20 .single_recent-content .topic-link{
	margin: 0px 10px 16px 0px;
}
.blog-section-v20 .dual_recent-content .topic-link{
	margin: 0px 10px 16px 0px;
}
.blog-section-v20 h2{
	margin: 16px 0px 16px;
}
.blog-section-v20 h2 a,
.blog-section-v20 h3 a{
	color: inherit;
}
.blog-section-v20 h2 a:hover{
	color: #ed5805;
}
.blog-section-v20 .no-padding{
	padding: 0px;
}
.blog-section-v20 .single_recent-image img{
	height: 600px;
	object-fit: cover;
	width: 100%;
  border-radius: 12px;
}
.blog-section-v20 .single_recent-content{
	padding: 0 0 0 45px;
}
.blog-section-v20 .single_recent-content i{
	margin-left: 16px;
	transform: translateX(0px);
	transition: all .3s ease-in;
}
.blog-section-v20 .single_recent-content a:hover i{
	transform: translateX(20px)!important;
}
.blog-section-v20 .dual_recent-post{
	padding: 128px 0px 0px;
}
.blog-section-v20 .dual_recent-post .dual_recent-text-content{
	padding-bottom: 45px;
}
/*.blog-section-v20 .eq-h-box{
	border-bottom: 1px solid #d3d7d9;
}*/
.blog-section-v20 .dual_recent-content .date{
	margin: 36px 0px 24px;
}
.blog-section-v20 .dual_recent-content img{
	height: 399px;
	object-fit: cover;
	width: 100%;
  border-radius: 12px;
}
.blog-section-v20 .dual_recent-content i{
	margin-left: 16px;
	transform: translateX(0px);
	transition: all .3s ease-in;
}
.blog-section-v20 .dual_recent-content a:hover i{
	transform: translateX(20px)!important;
}
.blog-section-v20 .bottom_recent-content i{
	margin-left: 16px;
	transform: translateX(0px);
	transition: all .3s ease-in;
}
.blog-section-v20 .bottom_recent-content a:hover i{
	transform: translateX(20px)!important;
}
.blog-section-v20 .bottom_recent-content{
	padding-top: 60px;
}
.blog-section-v20 .blog-hidden{
  display:none;
}
.blog-section-v20 .blog_cta_box{
  padding-bottom:60px;
}
.blog-section-v20 .load-more-cta{
  margin: 60px auto 60px;
}
.blog-section-v20 .bottom_recent-content img{
	height: 257px;
	object-fit: cover;
	width: 100%;
  border-radius: 12px;
}
.blog-section-v20 .bottom_recent-content .date{
	margin: 36px 0px 24px;
}
.blog-section-v20 .bottom_recent-post .bottom_recent-text-content{
	padding-bottom: 0px;
}
.blog-section-v20 .rowSecondary{
	margin: 0px;
}
.blog-section-v20 h1{
	padding: 0px 15px 0px;
}
@media (max-width:767px){
	.blog-section-v20{
		padding: 24px 0px 0px;
	}
  .blog-section-v20 .blog_cta_box{
    padding-bottom:48px;
  }
.blog-section-v20 .load-more-cta{
    margin: 0px auto 0px;
  }
  .blog-section-v20 .bottom_recent-content{
    padding-top: 0px;
  }
  .blog-section-v20 .tag_list_box{
    padding-bottom: 48px;
  }
  .brdcrmb_Box.banner-box{
    padding-bottom: 24px;
  }
	.blog-section-v20 .single_recent-content{
		padding: 16px 15px 0px;
	}
	.blog-section-v20 .single_recent-image img{
		height: 200px;
	}
	.blog-section-v20 .dual_recent-content img{
		height: 200px;
	}
	.blog-section-v20 .dual_recent-post{
		padding: 0px 0px 0px;
	}
	.blog-section-v20 .dual_recent-content{
		padding-top: 60px;
	}
  .blog-section-v20 .dual_recent-content:last-child{
    padding-top: 0px;
  }
	.blog-section-v20 .dual_recent-post .dual_recent-text-content{
		padding-bottom: 48px;
	}
	.blog-section-v20 .bottom_recent-post .bottom_recent-text-content{
		padding-bottom: 48px;
	}
}
.hs-blog-post .header-box-hori{
    border-bottom: 1px solid #D3D7DE;
}
.banner_post-detail{
	padding-bottom: 120px;
	padding-top: 120px;
}

.banner_post-detail .breadcrumb-post{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 68px;
	text-transform: capitalize;
}
.banner_post-detail .breadcrumb-post a{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.banner_post-detail .blog-title{
	max-width: 854px;
	width: 100%;
}
.banner_post-detail h1{
	margin: 0px 0px 60px;
}
.banner_post-detail .hs-author-avatar{
	max-width: 100px;
	width: 100%;
}
.banner_post-detail .tag_author-box{
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 854px;
	width: 100%;
}
.banner_post-detail .hs-author-avatar img{
	border-radius: 50%;
	max-width: 100%;
}
.banner_post-detail .author_box{
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	max-width: 400px;
	width: 100%;
}
.banner_post-detail .tag_box a{
	border: 1px solid #fff;
	border-radius: 100px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 28px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 3px 10px;
	text-decoration: none;
}
.banner_post-detail .p-ft-image{
	overflow: hidden;
	text-align: center;
}
.banner_post-detail .p-ft-image img{
	  height: 620px;
    max-width: 100%;
    object-fit: cover;
    width: 100% !important;
    border-radius: 12px;
    object-position: top;
}
.banner_post-detail .p-box-r_mob{
  display: none;
}
.post-detail-v20{
	padding-bottom: 0px;
	padding-top: 0px;
}
.post-detail-v20 .blog-post__tags{
	padding-left: 20px;
  
}
.post-detail-v20 .s-icons-author{
	  margin-bottom: 60px;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    margin-top: 30px;
  
}
.post-detail-v20 .s-icons-author .date {
    text-align: right;
    
  }
.post-detail-v20 .custom-topic-list-wrapper {
     margin-top: 25px;
}
.post-detail-v20 .author_box {
	  display: flex;
    align-items: center;
  
}
.post-detail-v20 .author_box .hs-author-avatar img{
	  max-width: 55px;
    margin-right: 15px;
  
}
.post-detail-v20 .blog-post__tag-link{
    padding: 0px 8px !important;
    height: auto !important;
    line-height: 2 !important;
    margin-top: 10px; 
    max-width: 100% !important;
}



.post-detail-v20 .p-box-r{
  display: flex;
  justify-content: flex-end;
}
.post-detail-v20 .p-box-r .p-box-r-wrap{
  max-width:280px;
  width:100%
}
.post-detail-v20 .p-box-l .blog-post__body{
  max-width:920px;
  width:100%;
  padding-bottom: 100px;
}
.post-detail-v20 .p-box-r #hs_cos_wrapper_module_16058832632821{
	position: sticky;
	top: 0;
}
.post-detail-v20 .blog-post__body img{
	max-width: 100%;
	width: auto!important;
}
/* .post-detail-v20 .blog-post__body p{
	margin: 0px 0px 30px;
} */

.post-detail-v20 .blog-post__body pre{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 9.5px;
	word-break: break-all;
}
@media screen and (max-width: 959px) and (min-width: 768px){
	.post-detail-v20 .p-box{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.sub_section-bl-det{
		justify-content: flex-start!important;
	}
  .post-detail-v20 .p-box-l .blog-post__body{
    max-width: 100%;
    width: 100%;
    padding-bottom: 48px;
  }
  .post-detail-v20 .p-box-r .p-box-r-wrap{
    max-width: 100%;
    width: 100%;
    padding-bottom: 48px;
  }
}
@media (max-width:767px){
	.banner_post-detail{
		background-image: none;
		padding-bottom: 32px;
		padding-top: 120px;
	}
	.banner_post-detail .breadcrumb-post{
		margin-bottom: 30px;
	}
	.banner_post-detail h1{
		margin: 40px 0px 32px;
	}
  .banner_post-detail .p-ft-image img{
    height: 327px;
  }
	.banner_post-detail .tag_author-box{
		align-items: flex-start;
		flex-direction: column;
	}
	.banner_post-detail .author_box{
		justify-content: space-between;
		margin-top: 30px;
	}
  .banner_post-detail .p-box-r_mob{
    display: block;
  }
  .banner_post-detail p.date{
    display: block!important;
    margin: 0px 0px 32px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .banner_post-detail p.date span.dt-sep{
    margin:0px 16px;
  }
  .post-detail-v20 .p-box-r_desk{
    display:none;
  }
  
  .post-detail-v20 .featured-image-post { justify-content:center !important }
  
	.post-detail-v20 .p-ft-image{
		height: initial;
	}
	.post-detail-v20 .p-ft-image img{
		height: initial;
		margin-top: 30px;
		max-width: 100%;
		width: 100%!important;
	}
  .post-detail-v20 .p-box-l .blog-post__body{
    max-width: 100%;
		width: 100%;
    padding-bottom:40px;
  }
	.post-detail-v20{
		padding-bottom: 0px;
		padding-top: 0px;
	}
  .post-detail-v20 .blog-post__tag-link{
   
    width:auto !important;
}
  .post-detail-v20 .s-icons-author .date {
    text-align: left;
    margin-top: 15px;
  }
}


.author-page{
	padding: 0px;
}
.author-page .author_box{
	background-color: #1F79D5!important;
	padding-bottom: 100px;
	padding-top: 200px;
}/*background-image: url(https://5285525.fs1.hubspotusercontent-na1.net/hubfs/5285525/Hubbase/Images/post-banner.png);
  background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 400px;*/
.author-page .auth-intro-box{
	align-items: center;
	display: flex;
}
.author-page .hs-author-avatar{
	max-width: 156px;
	width: 100%;
}
.author-page .hs-author-avatar img{
	border-radius: 50%;
}
.author-page .auth_name-box h1{
	margin-bottom: 0;
	margin-left: 55px;
	padding: 0;
}
.author-page .hs-author-bio{
	margin-top: 50px;
	max-width: 604px;
	width: 100%;
}

.author-page .hs-author-social-section{
	margin-top: 50px;
}
@media (max-width:767px){
	.author-page .author_box{
		background-image: none;
		padding-bottom: 60px;
		padding-top: 115px;
	}
	.author-page .auth-intro-box{
		align-items: flex-start;
		flex-direction: column;
	}
	.author-page .auth_name-box h1{
		margin-left: 0;
		margin-top: 40px;
	}
	.author-page .hs-author-bio{
		margin-top: 40px;
	}
}
.author-page .post-listing{
	padding: 100px 0px 0px;
}
.author-page .post-item{
	padding-top: 60px;
}
.author-page .post-item .post-header{
	padding-bottom: 106px;
}
.author-page .post-item .hs-featured-image-wrapper{
	margin: 0px 0px 16px;
	overflow: hidden;
}
.author-page .post-item .hs-featured-image-wrapper img{
	height: 260px;
	margin: 0px;
	object-fit: cover;
	width: 100%;
}
.author-page .post-header p.hubspot-topic_data{
	margin: 30px 0px 0px;
}
.author-page .blog-pagination{
	text-align: center;
}
.author-page .blog-pagination .next-posts-link{
	display: inline-block;
	padding: 70px 15px 0px;
}
.author-page .blog-pagination .next-posts-link i{
	margin-left: 16px;
	transform: translateX(0px);
	transition: all .3s ease-in;
}
.author-page .blog-pagination .next-posts-link:hover i{
	transform: translateX(20px) !important;
}
.author-page .blog-pagination .previous-posts-link{
	display: inline-block;
	padding: 70px 15px 0px;
}
.author-page .blog-pagination .previous-posts-link i{
	margin-right: 16px;
	transform: translateX(0px);
	transition: all .3s ease-in;
}
.author-page .blog-pagination .previous-posts-link:hover i{
	transform: translateX(-20px) !important;
}
.blog-details-new .wrapper {
   
   
}

.banner_post-detail{
	
	  padding-bottom: 30px;
    padding-top: 125px;
}
.banner_post-detail .breadcrumb-post{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 68px;
	text-transform: capitalize;
}
.banner_post-detail .breadcrumb-post a{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.banner_post-detail .blog-title{
	max-width: 854px;
	width: 100%;
}
.banner_post-detail h1{
/* 	margin: 59px 0px 40px; */
}
.banner_post-detail .hs-author-avatar{
	max-width: 100px;
	width: 100%;
}
.banner_post-detail .tag_author-box{
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 854px;
	width: 100%;
}
.banner_post-detail .hs-author-avatar img{
	border-radius: 50%;
	max-width: 100%;
}
.banner_post-detail .author_box{
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	max-width: 400px;
	width: 100%;
}
.banner_post-detail .tag_box a{
	border-radius: 100px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 28px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
}
.banner_post-detail .tag_box a:hover{
	color: #ff5c00;
}

@media (max-width:767px){
	.author-page .post-item .post-header{
		padding-bottom: 60px;
	}
	.author-page .post-listing{
		padding: 30px 0px 0px;
	}
}
.tag-page .wrapper-bl_not-show{
	display: none;
}
.tag-page .topic_bl{
	padding-top: 60px;
}
.tag-page .hs-featured-image{
	float: none;
	height: 220px;
	margin: 0 0 20px 0px;
	object-fit: cover;
	width: 100%;
}
/*blog comment form styling starts*/

body .blog-comments{
	padding: 80px 0;
}

body .blog-comments .new-comments{
	margin-bottom: 40px;
}
body .blog-comments .new-comments .comment-body{
    padding: 10px 10px;
    border: 1px solid #f5f5f5;
    margin: 10px 0px;
    border-radius: 5px;
}
body .blog-comments .new-comments .comment{
	margin-bottom: 20px;
}  
 
/* cyber-blog-25 Styles start here */

.blog-post-detail.cyber-blog-25 .blog-title h1 { font-size:48px;line-height:50px;letter-spacing:-3px;color:#101A26;margin-bottom:30px;max-width:616px }

.blog-post-detail.cyber-blog-25 .back-to-blog { color:#09745D;font-weight:700;font-size:18px;line-height:22px;display: block;margin-bottom: 18px; }

.blog-post-detail.cyber-blog-25 .blog-title .date { color:#3C3C3C;font-weight:800;font-size:18px;line-height:22px }


.blog-post-detail.cyber-blog-25 .blog-post__body h2 { font-size:32px;line-height:38px;letter-spacing:-1px;margin-bottom:20px;font-weight:700 }

.blog-post-detail.cyber-blog-25 .blog-post__body p { font-size:16px;line-height:22px;letter-spacing:normal;margin-bottom:20px }




.cyber-blog-25.col-12 {
    padding: 0;
}

.cyber-blog-25.banner_post-detail {
    position: relative;
    overflow: hidden;
}

.cyber-blog-25.banner_post-detail:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(9, 116, 31, 1));
}

.cyber-blog-25.banner_post-detail {
    padding-bottom: 117px !important;
    padding-top: 108px !important;
    margin-top: 90px !important;
}

.cyber-blog-25.banner_post-detail .blog-title h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #00D02D;
      margin: 0;
}

.cyber-blog-25.banner_post-detail .blog-title h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 70px;
    color: #fff;
}

.blog-post-detail.cyber-blog-25 {
    padding: 21px 0 0 0;
}

.blog-post-detail.cyber-blog-25 img.theme-border-radius {

}

.blog-post-detail.cyber-blog-25 section#widget_105371b0-5401-42ab-9609-22fff470f3aa {
    display: none;
}

.blog-post-detail.cyber-blog-25 .col-md-9.col-12.blog-post__body {
    margin-top: 48px;
}

.blog-post-detail h3 { font-size:32px;line-height:38px }

.cyber-blog-25 h2,
.cyber-blog-25 h3,
.cyber-blog-25 h4,
{
margin: 0px 0px 11px;
}



.contact-us-section.cyber-blog-25 {
  position: relative;
  overflow: hidden;
}

.contact-us-section.cyber-blog-25:before
{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
  background-image: linear-gradient(to right, rgba(9, 116, 31, 1), rgba(0, 0, 0, 1));
}


.contact-us-section.cyber-blog-25 h2 {
font-weight: 500;
font-size: 38px;
  margin: 0px;
    color: #fff;
line-height: 46px;

}
.contact-us-section.cyber-blog-25 p {
font-weight: 400;
font-size: 24px;
  margin: 0px;
    color: #fff;
line-height: 28.8px;
}



.contact-us-section .stagger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 30px 0;
  width:100%;
  margin-left: -20px;
  margin-right: -20px;
}



@media (max-width: 768px) {
  .contact-us-section .stagger {
/*     flex-direction: column; */
  }
  .contact-us-section .stagger__left,
  .contact-us-section .stagger__right {
    flex: 1 1 100%;
    text-align: center;
    justify-content: center; 
    align-items: center; 
  }
}


.cyber-blog-25.general-text-section.sec-1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F8F8F8;

}

.cyber-blog-25.general-text-section.sec-2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.general-text-section.cyber-blog-25.sec-2 h6 {
font-weight: 500;
font-size: 14px;
  margin: 0px;
  margin-bottom: 30px;
    color: #09741F;
line-height: 17px;
  margin-top 14px;

}

.general-text-section.cyber-blog-25 h2 {
font-weight: 500;
font-size: 32px;
  margin: 0px;
  margin-bottom: 30px;
    color: #000000;
line-height: 38px;

}
.general-text-section.cyber-blog-25 p {
font-weight: 500;
font-size: 16px;
  margin: 0px;
    color: #000000;
line-height: 20px;
}

.general-text-section.cyber-blog-25.sec-2 .content-container {
    max-width: 700px;
}

.general-text-section.cyber-blog-25.sec-1 .content-container {
    max-width: 1200px;
}





.cyber-blog-25.banner-with-form .text-wrapper
{
	max-width: 673px;
	width: 100%;
}
.cyber-blog-25.banner-with-form .text-wrapper.banner-center
{
	margin: 0 auto;
	max-width: 979px;
}
.cyber-blog-25.banner-with-form .title
{
	margin-bottom: 24px;
}
.cyber-blog-25.banner-with-form .form-box
{
	margin: 40px 0 0;
}
.cyber-blog-25.banner-with-form .form-box form
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
}
.cyber-blog-25.banner-with-form .form-box form .hs_email.hs-email
{
	max-width: 100%;
	width: 100%;
}
.cyber-blog-25.banner-with-form .form-box form .hs_submit.hs-submit
{
	max-width: 100%;
	width: 100%;
}
.cyber-blog-25.banner-with-form .form-box form ul.hs-error-msgs
{
	max-width: max-content;
	position: absolute;
}
.cyber-blog-25.banner-with-form .typed-cursor
{
	animation: blink 0.7s infinite;
	moz-animation: blink 0.7s infinite;
	opacity: 1;
	webkit-animation: blink 0.7s infinite;
}
@keyframes blink
{
	0%
	{
		opacity: 1;
	}
	50%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@media (max-width:991px)
{
	.cyber-blog-25.banner-with-form .image-box img
	{
		margin-top: 40px;
	}
}
@media (min-width: 768px)
{
  
  .blog-post-detail.cyber-blog-25 .blog-post__body { padding-right:150px }
	.cyber-blog-25.banner-with-form .form-box form
	{
		align-items: center;
		flex-direction: row;
	}
	.cyber-blog-25.banner-with-form .form-box form .hs_email.hs-email
	{
		max-width: 60%;
		width: 100%;
	}
	.cyber-blog-25.banner-with-form .form-box form .hs_submit.hs-submit
	{
		margin-top: 0;
		max-width: 40%;
		width: 100%;
	}
	.cyber-blog-25.banner-with-form .form-box form .hs_submit.hs-submit input.hs-button
	{
		margin-left: 20px;
	}
	.cyber-blog-25.banner-with-form .form-box form .hs_error_rollup
	{
		left: 0;
		position: absolute;
		top: 160px;
	}
}



/* cyber-blog-25 Styles end here */

.blog-post__body h2 { font-size:32px;line-height:38px;letter-spacing:-3px;font-weight:500 }
.blog-post__body h3 { font-size:24px;line-height:28px; letter-spacing:-2px; }
.blog-post__body h4 { font-size:24px;line-height:28px; letter-spacing:-2px; }

.blog-post-detail .featured-image-post .p-ft-image { max-width:430px }



/*blog comment form styling ends*/


.banner-with-signup-form .wrapper { max-width:1240px !important }


.blog-post-detail p a {
    height: auto !important;
}


   /* ###### Newsroom CSS STARTS ###### */
   /* .newsroom-blog-template .atmc-header_container {display: none;} */
    

.newsroom-blog-template .card-wrapper .cta_button { padding-left:37px !important;padding-right:37px !important;padding-top:15px !important;padding-bottom:15px !important;min-width:auto }

   .newsroom-blog-template .banner-company {
      position: relative;
      margin-top: 80px;
      padding: 133px 20px;
      background: linear-gradient(111.46deg, #131010 9.81%, #09741F 107.29%);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
   }

   .newsroom-blog-template section.banner-company {
      background: linear-gradient(111.46deg, #131010 9.81%, #09741F 107.29%) !important;
      margin-top: 80px;
      padding: 133px 0;
   }

   .newsroom-blog-template .dynamic-news-section {
      padding-top: 86px;
      padding-bottom: 162px;
   }

   .newsroom-blog-template .card-wrapper {
      padding: 44px 51px 38px 49px;
      margin-bottom: 34px !important;
      border: 2px solid #D9D9D9;
      border-radius: 5px;
      box-shadow: none;
   }



   .newsroom-blog-template .banner-company h1,
   .newsroom-blog-template .banner-company p {
      color: #fff;
   }

   .newsroom-blog-template h5 a {
      color: black !important;
      font-weight: 700;
   }

   .newsroom-blog-template h5.card-heading,
   .newsroom-blog-template .card-description {
      margin-bottom: 40px;
   }

   .newsroom-blog-template .banner-company .cta-1 a {
      padding: 12px 20px !important;
   }

   .newsroom-blog-template .banner-company .cta_button.primary-button:hover {
      background-color: transparent;
      color: #00d02d !important;
      transform: unset;
   }

   .newsroom-blog-template .inner-container {
      padding: 24px 36px 38px 49px;
      border: 2px solid #D9D9D9;
      border-radius: 5px;
      box-shadow: none;
   }

   .newsroom-blog-template .card-description p {
      word-break: break-word;
   }


   .newsroom-blog-template .r-card {
      padding: 20px 0;
      border-bottom: 1px solid #E6E6E6;
   }

   .newsroom-blog-template .r-card:last-of-type {
      padding-bottom: 0;
      border: none;
   }

   .newsroom-blog-template .industry-link {
      text-decoration: none;
      color: inherit;
      display: block;
   }

   .newsroom-blog-template .industry-name {
      font-weight: 700;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0;
      display: block;
      color: #000;
   }

   .newsroom-blog-template .industry-detail {
      font-weight: 700;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0;
      color: #09741F;
      display: block;
   }


   .newsroom-blog-template .cta_button {
      font-weight: 600 !important;
         font-family: sweet-sans-pro;
   }

   .newsroom-blog-template .cta_button:hover {
      background-color: transparent !important;
      color: #00d02d !important;
      transform: unset !important;
   }

   @media (max-width: 992px) {
      .newsroom-blog-template h2 {
         letter-spacing: -1px !important;
      }
   }


   @media (min-width: 992px) {
      .newsroom-blog-template h1 {
         font-size: 82px;
         line-height: 70px;
         letter-spacing: -4px;
         font-weight: 600;
        margin: 0px 0px 25px;
        margin-left:-6px;
      }

      .newsroom-blog-template h2 {
         font-size: 32px;
         line-height: 28px;
         letter-spacing: 0;
         font-weight: 700;
      }

      .newsroom-blog-template h5 {
         font-size: 24px;
         line-height: 100%;
         letter-spacing: 0;
         font-weight: 500;
      }

      .newsroom-blog-template h5 a {
         font-size: 24px;
         line-height: 28px;
         letter-spacing: 0;
      }
   }


   @media (max-width: 767px) {
     .newsroom-blog-template .inner-container {
       padding: 20px 30px;}
     
      .newsroom-blog-template .banner-company h1 {
         font-size: 42px;
         line-height: 1.2;
         letter-spacing: -1px;
      }

      .newsroom-blog-template h2.right-col-heading {
         margin-top: 40px;
      }

      .newsroom-blog-template .banner-company .image-box {
         margin-top: 30px;
      }

      .newsroom-blog-template section.banner-company {
         padding: 65px 0;
      }

      .newsroom-blog-template .dynamic-news-section {
         padding-top: 65px;
         padding-bottom: 65px;
      }

      .newsroom-blog-template .card-wrapper {
         padding: 30px;
      }

      .newsroom-blog-template h5.card-heading,
      .newsroom-blog-template .card-description {
         margin-bottom: 25px;
      }

      .newsroom-blog-template .dynamic-news-section h5 {
         font-size: 20px !important;
         line-height: 24px !important;
         letter-spacing: normal !important;
      }

   }

/* PAGINATION */
.newsroom-blog-template .atmc-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  justify-content: center;
  font-family: 'Sweet Sans Pro', sans-serif;
}

/* Numbered links */
.newsroom-blog-template .atmc-blog-pagination_link {
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  color: #09741F;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.newsroom-blog-template .atmc-blog-pagination_number-link {
  border: 1px solid #09741F;
}

.newsroom-blog-template .blog-pagination_link--active {
  background-color: #09741F;
  color: #fff !important;
}
.newsroom-blog-template .blog-pagination_link--active:hover {
  color: #fff !important;
  background-color: transparent;
}

/* Hover effect for pagination number links */
.newsroom-blog-template .atmc-blog-pagination_link:hover {
  border-color: #09741F;
    color: #fff;
    background-color: #09741F;
}

/* Prev/Next Buttons */
.newsroom-blog-template .prev-btn,
.newsroom-blog-template .next-btn,
.newsroom-blog-template .all-post-btn {
      font-family: sweet-sans-pro;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  color: #09741F;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.newsroom-blog-template a.all-post-btn {
    padding: 14px 18px;
    border: 1px solid #09741F !important;
}

.newsroom-blog-template .all-post-btn:hover {
background-color: #09741F !important;
    color: white !important;
}

.newsroom-blog-template .prev-btn:hover,
.newsroom-blog-template .next-btn:hover,
.newsroom-blog-template .all-post-btn:hover {
  border-color: #09741F;
  background-color: transparent;
  color: #09741F;
}

/* Optional: SVG icons inside prev/next buttons */
.newsroom-blog-template .prev-btn svg,
.newsroom-blog-template .next-btn svg {
  fill: currentColor;
  width: 7px;
  height: auto;
}

/* Disabled state (if applied via classes dynamically) */
.newsroom-blog-template .blog-pagination_prev-link--disabled,
.newsroom-blog-template .blog-pagination_next-link--disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* PAGINATION ENDS */

   /* ###### Newsroom CSS ENDS ###### */