/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.img-fluid {
    width: 100%;
    height: auto;
}

@font-face{
    font-family:"Helvetica";
    src:url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("woff"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("opentype"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("truetype");
}
body{
font-family: 'Poppins', sans-serif; 
font-size: 15px;
font-weight: 400;
line-height: 23px;
letter-spacing: 0em;
}
body.whiteBackground{background:#ffffff;}
.strng{font-weight:700}
.whiteBackground footer{margin-top:0px; margin-bottom:35px;}
.whiteBackground header{margin-bottom:10px;}
body p{text-align:justify;}
.wrapper {overflow:hidden;}
.first-blogs{
	position:relative;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 45%, #FFF5FC 45%, #391D81 45%);
	padding:100px 0px 30px 0px;
}
h1.blogs_title{
	color: #FFF;
	font-family: Helvetica;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 15px;
}
h6.blogs_date{
	color: #FFF;
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.btn_flex{
	display: flex;
	padding: 12px 12px 12px 12px;
	justify-content: center;
	align-items: center;
	border-radius: 10000000px;
	border: 1px solid #E7E7E9;
	background: #FFF;
	text-decoration: none;
}
ul.flex-list-icon{
	display: flex;
	padding-right: 21.08px;
	align-items: flex-start;
	gap: 13.7px;
	list-style: none;
	padding-left: 0;
}
.btn_flex h5{
	color: #0D0C22;
	font-family: Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	padding-left: 8px;
	margin: 0;
}
.blog-content-box{
	padding-top: 120px;
	padding-left: 10px;
}
.second-blogs{
	padding: 26px 0px;
}
.second-blogs p{
	color: #243238;
	text-align: justify;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.second-blogs h4{
	color: #243238;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px
}
.second-blogs h5{
	color: #243238;
	text-align: justify;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
}
.sub-blog-content-box {
    padding-left: 20px;
    border-left: 4px solid #f9f7f7;
	/*margin-left: 70px;*/
    position: relative;
}
.sub-blog-content-box::before {
    color: #BFD4EB;
    text-align: right;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    opacity: 0.2;
    position: absolute;
    left: -75px;
}
.sub-blog-content-box-1::before {
    content: "1";
	left:-64px;
}
.sub-blog-content-box-2::before {
    content: "2";
}
.sub-blog-content-box-3::before {
    content: "3";
}
.sub-blog-content-box-4::before {
    content: "4";
}
.sub-title-bg-gray-left{
	margin-left: 90px;
	display: flex;
	padding: 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 10px;
	background: #F2F6FB;
	height: 100%;
	position: relative;
}
.sub-title-bg-gray-left h3{
	color: #243238;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px; /* 140% */
	text-transform: capitalize;
}
.sub-title-bg-gray-left::before {
    content: "1";
    color: #BFD4EB;
    text-align: right;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    opacity: 0.2;
    position: absolute;
    left: -78px;
}
.sub-title-bg-gray-left-3::before{
	content: "3"!important;
}
.sub-title-bg-gray-left-5::before{
	content: "5"!important;
}
.sub-title-bg-gray-right{
	margin-right: 90px;
	display: flex;
	padding: 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 10px;
	background: #F2F6FB;
	height: 100%;
	position: relative;
}
.sub-title-bg-gray-right h3{
	color: #243238;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px; /* 140% */
	text-transform: capitalize;
}
.sub-title-bg-gray-right::before {
    content: "2";
    color: #BFD4EB;
    text-align: right;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    opacity: 0.2;
    position: absolute;
    right: -78px;
}
.sub-title-bg-gray-right-4::before {
    content: "4";
    color: #BFD4EB;
    text-align: right;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    opacity: 0.2;
    position: absolute;
    right: -78px;
}
.center-para-max-w{
	max-width: 991px;
	width: 100%;
	margin: 25px auto;
}
.border-left-side {
    padding-left: 20px;
    border-left: 10px solid #B5CEE8;
    border-radius: 4px;
}
.border-left-side-1 {
    padding-left: 20px;
    border-left: 6px solid #F2F6FB;
    border-radius: 4px;
}
.center-para-max-w h5{
	color: #243238;
	text-align: center;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.center-para-max-w h5 a{
	color: #391D81;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	text-decoration: none;
}
.center-flex-btn{
	display: flex;
    padding-top: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.free-demo-btn{
	border-radius: 5px;
    background: #3A51FF;
    display: flex;
    padding: 10px 19px;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}
/*Data Mail Blog 22-12-2023*/
.dmailBlog{width:100%; display:flex; position:relative;}
.dmailHeader{display:inline-flex; position:absolute; top:10px; left:15px; }
.dmailHeader span{
background:#fff; 
padding:5px 15px; color: #252525;
font-family: Helvetica;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.dmailFooter{display:flex; padding:0px 20px; width:100%; justify-content: space-between; position:absolute; bottom:10px; flex-flow: column; color:#ffffff;}
.dmailBlog-date{display:flex; width:100%; justify-content: space-between; align-items:center; margin-bottom:10px; margin-top:8px;}
.dmailBlog-date a span{display:none; font-family: Poppins;
font-size: 13px;
font-style: normal;}
.dmailBlog-date a{
border-radius: 96px;
background: #3A51FF;
padding:0px 0px;
display:flex;
align-items:center;
justify-content:center;
width:40px; height:40px;
color:#ffffff;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 500;
}
.dmailBlog-title{
color: #FFF;
font-family: Helvetica;
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.dmailBlog-date div{
color: #FFF;
font-family: Helvetica;
font-size: 15px;
font-style: normal;
font-weight: 700;
}
.dmailBlog-date a svg{width:20px!important; height:auto;}
.dmailBlog-date a:hover span{display:inline-block; margin-right:10px; }
.dmailBlog-date a:hover{width:auto; padding:0px 15px; text-decoration:none;}
.title-breadcrumb a{text-decoration:none; font-size: 14px;
font-style: normal;
color: #ffffff;
font-weight: 400;}
.title-breadcrumb{display:flex; width:100%; align-items:center; margin-bottom:27px; color: #ffffff;

font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.title-breadcrumb span{margin-right:8px; margin-left:8px;}
h1.dblog-title{
color: #ffffff;
font-family: Poppins;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom:0.25rem;

}

.border-radius-20{
	border-radius: 20px;
}
.border-radius-10{
	border-radius: 10px;
}
section.breadcrumb-bg-img {
	background-image: url(../blogs/header-bg.jpg);
	background-size: cover;
}

.dmailBlog img{width:100%;}
a.btn_flex {
    text-decoration: none !important;
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1240px;
	}
}

@media(max-width:991px){
.first-blogs{
background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 45%, #FFF5FC 45%, #391D81 45%)
}
.border-left-side{
	margin-left: 10px;
    width: calc(100% - 20px);
}
.blog-content-box {
	padding-top:60px;
}
.first-blogs{padding-top:60px;}
}

@media(max-width:540px){
ul.flex-list-icon{flex-wrap:wrap;}
h2.blogs_title {
	font-size:30px;
}
.sub-title-bg-gray-left h3, .sub-title-bg-gray-right h3{font-size:20px; line-height:28px;}
.second-blogs h5 {
	font-size:15px;
}

}

/* OP CSS */

@media(max-width:767px){

.first-blogs .container, .content_wrapper .post-wrapper-content .section_wrapper{ padding-left:0px!important; padding-right:0px!important; } 

}
.second-blogs a {font-weight:bold; color:#007bff}