/*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); */


}
.bg-section {
	/* background: rgb(27,102,206); */
	background: radial-gradient(circle, rgba(27,102,206,1) 0%, rgba(28,101,204,1) 50%, rgba(31,61,115,1) 100%);
	font-family: 'SolaimanLipi', Arial, sans-serif !important;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
  background-size: cover;
}

.bg-section:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  opacity: 0.4;
}
.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;
}
.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: #0D2951 !important;
  border-color: #0D2951;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.news-slide-block .container-fluid, .news-slide-block-2 .container-fluid, .special-report .container-fluid, .header .container-fluid, .footer-2 .container-fluid {
  padding: 0 39px !important;
}
/*Common Css*/
/*Ads Css*/
.ads-1 {
  padding: 25px 0;
}
.ads-1 img {
  width: 100%;
}

.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;
  /*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: 14px; 
  color: #000;
  text-decoration: navajowhite;
  padding: 3px 0;
  display: inline-block;
}
.latest-news ul li a:hover {
  color: #0D2951;
}
.sidebar-widget {
  padding: 14px 0px;
}
.news-triker {
	padding-top: 0;
}
.nav-link {
  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: 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;
  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, .header{
background-image: linear-gradient(-90deg, #ddd, #fff);
}
/*.sticky .site-logo {
  display: none;
}*/
.top-header {
  padding: 5px 0;
}
.section-button {
  padding: 8px 12px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  background-color: #0D2951;
  color: #fff;
  font-weight: 700;
}
.lang.section-button {
  margin-right: 20px;
  font-size: 10px;
}
.social-icon a {
  display: inline-block;
  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: #0D2951 !important;
}
.instagram {
  background-color: #F76B3F !important;
}
.whatsapp {
  background-color: #4BEC68 !important;
}


.m-header {
  /*padding: 10px 0;*/
  background-color: #0D2951;
}
.site-logo {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.primery-menus ul, .b-h-menu ul,
.mobile-menu ul{
  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: 15px;
  padding: 10px 7px;
  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 {
  background-color: #0D2951 !important;
}
.footer-section {
  padding-top: 25px;
}
/*.primery-menus, .b-h-menu {
  text-align: right;
}*/
.site-logo img {
	position: absolute;
	top: -35px;
	height: 94px;
	/* border: 1px solid #ddd; */
	/* left: 41px; */
	left: 0;
}

.b-h-menu ul li a {
  color: #FFF !important;
}


.b-header {
  padding: 3px 0;
}
.to-day span {
  /* color: #0D2951; */
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  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: #0D2951;
 
}
.primery-menus ul li:hover .dropdown, .mobile-menu ul li:hover .dropdown {
  display: block;
  visibility: visible;
}

.b-h-menu a {
  padding: 5px 10px !important;
  font-size: 16px !important;
  color: #fff;
}
.to-day span {
  margin-top: 4px !important;
  display: inline-block;
}
/*Header Css*/
/*NEws Slider Block Css*/
.slider-wrap h5 {
  font-size: 25px;
}
.slide-block-title {
  background-color: #0D2951;  
  padding: 7px 20px;
   color: #fff;
   margin-bottom: 11px;
 /* font-weight: 700;
  
  /* background-color: transparent; */
  /* color: #0D2951; */
}
.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;
  top: 0;
  height: 100%;
  width: 100%;
  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: 13px;
  padding: 6px 0;
  font-weight: 700;
}
a.s-n-block:hover .post-title h5 { 
    color: #0D2951;
}
a.s-n-block, .s-n-block {
  height: 100px;
  margin-top: 11px;
  text-decoration: none;
  display: inline-block;
  background-color: #F6F6F6;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.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: #0D2951;
}

.slider-area:hover h5, .single-slider:hover h5 {
  color: #fff !important;
}
/*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: 175px;
}
.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*/

.s-report-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
}
.s-report-inner h4 {
  font-weight: 700;
  margin-bottom: 11px !important;
  background-color: transparent;
  color: #0D2951;
}
.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;
}

.single-s-report h5 {
  position: absolute;
  bottom: 0;
  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*/

.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;
  padding-top: 4px;
  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 {
  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, .s-report-inner h4{
  /* margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  border-bottom: 2px solid;
  padding-bottom: 10px; */
  font-size: 20px;
}
.sidebar-widget .slide-block-title {
  margin: 12px 0;
  margin-bottom: 0;
}
.s-news-thum img {
  width: 100%;
}
/*Single Page Css*/
/*Video & 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 & 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: #0D2951;
  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;
  padding-top: 4px;
}
.footer-widget {
  border-right: 1px solid #ddd;
}

.apps a {
  display: inline-block;
  font-size: 28px;
  padding: 10px;
  line-height: 0;
}

.apps {
  margin-bottom: 6px;
}
.android {
  color: #A4C639;
}
.iphone {
  color: #444444;
}
.windows {
  color: #00BCF2;
}
.apps a:hover {
  color: #0D2951;
}

.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: 13px !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: 121px;
  /* border: 1px solid #ddd; */
  margin-bottom: 19px;
}

.footer-section {
  border-top: 10px solid ;
}
.footer-section {
  border-top: 4px solid #0D2951;
  margin-top: 33px;
  background-color: #f9f3f3;
}
/*footer sectioon Css*/

/*video page*/
.single-video {
  height: 175px;
  background-size: cover;
  background-position: center;
}

.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: #F0D29510;
}
.s-videos-section {
  display: inline-block;
  width: 100%;
    color: #000;
    text-decoration: none;
}
.content {
	margin-top: 20px;
}

.comment-title {
  border-bottom: 20px solid #0D2951;
  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;
  background-color: #fff;
  left: 9%;
  /*! border: 1px solid #ddd; */
}

/*video page*/
/*Print Page*/


.print {
  color: #fff;
  background-color: #0D2951;
  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%;
}
.print-page p {
	margin-bottom: 0;
}
.s-n-block.style-2 .post-title {
	padding-bottom: 0;
}

.content img {
	width: 100% !important;
	height: auto !important;
}
.mobile-menu{
	display: none;
}

/*Print Page*/

/* videos Page */

.no-mar-pad {
  padding: 0;
  height: 100%;
}


.live-videos-section .ads2 img {
  height: 193px;
  border: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 16px;
}


.live-videos-wrap {
  padding: 20px 20px;
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 44px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 44px -16px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 44px -16px rgba(0,0,0,0.75);
}

.live-videos iframe {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
}

.live-videos {
  background-color: #000000;
}

.acme-news-ticker {
  overflow: hidden;
  position: relative;
  padding: 15px;
}
.acme-news-ticker-label {
  position: absolute;
  left: 0;
  background-color: #0D2951 !important;
  height: 100%;
  top: 0;
  padding: 17px;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}
.acme-news-ticker ul li a {
  font-size: 17px;
  color: #000;
  text-decoration: none;
  padding-right: 12px;
  transition: 0.4s;
}
.acme-news-ticker ul li a span {
  margin-right: 4px;
  color: #0D2951;
}
.acme-news-ticker ul li a:hover {
  color: #0D2951;
}

.acme-news-ticker {
  border: 1px solid #ddd;
  margin-top: 15px;
}

.no-mar-pad.pad-left {
  padding-left: 14px;
}
.no-mar-pad.pad-right {
  padding-right: 14px;
}
/* videos Page */
/* CTG Lead two page Page */

.ctg-lead .slider-area .single-slider {
  height: 370px !important;
}
.ctg-lead .single-slider.on-slide {
  height: 47%;
  margin-bottom: 14px;
}

.slide-block-title h3 a {
  color: #fff;
  text-decoration: none;
  /* color: #0D2951; */
  transition: 0.4s;
}
.slide-block-title h3 a:hover {
  color: #1560A5;
}
.padding-30 {
  margin-bottom: 30px;
}
.sticky .to-day span, .sticky .b-h-menu ul li a {
  color: #0D2951 !important;;
}
.header .to-day span, .header .b-h-menu ul li a {
  color: #0D2951 !important;;
}

.live-videos-section.section-padding {
  padding: 30px;
}
/* CTG Lead two page Page */
/* Footer 2 page Page */

.footer-top {
  /* background-color: #111111; */
  height: 100%;
  padding: 65px 15px;
}
.footer-top .footer-widget {
  height: auto;
  text-align: left;
  color: #ccc !important;
  border-right: 0 !important;
}
.footer-top .footer-widget img {
  height: 100px;
  margin-bottom: 14px;
}
.footer-top .footer-widget p {
  color: #ccc !important;
  font-size: 17px;
}
.footer-widget-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  font-size: 21px;
}

.single-sp-news {
  overflow: hidden;
  margin-bottom: 16px;
  display: inline-block; 
}
.single-sp-news .s-sp-n-img {
  width: 29%;
  float: left;
  height: 70px; 
  margin-right: 2%;
}
.s-sp-n-title {
  width: 69%;
  float: left;
}
.single-sp-news .s-sp-n-img img {
  height: 70px;
  width: 100%;
}
.s-sp-n-title h4 {
  font-size: 17px;
  font-weight: 700;
  color: #ccc;
  transition: 0.4s;
}
.single-sp-news:hover h4 {
  color: #fff;
}
.footer-2 .social-icon a {
  height: auto !important;
  width: auto !important;
  background-color: transparent !important;
  font-size: 35px;
  margin-left: 0;
  margin-right: 11px;
}

.footer-bottom2 {
  border-top: 1px solid #444;
  /* background-color: #111111; */
  padding: 14px 0;
  font-size: 12px;
  color: #ccc !important;
}
.footer-link {
  text-decoration: none;
  font-weight: 700;
  margin-left: 15px;
  color: #ccc !important;
}

.footer-2 {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.footer-top {
  position: relative;
  z-index: 1;
}
.footer-top:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient( 
-60deg
 , #0e1e62, #081e3f);
  z-index: -1;
  opacity: 0.7;
}
.b-h-menu ul li a:hover {
	color: #fff !important;
}
/* .footer-bottom2 {
  background-color: #000;
} */
/* Footer 2 page Page */
/* CTG Lead two page Page */
 