::-webkit-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}
:-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}
::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}
:-ms-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}
*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
::-moz-selection {
	background: #961B46;
	color: #fff;
	text-shadow: none
}
::selection {
	background: #961B46;
	color: #fff;
	text-shadow: none
}
:focus {
	outline: 0 none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}
audio,
canvas,
video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html,
body {
	height: 100%;
	min-height: 100%
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif, sans-serif
}
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #fff
}
img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
	height: auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: 700
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
pre {
	margin: 1em 0
}
p {
	margin: 0 0 25px
}
p:last-child,
p:last-of-type {
	margin-bottom: 0
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before,
q:after {
	content: '';
	content: none
}
small {
	font-size: 75%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl,
menu {
	margin: 0;
	padding: 0
}
dd {
	margin: 0 0 0 40px
}
nav ul,
nav ol {
	list-style: none
}
iframe {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}
button,
input {
	line-height: normal
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer
}
button[disabled],
input[disabled] {
	cursor: default
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="url"],
textarea,
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	resize: none;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #8d8d8d;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	padding: 0;
	line-height: 1;
	font-family: "Roboto", sans-serif;
	text-align: left
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
	height: 30px
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-bottom-color: #961B46
}
textarea {
	height: 130px
}
select {
	height: 30px
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
address {
	font-style: normal;
	font-size: 14px
}
hr {
	border: 0 none;
	border-top: 1px solid #000;
	margin: 30px 0;
	display: block;
	width: 100%
}
ul,
ol {
	margin: 20px 0;
	padding-left: 15px
}
ul ul,
ol ol {
	margin: 10px 0
}
ul ul li {
	list-style: circle outside
}
ol ol li {
	list-style: lower-roman outside
}
ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
	margin-top: 0
}
*+ul:first-of-type,
*+ul:first-child,
*+ol:first-of-type,
*+ol:first-child {
	margin-top: 10px
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
	font-weight: 400
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row::after {
	content: "";
	clear: both;
	display: table
}
[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	min-height: 1px
}
.col-1 {
	width: 8.3333333333%
}
.col-2 {
	width: 16.6666666667%
}
.col-3 {
	width: 25%
}
.col-4 {
	width: 33.3333333333%
}
.col-5 {
	width: 41.6666666667%
}
.col-6 {
	width: 50%
}
.col-7 {
	width: 58.3333333333%
}
.col-8 {
	width: 66.6666666667%
}
.col-9 {
	width: 75%
}
.col-10 {
	width: 83.3333333333%
}
.col-11 {
	width: 91.6666666667%
}
.col-12 {
	width: 100%
}
.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%
}
.wrapper::after {
	content: "";
	clear: both;
	display: table
}
.field {
	margin-bottom: 30px
}
.heading {
	font-family: Roboto
}
.header .header-right {
	width: 980px
}
.header .header-right .navigation ul li {
	padding: 30px 7px
}
.blog-main {
	background: #fff;
	padding: 20px
}
.blog-search {
	-webkit-justify-content: center;
	justify-content: center
}
.blog-search h3 {
	font-size: 28px;
	align-self: center
}
.blog-search .input-search {
	width: 600px;
	border: 1px solid #ccc;
	padding: 9px;
	background: url(../images/search-icon.png) 10px 14px no-repeat;
	padding-left: 50px
}
.blog-search .input-search input {
	border: 0
}
.blog-search .input-btn {
	background: #fb4252;
	width: 200px
}
.blog-search .input-btn input {
	width: 100%;
	height: 100%;
	border: 0;
	cursor: pointer;
	background: no-repeat;
	color: #fff;
	font-weight: 500;
	font-size: 19px
}
.blog-detail ul {
	padding: 0
}
.blog-detail li {
	width: 32%;
	position: relative;
	border: 1px solid #ccc;
	margin-right: 2%;
	margin-bottom: 2%
}
.blog-detail li:nth-of-type(3n) {
	margin-right: 0
}
.blog-detail .blog-img {
	position: relative
}
.blog-detail .blog-img img {
	width: 100%
}
.blog-detail .blog-data {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	background: url(../images/date-bg.jpg) 0 0 no-repeat;
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 20px;
	padding-top: 12px;
	left: 10px
}
.blog-detail .blog-data span {
	font-size: 10px;
	display: block
}
.blog-detail .blog-txt {
	padding: 12px
}
.blog-detail h4 {
	font-size: 18px;
	color: #eb1c24;
	font-weight: 600;
	margin-bottom: 6px;
	margin-top: 4px;
	line-height: 24px;
	min-height: 48px
}
.blog-detail .text {
	font-size: 13px;
	color: #343434;
	display: -webkit-box;
	max-width: 400px;
	height: 67px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.625
}
.flex-start {
	display: flex;
	flex-wrap: wrap
}
.blog-detail-inside {
	background: #fff;
	padding: 45px
}
.blog-detail-inside .heading {
	margin-top: 15px
}
.blog-detail-inside h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px
}
.blog-detail-inside h3 {
    margin: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid;
    display: inline-block;
}
.blog-detail-inside .text {
	margin-top: 15px
}
.blog-detail-inside .text h5 {
	font-size: 16px;
	color: #eb1c24;
	margin-bottom: 15px
}
.blog-detail-inside .text p {
	font-size: 15px;
	margin-bottom: 10px
}
.blog-detail-inside .text p img {
    max-width: 100%;
    margin: 30px auto;
    display: block;
}
.blog-detail-inside .text ul {
    padding: 0 0 0 20px;
}
.blog-detail-inside .text ul li {
    list-style-type: disc;
    padding-left: 10px;
    margin-bottom: 7px;
}
.blog-detail-inside .text .ref-links {
	margin-left: 15px
}
.blog-detail-inside .comment-form form li textarea {
	height: 100px
}
.blog-detail-inside .asdc-blog-details-list li {
	font-size: 15px;
	color: #262626;
	background: url(../images/circle-bul.png) 0px 4px no-repeat;
	padding: 1px 0 9px 25px
}
/*9-4-21*/
.profile_sec {
    display: flex;
    align-items: flex-start;
    border: 1px solid #e2e2e2;
    width: 650px;
    padding: 20px;
    border-radius: 4px;
}
.blog-detail-inside .profile_sec p {
    margin-bottom: 0;
}
.blog-detail-inside .profile_sec p:first-child {
    margin-right: 20px;
}
.blog-detail-inside .profile_sec p:first-child img {
    margin: 7px 0 0;
}
.blog-detail-inside .profile_sec p >a {
    color: #e11f28;
    font-weight: 600;
}


.comment-section {
	border-bottom: 1px solid #f9babd;
	margin-bottom: 0;
	margin-top: 16px;
	padding-bottom: 0
}
.comment-section ul {
	padding-bottom: 0px;
	margin-bottom: 15px
}
.comment-section li {
	display: inline-block;
	margin-right: 28px;
	font-size: 13px
}
.comment-section li span {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle
}
.comment-section li p {
	display: inline-block;
	vertical-align: middle
}
.share {
	float: right;
	margin-top: 20px
}
.share h6 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 0px
}
.share .share-social {
	vertical-align: middle;
	display: inline-block
}
.share .share-social li {
	display: inline-block;
	margin-right: -4px
}
.share .share-social ul {
	margin: 0
}
.comment-form {
	border-top: 1px solid #f9babd;
	margin-top: 20px;
	padding-top: 20px
}
.comment-form h5 {
	font-size: 28px;
	color: #262626;
	margin-bottom: 20px
}
.comment-form form ul {
	margin: 0;
	padding: 0
}
.comment-form form li {
	width: 49%;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #cccccc
}
.comment-form form li input,
.comment-form form li textarea {
	border: 0;
	padding: 13px;
	font-size: 14px;
	height: auto
}
.comment-form form li.full {
	width: 100%;
	margin-right: 0
}
.comment-form form li.submit {
	border: 0
}
.comment-form form li.submit input {
	background: #fa3163;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase
}
.comment-message p {
	font-weight: bold;
	font-size: 20px
}
.comment-area {
	border-top: 1px solid #f9babd;
	margin-top: 20px;
	padding-top: 20px
}
.comment-area li:last-child .com-t {
	border-bottom: 0
}
.comment-area h5 {
	font-size: 28px;
	color: #262626;
	margin-bottom: 20px
}
.comment-area .img {
	width: 71px
}
.comment-area .com-t {
	width: calc(100% - 90px);
	border-bottom: 1px solid #f9babd;
	margin-bottom: 20px;
	padding-bottom: 20px
}
.comment-area .text {
	margin-top: 0
}
.comment-area h6 {
	font-size: 13px;
	color: #343434;
	font-weight: bold
}
body {
	font-size: 14px
}
@media screen and (max-width: 1100px) {
	.blog-search .input-search {
		width: 500px
	}
	.blog-detail li {
		width: 24%;
		position: relative;
		border: 1px solid #ccc;
		margin: .5%
	}
}
@media screen and (max-width: 800px) {
	.blog-search .input-search {
		width: 40%
	}
	.blog-search .input-btn {
		background: #fb4252;
		width: 30%
	}
	.blog-detail li {
		width: 49%
	}
	.blog-detail li:nth-of-type(3n) {
		margin-right: .5%
	}
	.inner-banner .bannertxt {
		width: 98%;
		font-size: 28px
	}
	.blog-detail-inside {
		background: #fff;
		padding: 15px
	}
}
@media screen and (max-width: 700px) {
	.comment-section li {
		display: inline-block;
		margin-right: 10px;
		font-size: 13px;
		width: auto;
		margin-bottom: 11px
	}
	.blog-search h3 {
		font-size: 21px;
		align-self: center;
		width: 100%;
		margin-bottom: 16px
	}
	.comment-section ul {
		padding: 0
	}
	.blog-search .input-search {
		width: 100%;
		margin-bottom: 10px
	}
	.blog-search .input-btn {
		background: #fb4252;
		width: 120px
	}
	.blog-search .input-btn input {
		padding: 9px
	}
	.blog-detail ul {
		padding: 0
	}
	.blog-detail li {
		width: 100%;
		margin-bottom: 13px;
		text-align: center
	}
	.comment-area h5,
	.comment-form h5 {
		font-size: 22px
	}
}
@media screen and (max-width: 500px) {
	.comment-area .img {
		width: 71px;
		margin: 0 auto;
		margin-bottom: 10px
	}
	.comment-area .com-t {
		width: 100%
	}
	.comment-form form li {
		width: 100%
	}
	.blog-detail-inside .text .ref-links li {
		word-wrap: break-word
	}
}
/*# sourceMappingURL=main-blog.css.map */


/*17 Sept 2021main-blog*/
.blog-list-tab p.active {
    color: #fb4252 !important;
}
.blog-list-tab p {
    display: inline-block;
    align-self: center;
    margin: 12px 6px;
    font-size: 16px;
    cursor: pointer;
}
p.past-blog-txt {
    color: #ccc;
}
.blog-list-tab{
    align-self: center;
}



