html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	min-height: 100vh;
	color: #231f20;
	line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
	padding: 0;
	margin: 0;
}

/* homepagecss */
.main-content {
	min-height: calc(100vh - 85px - 83px);
}

/*  */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f2f8fe;

}

.blue {
	background-color: #f2f8fe;
}

.white {
	background-color: #fff;
	height: auto;
}

.title {
	font-family: 'Avenir';
	font-size: 30px;
	font-weight: 600;
	color: #0091ff;
	text-decoration: none;
}

.title:hover {
	color: #0091ff;
	text-decoration: none;
}

.slider {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.linkedin-icon {
	position: absolute !important;
	pointer-events: none !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	background: white !important;
	padding-right: 40px;
	width: 65px;
}

.slider-content {
	flex-direction: row;
	padding-top: 40px;
}

@media (max-width: 599px) {
	.slider-content {
		padding: 10px;
	}
}


.slider-title {
	font-family: 'Avenir';
	font-size: 40px;
	font-weight: 800;
	line-height: 1.45;
	color: #0f1415;
}

.slider-description p {
	font-size: 20px;
	color: #2A5475;
	font-family: 'Avenir';
	letter-spacing: 1.14px;
}


.social-media {
	display: flex;
	flex: row;
}

.carousel-item {
	width: 100%;
	max-width: 460px;
	height: auto;
}

.writing-top-info {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.carousel-inner {
	max-width: 280px;
	max-height: 250px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.slider-image {
	width: 100%;
	max-width: 280px;
	height: auto;
}

@media (max-width: 991.98px) {
	.carousel-inner {
		margin: 0 auto;
	}
}

.writting-title {
	font-family: 'Avenir';
	font-size: 28px;
	font-weight: 800;
	line-height: 1.45;
	color: #0f1415;
}

.view-more {
	font-family: 'Avenir';
	font-size: 17px;
	font-weight: 500;
	text-align: right;
	color: #0091ff;
	display: flex;
	align-items: flex-end;
}

:hover .view-more {
	color: #0264af;

}

.row-for-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.row-per-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.item {
	width: 100%;
	box-shadow: 0 24px 64px 0 rgba(23, 32, 24, 0.05);
	background-color: #ffffff;
}

.post-image-box {
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.post-img {
	width: 100%;
	height: auto;
}

.card-text {
	padding: 24px;
}

.post-date {
	font-family: 'Avenir-Roman';
	font-size: 16px;
	letter-spacing: 0.46px;
	color: #b9c0ce;
}

.post-title {
	font-family: 'Avenir';
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
	color: #0f1415;
}

:hover .post-title {
	color: #0f1415;
	text-decoration: none;
}

.in-post-title {
	font-family: 'Avenir';
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	color: #0f1415;
}

.social-media-shares {
	display: flex;
	align-items: center;
}

.social-img {
	width: 25px;
}



.developet-maintained {
	font-family: 'Avenir';
	font-size: 12px;
	letter-spacing: 1.69px;
	text-align: center;
	color: #ffffff;
}

.gmail {
	font-family: 'Avenir';
	font-size: 12px;
	letter-spacing: 1.69px;
	text-align: center;
	color: #ffffff;
}

:hover .gmail {
	color: #ffffff;
}

@media (max-width: 599px) {
	.gmail {
		margin-top: 5px;
	}
}


/* writting item  */
.post-information {
	display: flex;
	justify-content: space-between;
}

.basic-post-information {
	display: flex;
}

.post-information-img {
	border-radius: 50px;
	height: 50px;
}

.inline-information {
	display: flex;
	flex-direction: column;
}

.posted-by {
	font-family: 'Avenir';
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.4px;
	color: #0f1415;
}

.posted-with {
	font-family: 'Avenir';
	font-size: 12px;
	color: #95a1ba;
}

.post {
	display: flex;
	flex-direction: column;
}

.in-post-img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.post-description {
	font-family: 'Avenir';
	font-size: 17px;
	font-weight: 500;
	line-height: 1.52;
	color: #0f1415;
}


.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
	background-color: #191e23;
}

@media (max-width: 991.98px) {
	.slider {
		flex-direction: column;
	}

	.row-per-items {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 575.98px) {
	.row-for-items {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.row-per-items {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}