main{
	background: var(--white);
	position: relative;
	z-index: 1;
}
.blogspg .heading_b_box{
	margin-bottom: 40px;
	width: 60%;
}

.blogspg #all_blogs::after {
	bottom: -50px;
	-webkit-transform-origin: 0 100%;
	background: var(--white);
	content: '';
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	border-radius:  0px 0px 50px 50px;
}
.all-pages {
	/* background-color: var(--skyblue); */
    /* background-image: linear-gradient(360deg, 10% #006efff0, #ffffff), url(../../images/line_bg.jpg); */
	 background-image: linear-gradient(360deg, rgba(220, 238, 255, 0.784) 10%, #ffffffdc 90%), url(../../images/line_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat; /* Repeat vertically */
    background-size: cover;
    background-attachment: fixed;
	 width: 100%;
}
 .blogspg .all-pages .wrapper {
	border-bottom: 50%;
	width: 100%;
	min-height: 100vh;
 }
 .blogspg .all-pages .wrapper .container2{
	width: 85%;
 }

 .blogspg .sec1 .blog_post .blog_img{
	width: 180px;
	height: 100px;
	object-fit: cover;
	border-radius: 10px;
	padding-right: 10px;
 }
 .blogspg .sec1 .blog_post .blog_img img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 34%);
 }
.blogspg .sec1 .box2 {
	padding-top: 40px;
	width: 100%;
}
.blogspg .sec1 .blog_post{
	padding: 20px 30px 20px 0;
}
.blogspg .sec1 .headingline:after{
	background-color: transparent !important;
}
 
/* -------sec2---------- */
.blogspg .sec2{
	width: 100%;
	min-height: 100%;
}
.blogspg .sec2_wrapper{
	width: 85%;
}
.blogspg .sec2 .row .col-sm-12:not(:last-child) .blog_post{
	padding: 0 15px 40px 15px;
}
.blogspg .sec2 .row .col-sm-12:last-child .blog_post{
	padding: 0 15px 0px 15px;
}
.blogspg .sec2 .blog_post .blog_img{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.blogspg .sec2 .blog_post .blog_img img{
	object-fit: contain;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border-radius: 10px;
}
.blog_post a:nth-child(1){
	width: 100%;
}
.blogspg .sec2 .blog_post{
	transition: 0.5s all;
}
.blogspg .sec2 .blog_post:hover{
	transform: scale(0.9);
}
.blogspg .sec2 .blog_post:hover .arrow_img{
	transform: translateX(10px);
}
.blogspg .sec2 .row:nth-child(1) .col-12{
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}



/* common */
 .blogheading {
	font-family: 'Proxima-Regular';
	font-weight: bold;
	color: var(--dark);
	line-height: 18px;
	font-size: 14px;
	display: inline-block;
}
.blogpara {
	font-family: 'Proxima-Regular';
	color: #979797;
	font-weight: 400;
	line-height: 18px;
	font-size: 14px;
}

.blogspg .readBtn{
	color: var(--blue);
	padding: 8px 0;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid var(--blue);
	border-radius: 2px;
}
.readBtn span{
	padding: 3px 0 3px 8px;
	margin-left: 5px;
	transition: 0.5s all;
}
.readBtn span .arrow_img{
	transition: 0.5s all;
	margin-top: -2px;
	width: 8px;
}
 @media only screen and (min-width: 0px) and (max-width: 800px)  {
	.blogspg .sec2_wrapper {
		width: 95%;
  }
  .heading_one {
	font-size: 20px !important;
	line-height: 23px;
  }
  .blogpara{
	
	/* line-height: 18px;
	font-size: 12px; */
  }
  .blogspg .sec3 .mainRow {
	flex-direction: column-reverse;
  }
  .blogspg .spacer{
	padding-top: 40px !important;
  }
  .blogspg .spacer2{
	padding-bottom: 40px !important;
  }
  .blogspg .sec3 .blog_img{
	margin-bottom: 20px;
  }
  .blog_img .blog_desc {
		bottom: 0;
		left: 0;
		padding: 10px 10px;
	}
	.blog_img .blog_desc p{
		display: none;
	}
	.blogspg .sec4{
		padding: 30px 0px;
	}
	.blogspg .sec4_wrapper{
		width: 95% !important;
	}
	.blogspg .sec4 .sec4_heading {
		padding: 0 15px;
	}
	.blogspg .for_header_space {
		padding-top: 20vh !important;
	}
	.blogspg .container2{
	  width: 85% !important;
	}
	.blogspg .sec1 .blog_post{
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0px;
	}
	.blogspg .sec1 .blog_post .blog_desc{
		padding: 0px 0px !important;
	}
	.blogspg .sec1 .blog_post .blog_img{
		width: 100%;
		height: 100%;
		margin-bottom: 15px;
	}
	.blogspg .sec4 .subscribe-form .atags-blue{
		padding: 0px 20px !important;
		font-size: 12px;
	}
	.blogspg .sec4 .subscribe-form{
		height: 45px !important;
		font-size: 14px;
	}
} 

/* ----sec3----- */

.blogspg .sec3{
	width: 100%;
	min-height: 100%;
	background-color: #000;
	padding-bottom: 100px;
}
.blogspg .sec3 .wrapper{
	width: 90%;
	height: 100%;
}
.blogspg .sec3 .wrapper .row1 .box .mainheading{
	width: 90%;
	height: 100%;
}
.blogspg .sec3 .wrapper .row2 .row{
	padding-top: 50px;
}

.blogspg .sec3 .wrapper .row2 > .box{
	width: 100%;
}
.blogspg .sec3 .wrapper .row2 .box .sections .img_box{
	width: 50px;
	height: 50px;
	object-fit: contain;
	padding: 10px;
	background: linear-gradient(45deg, rgb(99, 255, 169) 0%, rgb(98, 58, 255) 120.54%);
	border-radius: 10px;
}
.blogspg .sec3 .wrapper .row2 .box .sections .img_box img{
	width: 100%;
	height: 100%;
}
.blogspg .sec3 .wrapper .row2 .box .sections{
	background: linear-gradient(rgb(10, 10, 10) 0%, rgba(5, 5, 5, 0.58) 100%), linear-gradient(0deg, rgb(27, 28, 28), rgb(27, 28, 28));
	border: 1px solid #1b1c1c;
	padding: 20px 10px;
	border-radius: 15px;
	min-height: 170px;
    margin: 10px;
	transition: 0.5s all;
}

.blogspg .sec3 .wrapper .row2 .box .sections:hover{
	transform: scale(0.9);
}

/* --------sec4--------- */
.blogspg .sec4{
	width: 100%;
	min-height: 60vh;
	background: linear-gradient(360deg, #002f7d 10%, #007bff 90%);
	position: relative;
}
.blogspg .sec4::before {
	background-color: #007bff ;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	top: -50px;
	width: 100%;
	z-index: 1;
	border-radius: 50px 50px 0px 0px;
}
.blogspg .sec4::after {
	bottom: -50px;
	-webkit-transform-origin: 0 100%;
	background: linear-gradient(360deg, #002f7d 10%, #002f7d 90%);
	content: '';
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	border-radius: 0px 0px 50px 50px;
}
.blogspg .sec4 .wrapper{
	height: 100%;
	width: 80%;
}

.blogspg .sec4 .atags-blue {
	border-radius: 50px;
	padding: 15px 40px;
	background-color: var(--dark);
	border-color: var(--dark);
}
.blogspg .sec4 .subscribe-form{
	height: 50px;
	/* border: 1px solid var(--blue); */
	border-radius: 50px;
	background: var(--white);
}
.blogspg .sec4 .subscribe-form .atags-blue{
	padding: 0px 30px;
	height: 100%;
	transform-origin: right;
}


.blogspg .sec4 .subscribe-form input{
	background: transparent;
	border: none;
	color: var(--dark);
	outline: none;
	box-shadow: none;
	padding: 0px 10px 0px 20px;
}
.para2{
	font-size: 14px;
}

.img_tick {
	display: none; /* Hide the tick image by default */
}
