/*
@font-face {
	font-weight: light;
	font-family: Gordita Light;
	src: url(https://devmandeep.com/tradefinanceglobal/wp-content/uploads/2025/03/Gordita-Light.otf);
}

@font-face {
	font-weight: Regular;
	font-family: Gordita Regular;
	src: url(https://devmandeep.com/tradefinanceglobal/wp-content/uploads/2025/03/Gordita-Regular.otf);
}

@font-face {
	font-weight: Medium;
	font-family: Gordita Medium;
	src: url(https://devmandeep.com/tradefinanceglobal/wp-content/uploads/2025/03/Gordita-Medium.otf);
}

@font-face {
	font-weight: bold;
	font-family: Gordita Bold;
	src: url(https://devmandeep.com/tradefinanceglobal/wp-content/uploads/2025/03/Gordita-Bold.otf);
}
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
	font-family: "Lato", sans-serif;
	letter-spacing: .25px;
	line-height: 22px;
	font-weight: 400;
	background: #fff;
	font-size: 14px;
	color: #504F60;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3E3D4C;
	font-weight: 700;
	font-family: "Lato", sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 46px;
}

h2 {
	font-size: 32px;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 20px;
	line-height: 30px;
}

h6 {
	font-size: 16px;
	line-height: 26px;
}

p {
	color: #504F60;
	font-size: 14px;
	line-height: 22px;
	font-family: "Lato", sans-serif;
}

a {
	font-family: "Lato", sans-serif;
	text-decoration: none;
	line-height: 0;
	font-size: 14px;
	color: #F16814;
}

a:hover {
	color: #FDA41E;
}

a,
span {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 15px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

ol,
ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	line-height: 22px;
	font-family: "Lato", sans-serif;
}

ol li,
ul li {
	margin: 0;
	padding: 0;
}

ol li a,
ul li a {}

img {
	width: 100%;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

label,
input,
button,
select,
textarea {
	color: #504F60;
	font-size: 14px;
	line-height: 22px;
	font-family: "Lato", sans-serif;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

input,
button,
select,
textarea {
	width: 100%;
	color: #504F60;
	min-height: 40px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #F0F0F0;
}

input:active,
button:active,
select:active,
textarea:active,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

textarea::placeholder,
input::placeholder {
	letter-spacing: .5px;
	color: #504F60;
	opacity: 1;
}

.link,
button,
a.bg-black,
.next-page {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	line-height: 22px !important;
	border-radius: 5px !important;
	background: #F16814 !important;
	padding: 10px 20px !important;
	width: fit-content !important;
	font-weight: 400 !important;
	border: none !important;
	color: #fff !important;
}

.link:hover,
button:hover,
a.bg-black:hover,
.next-page:hover {
	background: #3E3D4C !important;
	color: #fff !important;
}

button svg path,
.link svg path {
    stroke: #fff;
}

section {
	padding: 40px 0;
}

.text-black {
	color: #504f60 !important;
}

.under_line {
	font-weight: 600;
	display: inline !important;
	font-family: "Lato", sans-serif;
	background-repeat: no-repeat;
	background-position-y: -2px;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
	-webkit-transition: 0.6scubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.6scubic-bezier(0.215, 0.61, 0.355, 1);
	background-size: 0 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.under_line:hover {
	background-size: 100% 100%;
}

.featured-info,
.name_date {
	gap: 6px;
	display: flex;
	margin: 10px 0 0 0;
	align-items: center;
	font-size: 12px;
	line-height: 14px;
}

.featured-info img,
.name_date img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.featured-info a,
.name_date a {
	font-size: 12px;
	line-height: 14px;
}

.post-cat-red {
	margin-bottom: 10px;
	background: #F16814;
	border-radius: 5px;
	width: fit-content;
	padding: 5px 10px;
	color: #fff;
}

.post-cat-black {
	margin-bottom: 10px;
	background: #3E3D4C;
	border-radius: 5px;
	width: fit-content;
	padding: 5px 10px;
	color: #fff;
}

.issue-date span {
    color: #F16814;
    font-weight: 600;
}



/*--- Header ---*/
.wrapall.overflow-x-hidden {
	margin: 0;
}

header {
	background: #fff;
}

.boder {
	border: 1px solid #FFF1E8;
}

header .top-header {
	padding: 20px 0;
	background: #3E3D4C;
}

.header-top-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-top-bar .owl-carousel {
    width: 70%;
}

.header-top-bar .header-top-number a {
    color: #3e3d4c;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-top-bar .header-top-number a:before {
    color: #f16815;
    content: "\f098";
    margin-right: 8px;
    font-family: 'FontAwesome';
}

header .top-header .drop_lang .dropdown-toggle img {
	width: 20px;
}

header .top-header .drop_lang .dropdown-toggle {
	gap: 5px;
	display: flex;
	color: #3E3D4C;
	font-weight: 600;
	padding: 7px 15px;
	border-radius: 30px;
	align-items: center;
	width: fit-content;
}

header .top-header .drop_lang .dropdown-menu {
	padding: 0;
	border: none;
	max-width: 100px;
	background: #fff;
	transition: 0.3s;
	border-radius: 5px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

header .top-header .drop_lang .dropdown-menu a {
	border-bottom: 1px solid #FFF1E8;
	line-height: 37px;
	padding: 0 15px;
	color: #3E3D4C;
	width: 100%;
}

header .top-header .drop_lang .dropdown-menu a:hover {
	background: #FFF1E8;
	color: #F16814;
}

header .top-header .logo {
	max-width: 300px;
}

header .top-header .search {
	display: block;
	overflow: hidden;
	border-radius: 30px;
	position: relative;
	background: #fff;
}

header .top-header .search form {
	position: relative;
	display: flex;
	margin: 0;
	width: 100%;
}

header .top-header .search input {
	width: 100%;
	border: none;
	padding: 0 20px;
	margin: 0;
}

header .top-header .search button {
	background: #fff;
	color: #F16814;
	font-size: 18px;
}

header .top-header .search button:hover {
	color: #3E3D4C;
}

header .hdr-menu {
	padding: 20px 0;
}

header .hdr-menu .menu-flex {
	justify-content: space-between;
}

header .hdr-menu .menu {
	display: flex;
	gap: 40px;
}

header .hdr-menu .menu li a {
	color: #3E3D4C;
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

header .hdr-menu .menu li a:hover {
	color: #F16814;
}

header .hdr-menu .menu li a i {
	opacity: .4;
	color: #504F60;
	margin-right: 5px;
}

header .hdr-menu .s-link {
	align-items: center;
	display: flex;
	gap: 1px;
}

header .hdr-menu .s-link li {}

header .hdr-menu .s-link li .s-anchor {
	width: 42px;
	height: 42px;
	display: flex;
	color: #3E3D4C;
	font-size: 20px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

header .hdr-menu .s-link li .s-anchor:hover {
	color: #fff;
	background: #3E3D4C;
}

header .hdr-menu .s-link li .s-anchor svg {
	fill: #3E3D4C;
	width: 20px;
}

header .hdr-menu .s-link li .s-anchor:hover svg {
	fill: #fff;
}

.header-top-bar {
    padding: 10px 20px;
    background: #fff0e8;
}

.header-top-bar h6 {
    margin: 0;
    font-weight: 400;
}

.header-top-bar h6:before {
    color: #F16814;
    content: "\f0e7";
    font-family: FontAwesome;
    margin-right: 8px;
}

ul#mega-menu-main_navigation li {
    margin-right: 15px !important;
}

ul#mega-menu-main_navigation li a {
    background: #FFF1E8 !important;
    padding-right: 20px !important;
    border-radius: 50px !important;
    padding-left: 20px !important;
}

ul#mega-menu-main_navigation li a:hover {
    background: #3e3d4c !important;
    color: #fff !important;
}

.mega-sub-menu a {
	line-height: normal;
}

.mega-sub-menu .wp-block-columns {
    gap: 10px !important;
}

ul#mega-menu-main_navigation li  .mega-sub-menu .wp-block-columns a {
    padding-left: 10px !important;
    font-weight: 400;
}

ul#mega-menu-main_navigation li .mega-sub-menu .wp-block-columns div {
    border-radius: 30px;
}

ul#mega-menu-main_navigation li .mega-sub-menu .wp-block-columns div a {
	background: transparent !important;
}

ul#mega-menu-main_navigation li .mega-sub-menu .wp-block-columns .wp-block-column div:hover {
	background: #3E3D4C !important;
    color: #fff !important;
}

ul#mega-menu-main_navigation li .mega-sub-menu .wp-block-columns .wp-block-column div:hover a {
    color: #fff !important;
}

/*-- Slider --*/
ul.slider_grid {
	display: flex;
	padding: 0 7.5px;
}

ul.slider_grid li {
	flex: 0 0 25%;
	padding: 7.5px;
}

ul.slider_grid li a {
	width: 100%;
	display: block;
}

.trend_single .box,
ul.slider_grid li .box {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.trend_single .box a img,
ul.slider_grid li .box .wp-post-image,
ul.slider_grid li .box img.banner {
	height: 490px;
	object-fit: cover;
	object-position: center;
}

div#pnews .trend_single img.banner {
	height: 490px;
	object-fit: cover;
	object-position: center;
}

.trend_single .box:hover .banner,
ul.slider_grid li .box:hover .banner {
	transform: scale(1.025);
}

.trend_single .box .text_box,
ul.slider_grid li .box .text_box {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 27.08%, rgba(0, 0, 0, 0.82) 61.86%, rgba(0, 0, 0, 0.8) 95.31%);
}

.trend_single .box .text_box .post-cat a,
ul.slider_grid li .box .text_box .post-cat {
	background: #F16814;
	border-radius: 5px;
	width: fit-content;
	padding: 5px 10px;
	color: #fff;
}

ul.slider_grid li .box .text_box .post-cat {
    display: flex;
    align-items: center;
}

ul.slider_grid li .box .text_box .post-cat a {
    color: #fff;
    width: fit-content;
}

ul.slider_grid li .box .text_box .post-cat a:nth-child(2) {
    margin-left: 5px
}

.trend_single .box .text_box h2,
ul.slider_grid li .box .text_box h5 {
	color: #fff;
	display: inline;
	font-family: "Lato", sans-serif;
	background-repeat: no-repeat;
	background-position-y: -2px;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
	-webkit-transition: 0.6scubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.6scubic-bezier(0.215, 0.61, 0.355, 1);
	background-size: 0 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.trend_single .box .text_box h2:hover,
ul.slider_grid li .box .text_box h5:hover {
	background-size: 100% 100%;
}

.trend_single .box .text_box .name_date,
ul.slider_grid li .box .text_box .name_date {
	color: #fff;
}

.trend_single .box .text_box .name_date img,
ul.slider_grid li .box .text_box .name_date img {
	width: 25px;
	height: 25px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #F16814;
}

/*--- Category ---*/
ul.category_grid {
	display: flex;
	text-align: center;
	margin: 30px 7.5px 0;
	justify-content: space-between;
}

ul.category_grid li {
	flex: 0 0 12.5%;
	padding: 0 7.5px;
	text-align: center;
}

ul.category_grid li a img {
	opacity: .25;
	max-width: 50px;
	margin-bottom: 15px;
}

ul.category_grid li a h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: "Lato", sans-serif;
}

ul.category_grid li a p {
	color: #F16814;
	letter-spacing: 1px;
	font-family: "Lato", sans-serif;
}

ul.category_grid li a span {
	padding: 8px 16px;
	background: #fff;
	border-radius: 30px;
	font-family: "Lato", sans-serif;
	box-shadow: 0px 4px 12px rgba(72, 84, 102, 0.06) !important;
	font-size: 14px;
	font-weight: 500;
	color: #504F60;
	cursor: pointer;
}

ul.category_grid li a span i {
	margin-left: 10px;
}

ul.category_grid li a span:hover {
	color: #fff;
	background: #F16814;
}

ul.category_grid li a h4:hover {
	color: #F16814;
}

/*-- Trending Topics --*/

.heading,
.trend_tab ul.nav {
	padding-bottom: 10px;
	font-family: "Lato", sans-serif;
	border-bottom: 1px solid #504f6040;
}

.heading span,
.trend_tab ul.nav a {
	position: relative;
}

.trend_tab ul.nav a:after,
.heading span:after {
	left: 0;
	right: 0;
	content: '';
	height: 1px;
	bottom: -11px;
	position: absolute;
	background: #F16814;
}

.trend_tab .tab-pane ul,
#trending-topics ul {
	gap: 20px;
	display: flex;
	position: relative;
	flex-direction: column;
}

.trend_tab .tab-pane ul li,
#trending-topics ul li {
	padding-bottom: 20px;
	border-bottom: 1px solid #504f6040;
}

.trend_tab .tab-pane ul li .box,
#trending-topics ul li .box {
	display: flex;
	align-items: center;
}

.trend_tab .tab-pane ul li .box .image,
#trending-topics ul li .box .image {
	position: relative;
	flex: 0 0 30%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.trend_tab .tab-pane ul li .box .text,
#trending-topics ul li .box .text {
	position: relative;
	flex: 0 0 70%;
	padding-left: 10px;
}

.trend_tab .tab-pane ul li .box .image span,
#trending-topics ul li .box .image span {
	background: #F16814;
	position: absolute;
	z-index: 1;
	padding: 4px 8px;
	color: #fff;
}

.trend_tab .tab-pane ul li .box .image img,
#trending-topics ul li .box .image img {
	height: 115px;
	object-fit: cover;
}

.trend_tab .tab-pane ul li .box .text span.cat,
#trending-topics ul li .box .text span.cat {
	margin-bottom: 10px;
	display: block;
}

.trend_tab .tab-pane ul li .box .text h6,
#trending-topics ul li .box .text h6 {
	display: inline;
	line-height: 20px;
	font-family: "Lato", sans-serif;
	background-repeat: no-repeat;
	background-position-y: -2px;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
	-webkit-transition: 0.6scubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.6scubic-bezier(0.215, 0.61, 0.355, 1);
	background-size: 0 100%;
}

.trend_tab .tab-pane ul li .box .text h6:hover,
#trending-topics ul li .box .text h6:hover {
	background-size: 100% 100%;
}


#trending-topics button {
	position: absolute;
	width: 30px !important;
	min-height: 30px !important;
	opacity: 1;
	background: #3E3D4C;
	padding: 0 !important;
	bottom: auto !important;
	top: -57px;
}

#trending-topics button:hover {
	background: #F16814;
}

#trending-topics button.carousel-control-prev {
	left: auto;
	right: 40px;
}

#trending-topics button span {
	height: 15px;
	width: 15px;
}

.trend_list {
	padding: 10px;
	display: flex;
	margin: 20px 0;
	border-radius: 10px;
	align-items: center;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
}

.trend_list .post-thumb {
	flex: 0 0 30%;
}

.trend_list .post-thumb img {
	height: 150px;
	border-radius: 10px;
}

.trend_list .post-content {
	gap: 15px;
	flex: 0 0 70%;
	padding-left: 20px;
}

.trend_list .post-content h5 {
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.trend_tab ul.nav a {
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	color: #3E3D4C;
	line-height: 30px;
	font-family: "Lato", sans-serif;
}

.trend_tab ul.nav {
	margin-bottom: 15px;
	display: flex;
	gap: 15px;
}

.trend_tab ul.nav li a:after {
	opacity: 0;
}

.trend_tab ul.nav li a.active:after {
	opacity: 1;
}

.trend_tab ul.nav li a:hover,
.trend_tab ul.nav li a.active {
	color: #F16814;
}

.trend_tab .tab-pane ul li:nth-child(4),
#trending-topics ul li:nth-child(4) {
	border-bottom: none !important;
}

span.post-cat-red a {
	color: #fff;
}

.trend_tab .tab-content .active.fade {
	opacity: 1;
}

/*-- Populer News --*/

.populer_news .deepesh {
	overflow: hidden;
	border-radius: 10px;
}

.owl-carousel .owl-nav {
	position: absolute;
	display: flex;
	top: -70px;
	gap: 10px;
	right: 0;
}

.owl-carousel .owl-nav button {
	display: flex;
	min-height: 30px;
	align-items: center;
	width: 30px !important;
	justify-content: center;
	color: #fff !important;
	background: #3E3D4C !important;
}

.owl-carousel .owl-nav button span {
	font-size: 30px;
	display: contents;
}

.owl-carousel .owl-nav button:hover {
	background: #F16814 !important;
}

.populer_news h2 {
	margin-bottom: 25px;
}

.populer_news .deepesh img {
	height: 570px;
	display: block;
	object-fit: cover;
	object-position: top center;
}


.breaking ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.breaking ul li {
	padding: 8px;
	flex: 0 0 50%;
	text-align: center;
}

.breaking ul li .box {
	background: #F16814;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 20px;
	width: 100%;
}

.breaking ul li .box h2 {
	color: #fff;
	margin-bottom: 10px;
}

.breaking ul li .box h6 {
	margin: 0;
	color: #fff;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

.breaking ul li:nth-child(1) {
	flex: 0 0 60%;
}

.breaking ul li:nth-child(2) {
	flex: 0 0 40%;
}

.breaking ul li:nth-child(3) {
	flex: 0 0 45%;
}

.breaking ul li:nth-child(4) {
	flex: 0 0 55%;
}

.breaking ul li:nth-child(5) {
	flex: 0 0 40%;
}

.breaking ul li:nth-child(6) {
	flex: 0 0 60%;
}

.breaking ul li:nth-child(1) .box {
	background: #f06715;
}

.breaking ul li:nth-child(2) .box {
	background: #fca41f;
}

.breaking ul li:nth-child(3) .box {
	background: #d94c0f;
}

.breaking ul li:nth-child(4) .box {
	background: #a69376;
}

.breaking ul li:nth-child(5) .box {
	background: #504f60;
}

.breaking ul li:nth-child(6) .box {
	background: #6b6a80;
}

/*-- Editorial Board, Trending Authors, Upcoming Partner Conferences --*/

.ebtaupc ul.ebta {
	gap: 15px;
	display: flex;
	padding-top: 10px;
	max-height: 400px;
    overflow-y: scroll;
	flex-direction: column;
}

.ebtaupc ul.ebta li a {
	display: flex;
    position: relative;
    padding: 0 0 0 95px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50px;
    height: 90px;
}


.ebtaupc ul.ebta li a img {
	border-radius: 50%;
	position: absolute;
	object-fit: cover;
	flex: 0 0 80px;
	height: 80px;
	width: 80px;
	left: 5px;
	top: 0;
}

.ebtaupc ul.ebta li a p,
.ebtaupc ul.ebta li a h6 {
	margin: 0;
}

.ebtaupc ul.ebta li a .author-image span {
    display: inline-block;
    background: #f16815;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    line-height: 25px;
    flex: 0 0 25px;
    color: #fff;
    width: 25px;
    left: 60px;
    top: -4px;
}

.ebtaupc .trend_single img.banner {
	height: 400px;
}

.st_partners .owl-nav,
.ebtaupc .owl-nav {
	top: -57px;
}

.st_partners .item {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
}

/*-- Strategic Partners --*/

.st_partners {
	background: #3E3D4C;
}

.st_partners .item {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
}

.st_partners h2.heading {
    color: #fff;
    border-bottom: 1px solid #545364;
}

.st_partners .swiper-slide {
    border-radius: 10px;
}

/*-- Footer --*/
footer {
	background: #000;
	padding: 50px 10px;
}

footer .center_box {
	max-width: 250px;
	margin: 0 auto;
}

footer .logo {
	max-width: 225px;
	margin-bottom: 20px;
}

footer p,
footer ul li a {
	color: #929292;
	font-size: 16px;
}

footer ul {
	margin-top: 20px;
}

footer ul li {
	margin-bottom: 12px;
}

/* footer ul.cat_link {
	display: flex;
	flex-wrap: wrap;
} 

footer ul.cat_link li {
	flex: 0 0 50%;
}*/

footer ul.cat_link li a {
	position: relative;
	padding-left: 12px;
	line-height: 22px;
	text-transform: capitalize;
}

footer ul.cat_link li a:after {
	background: #C4C4C4;
	position: absolute;
	border-radius: 50%;
	content: '';
	height: 5px;
	width: 5px;
	top: 7px;
	left: 0;
}

footer article {
	gap: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}


footer article a.post-thumb {
	flex: 0 0 30%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

footer article .post-content {
	flex: 0 0 60%;
	padding-left: 10px;
}

footer article a.post-thumb span {
	color: #fff;
	padding: 2px 8px;
	position: absolute;
	background: #f16815;
	line-height: 20px;
}

footer article a.post-thumb img {
	height: 75px;
	object-fit: cover;
}

footer article .post-content a:nth-child(1) {
    display: inline-block;
    color: #929292;
    width: 100%;
}

footer article .post-content a.under_line {
    color: #fff;
    line-height: 20px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px !important;
}

.copy-write {
	padding: 20px 10px;
	background: #000;
	border-top: 1px solid #1c1c1c;
}

.copy-write p {
	color: #fff;
	margin: 0;
}

.copy-write .link_last {
	gap: 15px;
	display: flex;
	justify-content: center;
}

.copy-write .link_last li a {
	color: #CDCDCD;
}

.copy-write .link_last li a:hover {
	color: #f16815;
}

.copy-write .s-link {
	gap: 10px;
	display: flex;
	justify-content: center;
}

.copy-write .s-link li a {
	background: rgba(251, 251, 253, 0.08);
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	width: 40px;
	fill: #fff;
	color: #fff;
}

.copy-write .s-link li a svg {
	height: 15px;
}

.copy-write .s-link li a:hover {
	background: #F16814;
}

/*-- Author Page --*/

.auth_name_img {
	padding: 30px 0;
	background: #FFF1E8;
}

.auth_name_img ul {
	align-items: center;
	display: flex;
	gap: 50px;
}

.auth_name_img ul img {
	width: 175px;
	height: 175px;
	object-fit: cover;
	border-radius: 50%;
}

.auth_name_img h2,
.auth_name_img h4,
.auth_name_img h6 {
	margin: 5px 0;
}

.auth_name_img h4 {
	font-family: "Lato", sans-serif;
}

.auth_name_img h6 {
	opacity: .7;
	font-family: "Lato", sans-serif;
}

.auth_name_img a {
	background: #F16814;
	color: #fff;
	width: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
}

.auth_name_img a:hover {
	background: #3E3D4C;
}

footer#footer {
	display: none;
}

.st_partners .item a {
	padding: 0;
}

.st_partners .item a img {
	height: 70px;
	object-fit: contain;
	width: 100% !important;
}

.st_partners .item {
	padding: 10px;
	text-align: center;
}

li.author-partners-img a,
li.author-partners-img a:hover {
	background: none;
}

/* video section css */

.published-video-section {
	padding: 30px 15px;
	max-width: 1200px;
	margin: 0 auto;
}

.section-title {
	position: relative;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
}

.section-title:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: #f16815;
}

.video-card {
	position: relative;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.video-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;/ 16: 9 aspect ratio / overflow: hidden;
}

.video-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 16px solid #f16815;
	border-bottom: 10px solid transparent;
	margin-left: 4px;
}

.category-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 12px;
	background-color: #f16815;
	color: white;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
}

.featured-video {
	position: relative;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.featured-video .video-thumbnail {
	padding-bottom: 61%;
}

.featured-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.featured-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}

.featured-info {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.author-img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.tag {
	display: inline-block;
	padding: 3px 12px;
	background-color: #f16815;
	color: white;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.tag-category a {
	background-color: transparent;
	border: 1px solid #f16815;
	color: #fff;
}

.tags-container {
	margin-top: 10px;
}

/* For right edge of image with colorful murals */
.featured-video .video-thumbnail img {
	object-position: left;
}

.tech-news {
	background-color: #17a2b8;
}

.trend_tab .tab-pane ul li .box .image a,
#trending-topics ul li .box .image a {
	display: block;
}

.trend_single .box .text_box .name_date a {
	color: #fff;
	font-size: 12px;
}

.trend_list .post-content .name_date,
.trend_list .post-content .name_date a,
.trend_single .box .text_box .name_date {
	font-size: 12px;
}

.trend_single .box a,
.trend_single .box .post-thumb a {
	display: block;
}

.breaking ul li .box h1,
.trend_single .box .text_box h5 {
	color: #fff;
}

.breaking ul li .box h1 {
    margin: 0;
}

.trend_single .box .text_box p.post-cat {
	background: #F16814;
	border-radius: 5px;
	width: fit-content;
	padding: 5px 10px;
	color: #fff;
}

.main-video-section .featured-info,
.main-video-section .featured-info a {
    color: #fff;
}

.main-video-section .featured-info img,
.main-video-section .featured-info i {
    margin-right: 7px;
}

.main-video-section 
 h3.featured-title {
    color: #fff;
}

footer h4 span {
    color: #fff;
}

.trend_single .featured-video {
    margin-bottom: 30px;
}

.trend_single .featured-video h3,
.trend_single .featured-video .featured-info,
.trend_single .featured-video .featured-info a span {
    color: #fff !important;
}


.trend_single .bottom-vide-section {
    display: flex;
    justify-content: space-between;
}

.trend_single .bottom-vide-section .video-card {
    flex: 0 0 48%;
}

/*-- About Page Css --*/

.page_banner img {
	height: 400px;
	object-fit: cover;
	object-position: top;
}

.page_banner .banner_box {
	padding: 0 10px;
}

.page_banner .banner_box .box {
    border-bottom: 2px solid #F16814;
    box-shadow: 0 0 5px #00000026;
    border-radius: 7px;
    padding: 15px 20px;
    margin-top: -50px;
    background: #fff;
}

.page_banner .banner_box .box ul {
	flex-direction: column;
	display: flex;
	gap: 5px;
}

.page_banner .banner_box .box ul li {
	padding-left: 12px;
	position: relative;
}

.page_banner .banner_box .box ul li:after {
	top: 0;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	content: '';
	color: #656566;
	position: absolute;
	background: #F16814;
	border-radius: 50%;
}

.e_bord .box {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 10px;
    margin: 3px;
}

.e_bord .box h5 {
    margin: 0 0 2px 0;
}
.e_bord .box p {
    margin: 0;
    padding: 0;
}

.about_data .space_none {
	padding: 0;
}

.about_data .box-left {
    padding-left: 75px;
}

.about_data .box-right {
    padding-right: 75px;
}

.about_tab .box {
	display: flex;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #504f6040;
}

.about_data img {
    min-height: 405px;
    object-fit: cover;
    display: block;
}

.about_tab .box .nav-pills {
	gap: 10px;
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
}

.about_tab .box .nav-pills a {
	width: 100%;
	color: #3E3D4C;
	font-size: 18px;
	line-height: 22px;
}

.about_tab .box .nav-pills a.active {
	background: #3E3D4C;
	color: #fff;
}

.about_tab .box .tab-content {
	padding-left: 30px;
}

/*----------
------------
Single Post
------------
----------*/

.single_post {}

.single_post .single_post_data {}

.single_post .single_post_data ul.pagination {
	margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.single_post .single_post_data ul.pagination li a {
    position: relative;
    font-family: "Lato", sans-serif;
}

.single_post .single_post_data ul.pagination li a:after {
    content: "\f105";
    margin-left: 10px;
    font-family: 'FontAwesome';
}

.single_post .single_post_data .post-cat-red {
	margin: 20px 0;
}

.single_post .single_post_data .post-cat-red:hover {
	color: #fff;
}

.single_post .single_post_data .d-flex {
    justify-content: space-between;
}

.single_post .single_post_data  ul.s-link {
    gap: 10px;
    display: flex;
    align-items: center;
}

.single_post .single_post_data ul.s-link li a {
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background:  #f16815;
    border-radius: 50%;
    color: #fff;
}

.single_post .single_post_data ul.s-link li a:hover {
    background: #3e3d4c;
}

.single_post .single_post_data img {
    margin: 20px 0;
}

.single_post .single_post_data blockquote {
    padding: 25px;
    margin: 20px 0;
    background: #F4F6F8;
    border-left: 2px solid #f16815;
}

.single_post .single_post_data blockquote * {
	font-family: "Lato", sans-serif;
}

.single_post .single_post_data p.name_date,
.single_post .single_post_data p.name_date img {
    margin: 0;
}

.single_post .single_post_data .tag_share {
    display: flex;
    margin: 25px 0;
    justify-content: space-between;
}

.single_post .single_post_data .tag_share h5 {
    margin: 0;
}

.single_post .single_post_data ul.tag {
    gap: 10px;
}

.single_post .single_post_data ul.tag a {
    font-size: 12px;
    color: #3e3d4c;
    padding: 8px 16px;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #3e3d4c70;
}

.single_post .single_post_data ul.tag a:hover {
    color: #fff;
    background: #3e3d4c;
}


.next_blog_grid {
    border: 1px solid #3e3d4c70;
    border-right: 0;
    border-left: 0;
    margin: 50px 0;
    padding: 25px 0;
}

.next_blog_grid ul {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.next_blog_grid ul .box {
    gap: 20px;
    display: flex;
    align-items: center;
}

.next_blog_grid ul .box a.link {
    padding: 0 !important;
    height: 30px;
    display: flex;
    flex: 0 0 30px;
    font-size: 24px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.next_blog_grid ul .box a img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.next_blog_grid ul .box h6 {
    line-height: 18px;
    margin: 0;
}

.next_blog_grid ul {
    position: relative;
}

.next_blog_grid ul:after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: '';
    position: absolute;
    background: #aaaab1;
}

.single_post .post_sidebar {
    padding: 20px;
    border: 1px solid #504f6040;
}

.single_post .post_sidebar .search {
	margin-bottom: 20px;
}

.single_post .post_sidebar ul.social_link {
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

.single_post .post_sidebar ul.social_link li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_post .post_sidebar ul.social_link li a.link {
    border-radius: 20px;
    padding: 5px 15px;
}

.single_post .post_sidebar ul.social_link li i {
    width: 32px;
    height: 32px;
    display: flex;
    color: #3e3d4c;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #3e3d4c;
}


.single_post .post_sidebar ul.social_link li svg {
    width: 32px;
    height: 32px;
    color: #3e3d4c;
    border-radius: 50%;
    border: 1px solid #3e3d4c;
    padding: 8px;
}

.single_post .post_sidebar ul.social_link li svg path {
    fill: #3e3d4c;
}

.single_post .post_sidebar ul.social_link li span {
    gap: 15px;
    display: flex;
    align-items: center;
}

/*-- Author Post --*/
.auth_blog ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.auth_blog ul li {
    flex: 0 0 30%;
    background: #FFF1E8
    ;border-radius: 5px;
    overflow: hidden;
}

.auth_blog ul li:nth-child(3),
.auth_blog ul li:nth-child(4),
.auth_blog ul li:nth-child(8),
.auth_blog ul li:nth-child(12) {
    flex: 0 0 37.5%;
}

.auth_blog ul li a.banner img {
    height: 275px;
    width: 100%;
    object-fit: cover;
}

.auth_blog ul li a.banner {
    display: block;
}

.auth_blog ul li .text_data {
    padding: 15px;
}

.auth_blog ul li .text_data h6 {
    margin-bottom: 5px;
}


/*-- Blog --*/

.blog_page .blog_grid {
    flex-direction: column;
    margin: 25px 0;
    display: flex;
    gap: 30px;
}

.blog_page .blog_grid article .post-thumb {
    position: relative;
    margin-bottom: 20px;
}

.blog_page .blog_grid article .f_link {
	font-family: "Lato", sans-serif;
	color: #3E3D4C;
}

.blog_page .blog_grid  .post-thumb h1 {
    text-align: center;
    background: #f16815;
    line-height: 40px;
    position: absolute;
    padding: 14px;
    color: #fff;
    left: 30px;
    top: 30px;
}

.blog_page .blog_grid p.name_date {
    margin: 20px 0;
}

.blog_page .blog_grid .blog-link h2 {
	margin-bottom: 0;
}

.blog_page .blog_grid  .blog-link {
	margin-bottom: 0;
}

/*-- Tag Page --*/
.experts_picks .experts_tag {
    padding-right: 20px;
}

.experts_picks .experts_tag .label {
	width: 100%;
    color: #3E3D4C;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

.experts_picks .experts_tag  ul {
	margin: 10px 0 30px;
	flex-wrap: wrap;
	display: flex;
	gap: 10px;
}

.experts_picks .experts_tag ul li a {
    border: 1px solid #FFF1E8;
    border-radius: 5px;
    padding: 7px 15px;
}

.experts_picks .experts_tag ul li a:hover {
	border-color: #F16814;
	background: #F16814;
	color: #fff;
}

.experts_picks .experts_tag ul.img_anchor li a {
    padding: 7px 14px 7px  7px;
}

.experts_picks .experts_tag ul.img_anchor li a img {
    height: 40px;
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 7px;
    border-radius: 50%
}

.experts_picks .tab-pane ul {
	gap: 2%;
	flex-wrap: wrap;
	flex-direction: inherit;
}

.experts_picks .tab-pane ul li {
	padding: 10px;
	flex: 0 0 49%;
	margin-bottom: 2%;
	border-radius: 10px;
	border: 1px solid #504f6040;
}

/*-- Webinars --*/

.webinars_posts .trend_tab ul.nav li a {
	color: #3E3D4C;
	font-size: 24px;
	font-family: "Lato", sans-serif;
}

.reg_box {
    background: #FFF1E8;
    border-radius: 10px;
    padding: 10px 10px 20px;
    margin-left: 25px;
    height: 100%;
}

.reg_box img {
	border: 10px solid #fff;
	border-radius: 5px;
	background: #fff;
}

.reg_box p {
    color: #3E3D4C;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    font-family: "Lato", sans-serif;
}

.web_single_posts {
	padding-top: 60px;
}

.webinars_posts_sigle .tab-pane ul {
	gap: 1%;
}

.webinars_posts_sigle .tab-pane ul li {
	flex: 0 0 32.65%;
	margin-bottom: 1%;
}

.webinars_posts_sigle .tab-pane ul li:nth-child(4) {
	border-bottom: 1px solid #504f6040 !important;
}

.webinars_posts_sigle .tab-pane ul {
	justify-content: center;
}

.webinars_posts_sigle ul.nav {
	gap: 25px;
}

.webinars_posts_sigle .trend_tab ul.nav li a {
	font-family: "Lato", sans-serif;
	line-height: 42px;
	font-size: 32px;
}

.webinars_posts_sigle ul.nav li a.active {
    color: #F16814;
}

/*-- Bugg Fix --*/

.single_post .single_post_data ul.s-link li a svg  {
    height: 14px;
    width: 14px;
}

.single_post .single_post_data ul.s-link li a svg path {
    fill: #fff;
    height: 14px;
    width: 14px;
}

.search.boder {
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.search.boder input[type="text"] {
    margin: 0;
    width: 100%;
    box-shadow: none;
    border: none !important;
}

.next_blog_grid ul .box .post-content a {
    max-width: 390px;
}

.single-blog-page-sidebar ul {
    display: flex;
    gap: 15px !important;
    flex-direction: column !important;
    margin-bottom: 20px;
}

.single-blog-page-sidebar ul li a {
    gap: 12px;
    display: flex;
    align-items: center;
}

.single-blog-page-sidebar ul li a .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 90px;
}

.single-blog-page-sidebar ul li a .image span {
    background: #f16815;
    position: absolute;
    color: #fff;
    z-index: 1;
    padding: 4px 8px;
    line-height: 16px;
}

.single-blog-page-sidebar ul li a .image img {
    height: 120px !important;
    object-fit: cover;
}

.single-blog-page-sidebar ul li a .text h6 {
    margin: 15px 0;
    overflow: hidden;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.custom-categories-single-page {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
}

ul.custom-categories-single-page li a {
    border: 1px solid #FFF1E8;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
}
ul.custom-categories-single-page li a:hover {
    border: 1px solid #F16814;
    background: #F16814;
    color: #fff;
}

.single_post .single_post_data .tag_share ul.tag {
    background: transparent;
    padding: 0;
    margin: 0;
}

.e_bord .box a {
    display: block;
}

.e_bord .box {
    height: 100%;
}

.e_bord .box h5 {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about_tab .box .tab-content .tab-pane {
    max-height: 312px;
    overflow: scroll;
}

.about_tab .box .tab-content .tab-pane::-webkit-scrollbar {
    display: none;
}

.ebtaupc ul.ebta::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.ebtaupc ul.ebta::-webkit-scrollbar-track {
  background: #504f6040; 
  border-radius: 10px;
}

.ebtaupc ul.ebta::-webkit-scrollbar-thumb {
  background: #F16814; 
  border-radius: 10px;
}

.ebtaupc ul.ebta::-webkit-scrollbar-thumb:hover {
  background: #3E3D4C; 
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 20px;
}

.swiper-slide img {
	min-height: 60px;
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
}

.swiper-scrollbar {
    background: #fff;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
}

.swiper-scrollbar-drag {
    background: #f16815;
}

/*------------------------------------
--------------------------------------

  Reasponsive Css 15 March

--------------------------------------
------------------------------------*/
.date label, 
.type label,
.authors label,
.content label,
.category label,
.partners label,
.year-of-issue label {
 font-size: 20px;
 font-weight: 600;
}

.owl-dots,
h1.d-hidden {
    display: none;
}

.swiper-slider-1742383799063 .swiper-buttons.d-hidden.sm-d-block {
    display: none !important;
}

.logged-in.administrator .wrapall {
    margin-top: 0 !important;
}

.wrapall.overflow-x-hidden,
.row {
	margin: 0 !important;
}

.page-template-page-editions-php .meta a {
    color: #f16815 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.page-template-page-editions-php .gap-32 {
    gap: 15px !important;
}

.page-template-page-editions-php section.full-width img {
    max-width: 95%;
}

.w-100 .filter {
    padding-right: 30px;
}

.post-title a {
    line-height: normal;
}

.md_swiper .swiper-slide {
    padding: 10px;
    display: block !important;
}

.md_swiper .swiper-slide img {
    max-height: 150px;
    margin-bottom: 15px;
}

.md_swiper .swiper-slide h6 {
    margin-bottom: 5px;
}

.md_swiper .swiper-slide p {
    font-weight: 400;
    margin-bottom: 5px;
}

.md_swiper .swiper-control {
    display: none !important;
}

#title.background-image .title-cat h1 {
    color: #3e3d4c !important;
}

.content.col-span-2 .conference-item {
    padding: 15px;
    border: 1px solid #FFF1E8;
}

.content.col-span-2 .conference-item .edition-image {
    height: auto;
}

.content.col-span-2 .conference-item .post-title {
    margin-top: 15px !important;
}

.content.col-span-2 .conference-item .post-title a {
    color: #3E3D4C !important;
    font-size: 20px;
    font-weight: 600;
}

.content.col-span-2 .conference-item .post-date {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.page-template-page-editions .bg-tale .post-title {
    margin-top: 10px !important;
}

.page-template-page-editions .bg-tale .post-title a.elipsise-2-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Lato", sans-serif;
    letter-spacing: .25px;
    line-height: 22px;
    font-size: 14px;
    color: #504F60 !important;
}

.page-template-page-editions .d-grid.grid-col-4 {
    width: 100%;
}

.page-template-page-editions .d-grid.edition-listing {
    display: flex !important;
    gap: 2% !important;
    flex-wrap: wrap;
}

.page-template-page-editions .d-grid.edition-listing .bg-tale.edition-item {
    flex: 0 0 49%;
    margin-bottom: 2%;
}

.page-template-page-editions .d-grid.edition-listing .bg-tale.edition-item a.rounded,
.page-template-page-editions .d-grid.edition-listing .bg-tale.edition-item a.rounded img {
    width: 100%;
    max-width: 100% !important;
}

.page-template-page-editions .bg-tale .meta-category {
    flex-direction: column;
}

.page-template-page-editions .bg-tale .edition-image {
    height: auto;
}

.page-template-page-editions .bg-tale .meta-category div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #3E3D4C;
}

.page-template-page-editions .bg-tale .meta-category a {
    background: #F16814;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    width: fit-content !important;
    display: inline-block !important;
}

.swiper-buttons.d-hidden.sm-d-block {
    display: none !important;
}


.full-width .main-trade-md-box {
    display: flex !important;
    flex-wrap: wrap;
}

.full-width .main-trade-md-box .trade-md-box {
    gap: 15px;
    display: flex;
    padding: 10px;
    flex: 0 0 32.05%;
    margin-bottom: 0;
    max-width: 32.05%;
    border-radius: 8px;
    flex-direction: column;
    border: 1px solid #504f6040;
}

.main-trade-md-box .trade-md-box .trade-md-box {
    margin: 0;
    border: none;
    display: contents;
    padding: 0 !important;
}

.main-trade-md-box .trade-md-box .post-information {
    order: 2;
}

.main-trade-md-box .trade-md-box .post-image {
    order: 1;
}

.main-trade-md-box .trade-md-box .post-title {
    margin: 15px 0 0 0;
}

.main-trade-md-box .trade-md-box .post-title h6 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-trade-md-box .trade-md-box .post-title h6:hover {
	color: #F16814;
}

.main-trade-md-box .trade-md-box .trade-md-box .name_date {
    margin: 4px 0;
}

.post-type-archive .main-trade-md-box a.rounded.overflow-hidden {
    min-height: 140px;
}

.post-type-archive .main-trade-md-box a.rounded.overflow-hidden img {
    height: 140px;
    object-fit: contain;
    object-position: center;
}

.main-trade-md-box .col-span-6.col-span-xs-2 {
    width: 100%;
}

.main-trade-md-box .post-slide.post-slide-small {
    flex-direction: column;
    gap: 20px;
}

.main-trade-md-box .post-slide img {
    max-height: 150px;
}

.main-trade-md-box  .trade-md-box {
    padding: 15px;
    border-radius: 7px;
}


.bg-tale.py-50.main-trade-md-box {
    padding-bottom: 20px !important;
}

.bg-tale.py-50.main-trade-md-box h3 {
    margin-bottom: 40px !important;
}

.main-trade-md-box .trade-md-box span.post-slide-small {
    font-size: 14px;
    font-weight: 400;
}

.meta-category a {
	max-width: 100px;
}

.close-mega-menu {
    height: 35px;
    width: 35px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    background: #f16815;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}

.close-mega-menu:hover {
    background: #3E3D4C;
}

.close-mega-menu svg path {
    fill: #fff;
    stroke: #fff;
}

.close-mega-menu svg {
    padding-left: 2px;
    padding-top: 2px;
}

.category-podcasts #content {
    grid-template-columns: repeat(3, 1fr);
}

.category-podcasts #content .md_podcasts {
    border: 1px solid #504f6040;
    border-radius: 10px;
    padding: 10px;
}

.category-podcasts .md_podcasts .post-categories {
    margin: 20px 0 15px;
}

.category-podcasts .md_podcasts .post-card-meta {
    margin-bottom: 15px;
}

.category-podcasts .md_podcasts .post-card-meta span {}

.category-podcasts #content .md_podcasts .post-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-type-archive-conference .main-trade-md-box .trade-md-box .post-title {
    margin: 0 !important;
}

.post-type-archive-conference .swiper-container {
    padding: 20px 0 0;
}

.post-type-archive-conference .swiper-container .swiper-control {
    display: none !important;
}

.post-type-archive-conference .swiper-container .swiper-slide {
    width: max-content;
}

.post-type-archive-conference span.color-munsell {
    margin-bottom: 10px;
}

.md_auth_page .d-grid {
    margin-left: -5px;
    margin-right: -5px;
}

.md_auth_page .d-grid .overflow-hidden {
    padding: 0px;
}

.md_auth_page a.text-black {
    font-size: 16px;
    font-weight: 600;
    color: #3E3D4C !important;
}

.md_auth_page span.bg-black {
    background: #F16814 !important;
}

.category-freight-forwarding .wp-block-columns-is-layout-flex {
    margin-top: 50px;
}

.category-freight-forwarding .wp-block-columns-is-layout-flex .wp-block-columns-is-layout-flex {
    margin: 0;
}

/*.name_date a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 75px;
}*/

.name_date span.estimated-reading-time {
    color: #f16815;
    margin-left: 5px;
    text-transform: capitalize;
}

.rlat a.d-inline-block,
.block-buttons a.d-inline-block,
.category-freight-forwarding .block-buttons a.d-inline-block {
    line-height: normal;
}

.rlat a.d-inline-block:hover,
.block-buttons a.d-inline-block:hover,
.category-freight-forwarding .block-buttons a.d-inline-block:hover {
    background: #F16814 !important;
    color: #fff !important;
}

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

.bg-tale-2 {
	background: #3e3d4c1c;
}

.bg-danger {
    background-color: #F16814 !important;
}

.elipsise-4-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.md_auth_page .bg-light-blue a img {
    height: 220px;
    object-fit: cover;
}

.md_auth_page .bg-light-blue span.bg-black {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page-id-81723 .wp-block-buttons a.wp-block-button__link {
    background: #f16815 !important;
    border-radius: 45px !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 10px 20px;
}

.page-id-81723 .wp-block-buttons a.wp-block-button__link:hover {
    background: #3e3d4c !important;
    color: #fff !important;
}

.page-id-81723 .wp-block-columns.container {
    padding: 0;
}

a.wp-block-button__link {
    background: #f16815 !important;
    border-radius: 30px !important;
    color: #fff !important;
    display: inline-block;
    line-height: normal;
    padding: 10px 20px;
}

a.wp-block-button__link:hover {
    background: #3e3d4c !important;
    color: #fff !important;
}

.wp-block-column-is-layout-flow[style="flex-basis:33.33%"] .bg-light-blue.d-flex {
    background: #3e3d4c;
    margin-bottom: 15px;
}

.wp-block-column-is-layout-flow[style="flex-basis:33.33%"] .bg-light-blue.d-flex .fs-16.fw-700 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.wp-block-column-is-layout-flow[style="flex-basis:33.33%"] .bg-light-blue.d-flex .d-flex {
    gap: 8px;
}

.wp-block-column-is-layout-flow[style="flex-basis:33.33%"] .bg-light-blue.d-flex .fs-14.fw-400 {
    color: #fff;
    opacity: .8;
    line-height: 20px;
    font-size: 13px;
}

.wp-block-column-is-layout-flow[style="flex-basis:33.33%"] .bg-light-blue.d-flex a.text-black {
    color: #f16815 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.wp-block-column-is-layout-flow[style="flex-basis:33.33%"] .bg-light-blue.d-flex a.text-black:hover {
    color: #fff !important;
}

iframe {
    width: 100%;
}

.bg-blue {
	background: #3E3D4C;
}

.bg-blue.wp-block-acf-block-cta h4,
.bg-blue.wp-block-acf-block-cta p {
	color: #fff;
}

.md-none,
.block-faq,
#back-to-top,
.block-slider_with_text,
.block-more-posts.pb-10.bg-white,
section.block-grid_topics[data-block="grid_topics"],
.hentry .wp-container-core-columns-is-layout-11 {
    display: none;
}

.hentry .page_banner {
    margin-bottom: 50px;
}

.blog.podcasts {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.category-podcasts #content .md_podcasts {
    flex: 0 0 31.3%;
    margin: 1%;
}

.md_podcasts .post-image img {
    max-height: 180px;
}

.md_podcasts .meta-category a.podcasts {
    background: #F16814;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    display: inline;
}

.md_podcasts .post-card-meta {
    display: flex;
    gap: 10px;
}

.category-podcasts center.mt-5 {
    margin-bottom: 50px;
    margin-top: 40px !important;
}

#mega-menu-wrap-main_navigation,
#mega-menu-main_navigation {
    position: inherit !important;
}

ul.mega-sub-menu {
    padding: 20px !important;
}

ul.mega-sub-menu a.mega-menu-link {
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.mega-sub-menu a.mega-menu-link {
    max-width: 250px !important;
}

ul#mega-menu-main_navigation .mega-sub-menu h4 a {
    font-size: 22px;
    color: #3e3d4c;
    line-height: 32px;
    padding: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
}

ul#mega-menu-main_navigation .mega-sub-menu h4 {
    margin: 0;
}

ul#mega-menu-main_navigation .mega-sub-menu h4:hover a {
    color: #f16815 !important;
}

ul.topics_grid {
    max-width: fit-content;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

ul.topics_grid li {
    padding: 15px 20px;
    position: relative;
    background: #fff0e8;
    flex: 0 0 25% !important;
    border: 10px solid #fff;
    border-radius: 20px;
}

ul.topics_grid li:hover {
    background: #f2f3f4;
}

.topic_page_container h2 {
    text-align: center;
    margin-bottom: 10px;
}

.topic_page_container p {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 30px;
}

ul.topics_grid li p {
    margin: 0;
    text-align: left !important;
}

.page-id-30213 .entry .border_trad {
    border-bottom: 1px solid #3e3d4c2e;
    padding-bottom: 20px;
}

.main-third-parent {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.main-third-parent .inner-third-parent {
    padding: 15px;
    background:#fff1e8;
    border-radius: 20px;
    border: 10px solid #fff;
    flex: 0 0 50% !important;
}

.main-third-parent .inner-third-parent h2 {
    font-size: 24px;
    line-height: 34px;
}

.main-third-parent .inner-third-parent ul.wp-block-list {
    margin-bottom: 20px;
}

.page-id-30213 .post-slider-wrap {
    display: flex;
    gap: 20px;
}

.page-id-30213 .post-slider-wrap .md_podcasts {
    border-radius: 10px;
    background: #fff1e8;
    padding: 10px;
    text-align: center;
}


.page-id-30213 .post-slider-wrap .md_podcasts img {
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.page-id-30213 .post-slider-wrap .md_podcasts h6 {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-id-30213  .author-meta-pages-outer {}


.page-id-268 .wp-container-core-columns-is-layout-13 .wp-block-column-is-layout-flow {
    padding: 0;
    border-radius: 10px;
    display: inline-block;
    border: 10px solid #fff1e8 !important;
}

.page-id-268 .wp-container-core-columns-is-layout-13 .wp-block-column-is-layout-flow p,
.page-id-268 .wp-container-core-columns-is-layout-13 .wp-block-column-is-layout-flow h3,
.page-id-268 .wp-container-core-columns-is-layout-13 .wp-block-column-is-layout-flow h2 {
    text-align: left;
}

.page-id-30213  .author-meta-pages-outer, 
.page-id-268 .has-post-thumbnail .wp-block-columns:nth-child(2),
.page-id-268 .wp-container-core-columns-is-layout-13 .wp-block-column-is-layout-flow .w-100 {
    display: none !important;
}

.trend_tab .tab-pane ul::-webkit-scrollbar,
#trending-topics ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.trend_tab .tab-pane ul::-webkit-scrollbar-track,
#trending-topics ul::-webkit-scrollbar-track {
  background: #504f6040; 
  border-radius: 10px;
}

.trend_tab .tab-pane ul::-webkit-scrollbar-thumb,
#trending-topics ul::-webkit-scrollbar-thumb {
  background: #F16814; 
  border-radius: 10px;
}

.trend_tab .tab-pane ul::-webkit-scrollbar-thumb:hover,
#trending-topics ul::-webkit-scrollbar-thumb:hover {
  background: #3E3D4C; 
}
.page-id-268 .wp-container-core-columns-is-layout-9 {
    display: block !important;
}

.page-id-268 .wp-container-core-columns-is-layout-9 .wp-block-column.has-background.is-layout-flow {
    padding: 15px;
    border-radius: 10px;
}

.page-id-268 h3#h-contact-information,
.page-id-268 p.has-text-align-center ,
.page-id-268 .wp-container-core-columns-is-layout-9 .wp-block-column.has-background.is-layout-flow h2 {
    text-align: left;
}

.page-id-268 .pt-50 {
    padding-top: 10px !important;
}

.page-id-268 p.has-background {
    margin-top: 50px !important;
    display: block;
}

.page-id-268 .wp-block-spacer {
    display: none;
}

.page-id-268 .grid-col-3 .bg-tale {
    margin-bottom: 50px;
}

.category.category-payments .blog.payments {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 1%;
}

.category.category-payments .blog.payments .md_podcasts {
    padding: 10px;
    flex: 0 0 32.66%;
    margin-bottom: 1%;
    border-radius: 10px;
    background:  #fff0e8;
}

.category.category-payments .blog.payments .md_podcasts .post-title {
    margin-top: 15px;
}

.category.category-payments .blog.payments .md_podcasts img {
    border-radius: 5px;
}

.category.category-payments .blog.payments .md_podcasts .post-card-meta {
    margin-bottom: 10px;
}

.category.category-payments .blog.payments .md_podcasts a.read-more-link {
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    width: 100%;
}

.category.category-payments .blog.payments .md_podcasts p {
    margin-bottom: 5px;
}

center.mt-5 {
    margin-bottom: 50px;
}

.category.category-payments .background-image {
    background: #fef1e8 !important;
    background-image: none !important;
}

.category.category-payments .title-wrap-cat {
    background: #fff0e8;
    margin: 0 0 50px 0;
    padding: 20px;
}

.hentry .page_banner .col-md-12 {
    padding: 0;
}

auto.md_auth_page {
    margin-bottom: 50px;
}

.page-id-8813 .wp-block-spacer,
.page-id-31381 .wp-block-spacer,
.page-id-77106 .wp-block-spacer,
.has-post-thumbnail .wp-block-columns.container.w-auto.is-layout-flex.wp-container-core-columns-is-layout-7.wp-block-columns-is-layout-flex {
    display: none;
}

.category-hub .wp-block-columns.container.w-auto.is-layout-flex.wp-container-core-columns-is-layout-8.wp-block-columns-is-layout-flex {
    margin-bottom: 70px;
}

.d-hidden {
	font-size: 0;
	line-height: 0;
	display: none !important;
}

.page-id-77106 .block-buttons.bg-anti-flash-white.rounded.p-24.h-100.xs-h-auto {
    height: auto !important;
    margin-bottom: 15px;
}

.page-id-77106 p a {
    line-height: normal;
    display: inline;
    font-size: 16px;
}

.page-id-7762 div[style="flex-basis:66.66%"] .st_partners {
    padding: 15px 0 25px;
    border-radius: 10px;
    margin: 25px 0;
}

.page-id-7762 div[style="flex-basis:66.66%"] .st_partners .swiper-slide {
    padding: 10px;
}

.page-id-31381 .block-video .w-auto,
.page-id-14165 .block-three-columns .container.w-auto,
.page-id-7762 .block-three-columns .container.w-auto {
    padding: 0;
}

.page-id-7762 .bg-tale.rounded figure {
    border-radius: 50%;
}

.page-id-8813 .block-content.align.bg-tale,
.page-id-14165 ol.wp-block-list li  {
    margin-bottom: 15px;
}

.page-id-14165 .block-three-columns {
    margin-bottom: 50px;
}

.page-id-37708 .block-icon-box.h-auto.rounded.text-center {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-id-37708 .d-flex.bordered.rounded {
    border: 1px solid #fff0e8 !important;
}

.page-id-37708 .d-flex.bordered.rounded {
    width: 100%;
    flex: 0 0 100% !important;
}

.page-id-37708 .d-grid.grid-col-2.gap-24.grid-col-xs-2 {
    grid-template-columns: repeat(1, 1fr) !important;
}

.page-id-9157 .d-grid.grid-col-4.grid-col-xs-1.gap-32 {
    grid-template-columns: repeat(2, 1fr);
}

.page-id-9157 .d-grid.grid-col-4 .bg-tale h4 img {
    max-width: 50px;
}

.page-id-9157 .container.w-auto {
    padding: 0;
    margin-bottom: 30px;
}

.page-id-9157 .wp-block-columns.container.w-auto.is-layout-flex.wp-container-core-columns-is-layout-11.wp-block-columns-is-layout-flex {
    display: flex;
    margin-bottom: 70px !important;
}

.page-id-9157 .post-9157.page {
    padding: 0 15px;
}

.page-id-9157 .page_banner {
    margin-left: -15px;
    margin-right: -15px;
}

.page-id-9157 .block-cta.p-24.h-auto.rounded {
    padding: 0;
}

.page-id-9157 .block-cta.p-24.h-auto.rounded img {
    width: 100% !important;
    height: auto !important;
}

.filter input.w-100.py-8.pr-20.pl-40 {
    padding: 15px 10px;
}

/*
.date label,
.type label,
.authors label,
.content label,
.category label,
.partners label,
.year-of-issue label {
    font-size: 20px;
    font-weight: 600;
    display: block;
}
*/
p a {
    line-height: normal;
}

.filter span.filter-tag {
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;   
    line-height: normal;
    border: 1px solid #F0F0F0 !important;
}

body.blog.wp-schema-pro-2\.7\.7 button#load-more {
    margin: 30px auto 0;
    display: block;
}

body.blog.wp-schema-pro-2\.7\.7 .filter span.filter-tag img {
    width: auto;
}

body.blog.wp-schema-pro-2\.7\.7 .filter span.filter-tag {
    display: flex !important;
    padding: 7px !important;
    align-items: center;
    width: fit-content;
    float: left;
    gap: 10px;
}

body.blog.wp-schema-pro-2\.7\.7 .filter label {
    float: left;
    width: 100%;
}

body.blog.wp-schema-pro-2\.7\.7 .filter  .authors img {
    border-radius: 50%;
}

.custom-sidebar-adds {
    padding: 10px;
    margin-top: 30px;
    background: #fef1e8;
}

.trending-populer .container-fluid {
    max-width: 1450px;
}

.post_sidebar  form {
    gap: 8px;
    width: 100%;
    display: flex;
    border: none !important;
    justify-content: space-between;
}

.post_sidebar .search.boder {
    border: none;
}

body.category.category-videos div#title {
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #fff0e8;
    background-image: none !important;
}

body.category.category-videos h1.category-title {
    display: none;
}

body.category.category-videos .inner-categories-page-section.md_podcasts {
    padding: 15px;
    flex: 0 0 33.3333%;
    background: #fef1e8;
    border-radius: 20px;
    border: 10px solid #fff;
}

body.category.category-videos #content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

body.category.category-videos .inner-categories-page-section.md_podcasts .post-image {
    margin-bottom: 15px;
}

body.category.category-videos .inner-categories-page-section.md_podcasts .post-excerpt {
    margin-top: 10px;
}

body.category.category-videos .inner-categories-page-section.md_podcasts p a.read-more-link {
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
}

body.category.category-videos .inner-categories-page-section.md_podcasts .post-excerpt p {
    margin-bottom: 0;
}

body.category.category-videos center.mt-5 button,
body.archive.post-type-archive-conference .search-result-tabs.p-xs-0,
body.archive.post-type-archive-webinar .sm-d-hidden > .container.w-auto,
body.archive.post-type-archive-conference .pt-20.d-block.sm-d-hidden > .container.w-auto {
    display: none;
}

body.archive.post-type-archive-webinar .featured-event,
body.archive.post-type-archive-conference .featured-event {
    background: #fff !important;
    padding: 15px;
}

body.archive.post-type-archive-webinar .featured-event .post-date,
body.archive.post-type-archive-conference .featured-event .post-date {
    margin-top: 8px !important;
}

body.archive.post-type-archive-conference .featured-event .hide-scrollbar {
    display: none !important;
}

body.archive.post-type-archive-webinar .featured-event .post-title a,
body.archive.post-type-archive-conference .featured-event .post-title a {
    font-size: 22px !important;
    font-weight: 600;
}

body.archive.post-type-archive-conference .trade-md-box span.flex-shink-0 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    padding: 0 10px  !important;
    text-align: center;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 30px;
    min-width: 85px;
}

body.archive.post-type-archive-conference .full-width .main-trade-md-box .trade-md-box {
    flex: 0 0 49%;
    max-width: 49%;
}

body.archive.post-type-archive-conference .full-width .main-trade-md-box .trade-md-box .post-date {
    margin-top: 15px !important;
}

body.archive.post-type-archive-conference .full-width .main-trade-md-box .trade-md-box .post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #504f60 !important;
}

body.archive.category-risk #title {
    padding: 20px 0;
    margin-bottom: 50px;
    background: #fef1e8;
    background-image: none !important;
}

body.archive.category-risk #title .title-wrap-cat {
    padding: 0 15px;
}

body.archive.category-risk div#content {
    display: flex;
    flex-wrap: wrap;
}

body.archive.category-risk div#content .md_podcasts {
    flex: 0 0 33.3333%;
}

/*
body.archive.post-type-archive-webinar .content.col-span-2 > h4 {
    display: none;
}
*/

body.archive.post-type-archive-webinar .content .grid-auto-rows {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
}

/*
body.archive.post-type-archive-webinar .content.col-span-2 {
    max-width: 100% !important;
    display: block !important;
    grid-column: span 3;
}
*/

body.archive.post-type-archive-webinar .content .grid-auto-rows .trade-md-box {
    border: 10px solid #fff;
    background: #fef1e8;
    border-radius: 20px;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 15px;
}

.copy-write .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
}

.copy-write .col-md-8 {
    width: 100%;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-flyout ul.mega-sub-menu {
	background: #fff !important;
}


/*------------------------------------------------
------------------------------------------------*/

@media (max-width: 1280px) {

	.trend_single .box a img,
	ul.slider_grid li .box .wp-post-image,
	ul.slider_grid li .box img.banner {
		height: 380px;
	}

	.populer_news .deepesh img {
		height: 500px;
		object-position: top;
	}

	#pnews .trend_single img.banner {
		height: 428px;
	}

	.st_partners .item a img {
		height: 50px;
	}

	.trend_tab .tab-pane ul li .box .image img,
	#trending-topics ul li .box .image img {
		height: 120px;
	}

	.trend_tab .tab-pane ul li,
	#trending-topics ul li {
		padding-bottom: 15px;
	}

	.trend_tab .tab-pane ul,
	#trending-topics ul {
		gap: 15px;
	}
}

@media (max-width: 1024px) {
	header .top-header .col-md-3:nth-child(1) {
	    display: none;
	}

	header .top-header .col-md-3:nth-child(3) {
	    width: 50%;
	}

	header .top-header .text-center {
	    text-align: justify !important;
	}

	.trend_single .box a img,
	ul.slider_grid li .box img.banner {
		height: 315px;
	}

	.trend_single .box .text_box,
	ul.slider_grid li .box .text_box {
		padding: 15px;
	}

	.trend_tab .tab-pane ul li .box,
	#trending-topics ul li .box {
		flex-direction: column;
	}

	.trend_tab .tab-pane ul li .box .text,
	#trending-topics ul li .box .text {
		padding: 15px 0 0;
	}

	.trend_tab .tab-pane ul li .box .image,
	#trending-topics ul li .box .image,
	.trend_tab .tab-pane ul li .box .text,
	#trending-topics ul li .box .text {
		flex: 0 0 100%;
		width: 100%;
	}

	.populer_news .deepesh img {
		height: 370px;
	}

	#pnews .trend_single img.banner {
		height: 298px !important;
	}

	.breaking ul li:nth-child(1),
	.breaking ul li:nth-child(5) {
		flex: 0 0 55%;
	}

	.breaking ul li:nth-child(2),
	.breaking ul li:nth-child(6) {
		flex: 0 0 45%;
	}

	.breaking ul li:nth-child(5) {
		flex: 0 0 55%;
	}

	.breaking ul li {
		padding: 4px;
	}

	.breaking ul {
		margin: 0 -4px;
	}

	.ebtaupc ul.ebta {
		max-height: 300px;
	}

	.ebtaupc .trend_single img.banner {
		height: 300px;
	}

	.featured-content {
		padding: 15px;
	}

	#trending-topics ul li .box .image a {
		display: block;
	}

	.breaking ul li .box h6 {
	    font-size: 12px;
	    line-height: 14px;
	}

	.breaking ul li .box {
	    padding: 15px 10px;
	}
	.trend_tab .tab-pane ul,
	#trending-topics ul {
	    max-height: 500px;
	    overflow-y: scroll;
	}

	h1,
	h1 a,
	h2,
	h2 a,
	h3,
	h3 a,
	h4,
	h4 a,
	h5,
	h5 a,
	h6,
	h6 a,
	.trend_single .box a,
	.trend_single .box .post-thumb a {
	    overflow: hidden;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    display: -webkit-box !important;
	}

	.md_auth_page .d-grid {
	    grid-template-columns: repeat(4, 1fr) !important;
	}

	.page_banner img {
	    height: 300px;
	}
	header .hdr-menu {
        padding: 15px 0 !important;
    }
    .md_auth_page {
	    margin-bottom: 50px;
	}

	body.blog.wp-schema-pro-2\.7\.7  section.full-width .d-grid.grid-col-3 {
	    grid-template-columns: repeat(1, 1fr) !important;
	}
	.header-top-bar .owl-carousel {
	    width: 50%;
	}
}

@media (max-width: 768px) {

	.mega-toggle-block.mega-menu-toggle-animated-block {
	    margin: 0 !important;
	    padding: 0 !important;
	    display: flex !important;
	}

	button.mega-toggle-animated {
	    max-width: 50px;
	    padding: 10px !important;
	}

	button.mega-toggle-animated span.mega-toggle-animated-box span,
	button.mega-toggle-animated span.mega-toggle-animated-box span:before,
	button.mega-toggle-animated span.mega-toggle-animated-box span:after {
	    width: 30px !important;
	    background: #fff !important;
	}

	header .hdr-menu .col-md-12 {
	    padding: 0;
	}

	ul.slider_grid {
		flex-wrap: wrap;
	}

	ul.slider_grid li {
		flex: 0 0 50%;
	}

	ul.slider_grid li a {
		display: block;
	}

	ul.category_grid {
		margin: 25px 7.5px 10px;
		justify-content: center;
		flex-wrap: wrap;
	}

	ul.category_grid li {
		flex: 0 0 25%;
		padding: 15px;
	}

	.ebtaupc .col-md-3,
	.trending-populer .col-md-3 {
		flex: 0 0 auto;
		width: 50%;
	}

	.ebtaupc .col-md-6,
	.trending-populer .col-md-6 {
		width: 100%;
		order: 1;
	}

	.ebtaupc .col-md-3:nth-child(1),
	.trending-populer .col-md-3:nth-child(1) {
		order: 2;
	}

	.ebtaupc .col-md-3:nth-child(2),
	.trending-populer .col-md-3:nth-child(3) {
		order: 3;
	}

	.trend_list {
		margin: 20px 0 50px;
	}

	#pnews .trend_single img.banner {
		height: 294px !important;
	}

	.breaking .col-md-5 {
		width: 100%;
		order: 1;
	}

	.breaking .col-md-7 {
		width: 100%;
		order: 2;
	}

	section.breaking {
		padding-top: 0;
		text-align: center;
	}

	.breaking h2.heading {
		margin-top: 40px;
	}

	.ebtaupc .col-md-6 {
		margin-bottom: 30px;
	}

	.main-video-section .col-md-4,
	.main-video-section .col-md-8 {
		width: 100%;
	}

	.main-video-section .col-md-8 .row .col-12.col-md-4 {
		width: 45%;
		max-width: 45%;
	}

	.main-video-section .col-md-8 .row .col-md-8 {
		width: 55%;
	}

	footer .col-md-3:nth-child(1) {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	footer .col-md-3:nth-child(2),
	footer .col-md-3:nth-child(3),
	footer .col-md-3:nth-child(4) {
		width: 33.3333%;
	}

	.trending-populer .bottom-vide-section {
	    margin-bottom: 20px;
	}
	.swiper-slide {
	    padding: 10px;
	}

	.copy-write .col-md-4,
	.copy-write .col-md-8 {
	    width: 100%;
	    text-align: center;
	}


	.copy-write ul.link_last {
	    padding: 20px 0 10px;
	    justify-content: center;
	    flex-wrap: wrap;
	    gap: 10px;
	}

	.copy-write ul.link_last li a {
	    display: contents;
	    font-size: 12px;
	}
	.md_auth_page .d-grid {
	    grid-template-columns: repeat(3, 1fr) !important;
	}
	.page_banner .banner_box {
	    padding: 0 !important;
	}
	.container {
        width: 100% !important;
    }
    .page_banner img {
	    height: 200px;
	}
	body.page-id-81723 .wp-container-core-columns-is-layout-9 {
	    padding: 0 15px !important;
	}

	.page-template-page-editions .d-grid.edition-listing {
	    gap: 1% !important;
	}
	.page-id-268 .grid-col-3 .bg-tale {
	    margin-bottom: 0;
	}
	.page-id-268 .d-grid.grid-col-3.grid-col-xs-1.gap-32 {
	    margin-bottom: 50px;
	}

	body.archive.post-type-archive-conference .full-width .main-trade-md-box .trade-md-box {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 29px;
		line-height: 39px;
	}

	h2 {
		font-size: 26px;
		line-height: 36px;
	}

	h3 {
		font-size: 23px;
		line-height: 33px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
	}

	h6 {
		font-size: 14px;
		line-height: 24px;
	}

	p {
		font-size: 12px;
		line-height: 18px;
	}

	a {
		font-size: 12px;
	}

	header .hdr-menu .s-link li .s-anchor {
		width: 24px;
		height: 24px;
		font-size: 14px;
	}

	header .hdr-menu .s-link li .s-anchor svg {
		width: 14px;
	}

	.link,
	button {
		padding: 6px 12px;
		font-size: 12px;
	}

	header .col-md-12 {}

	.top-header .col-md-6 {
		width: 100%;
	}

	.top-header .col-md-3 {
		display: none;
	}

	header .hdr-menu {
		padding: 0 0 20px;
	}

	ul.slider_grid li {
		flex: 0 0 100%;
	}

	ul.category_grid li {
		flex: 0 0 33.3333%;
		padding: 10px;
	}

	ul.category_grid {
		margin: 25px 0 10px;
	}

	.container-fluid {
		padding: 0;
	}

	.ebtaupc .col-md-3,
	.trending-populer .col-md-3 {
		width: 100%;
	}

	.populer_news .deepesh {
		margin-bottom: 30px;
	}

	.ebtaupc h4.heading span {
		max-width: 300px;
	}

	.main-video-section .col-md-8 .row .col-12.col-md-4 {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.main-video-section .col-md-8 .row .col-md-8 {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	footer .col-md-3:nth-child(2),
	footer .col-md-3:nth-child(3) {
		width: 50%;
	}

	footer .col-md-3:nth-child(4) {
		width: 100%;
		margin-top: 30px;
	}
	.trend_tab .tab-pane ul,
	#trending-topics ul {
        max-height: inherit;
        overflow-y: visible;
    }

    header .hdr-menu .col-md-12 {
        padding: 15px;
    }

    .trend_single .box a img,
    ul.slider_grid li .box img.banner,
    ul.slider_grid li .box .wp-post-image {
    	height: 300px;
    }

    section.section_category {
	    padding-bottom: 0;
	}

    ul.category_grid li {
    	flex: 0 0 50%;
    }

    .logo img {
        max-width: 200px;
    }
    .category-badge,
    .header-top-bar h6 {
    	display: -webkit-box;
    	-webkit-line-clamp: 1;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    }

    .heading, .trend_tab ul.nav {
    	text-align: center;
    }

    footer h4.heading.white,
    .trending-populer h4.heading {
	    text-align: left;
	}

	.trend_tab .tab-pane ul li .box .image img,
	#trending-topics ul li .box .image img {
        height: auto;
    }

    .ebtaupc h4.heading {
	    text-align: left;
	    padding-right: 90px;
	}

	body.page-template-activation-account-page .container.bg-danger {
	    border-left: 15px solid #fff;
	    border-right: 15px solid #fff;
	    border-radius: 0 !important;
	}
	.md_auth_page .d-grid {
	    grid-template-columns: repeat(2, 1fr) !important;
	}
	header .hdr-menu {
        padding: 0 !important;
    }
    .wp-block-buttons {
	    margin-bottom: 30px;
	}
	.page-id-30213 div#content {
	    width: 100%;
	}

	.main-third-parent .inner-third-parent,
	.page-id-30213 .post-slider-wrap .md_podcasts {
	    flex: 0 0 100% !important;
	}

	.main-third-parent .inner-third-parent .one_third,
	.main-third-parent .inner-third-parent .two_third {
	    width: 100%;
	}

	.page-id-30213 .post-slider-wrap {
	    flex-wrap: wrap;
	}

	.full-width .main-trade-md-box .trade-md-box {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.bg-tale.py-50.main-trade-md-box {
	    padding: 0 !important;
	}
	.bg-tale.py-50.main-trade-md-box {
	    padding: 0 !important;
	}

	.filter-mobile .search {
	    gap: 15px;
	    display: flex;
	    margin-bottom: 40px;
	}

	.filter-mobile .search input {
	    padding: 20px;
	}

	body.blog.wp-schema-pro-2\.7\.7 header.sticky-top {
	    border-bottom: 1px solid #fff0e8;
	}
}