/* Author Css */
.n-bg {
    background: #144A8A;
    padding: 110px 0px 40px;
}
.drive-results-video-decor img {
    border-radius: 25px;
    border: 3px solid #fff;
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: 0px -25px;
}
.author-name {
    font-size: 24px;
    color: #ffffff;
    margin:20px 0px 20px;
	font-weight:bold;
}

.author-profession-title {
    font-size: 18px;
    margin-bottom: 12px;
    color: #000000;
}

.author-banner .author-profession-title {
    color: #ffffff;
}


.tick-list,
.side-tick-list {
    margin-bottom: 10px;
		padding-left:0px;
}

.author-profession-title .fa-link,
.author-profession-title .fa-check,
.author-profession-title .fa-briefcase,
.author-profession-title .fa-star,
.author-profession-title .fa-graduation-cap {
    margin-right: 10px;
}
.author-banner .tick-list li{
	color: #ffffff;
}
.tick-list li {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #2F2E2E;
    font-size: 16px;
}

.author-detail-wrap ul li a {
    color: #45474D;
}

.author-detail-wrap ul li a{
		font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #9d1a21;
		border-radius:50%;
		display:flex;
		align-items:center;
		justify-content:center;
		color:#9d1a21;
   
}
.author-detail-wrap ul li a{
    border: 1px solid #ffffff !important;
	color:#ffffff;
   
}

.sidebar-author {
    background: #f9f9f9;
    padding:40px 20px;
}
.side-tick-list li {
    display: flex;
}
.sidebar-author .flex {
    justify-content: start;
}
.author-info .author-content-wrap {
    padding: 40px 0px;
}
.sidebar-author .sidebar-block {
    margin-bottom: 20px;
}
.author-section-wrap .author-section {
    display: flex;
    gap: 20px;
}
.author-img img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    max-width: 90px;
    object-fit: cover;
}
.author-social a{
		font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #9d1a21;
		border-radius:50%;
		display:flex;
		align-items:center;
		justify-content:center;
		color:#9d1a21 !important;
	text-decoration:none !important;
   
}
.author-name-detail {
    color: #000000;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.author-title-detail a {
    font-size: 18px !important;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
	color:#9d1a21 !important;
}
.sidebar-author .side-tick-list li{
	position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    font-size: 14px;
}
.sidebar-author .side-tick-list li:before{
	content: "\f00c";
    left: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
}
.author-section-wrap {
    margin-bottom: 25px;
}
.author-box {
    border: 1px solid #cdcbcbbf;
    margin: 30px 0px;
    padding: 40px;
}
.sidebar-author .side-tick-list li {
   margin-bottom:5px;
}
/* .sidebar-author .author-profession-title,
.sidebar-author .side-tick-list li {
    color: #ffffff;
} */