﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: "SolaimanLipi", Arial, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	scroll-behavior: smooth;
	font-weight: 400;
	background-color: #fff
}

a {
	text-decoration: none
}

.w-img img {
	width: 100%
}

.m-img img {
	max-width: 100%
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none
}

a,
button {
	color: inherit;
	outline: none;
	border: none;
	background: rgba(0, 0, 0, 0)
}

button:hover {
	cursor: pointer
}

button:focus {
	outline: 0;
	border: 0
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c3941;
	line-height: 24px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

h1 {
	font-size: 40px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

ul {
	margin: 0px;
	padding: 0px
}

li {
	list-style: none
}

p {
	font-size: 15px;
	line-height: 22px;
	color: #737070
}

*::-moz-placeholder {
	color: #2c3941;
	font-size: 14px;
	opacity: 1
}

*::placeholder {
	color: #2c3941;
	font-size: 14px;
	opacity: 1
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.z-index-1 {
	z-index: 1
}

.overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible
}

.p-relative {
	position: relative
}

section {
	padding: 20px 0
}

.main_header {
	box-shadow: 1px .532px 1px 1px rgba(41, 41, 41, .1)
}

.header_top {
	background-color: #6f63ad;
	padding: 12px 0
}

.header_top .header_top_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header_top .header_top_wrapper .social_icon_list ul li {
	display: inline-block;
	padding-right: 10px
}

.header_top .header_top_wrapper .social_icon_list ul li a i {
	height: 35px;
	width: 35px;
	color: #3b5998;
	background-color: #fff;
	border: 1px solid rgba(204, 204, 204, .5529411765);
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px
}

.header_top .header_top_wrapper .social_icon_list ul li a i:hover {
	color: rgba(0, 0, 0, .9019607843)
}

.header_top .header_top_wrapper .social_icon_list ul li a .icon_2 {
	color: #eeaa52
}

.header_top .header_top_wrapper .social_icon_list ul li a .icon_3 {
	color: #00acee
}

.header_top .header_top_wrapper .social_icon_list ul li a .icon_4 {
	color: red
}

.header_top .header_top_wrapper .header_top_left .logo {
	height: 60px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center
}

.header_top .header_top_wrapper .header_top_left .logo img {
	max-width: 100%;
	max-height: 100%
}

.header_top .header_top_wrapper .header_top_right .search_box {
	position: relative;
	width: 280px
}

.header_top .header_top_wrapper .header_top_right .search_box .form_control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #eae8e8;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 10px
}

.header_top .header_top_wrapper .header_top_right .search_box .form_control::placeholder {
	color: #7c7a7a
}

.header_top .header_top_wrapper .header_top_right .search_box i {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #737070;
	font-size: 20px
}

.header_nav .header_nav_wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0
}

.header_nav .header_nav_wrapper .header_top_left .logo {
	height: 60px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center
}

.header_nav .header_nav_wrapper .header_top_left .logo img {
	max-width: 100%;
	max-height: 100%
}

.header_nav .header_nav_wrapper .nav_list ul li {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-left: 30px
}

.header_nav .header_nav_wrapper .nav_list ul li:hover .sub_down {
	top: 36px;
	opacity: 1;
	margin-top: 0;
	visibility: visible;
	padding: 10px 10px 10px 10px
}

.header_nav .header_nav_wrapper .nav_list ul li a {
	color: #737070;
	font-weight: 400;
	font-size: 17px
}

.header_nav .header_nav_wrapper .nav_list ul li a:hover {
	color: #6f63ad
}

.header_nav .header_nav_wrapper .nav_list ul li .sub_down {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, .3);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	visibility: hidden;
	display: block;
	width: 200px;
	border: none !important;
	opacity: 0;
	top: 43px;
	right: 0;
	padding: 0;
	z-index: 10
}

.header_nav .header_nav_wrapper .nav_list ul li .sub_down li {
	padding: 5px 10px;
	width: 100%;
	cursor: pointer
}

.header_nav .header_nav_wrapper .nav_list ul li .sub_down li:hover {
	background-color: #dad6d6;
	width: 100%
}

.header_nav .header_nav_wrapper .nav_list ul li .sub_down li a {
	font-size: 15px;
	color: #737070;
	font-weight: 400
}

.headerNewClass {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	box-shadow: 1px .532px 1px 1px rgba(41, 41, 41, .1)
}

.headerNewClass .header_top .header_top_wrapper .logo {
	height: 45px
}

.backtotop {
	display: inline-block;
	background-color: #6f63ad;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999999999
}

.backtotop::after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff
}

.backtotop:hover {
	cursor: pointer;
	background-color: #000
}

.backtotop:active {
	background-color: #000
}

.backtotop.show {
	opacity: 1;
	visibility: visible
}

.home_top_border {
	border-bottom: 1px double rgba(204, 204, 204, .5529411765);
	position: relative;
	padding-bottom: 20px
}

.home_top_left .newsItem_1 {
	height: 135px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(204, 204, 204, .5529411765)
}

.home_top_left .newsItem_1:hover .newsItem_1_text h4 {
	color: #6f63ad
}

.home_top_left .newsItem_1:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.home_top_left .newsItem_1 .newsItem_1_text {
	width: 65%
}

.home_top_left .newsItem_1 .newsItem_1_text h4 {
	font-size: 18px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	line-height: 24px;
	cursor: pointer
}

.home_top_left .newsItem_1 .newsItem_1_text p {
	font-size: 15px;
	color: #737070;
	font-weight: 400;
	line-height: 20px
}

.home_top_left .newsItem_1 .newsItem_1_img {
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f3f3f3;
	border-radius: 6px
}

.home_top_left .newsItem_1 .newsItem_1_img img {
	max-width: 100%;
	max-width: 100%
}

.home_top_middle {
	padding: 0 22px;
	margin-top: 10px
}

.home_top_middle .main_article_img {
	height: 400px;
	width: 100%
}

.home_top_middle .main_article_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home_top_middle .main_article_text {
	padding: 10px
}

.home_top_middle .main_article_text h4 {
	font-size: 32px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	line-height: 42px;
	text-align: center
}

.home_top_middle .main_article_text p {
	font-size: 16px;
	line-height: 24px;
	text-align: center
}

.home_top_right .newsItem_2 {
	height: 145px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(204, 204, 204, .5529411765)
}

.home_top_right .newsItem_2:hover h4 {
	color: #6f63ad
}

.home_top_right .newsItem_2:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.home_top_right .newsItem_2 h4 {
	font-size: 20px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	line-height: 24px;
	cursor: pointer
}

.home_front_section_article .home_front_section_img {
	height: 462px;
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.home_front_section_article .home_front_section_img:hover img {
	transform: scale(1.1);
	transition: all linear .5s
}

.home_front_section_article .home_front_section_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home_front_section_article .home_front_section_img .home_front_section_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	padding: 12px
}

.home_front_section_article .home_front_section_img .home_front_section_text h4 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	line-height: 42px
}

.home_front_section_article .home_front_section_img .home_front_section_text p {
	font-size: 16px;
	line-height: 24px;
	color: #f3f3f3
}

.home_sec_wrapper {
	margin-bottom: 22px
}

.home_sec_wrapper .category_img {
	height: 220px;
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.home_sec_wrapper .category_img:hover img {
	transform: scale(1.1);
	transition: all linear .5s
}

.home_sec_wrapper .category_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.home_sec_wrapper .category_img .home_sec_wrapper_right {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	padding: 12px
}

.home_sec_wrapper .category_img .home_sec_wrapper_right .content_titile {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	padding: 6px 0 8px 0
}

.home_sec_wrapper .category_img .home_sec_wrapper_right .content_text {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	text-align: justify
}

.exclusive_wrapper .exclusive_wrap {
	height: 340px
}

.exclusive_wrapper .exclusive_wrap:hover .exclusive_text h4 {
	color: #6f63ad
}

.exclusive_wrapper .exclusive_wrap .exclusive_img {
	height: 170px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

.exclusive_wrapper .exclusive_wrap .exclusive_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.exclusive_wrapper .exclusive_wrap .exclusive_text {
	padding-top: 10px
}

.exclusive_wrapper .exclusive_wrap .exclusive_text h4 {
	font-size: 20px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	line-height: 28px
}

.news_tab {
	width: 100%
}

.news_tab .nav {
	background-color: #e9e4e4
}

.news_tab .nav .nav-item {
	width: 50%;
	text-align: center
}

.news_tab .nav .nav-item .nav-link {
	width: 100%;
	color: #737070
}

.news_tab .nav .nav-item .active {
	background-color: #6f63ad;
	color: #fff
}

.banner_swipper {
	width: 100%
}

.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img {
	height: 400px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f3f3f3
}

.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img .banner_text {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .5);
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 28px
}

.banner_swipper .swiper .swiper-pagination {
	position: absolute;
	text-align: end;
	transition: .7s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	left: -10px;
	text-align: center
}

.banner_swipper .swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(197, 192, 192, .596);
	height: 8px;
	width: 8px;
	opacity: 1
}

.banner_swipper .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
	height: 10px;
	width: 10px
}

.banner_swipper .swiper .swiper-button-next {
	right: 15px;
	height: 35px;
	width: 35px;
	background-color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%
}

.banner_swipper .swiper .swiper-button-next::after {
	font-size: 18px;
	color: rgba(0, 0, 0, .9019607843)
}

.banner_swipper .swiper .swiper-button-prev {
	left: 15px;
	height: 35px;
	width: 35px;
	background-color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%
}

.banner_swipper .swiper .swiper-button-prev::after {
	font-size: 18px;
	color: rgba(0, 0, 0, .9019607843)
}

.sticky_Tab {
	width: 100%;
	background-color: rgba(233, 228, 228, .7137254902);
	border-radius: 10px;
	overflow: hidden
}

.sticky_Tab .stickyTab_heading {
	padding: 10px;
	text-align: center;
	background-color: #6f63ad;
	font-size: 20px;
	color: #fff;
	font-weight: 500
}

.sticky_Tab .stickyTab_img {
	height: 230px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto
}

.sticky_Tab .stickyTab_img img {
	max-width: 100%;
	max-height: 100%
}

.sticky_Tab h5 {
	font-size: 18px;
	color: rgba(0, 0, 0, .9019607843);
	text-align: center;
	font-weight: 500;
	padding: 0 12px 12px 12px
}

.home_bottom_content {
	padding-top: 12px
}

.home_bottom_content .bottom_heading {
	font-size: 20px;
	font-weight: 600;
	color: #6f63ad;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0
}

.home_bottom_content .bottom_heading::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 3px;
	width: 30px;
	background-color: #6f63ad
}

.home_bottom_content .home_bottom_wrap {
	border-bottom: 1px solid rgba(204, 204, 204, .5529411765)
}

.home_bottom_content .home_bottom_wrap:hover .exclusive_text h4 {
	color: #6f63ad
}

.home_bottom_content .home_bottom_wrap .exclusive_img {
	height: 170px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

.home_bottom_content .home_bottom_wrap .exclusive_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.home_bottom_content .home_bottom_wrap .exclusive_text {
	padding-top: 10px
}

.home_bottom_content .home_bottom_wrap .exclusive_text h4 {
	font-size: 20px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	line-height: 28px
}

.footer {
	margin-top: 30px;
	background-color: rgba(187, 217, 220, .2274509804)
}

.footer .footer_wraper {
	padding-top: 40px
}

.footer .footer_wraper .footer_logo {
	height: 65px;
	width: auto
}

.footer .footer_wraper .footer_logo img {
	max-height: 100%;
	max-width: 100%
}

.footer .footer_wraper h5 {
	font-size: 18px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	padding-top: 10px
}

.footer .footer_wraper h6 {
	font-size: 18px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 400;
	padding-bottom: 10px
}

.footer .footer_wraper ul li {
	padding-bottom: 10px;
	list-style: square
}

.footer .footer_wraper ul li a {
	color: #737070;
	font-weight: 400;
	font-size: 16px
}

.footer .footer_wraper ul li a:hover {
	color: #6f63ad
}

.footer .footer_wraper .social_icon_list ul li {
	display: inline-block;
	padding-left: 10px
}

.footer .footer_wraper .social_icon_list ul li a i {
	height: 38px;
	width: 38px;
	color: #fff;
	background-color: #6f63ad;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px
}

.footer .footer_wraper .social_icon_list ul li a i:hover {
	color: rgba(0, 0, 0, .9019607843)
}

.footer .footer_copyright {
	background-color: #6f63ad;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	margin-top: 20px
}

.footer .footer_copyright .copyRight_left ul li {
	display: inline-block;
	padding-right: 25px
}

.footer .footer_copyright .copyRight_left ul li a {
	font-size: 16px
}

.footer .footer_copyright .copyRight_left ul li a:hover {
	color: rgba(0, 0, 0, .9019607843)
}

.footer .footer_copyright span {
	font-weight: 400
}

.category_wrapper {
	height: 205px;
	width: 100%;
	border-bottom: 1px solid rgba(204, 204, 204, .5529411765);
	display: flex;
	padding: 10px;
	margin-bottom: 5px;
	cursor: pointer
}

.category_wrapper:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.category_wrapper:hover .category_img img {
	transform: scale(1.05);
	transition: all linear .4s
}

.category_wrapper .category_img {
	height: 180px;
	width: 620px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden
}

.category_wrapper .category_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px
}

.category_wrapper .category_right {
	height: 100%;
	width: 100%;
	padding-left: 17px
}

.category_wrapper .category_right .content_name {
	font-size: 15px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	line-height: 22px
}

.category_wrapper .category_right .content_titile {
	font-size: 20px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 600;
	line-height: 28px;
	padding: 6px 0 8px 0
}

.category_wrapper .category_right .content_text {
	font-size: 15px;
	color: #737070;
	font-weight: 400;
	line-height: 24px;
	text-align: justify
}

.pagination_btn {
	padding: 11px 30px;
	background-color: #6f63ad;
	font-weight: 500;
	color: #fff;
	border-radius: 35px;
	max-width: 200px;
	display: flex;
	justify-content: center;
	margin: 20px auto;
	cursor: pointer
}

.pagination_btn:hover {
	background-color: rgba(0, 0, 0, .9019607843)
}

.pagination_btn button {
	display: flex;
	justify-content: center;
	align-items: center
}

.pagination_btn button i {
	margin-left: 10px
}

.content_detail {
	width: 95%
}

.content_detail .content_title {
	font-size: 30px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 600;
	line-height: 44px
}

.content_detail .content_bio {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(204, 204, 204, .5529411765);
	padding: 5px 0 10px 0
}

.content_detail .content_bio .author_name {
	font-size: 15px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500
}

.content_detail .content_bio .content_date {
	font-size: 14px;
	color: #737070;
	font-weight: 500;
	padding-left: 25px
}

.content_detail .content_image {
	height: 450px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f3f3f3;
	border-radius: 16px;
	margin-top: 15px;
	overflow: hidden
}

.content_detail .content_image img {
	max-height: 100%;
	max-width: 100%
}

.content_detail .content_text {
	padding-top: 50px
}

.content_detail .content_text p {
	color: #5a5858;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px
}

.content_detail .author {
	display: flex;
	width: 100%;
	border-top: 1px dashed rgba(204, 204, 204, .5529411765);
	border-bottom: 1px dashed rgba(204, 204, 204, .5529411765);
	padding: 18px 0;
	margin-top: 12px
}

.content_detail .author .author_img {
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f3f3;
	border-radius: 15px;
	overflow: hidden
}

.content_detail .author .author_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.content_detail .author .author_detail {
	padding-left: 12px;
	width: 94%
}

.content_detail .author .author_detail .authorName {
	font-size: 18px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 600;
	line-height: 24px
}

.content_detail .author .author_detail .author_text {
	font-size: 15px;
	color: #737070;
	font-weight: 400;
	line-height: 24px
}

.content_detail .author_more_content {
	padding-top: 12px
}

.content_detail .author_more_content h4 {
	font-size: 20px;
	color: #6f63ad;
	font-weight: 500;
	line-height: 30px
}

.content_detail .author_more_content ul li {
	padding-bottom: 10px
}

.content_detail .author_more_content ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #737070
}

.content_detail .author_more_content ul li a:hover {
	color: #6f63ad
}

.content_detail .author_more_content ul li a i {
	padding-right: 5px
}

.author_wrapper .author_bio .author_img_section .author_img {
	height: 250px;
	width: 250px;
	background-color: rgba(187, 217, 220, .2274509804);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden
}

.author_wrapper .author_bio .author_img_section .author_img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.author_wrapper .author_bio .author_text {
	padding-top: 10px
}

.author_wrapper .author_bio .author_text h4 {
	font-size: 22px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 500;
	line-height: 30px
}

.mobile_header {
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 0
}

.mobile_header .headerTop_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.mobile_header .headerTop_wrapper .headerTop_left .left_text {
	font-size: 13px;
	color: #737070;
	font-weight: 500;
	line-height: 20px
}

.mobile_header .headerTop_wrapper .logo {
	height: 45px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center
}

.mobile_header .headerTop_wrapper .logo img {
	max-height: 100%;
	max-width: 100%
}

.mobile_header .headerTop_wrapper .headerTop_right {
	text-align: end
}

.mobile_header .headerTop_wrapper .headerTop_right i {
	font-size: 26px;
	color: #6f63ad
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 250px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(-100%)
}

.offcanvas-header .offcanvas-title {
	height: 48px;
	width: auto
}

.offcanvas-header .offcanvas-title img {
	max-height: 100%;
	max-width: 100%
}

.offcanvas-body .nav_list li {
	padding-left: 18px;
	padding-top: 10px;
	cursor: pointer;
	position: relative
}

.offcanvas-body .nav_list li:hover a {
	width: 100%
}

.offcanvas-body .nav_list li:hover .sub_down {
	top: 31px;
	opacity: 1;
	margin-top: 0;
	visibility: visible;
	padding: 10px 10px 10px 10px
}

.offcanvas-body .nav_list li a {
	font-size: 16px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 400
}

.offcanvas-body .nav_list li a span {
	padding-right: 10px;
	font-size: 18px
}

.offcanvas-body .nav_list li a .droppper {
	font-size: 16px
}

.offcanvas-body .nav_list li .sub_down {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	transition: all .3s ease-in-out;
	position: absolute;
	visibility: hidden;
	display: block;
	border: none !important;
	opacity: 0;
	top: 43px;
	left: 0;
	padding: 0;
	z-index: 10
}

.offcanvas-body .nav_list li .sub_down li {
	padding: 5px 10px;
	width: 100%
}

.offcanvas-body .nav_list li .sub_down li:hover {
	background-color: #dad6d6;
	width: 100%
}

.offcanvas-body .nav_list li .sub_down li a {
	font-size: 16px;
	color: rgba(0, 0, 0, .9019607843);
	font-weight: 400
}