<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Common Css*/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
body, html {
  height: 100%;
  width: 100%;
  font-size: 14px;
  background-image: linear-gradient(-90deg, #ddd, #ddd);
  font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
.section-padding {
  padding: 50px 0;
}

.section-button {
  text-decoration: none;
}
.section-button:hover {
  color: #fff;
}
.boxshadow{
  -webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
}
.section-title {
  text-align: center;
  margin-bottom: 20px;
}
.section-title h4 {
  color: #0BA047;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.section-title h4:before, .section-title h4::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  height: 2px;
  width: 100px;
  content: '';
  background-color: #0BA047;
  margin-left: -50px;
}
.section-title h4::after{
  bottom: -10px !important;
  width: 80px;
   margin-left: -40px;
  background-color: #AAD98F;
}
.text-right {
  text-align: right;
  margin-top: 55px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

.read-more {
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #000;
  background-image: linear-gradient(-90deg, #ddd, #fff);
  color: #000 !important;
  text-decoration: navajowhite;
  font-size: 16px;
}
.read-more:hover {
  color: #F00 !important;
  border: ;
  border-color: #c4161c;
}
.padding-top-0 {
  padding-top: 0 !important;
}
/*Common Css*/
/*Ads Css*/
.ads-1 {
  padding: 25px 0;
  text-align: center !important;
}
.ads-1 img {
  width: 100%;
  text-align: center !important;
}

.ads2 img {
  width: 100%;
  max-height: 230px;
}
.ads3 {
  text-align: center;
}
.ads3 img {
  margin-bottom: 21px;
}

.single-news-page .ads-1 {
  padding: 10px 0;
}
/*Ads Css*/
/*Latest NEws Css*/

.latest-news {
  /*! padding: 0 20px; */
  background-color: #fff;
  color: ;
  /*height: 433px;*/
  overflow: hidden;
}

.top-10-today {
  padding: 15px;
}
.latest-news {
  padding: 15px;
}
.latest-news h5 {
  background-color: #0BA047;
  padding: 6px 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.newsticker-jcarousellite {
  margin: 8px;
  text-align: justify;
}
.newsticker-jcarousellite ul li {
  width: 100% !important;
}
.newsticker-jcarousellite {
  height: 250px !important
}

.newsticker-jcarousellite .info h6 a {
  font-weight: 700;
  color: #0BA047 !important;
}
.newsticker-jcarousellite ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.latest-news ul li {
  height: auto !important;
}
.latest-news ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: navajowhite;
  padding: 3px 0;
  display: inline-block;
  color: #;
}
.latest-news ul li a:hover {
  color: #c4161c;
}
.sidebar-widget {
  padding: 14px 0px;
}
.nav-link {
  color: ;
  background-color: #EDEDED !important;
  width: 100%;
}
.nav-link.active {
  background-color: #2B4A9B !important;
  color: #fff !important;
}
.nav-item {
  width: 50%;
}

.all-news {
  padding: 5px;
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #2B4A9B;
  color: #fff;
  text-decoration: navajowhite;
}
.all-news:hover {
  color: #fff;
}
/*Latest NEws Css*/
/*Owl carusal NEws Css*/

.owl-prev ,.owl-next {
  position: absolute;
  top: 50%;
  height: ;
  font-size: ;
  height: 40px;
  width: 40px;
  z-index: 1;
  margin-top: -20px;
  left: 0;
}
.owl-prev:after, .owl-next:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.4;
}
.owl-prev span, .owl-next span {
  color: #fff;
  font-size: 50px;
  line-height: 0;
  padding-top: ;
  display: inline-block;
  padding-top: 10px;
}
.owl-next {
  left: auto;
  right: 0;
}
/*Owl carusal Css*/


/*Header Css*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#myHeader {
  z-index: 100;
}
#myHeader.sticky{
background-image: linear-gradient(-90deg, #ddd, #fff);
}
/*.sticky .site-logo {
  display: none;
}*/
.top-header {
  padding: 10px 0;
}
.section-button {
  padding: 8px 12px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  background-color: #c4161c;
  color: #fff;
  font-weight: 700;
}
.lang.section-button {
  margin-right: 20px;
  font-size: 10px;
}
.social-icon a {
  display: inline-block;
  padding: ;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #325194;
  color: #fff;
  padding-top: 2px;
  padding-left: 1px;
  margin-left: 8px;
}
.facebook {
  background-color: #1094F4 !important;
}
.twitter {
  background-color: #1DA1F2 !important;
}
.youtube {
  background-color: #c4161c !important;
}
.instagram {
  background-color: #F76B3F !important;
}
.whatsapp {
  background-color: #4BEC68 !important;
}


.m-header {
  /*padding: 10px 0;*/
  background-color: #c4161c;
}
.site-logo {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.primery-menus ul, .b-h-menu ul,
.mobile-menu ul{
  display: ;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primery-menus ul li, .b-h-menu ul li,
.mobile-menu ul li{
  display: inline-block;
}
.primery-menus ul li a, .b-h-menu ul li a, .mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 8px;
    display: inline-block;
    transition: 0.4s;
}
/*
.primery-menus ul li a, .b-h-menu ul li a,
.mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 16px;
  display: inline-block;
  transition: 0.4s;
}*/

.mobile-menu ul li a:hover, .primery-menus ul li a:hover, .b-h-menu ul li a:hover {
  background-color: #000000;
  color: #fff !important;
}
.section-button:hover {
  background-color: #000000;
}
.social-icon a:hover {
  color: ;
  background-color: #c4161c !important;
}
.footer-section {
  padding-top: 25px;
}
/*.primery-menus, .b-h-menu {
  text-align: right;
}*/
.site-logo img {
    /* position: absolute; */
    top: -55px;
    height: 80px;
    /* border: 1px solid #ddd; */
    /* left: 41px; */
    left: 0;
}

.b-h-menu ul li a {
  color: #c4161c;
}

.b-h-menu ul li a {
  color: #c4161c;
}
.b-header {
  padding: 10px 0;
}
.to-day span {
  color: #c4161c;
  font-weight: 700;
  font-size: 14px;
  text-align: ;
  padding-left: 10px;
}

.mobile-menu-triger {
  display: none;
  visibility: hidden;
}
.mobile-menu-triger-close {
  display: none;
  visibility: hidden;
}

.primery-menus ul, .mobile-menu ul{
  position: relative;
}
.primery-menus ul .dropdown, .mobile-menu ul .dropdown {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  display: none;
  left: 0;
  visibility: hidden;
}
.primery-menus ul .dropdown a, .mobile-menu ul .dropdown a {
  color: #000000;
   padding: 9px 9px;
transition: 0.2s;
font-size: 15px;
}
.primery-menus ul .dropdown a:hover, .mobile-menu ul .dropdown a:hover {
  color: #c4161c;
 
}
.primery-menus ul li:hover .dropdown, .mobile-menu ul li:hover .dropdown {
  display: block;
  visibility: visible;
}
.b-h-menu ul {
}
.b-h-menu a {
  padding: 5px 10px !important;
  font-size: 16px !important;
}
.to-day span {
  margin-top: 55px !important;
  display: inline-block;
}
/*Header Css*/
/*NEws Slider Block Css*/
.slider-wrap h5 {
  font-size: 25px;
}
.slide-block-title {
  background-color: #c4161c;
  padding: 7px 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 11px;
}
.slider-area {
  height: 300px !important;
}
.single-slider {
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.single-slider {
  position: relative;
  z-index: 1;
}
.single-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  /*background-color: #000;*/
  background: linear-gradient(184deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
  z-index: -1;
  opacity: 0.5;
}
.slider-wrap {
  position: absolute;
  bottom: 0;
  height: auto;
  padding: 10px;
  color: #fff;
  z-index: 1;
  width: 100%;
}
.slider-wrap:after {
  position: absolute;
  left: 0;
  t0: ;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: ;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.5;
}
.single-slider.on-slide h5 {
  font-size: 17px;
}
.single-slider.on-slide {
  height: 190px;
}

.thumb img {
  height: 100%;
  width: 100%;
}
.thumb {
  width: 130px;
  height: 88px;
  float: left;
}
.s-n-block:hover .thumb img{
  transform: scale(1.2);
}
.thumb {
  overflow: hidden;
  transition: 0.4s;
}
.thumb img {
  transition: 0.4s;
}
.post-title {
  padding-left: 140px;
}
.post-title h5 {
  font-size: 17spx;
  font-size: ;
  font-weight: ;
  padding: 6px 0;
  font-weight: 700;
}
a.s-n-block:hover .post-title h5 {
    color: #c4161c;
}
a.s-n-block, .s-n-block {
  height: 100px;
  margin-top: 11px;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  padding: 6px;
  border-radius: 5px;
}
.post-title h5 {
  color: #000;
}
.s-n-block {
  width: 100%;
}


.single-slider {
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.4s;
  background-size: 100%;
}
.single-slider:hover {
  background-size: 120%;
}
.single-slider:hover h5 {
  color: #c4161c;
}
/*NEws Slider Block  Css*/
/*NEws Slider Block style 2  Css*/

.s-n-block.style-2 {
  height: 97%;
}
.s-n-block.style-2 .thumb {
  width: 100%;
  height: 224px;
}
.s-n-block.style-2 .post-title {
  padding-left: 0;
  padding: 10px 10px;
  display: inline-block;
}
/*NEws Slider Block style 2  Css*/
/*Special Report Css*/

.single-s-report {
}
.s-report-inner {
  background-color: #545454;
  padding: 20px;
}
h4 {
}
.s-report-inner h4 {
  color: #fff;
  margin-bottom: 20px;
}
.single-s-report {
  display: inherit;
  height: 180px;
  position: relative;
  text-align: center;
  z-index: 1;
  border: 4px solid #fff;
  border-radius: 5px;
  background-size: cover;
}
.single-s-report:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.1;
}
h5 {
}
.single-s-report h5 {
  position: absolute;
  bottom: 0;
  text-decoration: ;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
}
.single-s-report h5:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  content: '';
  z-index: -1;
  opacity: 0.6;
}
/*Special Report Css*/
/*Single Page Css*/


.s-news-meta {
}
.single-news-page {
  padding: 10px;
  background-color: #fff;
  height: 100%;
}
.s-news-thum {
  width: 100% !important;
}
.s-news-meta {
  padding: 10px;
}
.s-news-title {
  padding: 0px 10px;
}
.s-news-meta span {
  font-size: 14px;
  /*font-weight: 700;*/
}
.social-share a {
  height: 40px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border-radius: ;
  padding-top: 4px;
  font-size: ;
  color: #fff;
}
.social-share a span {
  font-size: 22px;
}
.s-news-thum span {
  color: #999;
  padding: 10px;
  display: inline-block;
}
.single-news-page p {
  text-align: justify;
  font-size: 18px;
}
.news-slide-block-2.s-n-page {
  padding-bottom: 20px;
}
.s-news-title h2 {
  font-size: ;
  /*color: #999;*/
  padding-top: 19px;
  font-size: 30px;
}

.sidebar-widget .slide-block-title h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}
.slide-block-title h3{
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget .slide-block-title {
  padding: ;
  margin: 12px 0;
  margin-bottom: 0;
}
.s-news-thum img {
  width: 100%;
}
/*Single Page Css*/
/*Video &amp; Live Page Css*/

.s-videos-section {
  padding: 9px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.video-title h4 {
  font-size: 15px;
  padding-top: 7px;
  text-align: center;
}
.single-live {
  height: 98%;
}
/*Video &amp; Live Page Css*/

/*Footer section Css*/

.m-footer {
  background-color: #000;
  /*padding: 10px 0;*/
}
.top-footer {
  padding: 10px;
}
.b-footer {
  padding: 10px;
}
.footer-widget {
  padding: 10px;
  /*border: 1px solid #000;*/
  height: 100px;
  font-size: 13px;
}
/* .footer-widget.p-s { */
  /* margin-top: ; */
  /* padding-top: 34px; */
/* } */
.footer-widget p {
  font-weight: 700;
}
.copy-text {
  padding: 14px;
  text-align: center;
  background-color: #c4161c;
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
}
.footer-widget p {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 15px;
  text-align: left !important;
}
.footer-widget {
  text-align: center;
}
.footer-widget .social-icon a {
  border-radius: 0;
  margin-top: ;
  padding-top: 4px;
}
.footer-widget {
  border-radius: ;
  border-right: none !important; /*1px solid #ddd;*/
}

.apps a {
  display: inline-block;
  font-size: 28px;
  padding: 10px;
  line-height: 0;
}
.apps {
}
.apps {
  margin-bottom: 6px;
}
.android {
  color: #A4C639;
}
.iphone {
  color: #444444;
}
.windows {
  color: #00BCF2;
}
.apps a:hover {
  color: #F00;
}

.b-h-menu ul li a span img {
  height: 17px;
}
.b-h-menu ul li a span {
  display: inline-block;
  margin-right: 8px;
}

.latest-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.latest-news .newsticker-jcarousellite {
  overflow: auto;
  margin-right: 0;
  padding-right: 15px;
}
/* .ads-1.padding-top-0 { */
	/* display: none; */
/* } */

.post-title h5 {
	font-size: 15px !important;
}
.b-h-menu ul li a::hover span.iphone, .b-h-menu ul li a::hover span.android { color: #fff !important }
/*.footer-widget.p-s {
  border-left: 1px solid #ddd;
}*/

.footer-logo {
  text-align: center !important;
  width: 100%;
  display: inline-block;
}
.footer-logo img {
  height: 72px;  
 /* border: 1px solid #ddd;*/
  margin-bottom: 5px;
}

.footer-section {
  border-top: 10px solid #;
}
.footer-section {
  border-top: 4px solid #C4161C;
  margin-top: 33px;
  background-color: #f9f3f3;
}
/*footer sectioon Css*/

/*video page*/
.single-video {
  height: 175px;
  background-size: cover;
  background-position: center;
}

.single-video {
}
.single-video {
  position: relative;
  z-index: 1;
}
.single-video:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.3;
}
.single-video span {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 80px;
  margin-top: 21px;
  color: #FF0000;
}
.s-videos-section {
  display: inline-block;
  width: 100%;
    color: #000;
    text-decoration: none;
}
.content {
	margin-top: 20px;
}

.comment-title {
  border-bottom: 20px solid #C4161C;
  position: relative;
  text-align: left;
  padding-left: 10%;
  margin: 14px 0;
}
.comment-title h3 {
  position: absolute;
  top: 0;
}
.comment-title h4 {
  position: absolute;
  top: -12px;
  padding: 10px;
  top: ;
  background-color: #fff;
  left: 9%;
  /*! border: 1px solid #ddd; */
}
.comment-title {
}
/*video page*/
/*Print Page*/


.print {
  color: #fff;
  background-color: #C4161C;
  display: inline-block;
  width: 32px;
  height: 33px;
  text-align: center;
  /*! font-size: 20px; */
  border-radius: 50%;
  transition: 0.4s;
}
.print span {
  font-size: 17px;
  padding-top: 5px;
  display: inline-block;
}
.print:hover {
  color: #fff;
  transform: rotate(360deg);
}
.print-page img {
	width: 100%;
	margin-top: ;
}
.print-page p {
	margin-bottom: 0;
}
.s-n-block.style-2 .post-title {
	padding-bottom: 0;
}

.content img {
	/* width: 100% !important; */
	/* height: auto !important; */
	padding: 10px;
}
.mobile-menu{
	display: none;
}
.modal-dialog{
	max-width: 75% !important;
}

.modal-content {
  background-color: #2d2828;
}
#exampleModalLabel {
  color: #fff !important;
}
.modal-header {
  border-bottom: 0 !important;
}
/*Print Page*/
/*Video Icon Page*/
.single-video { 
  height: 175px;
  background-size: cover;
  background-position: center;
}

.single-video {
}
.single-video {
  position: relative;
  z-index: 1;
}
.single-video:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.3;
}
.single-video span {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 80px;
  margin-top: 21px;
  color: #FF0000;
}
.s-videos-section {
	display: inline-block;
	width: 100%;
    color: #000;
    text-decoration: none;
}
/*Video Icon Page*/

.side-bar-ads {
  position: fixed; 
  left: 0;
  z-index: 10000;
  max-width: 120px !important;
  top: 0;
}
.sidebar_ads-icon {
  position: absolute;
  bottom: 0;
  color: #C4161C;
  font-size: 20px;
  background-color: #ddd;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  left: 104%;
}

 
.side-bar-ads.right-sidebar {
  left: auto;
  right: 0;
  top :0;
}
.sidebar_ads-icon.right-side-ads-icon {
  left: auto;
  right: 100%;
}
.side-bar-ads.left-sidebar.hide {
  left: -120px;
}
.side-bar-ads.right-sidebar.hide {
  left: auto;
  right: -120px;
}</pre></body></html>