/**

	@package : Xeonic NewsPortal Style.css
	@author  : W3insider

*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.maateen.me/solaiman-lipi/font.css");

/**

	Layout

*/

html {
	scroll-behavior: smooth;
}

body {
	font-family: SolaimanLipi, Open Sans, sans-serif;
	margin: 0;
	font-size: 0.875rem;
	font-size-adjust: 0.55;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
}

/**

	Scrollbar

*/

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #f0f1f3;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 991px) {
	.header {
		text-align: center;
	}

	footer {
		text-align: center;
	}
}

/**

	Typography

*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

a {
	color: #2c7be5;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

a:not([href]),
a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

.news-view p {
	font-size: 15px !important;
	color: #222 !important;
}

.social a i {
	padding-bottom: 0.205rem;
}

small {
	font-weight: 400;
	font-size: 10px;
	color: #6c6c6c;
	margin-left: 1px;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #677986;
	text-align: left;
	caption-side: bottom;
}

/**

	Navigation

*/

.navbar {
	font-size: 17px;
	font-weight: 600;
	font-family: SolaimanLipi, Open Sans, sans-serif;
	font-size-adjust: 0.55;
	padding-top: 0rem;
	padding-bottom: 0rem;
	text-transform: uppercase;
	text-align: center;
}

.navbar-brand {
	padding: 0px;
}

.navbar .nav-link {
	padding: 0.8rem;
}

.navbar-toggler {
	background: #ff6bb5;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**

	Navigation Dropdown

*/

.dropdown-menu {
	background: #f4f5f7;
	transition: 0.3s;
	padding: 0px;
	transition: 0.3s;
}

.dropdown-menu .dropdown-item {
	color: #18181e;
	font-size: 15px;
	font-weight: 700 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0.3s;
}

.dropdown-menu {
	top: 104%;
}

.dropdown-menu .dropdown-item:hover {
	color: #fff;
	background: #74a99a;
	transition: 0.3s;
}

.dropdown:hover > .dropdown-menu {
	display: block;
	top: 100%;
	transition: 0.3s;
}

.custom .nav-item.active > .nav-link {
	background: #f69eca;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(23, 23, 23);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #fa4252;
}


.dropdown-menu {
	border-radius: 0px;
	border: 0px;
}

/**

	Navigation Search

*/

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 6px 0px rgba(19, 19, 19, 0.25);
}

.search_bar {
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	font-weight: 400;
}

.btn_search {
	border-radius: 5px;
	background: #f9f9f9;
	color: #fff;
	border: 0px;
	font-size: 13px;
}

.btn_search:hover {
	background: #626262;
	color: #fff;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.pages .link {
	font-size: 12px !important;
	padding: 5px;
}

/**

	News Box

*/

.news-box-w-sm {
	height: 4.3rem;
}

.news-box-w-sm img {
	height: 100%;
}

.news-box-w-sm h2 {
	font-size: 15px;
	padding-left: 7px;
	color: #3e3e3e;
	font-weight: 400;
	line-height: 1.5;
}

a:hover > .news-box-w-sm img {
	filter: saturate(0);
	transition: 0.5s;
}

a:hover > .news-box-w-sm h2 {
	color: #fa4252;

	transition: 0.5s;
}

.news-box-w.c-style-1 {
	height: 74px;
}

.news-box-w.c-style-2 {
	height: 6.4rem;
}

/**

	News Box On Mobile

*/

@media only screen and (max-width: 400px) {
	.news-box-w h2 {
		font-size: 14px !important;
		padding-left : 7px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}

@media screen and (min-width: 1366px) {
	.news-box .carousel-caption {
		left: 6%;
		bottom: -3%;
		text-align: left;
	}
}

@media screen and (min-width: 992px) {
	.news-box .carousel-caption {
		left: 6%;
		bottom: -3%;
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	.news-box .carousel-caption {
		left: 6%;
		bottom: -3%;
		text-align: left;
	}
}

@media (max-width: 991px) {
	.news-box-w {
		height: 6.6rem;
		background: #f6f6f6;
	}

	.news-box-w h2 {
		font-size: 18px;
		padding-left:7px;
		color: #3e3e3e;
		font-weight: 500;
	}

	.news-box-w-sm h2 {
		font-size: 16px;
		padding-left: 7px;
		color: #3e3e3e;
	}
}

.news-box-w {
	height: 4.59rem;
	background: #fff;
}

.news-box-w img {
	height: 100%;
	width: 115px;
}

.news-box-w h2 {
	font-size: 14px;
	padding-left:7px;
	color: #222;
	font-weight: 500;
	line-height: 1.6;
}

a:hover > .news-box-w img {
	filter: saturate(0);
	transition: 0.5s;
}

a:hover > .news-box-w h2 {
	color: #131313;
	transition: 0.5s;
}

/**

	News Image Overlay

*/

.news-box .carousel-caption {
	left: 6%;
	bottom: -2%;
	text-align: left;
}
.news-box .carousel-caption h3 {
	font-size: 18px;
	font-weight: 600;
}

.news-box .carousel-caption small {
	color: #f1f1f1;
}

.news-box .carousel-caption h3 {
	color: #fff;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.9);
}

a:hover > .news-box .carousel-caption {
	color: #fff;
	transition: 0.5s;
}

a:hover > .news-box .carousel-caption h3 {
	color: #fff;
	transition: 0.5s;
}

a:hover {
	text-decoration: none;
}

a:hover > .news-box img {
	filter: saturate(0);
	transition: 0.5s;
}

a:hover > .news-box h3 {
	color: #d82637;
	transition: 0.3s;
}

.news-box {
	overflow: hidden;
}

a {
	color: #444;
}

.news-box .news-title {
	padding-top: 0.8rem;
}

.news-box .news-content {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.news-box .news-title h3 {
	font-size: 20px;
	color: #222;
	line-height: 1.5;
}

.news-box .news-content p {
	font-size: 18px;
	color: #3e3e3e;
}

/**

	Latest Popular

*/

.latest-popular {
	background: #fbfbfb;
}

.latest-popular .nav-tabs .nav-link {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px !important;
}

.latest-popular .nav-tabs .nav-item {
	width: 50%;
	text-align: center;
}

.latest-popular .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
	background-color: #eaeaea;
	color: #777;
}

.latest-popular .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #fbfbfb;
}

.latest-popular .nav-tabs .nav-link {
	font-size: 16px;
	font-weight: 500;
	border-top: 1px solid #74a99a;
}

/**

	Breaking News

*/

.b_news {
	border-right: 15px solid #ff0018;
	border-left: 15px solid #ff0018;
	background: #444;
	float: left;
	height: 32px;
	padding: 0px 15px 0px 15px;
	font-size:25 !important;
	color: #fff;
	padding: 5px;
}

.b_text {
	overflow: hidden;
	padding: 5px;
	color: #222;
	background-color: #e8e8e8;
	z-index: 2000;
	height: 32px;
}

/**

	Footer

*/

.sticky-footer {
	height: 32px;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	z-index: 100;
}

marquee a {
	font-weight: 500;
}

marquee:hover {
	animation-play-state: paused;
}

marquee a:hover {
	color: #07108a;
}

@keyframes scrollLeft {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

footer ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a:focus,
a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:focus {
	outline: 0;
}

p {
	font-size: 13px;
	color: #515151;
	font-weight: 300;
}

h4 {
	font-family: Rubik, sans-serif;
	margin: 0;
	font-weight: 400;
	padding: 0;
	color: #fff;
}

a {
	color: #262626;
}
.no-padding {
	padding: 0 !important;
}

.footer-big {
	padding: 40px 0 40px 0;
}

.footer-big .footer-widget {
	margin-bottom: 40px;
}

.footer--light {
	background: #fff;
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
	color: #fff;
}

.footer-menu {
	padding-left: 48px;
}

.footer-menu ul li a {
	font-size: 15px;
	line-height: 32px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-menu ul li a:hover {
	color: #5867dd;
}

.footer-menu--1 {
	width: 100%;
}

.footer-widget-title {
	line-height: 42px;
	margin-bottom: 10px;
	font-size: 18px;
}

.mini-footer {
	background: #fff;
	padding: 15px 0 10px 0;
}

.mini-footer p {
	line-height: 1px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.mini-footer p a {
	color: #fff;
}

.mini-footer p a:hover {
	color: #efad2b;
}

.widget-about img {
	display: block;
	margin-bottom: 30px;
}

.widget-about p {
	font-weight: 400;
}

.widget-about .contact-details {
	margin: 15px 0 0 0;
}

.widget-about .contact-details li {
	margin-bottom: 5px;
}

.widget-about .contact-details li:last-child {
	margin-bottom: 0;
}

.widget-about .contact-details li span {
	padding-right: 0px;
}

.widget-about .contact-details li a {
	color: #5867dd;
}

@media (max-width: 991px) {
	.footer-menu {
		padding-left: 0;
	}
}

/**

	Buttons

*/

.btn-square {
	border-radius: 0px !important;
}

@media (max-width: 992px) {
	.navbar {
		z-index: 100;
	}

	.navbar-collapse {
		position: absolute;
		top: 65px;
		right: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 100%;
		transition: all 0.1s ease;
		display: block;
		z-index: 100;
	}
	.navbar-collapse.collapsing {
		height: auto !important;
		margin-right: 50%;
		transition: all 0.3s ease;
		display: block;
	}
	.navbar-collapse.show {
		right: 0;
		background: #ffb7db;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(215, 215, 215, 0.75);
		-moz-box-shadow: 0px 4px 5px 0px rgba(215, 215, 215, 0.75);
		box-shadow: 0px 4px 5px 0px rgba(215, 215, 215, 0.75);
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-top: 0;
		margin-bottom: 0px;
	}
	small {
		font-size: 10px;
	}
} 

@media (min-width: 992px) {

	.custom .nav-item.active > .nav-link {
		background: #d56ba0;
		color: #fff;
	}
}

/**

	Social Button

*/

.social.sticky-top {
	z-index: 0;
}

.btn-facebook {
	background: #3b5998 !important;
	color: #fff;
	padding-left: 5px !important;
}

.btn-twitter {
	background: #55acee !important;
	color: #fff;
}

.btn-instagram {
	background: #125688 !important;
	color: #fff;
}

.btn-pinterest {
	background: #cb2027 !important;
	color: #fff;
}

.social .btn:hover {
	background: #f1f1f1 !important;
	color: #222;
}


.corner{
	clip-path: polygon(0% 0%, 65% 0%, 100% 100%, 100% 100%, 0% 100%);
	padding:0.2rem !important;
	padding-left:7px !important;
}
.soft{
	background: #fff;
}

.btn{
	border:0px solid !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(87 87 87);
}




/*New Led Css*/

.lead-magazine-box,
.magazine-side-box,
.magazine-card{
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

.lead-magazine-box img{
    height:460px;
    object-fit:cover;
}

.magazine-side-box img{
    height:460px;
    object-fit:cover;
}

.magazine-card img{
    height:250px;
    object-fit:cover;
}

.lead-magazine-overlay,
.magazine-caption{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:20px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.9),
        rgba(0,0,0,.4),
        transparent
    );
}

.lead-magazine-overlay h3{
    color:#fff;
    font-size:34px;
    line-height:1.3;
    margin:0;
}

.magazine-caption h3{
    color:#fff;
    font-size:24px;
    line-height:1.4;
    margin:0;
}

.magazine-caption.small h3{
    font-size:20px;
}

@media(max-width:768px){

    .lead-magazine-box img,
    .magazine-side-box img{
        height:260px;
    }

    .magazine-card img{
        height:220px;
    }

    .lead-magazine-overlay h3{
        font-size:24px;
    }

    .magazine-caption h3{
        font-size:18px;
    }
}


/* Mobile Header Fix */
@media (max-width: 991px){

    .navbar{
        padding: 8px 0 !important;
    }

    .navbar .container{
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-wrap:nowrap;
    }

    .navbar-brand{
        margin-right:0 !important;
        padding:0;
        max-width:75%;
    }

    .navbar-brand img{
        height:50px !important;
        width:auto;
        max-width:100%;
    }

    .navbar-toggler{
        margin:0 !important;
        padding:6px 10px;
        flex-shrink:0;
    }

    .navbar-collapse{
        top:60px !important;
    }
}

.site-logo{
    height:65px;
    width:auto;
    display:block;
}

@media (max-width:991px){
    .site-logo{
        height:45px;
    }
} 

@media (max-width: 767px){

    .mobile-gap{
        margin-bottom:20px !important;
    }

}

@media screen and (max-width:991px){

    .mobile-gap{
        margin-bottom:55px !important;
        display:block !important;
    }

}









 
