body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: 'Inter', sans-serif;}
.no_scroll {overflow: hidden !important; background-color: #fff;}
a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}

.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #4169e1; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #666;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: ' ';}

.clip_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_5 {-webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_8 {-webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

.news_heading {font-size: 24px; font-weight: 700;}

.nav_title, .mob_nav {display: none !important;}

/*/Logo/*/
.logo {height: 100%; width: max-content; overflow: hidden; display: grid; align-items: center; justify-content: start;}
.logo img {width: 200px; object-fit: contain;}

/*/Header/*/
header {background-color: hwb(0 5% 7%);}
header .top_head {display: flex; align-items: center;}
header .day_trendz {display: flex; align-items: center; width: 320px;}
header .day_trendz li a {display: block; cursor: default; padding: 10px 12px; font-size: 12px; color: #ddd; font-weight: 400;}
header .day_trendz li a i {position: relative; top: -1px;}
header .day_trendz li:last-child a {background-color: #b90005; color: #fff;}

header .trending_news {display: flex; align-items: center; padding: 5px 0; width: calc(100% - 500px);}
header .trending_news p {color: #fff; font-weight: 400;}
header .trending_news p .marq {position: relative; color: #fff;}
header .trending_news p .marq span {color: #ddd; margin-right: 6px;}
header .trending_news p .marq:not(.marq:last-child):after {content: "|"; margin-left: 9px; margin-right: 9px; color: rgb(17, 0, 255);}
header .trending_news p .marq:hover {color: hsl(248, 100%, 50%);}

header .connect_ul {display: flex; align-items: center; grid-gap: 2px; padding-left: 10px;}
header .connect_ul li a {display: block; padding: 10px; font-size: 13px; color: #ddd; font-weight: 400; white-space: nowrap; text-transform: capitalize;}

/*/Top Nav/*/
.top_nav {background-color: #fff; padding: 7px 0; border-bottom: 2px solid #eee;}
.top_nav .top_adv {width: 100%; text-align: right;}
.top_nav .top_adv img {width: 100%; object-fit: contain;}

/*/Navigation/*/
nav {background-color: #fff; position: sticky; top: 0; z-index: 999; border-bottom: 2px solid lch(24.91% 102.43 308.34);}
nav .row {position: relative;}
.menu_ul {display: flex; align-items: center; justify-content: space-between; width: 100%; background-color: hwb(249 0% 27%); min-width: max-content; /*opacity: 0; visibility: hidden;*/ transition: all 0.5s;}
.menu_ul:after {content: ""; width: 200%; height: 100%; left: -50%; top: 0; background-color: hwb(262 0% 27%); position: absolute; z-index: -1;}
.menu_ul li {display: block;}
.menu_ul li a {display: block; padding: 12px 15px; font-size: 14px; color: #fff;}

.menu_ul li .video_menu {position: absolute; left: 0; top: 100%; width: 100%; opacity: 0; visibility: hidden; display: grid; grid-template-columns: repeat(6,1fr); grid-gap: 15px; padding: 15px; background-color: #000; transition: all 0.5s;}
.menu_ul li .video_menu li a {display: block; height: 220px; padding: 0;}
.menu_ul li .video_menu li a img {height: 180px; width: 100%; object-fit: cover;}
.menu_ul li .video_menu li a h6 {font-size: 12px; margin-bottom: 0; padding-top: 10px; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*.menu_ul li:hover .sub_menu {opacity: 1; visibility: visible;}*/
.menu_ul li:hover .video_menu {opacity: 1; visibility: visible;}

.top_nav .menu_right {display: none;}

/*/Banner/*/
.banner_slide {position: relative; overflow: hidden; height: 415px; background-color: #eee;}
.banner_slide img {height: 100%; width: 100%; object-fit: cover;}

.owl-nav {position: absolute; z-index: 9; top: 50%; transform: translateY(-50%); left: 0; height: auto; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 10px;}
.owl-nav .owl-prev, .owl-nav .owl-next {color: #fff; border: 1px solid #fff; background-color: #00000014; padding: 3px 7px; transition: all 0.5s; border-radius: 2px;}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {background-color:hwb(243 0% 27%); border: 1px solid hwb(243 0% 27%);}


/*/Banner Side Category/*/
.category_banner {height: 470px; background-color: #fff; padding: 0;}
.category_heading {background-color:hwb(243 0% 27%); padding: 14px; color: #fff; display: flex; align-items: center; justify-content: space-between;}
.category_heading h5 {margin-bottom: 0; font-size: 18px;}
.category_heading a {font-size: 14px; color: #ddd;}
.category_heading a:hover {color: #fff;}

.category_content {background-color: #ddd; height: calc(100% - 50.5px); padding: 10px; display: flex; flex-wrap: wrap; grid-gap: 10px;}
.category_content div {height: calc((100% / 4) - 10px); width: 100%; background-color: #fff; position: relative;}
.category_content div img {height: 100%; width: 100%; object-fit: cover;}
.category_content div a {display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; color: #fff; font-weight: 500; text-align: center; display: grid; align-items: center; background-color: #00000070; font-size: 20px;}

/*//////////////AIBSKA-NEWS//////////////*/
.category_content::-webkit-scrollbar {width: 0; background: #ccc; transition: 0.5s;}
.category_content::-webkit-scrollbar,
.category_content::-webkit-scrollbar-thumb {overflow:visible;}
.category_content::-webkit-scrollbar-thumb {background: #999; border-radius:0}
/* MAGIC HAPPENS HERE */
.category_content:hover::-webkit-scrollbar {width: 0.4em;}


/*/Slider News/*/
.heading {background-color: #eee; padding: 14px; color: #fff; display: flex; align-items: center; justify-content: space-between;}
.heading h5 {font-size: 20px; margin-bottom: 0; color: #242424;}
.heading a {font-size: 14px; color: #444;}

.slide_news {height: 270px; overflow: hidden; position: relative; background-color: #000; display: block;}
.slide_news img {height: auto; width: 100%; object-fit: cover;}

/*/Overlay/*/
.overlay {position: absolute; bottom: 0; left: 0; width: 100%; height: auto; z-index: 99; background: #00000085; background: linear-gradient(186deg, #00000000 22%, #000000c9 81%); padding: 30px 15px 15px; display: block;}
.overlay span {display: block; font-size: 14px; margin-bottom: 5px; color: #fff; font-weight: 500; text-shadow: 1px 4px 5px #000;}
.overlay .headline {color: #fff; font-weight: 600; font-size: 24px; margin-bottom: 0;}

/*/Thumbs News/*/
.thumb_news {}
.thumb_news a {display: flex; align-items: center; grid-gap: 10px; padding: 15px 0; border-bottom: 1px solid #ddd;}
.thumb_news a .img_thumb {width: 90px; height: auto;}
.thumb_news a .img_thumb img {width: 100%; height: 100%; object-fit: cover;}
.thumb_news a .thumbnews_info {width: calc(100% - 110px); text-align: left;}
.thumb_news a .thumbnews_info h6 {color: hwb(243 0% 27%); font-size: 12px; font-weight: 600; margin-bottom: 2px;}
.thumb_news a .thumbnews_info p {color: #242424; font-size: 13px; font-weight: 600; margin-bottom: 0px;}
.thumb_news a .thumbnews_info span {font-size: 12px; color: #777; font-weight: 500;}


/*/Tags Ul/*/
.tags_ul {display: flex; flex-wrap: wrap; grid-gap: 10px;}
.tags_ul li a {font-size: 13px; color: #666; border: 1px solid #666; border-radius: 2px; padding: 4px 8px; display: block;}


/*/News Details/*/
.news_media {height: 400px; width: 100%; overflow: hidden; margin-bottom: 15px;}
.news_media img, .news_media iframe {height: 100%; width: 100%; object-fit: contain; object-position: left;}
.share_link {list-style: none; margin: 0; padding: 0; display: flex; align-items: center; grid-gap: 15px;}
.share_link li a {font-size: 14px; color: #222;}
.share_link li a i {font-size: 24px;}

/*/News List/*/
.news_list {display: grid; grid-gap: 35px;}
.news_box {display: flex; flex-wrap: wrap; align-items: center;}
.news_box .news_img {width: 200px; height: 150px; border-radius: 5px; overflow: hidden;}
.news_box .news_img img {height: 100%; width: 100%; object-fit: cover;}
.news_box .news_info {width: calc(100% - 200px); padding-left: 15px;}
.news_box .news_info h4 {color: #222; font-size: 18px; font-weight: 600;}
.news_box .news_info h4:hover {color: #1565c0;}

.social_div {}
.social_div .social_ul {justify-content: start;}
.social_div .social_ul li a {width: 60px; height: 60px; align-content: center; justify-items: center; grid-gap: 6px;}
.social_div .social_ul li a i {font-size: 20px;}
.social_div .social_ul li a span {font-size: 14px; line-height: 14px;}

/*/Contact Details/*/
.contact_box label {font-weight: bold; color: #777; margin-bottom: 5px; font-size: 14px;}
.contact_box input, .contact_box textarea {width: 100%; padding: 12px 15px; font-size: 14px; line-height: 1.42857143; border: 1px solid #ccc; color: #666;}

#loadCaptcha {background-color: #d6d6d6; position: relative;}
#loadCaptcha:after {content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: calc(100% - 50px);}
#loadCaptcha input {font-family: 'Special Elite', cursive; text-align: center; font-weight: 600; letter-spacing: 3px;}
.reload_icn {padding: 15px 20px; cursor: pointer;}

























/*/Footer/*/
footer .footer_top {padding: 50px 0; background-color: #242424;}
footer .footer_bottom {background-color: #111; padding: 25px 0;}
footer .footer_bottom .ex_ul {display: flex; align-items: center; grid-gap: 15px;}
footer .footer_bottom .ex_ul li a {font-size: 13px; color: #fff; display: block; padding-bottom: 2px;}


/*/Social Links/*/
.social_ul {display: flex; align-items: center; justify-content: end; grid-gap: 15px; height: 100%;}
.social_ul li a {font-size: 16px; color: #fff; display: grid; align-items: center; justify-content: center; height: 35px; width: 35px; border-radius: 3px; background-color: hwb(243 0% 27%);}

/*/Text Color/*/
.txt_red {color:hwb(243 0% 27%);}

/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}


/*........media-querries........*/
@media only screen and (max-width:991px) {
	header .top_head {justify-content: space-between;}
	header .day_trendz li:last-child, header .trending_news {display: none;}
	header .day_trendz {width: inherit; border-right: 1px solid #777;}
	header .connect_ul {padding-left: 0;}
	.menu_ul li .sub_menu li .video_menu {grid-template-columns: repeat(3,1fr);}
	.logo img {width: 135px;}
	.banner_slide {height: 350px;}
	.category_banner {height: auto;}
	.category_content {grid-gap: 5px; padding: 5px;}
	.category_content div {width: calc((100% / 2) - 2.5px); height: 50px;}
	footer .footer_top {padding: 30px 0 25px;}
	footer .footer_bottom {padding: 20px 0;}
}

@media only screen and (max-width:767px) {
	.logo img {width: 100px;}
	nav .menu_right, .top_adv {display: none;}
	.top_nav .menu_right {display: flex;}
	.top_nav {padding: 0; padding-top: 1px; position: sticky; top: 0; z-index: 999; border-bottom: none;}

	.menu {position: fixed; top: 0; left: -100%; height: 100vh; width: 78%; overflow-y: auto; transition: all 0.5s; background-color: #fff; display: block; z-index: 9999;}
	.menu_open {left: 0;}
	.menu_right li:last-child a {border-left: 1px solid #ddd;}
	.menu li {background-color: #fff;}
	.mob_nav .mob_ul li {background-color: transparent;}
	.menu li a {border-bottom: 1px solid #ddd; color: #333; text-transform: capitalize; font-size: 14px;}
	.menu li a i.fab {color: #fff;}
	.menu li a i.fa-angle-down {margin-right: 0; float: right; position: relative; top: 4px; transform: rotate(-90deg);}
	.nav_title {display: block !important;}
	.nav_title img {height: 70px;}
	.nav_title a {text-align: center;}

	.mob_nav {display: block !important; padding: 20px;}
	.mob_nav .mob_ul {display: flex; align-items: center; justify-content: space-around; background-color: #eee;}
	.mob_nav .mob_ul li a {display: block; font-size: 12px; text-align: center; padding: 15px 10px; text-transform: capitalize;}
	.mob_nav .social_ul li a {height: 20px; width: 20px; padding: 16px; font-size: 12px; border-radius: 50%;}
	.mob_nav .social_ul li a i {margin-right: 0; position: relative; bottom: 6.5px;}
	.nav_bg {position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: #00000057; z-index: 999; opacity: 0; visibility: hidden; transition: all 0.5s;}
	.nav_bg_open {opacity: 1; visibility: visible;}
	.category_content div a {font-size: 16px;}
	.overlay .headline {font-size: 17px;}

	/*.menu_ul li .sub_menu {position: relative; opacity: 1; visibility: visible; padding-left: 35px; display: block; background-color: #f4f4f4;}
	.menu_ul li .sub_menu li a {color: #222;}
	.menu_ul li .sub_menu li:last-child a {border-bottom: none;}
	.menu_ul li .sub_menu li .video_menu {display: none !important;}*/



	/****Modal****/
	.mobile_fix {width: 100% !important; height: 100vh;}
	.mobile_fix .modal_body {height: calc(100vh - 180px); overflow-y: auto;}
}
@media only screen and (max-width:576px) {
	header .connect_ul li:first-child {display: none;}
	header .day_trendz {border-right: none;}
	header .connect_ul li a {padding: 10px 7px;}
	header .day_trendz li a {padding: 10px 0;}
	.banner_slide {height: 280px;}
	.news_box .news_img {width: 100%; max-height: 240px;}
	.news_box .news_info {width: 100%; padding: 10px 0;}
	.news_box .news_info h4 {font-size: 16px;}
	
}

























