	/*
		 Theme Name:  Madhesh Khabar
	Theme URI: https://khabarmadhesh.com/
	Author: ProTech Nepal	
	Author URI: https://protech.org.np/
	Description: 
	Version: 2.1.0
	Tags: News Portal Custom Powerfull theme.
	*/

	/* Table of Content
	==================================================
	1.    Typography
	2.    Global Styles
	3.    Top Bar
	4.    Header area
	5.    Slider
	6.    Features
	7.    Services
	8.   Content area
	9.   Testimonial
	10.   Subscribe area
	10.   News section
	12.   Footer
	13.   Sub Pages
	14.   Contact Us
	15.   News Listing
	16.   News Single
	17.   Sidebar
	18.   Error page

	*/
	/* =========================
// Fonts
============================ */
	@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
	@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");

	/* ==========================================
// Typography
============================================= */
	body {
	  background: #ffffff;
	  color: #000;
	  transition: margin-left .3s;
	}

	body,
	p {
	  font-family: "Ek Mukta", sans-serif;
	  line-height: 24px;
	  font-size: 14px;
	  text-rendering: optimizeLegibility;
	}


	.progress-bar {
	  height: 8px;
	  background: #fc640e;
	  width: 0%;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  color: #1c1c1c;
	  font-weight: 700;
	  font-family: "Ek Mukta", sans-serif;
	}

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

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

	h3 {
	  font-size: 24px;
	  margin-bottom: 10px;
	}

	h4 {
	  font-size: 18px;
	  line-height: 28px;
	}

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

	.alert .icon {
	  margin-right: 15px;
	}

	/*=============header_start================*/
	cat-title span::before {
	  position: absolute;
	  content: "";
	  left: -9px;
	  top: 0;
	  width: 4px;
	  height: 100%;
	  background: #09858d;
	  bottom: 0;
	  margin: auto;
	}

	.cat-title h2 {
	  margin: 0;
	  font-weight: 600;
	  border-bottom-width: 3px;
	  border-bottom-style: solid;
	  line-height: 0;
	  border-image: linear-gradient(to right, #003E6F, #993131, #003e6f, #003e6f, gold, #003e6f) 1;
	  border-image: -moz-linear-gradient(to right, #003E6F, #993131, #003e6f, #003e6f, gold, #003e6f) 1;
	  border-image: -webkit-linear-gradient(to right, #003E6F, #993131, #003e6f, #003e6f, gold, #003e6f) 1;
	}

	.uk-width-expand {
	  flex: 1;
	  min-width: 1px;
	}

	.cat-title h2 span a {
	  font: 300 20px sarala !important;
	  font-size: 26px;
	  color: #fff;
	  font-weight: 600 !important;
	}



	.cat-title span {
	  padding: 0 15px;
	  position: relative;
	  background: #09858d;
	  display: inline-block;
	  position: relative;
	  line-height: 0;
	  padding: 3px 10px;
	}

	* {
	  font-family: mukta, sans-serif;
	}

	.cat-title span::after {
	  position: absolute;
	  content: "";
	  right: -14px;
	  top: 0;
	  width: 0;
	  height: 0;
	  border-top: 33px solid transparent;
	  border-left: 14px solid #09858d;
	  border-bottom: 0 solid transparent;
	}

	/* ==================================================
// Global styles
================================================== */
	html {
	  overflow-x: hidden !important;
	  width: 100%;
	  height: 100%;
	  position: relative;
	}

	body {
	  border: 0;
	  margin: 0;
	  padding: 0;
	  font-family: 'Ek Mukta';
	}

	.body-inner {
	  position: relative;
	  overflow: hidden;
	}

	a:link,
	a:visited {
	  text-decoration: none;
	}

	a {
	  color: #333;
	  -webkit-transition: all ease .4s;
	  -o-transition: all ease .4s;
	  transition: all ease .4s;
	  font-weight: 500;
	}

	a:hover {
	  color: rgb(209, 5, 5);
	  text-decoration: none;
	}

	a.read-more {
	  color: #0e5dae;
	  font-weight: 700;
	  text-transform: uppercase;
	}

	a.read-more:hover {
	  color: #222;
	}

	section,
	.section-padding {
	  padding: 50px 0;
	  position: relative;
	}

	.no-padding {
	  padding: 0;
	}

	.p-top-0 {
	  padding-top: 0;
	}

	.p-bottom-0 {
	  padding-bottom: 0;
	}

	.m-top-0 {
	  margin-top: 0 !important;
	}

	.m-bottom-0 {
	  margin-bottom: 0;
	}

	.media>.pull-left {
	  margin-right: 20px;
	}

	img.banner {
	  display: inline-block;
	}

	.gap-10 {
	  clear: both;
	  height: 10px;
	}

	.gap-20 {
	  clear: both;
	  height: 20px;
	}

	.gap-30 {
	  clear: both;
	  height: 30px;
	}

	.gap-40 {
	  clear: both;
	  height: 40px;
	}

	.gap-50 {
	  clear: both;
	  height: 50px;
	}

	.gap-60 {
	  clear: both;
	  height: 60px;
	}

	.gap-70 {
	  clear: both;
	  height: 70px;
	}

	.gap-80 {
	  clear: both;
	  height: 80px;
	}

	.mrb-30 {
	  margin-bottom: 30px;
	}

	.mrb-80 {
	  margin-bottom: -80px;
	}

	.mrt-0 {
	  margin-top: 0 !important;
	}

	.pab {
	  padding-bottom: 0;
	}

	.mb-1 {
	  margin-bottom: 1px !important;
	}

	.mt-1 {
	  margin-top: 1px;
	}

	.mr-1 {
	  margin-right: 1px;
	}

	.ml-1 {
	  margin-left: 1px;
	}

	.mb-2 {
	  margin-bottom: 2px !important;
	}

	.mt-2 {
	  margin-top: 2px;
	}

	.mr-2 {
	  margin-right: 2px;
	}

	.ml-2 {
	  margin-left: 2px;
	}

	.mb-3 {
	  margin-bottom: 3px !important;
	}

	.mt-3 {
	  margin-top: 3px;
	}

	.mr-3 {
	  margin-right: 3px;
	}

	.ml-3 {
	  margin-left: 3px;
	}

	.mb-4 {
	  margin-bottom: 4px !important;
	}

	.mt-4 {
	  margin-top: 4px;
	}

	.mr-4 {
	  margin-right: 4px;
	}

	.ml-4 {
	  margin-left: 4px;
	}

	.mb-5 {
	  margin-bottom: 5px !important;
	}

	.mt-5 {
	  margin-top: 5px;
	}

	.mr-5 {
	  margin-right: 5px;
	}

	.ml-5 {
	  margin-left: 5px;
	}

	.mb-6 {
	  margin-bottom: 6px !important;
	}

	.mt-6 {
	  margin-top: 6px;
	}

	.mr-6 {
	  margin-right: 6px;
	}

	.ml-6 {
	  margin-left: 6px;
	}

	.mb-7 {
	  margin-bottom: 7px !important;
	}

	.mt-7 {
	  margin-top: 7px;
	}

	.mr-7 {
	  margin-right: 7px;
	}

	.ml-7 {
	  margin-left: 7px;
	}

	.mb-8 {
	  margin-bottom: 8px !important;
	}

	.mt-8 {
	  margin-top: 8px;
	}

	.mr-8 {
	  margin-right: 8px;
	}

	.ml-8 {
	  margin-left: 8px;
	}

	.mb-9 {
	  margin-bottom: 9px !important;
	}

	.mt-9 {
	  margin-top: 9px;
	}

	.mr-9 {
	  margin-right: 9px;
	}

	.ml-9 {
	  margin-left: 9px;
	}

	.mb-10 {
	  margin-bottom: 10px !important;
	}

	.mt-10 {
	  margin-top: 10px;
	}

	.mr-10 {
	  margin-right: 10px;
	}

	.ml-10 {
	  margin-left: 10px;
	}

	.mb-11 {
	  margin-bottom: 11px !important;
	}

	.mt-11 {
	  margin-top: 11px;
	}

	.mr-11 {
	  margin-right: 11px;
	}

	.ml-11 {
	  margin-left: 11px;
	}

	.mb-12 {
	  margin-bottom: 12px !important;
	}

	.mt-12 {
	  margin-top: 12px;
	}

	.mr-12 {
	  margin-right: 12px;
	}

	.ml-12 {
	  margin-left: 12px;
	}

	.mb-13 {
	  margin-bottom: 13px !important;
	}

	.mt-13 {
	  margin-top: 13px;
	}

	.mr-13 {
	  margin-right: 13px;
	}

	.ml-13 {
	  margin-left: 13px;
	}

	.mb-14 {
	  margin-bottom: 14px !important;
	}

	.mt-14 {
	  margin-top: 14px;
	}

	.mr-14 {
	  margin-right: 14px;
	}

	.ml-14 {
	  margin-left: 14px;
	}

	.mb-15 {
	  margin-bottom: 15px !important;
	}

	.mt-15 {
	  margin-top: 15px;
	}

	.mr-15 {
	  margin-right: 15px;
	}

	.ml-15 {
	  margin-left: 15px;
	}

	.mb-16 {
	  margin-bottom: 16px !important;
	}

	.mt-16 {
	  margin-top: 16px;
	}

	.mr-16 {
	  margin-right: 16px;
	}

	.ml-16 {
	  margin-left: 16px;
	}

	.mb-17 {
	  margin-bottom: 17px !important;
	}

	.mt-17 {
	  margin-top: 17px;
	}

	.mr-17 {
	  margin-right: 17px;
	}

	.ml-17 {
	  margin-left: 17px;
	}

	.mb-18 {
	  margin-bottom: 18px !important;
	}

	.mt-18 {
	  margin-top: 18px;
	}

	.mr-18 {
	  margin-right: 18px;
	}

	.ml-18 {
	  margin-left: 18px;
	}

	.mb-19 {
	  margin-bottom: 19px !important;
	}

	.mt-19 {
	  margin-top: 19px;
	}

	.mr-19 {
	  margin-right: 19px;
	}

	.ml-19 {
	  margin-left: 19px;
	}

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

	.mt-20 {
	  margin-top: 20px;
	}

	.mt-25 {
	  margin-top: 25px;
	}

	.mtb-20 {
	  margin: 20px 0;
	}

	.mr-20 {
	  margin-right: 20px;
	}

	.ml-20 {
	  margin-left: 20px;
	}

	@media (max-width: 991px) {
	  .res-margin {
	    margin-bottom: 15px;
	  }

	  .mb-1 {
	    margin-bottom: 0px;
	  }

	  .mr-1 {
	    margin-right: 0px;
	  }

	  .ml-1 {
	    margin-left: 0px;
	  }

	  .mb-2 {
	    margin-bottom: 0px;
	  }

	  .mr-2 {
	    margin-right: 0px;
	  }

	  .ml-2 {
	    margin-left: 0px;
	  }

	  .mb-3 {
	    margin-bottom: 0px;
	  }

	  .mr-3 {
	    margin-right: 0px;
	  }

	  .ml-3 {
	    margin-left: 0px;
	  }

	  .mb-4 {
	    margin-bottom: 0px;
	  }

	  .mr-4 {
	    margin-right: 0px;
	  }

	  .ml-4 {
	    margin-left: 0px;
	  }

	  .mb-5 {
	    margin-bottom: 0px;
	  }

	  .mr-5 {
	    margin-right: 0px;
	  }

	  .ml-5 {
	    margin-left: 0px;
	  }

	  .mb-6 {
	    margin-bottom: 0px;
	  }

	  .mr-6 {
	    margin-right: 0px;
	  }

	  .ml-6 {
	    margin-left: 0px;
	  }

	  .mb-7 {
	    margin-bottom: 0px;
	  }

	  .mr-7 {
	    margin-right: 0px;
	  }

	  .ml-7 {
	    margin-left: 0px;
	  }

	  .mb-8 {
	    margin-bottom: 0px;
	  }

	  .mr-8 {
	    margin-right: 0px;
	  }

	  .ml-8 {
	    margin-left: 0px;
	  }

	  .mb-9 {
	    margin-bottom: 0px;
	  }

	  .mr-9 {
	    margin-right: 0px;
	  }

	  .ml-9 {
	    margin-left: 0px;
	  }

	  .mb-10 {
	    margin-bottom: 0px;
	  }

	  .mr-10 {
	    margin-right: 0px;
	  }

	  .ml-10 {
	    margin-left: 0px;
	  }

	  .mb-11 {
	    margin-bottom: 0px;
	  }

	  .mr-11 {
	    margin-right: 0px;
	  }

	  .ml-11 {
	    margin-left: 0px;
	  }

	  .mb-12 {
	    margin-bottom: 0px;
	  }

	  .mr-12 {
	    margin-right: 0px;
	  }

	  .ml-12 {
	    margin-left: 0px;
	  }

	  .mb-13 {
	    margin-bottom: 0px;
	  }

	  .mr-13 {
	    margin-right: 0px;
	  }

	  .ml-13 {
	    margin-left: 0px;
	  }

	  .mb-14 {
	    margin-bottom: 0px;
	  }

	  .mr-14 {
	    margin-right: 0px;
	  }

	  .ml-14 {
	    margin-left: 0px;
	  }

	  .mb-15 {
	    margin-bottom: 0px;
	  }

	  .mr-15 {
	    margin-right: 0px;
	  }

	  .ml-15 {
	    margin-left: 0px;
	  }

	  .mb-16 {
	    margin-bottom: 0px;
	  }

	  .mr-16 {
	    margin-right: 0px;
	  }

	  .ml-16 {
	    margin-left: 0px;
	  }

	  .mb-17 {
	    margin-bottom: 0px;
	  }

	  .mr-17 {
	    margin-right: 0px;
	  }

	  .ml-17 {
	    margin-left: 0px;
	  }

	  .mb-18 {
	    margin-bottom: 0px;
	  }

	  .mr-18 {
	    margin-right: 0px;
	  }

	  .ml-18 {
	    margin-left: 0px;
	  }

	  .mb-19 {
	    margin-bottom: 0px;
	  }

	  .mr-19 {
	    margin-right: 0px;
	  }

	  .ml-19 {
	    margin-left: 0px;
	  }

	  .mb-20 {
	    margin-bottom: 0px;
	  }

	  .mr-20 {
	    margin-right: 0px;
	  }

	  .ml-20 {
	    margin-left: 0px;
	  }
	}

	.ts-gutter-10 {
	  margin-top: -5px !important;
	  margin-bottom: -5px !important;
	}

	.ts-gutter-10>div {
	  padding-top: 5px !important;
	  padding-bottom: 5px !important;
	}

	.ts-gutter-20 {
	  margin-top: -10px !important;
	  margin-bottom: -10px !important;
	}

	.ts-gutter-20>div {
	  padding-top: 10px !important;
	  padding-bottom: 10px !important;
	}

	.ts-gutter-30 {
	  margin-top: -15px !important;
	  margin-bottom: -15px !important;
	}

	.ts-gutter-30>div {
	  padding-top: 5px !important;
	  padding-bottom: 5px !important;
	}

	.ts-gutter-40 {
	  margin-top: -20px !important;
	  margin-bottom: -20px !important;
	}

	.ts-gutter-40>div {
	  padding-top: 20px !important;
	  padding-bottom: 20px !important;
	}

	.ts-gutter-50 {
	  margin-top: -25px !important;
	  margin-bottom: -25px !important;
	}

	.ts-gutter-50>div {
	  padding-top: 25px !important;
	  padding-bottom: 25px !important;
	}

	.ts-gutter-60 {
	  margin-top: -30px !important;
	  margin-bottom: -30px !important;
	}

	.ts-gutter-60>div {
	  padding-top: 30px !important;
	  padding-bottom: 30px !important;
	}

	a:focus {
	  outline: 0;
	}

	img.pull-left {
	  margin-right: 20px;
	  margin-bottom: 20px;
	}

	img.pull-right {
	  margin-left: 20px;
	  margin-bottom: 20px;
	}

	ol,
	ul {
	  margin-bottom: 20px;
	}

	.unstyled {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}

	.ts-padding {
	  padding: 60px;
	}

	.solid-bg {
	  background: #f9f9f9;
	}

	.bg-dark {
	  background: #222;
	}

	.border {
	  border: 1px solid #dee2e6 !important;
	}

	.solid-row {
	  background: #f0f0f0;
	}

	/* Dropcap */
	.dropcap {
	  font-size: 44px;
	  line-height: 50px;
	  float: left;
	  margin: 0 12px 0 0;
	  position: relative;
	  text-transform: uppercase;
	}

	/* Video responsive */
	.embed-responsive {
	  padding-bottom: 56.25%;
	  position: relative;
	  display: block;
	  height: 0;
	  overflow: hidden;
	}

	.embed-responsive iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: 0;
	}

	/* Input form */
	.form-control {
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: 1px solid #dadada;
	  padding: 5px 20px;
	  height: 40px;
	  background: none;
	  color: #959595;
	  font-size: 12px;
	  border-radius: 0;
	}

	.form-control:focus {
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: 1px solid #0e5dae;
	}

	.form-control.input-msg {
	  height: 50px;
	}

	hr {
	  background-color: #e7e7e7;
	  border: 0;
	  height: 1px;
	  margin: 40px 0;
	}

	/* blockquote */

	blockquote {
	  position: relative;
	  padding: 40px 30px 35px;
	  border: 0;
	  margin: 60px 0 40px;
	  font-size: 18px;
	  line-height: 1.8;
	  font-weight: 500;
	  text-align: center;
	  font-style: italic;
	  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	  border-radius: 15px;
	  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06);
	  border-left: 5px solid #007bff;
	  overflow: hidden;
	  transition: all 0.3s ease;
	}

	blockquote:hover {
	  transform: translateY(-5px);
	  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.1);
	}

	blockquote p {
	  font-size: 18px;
	  margin: 0;
	  color: #2c3e50;
	  position: relative;
	  z-index: 2;
	}

	blockquote::before {
	  position: absolute;
	  content: '\f10e';
	  font-family: "FontAwesome";
	  font-size: 24px;
	  padding: 10px 15px;
	  top: 15px;
	  right: 15px;
	  background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
	  color: white;
	  border-radius: 50%;
	  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.5);
	  z-index: 1;
	  opacity: 0.7;
	}

	blockquote::after {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
	  z-index: 1;
	}

	blockquote.pull-left {
	  padding: 35px 25px 30px 30px;
	  text-align: left;
	  border-left: 5px solid #28a745;
	  border-radius: 15px 0 0 15px;
	  margin-left: 0;
	}

	blockquote.pull-left::before {
	  right: 15px;
	  left: auto;
	  background: linear-gradient(135deg, #1e7e34 0%, #155724 100%);
	  opacity: 0.7;
	}

	blockquote.pull-left::after {
	  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
	}

	/* blockquote end */


	cite {
	  display: block;
	  font-size: 16px;
	  margin-top: 10px;
	  position: relative;
	  margin-left: 40px;
	  margin-right: 40px;
	  display: inline-block;
	  line-height: 24px;
	}

	cite::before,
	cite::after {
	  position: absolute;
	  top: 0;
	  width: 30px;
	  height: 1px;
	  background: #6c757d;
	  content: '';
	  bottom: 0;
	  margin: 10px 0 13px -40px;
	}

	cite::after {
	  left: auto;
	  right: 0;
	  margin: 10px -40px 13px 0px;
	}

	.thumb-fullwidth img {
	  width: 100%;
	}

	/* Button */
	.btn {
	  background: #0e5dae;
	  color: #fff;
	  padding: 10px 30px;
	}

	.btn:focus {
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  background-color: #0e5dae;
	}

	.btn:hover {
	  background: #000;
	  color: #fff;
	}

	.btn-primary,
	.btn-dark {
	  border: 0;
	  border-radius: 0;
	  padding: 12px 25px 10px;
	  font-weight: 700;
	  text-transform: uppercase;
	  color: #fff;
	  -webkit-transition: 350ms;
	  -o-transition: 350ms;
	  transition: 350ms;
	}

	.btn-white.btn-primary {
	  background: #fff;
	  color: #0e5dae;
	}

	.btn-primary {
	  background: #0e5dae;
	}

	.btn-dark {
	  background: #242427;
	}

	.btn-primary:hover,
	.btn-dark:hover,
	.btn-white.btn-primary:hover,
	.btn:foucs {
	  background: #272d33;
	  color: #fff;
	}

	.general-btn {
	  clear: both;
	  margin-top: 50px;
	}

	/* Ul, Ol */
	ul,
	li {
	  list-style: none;
	}

	.list-round,
	.list-arrow,
	.list-check {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}

	.list-round li {
	  line-height: 28px;
	}

	.list-round li:before {
	  font-family: "FontAwesome";
	  content: "\f138";
	  margin-right: 10px;
	  color: #0e5dae;
	  font-size: 12px;
	}

	ul.list-arrow {
	  padding: 0;
	}

	ul.list-arrow li:before {
	  font-family: "FontAwesome";
	  content: "\f105";
	  margin-right: 10px;
	  color: #0e5dae;
	  font-size: 16px;
	}

	ul.list-check li:before {
	  font-family: "FontAwesome";
	  content: "\f00c";
	  margin-right: 10px;
	  color: #0e5dae;
	  font-size: 14px;
	}

	/* Bootstrap */
	.nav-tabs>li>a.active,
	.nav-tabs>li>a.active:focus,
	.nav-tabs>li>a.active:hover,
	.nav-tabs>li>a:hover,
	.nav-tabs>li>a {
	  border: 0;
	  background: none;
	}

	.nav>li>a:focus,
	.nav>li>a:hover {
	  background: none;
	}

	a[href^=tel] {
	  color: inherit;
	  text-decoration: none;
	}

	/* ================================================
 // Common styles
 ================================================== */
	@media (min-width: 992px) {
	  .pad-0 {
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 0;
	    padding-bottom: 0;
	  }

	  .pad-r {
	    padding-right: 2px;
	  }

	  .pad-r-small {
	    padding-right: 1.5px;
	  }

	  .pad-r-0 {
	    padding-right: 0;
	  }

	  .pad-l {
	    padding-left: 2px;
	  }

	  .pad-l-small {
	    padding-left: 1.5px;
	  }

	  .pad-l-0 {
	    padding-left: 0;
	  }
	}

	.heading__ {
	  border-bottom: 1px solid #cccccc;
	  margin-bottom: 25px;
	}

	singe__post__right__sidebar::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: -2px;
	  bottom: 0;
	  border-left: 1px solid #e5e5e5;
	}

	.single__post__image {}

	.single__post__image img {
	  width: 100%;
	}

	.photo__caption {
	  text-align: center;
	  background: rgba(0, 0, 0, 0.57);
	  bottom: 20px;
	  position: absolute;
	  padding: 7px 20px;
	  width: 100%;
	  color: #ffffff;
	  font-style: italic;
	}

	.photo__caption:before {
	  font-family: fontAwesome;
	  content: "\f03e";
	  margin-right: 10px;
	  vertical-align: baseline;
	  font-style: normal;
	}

	/*-- Block title --*/
	.block-title {
	  position: relative;
	  background: #ebf5f6;
	  letter-spacing: .64px;
	  color: #0e5dae;
	  line-height: 25px;
	  font-weight: 800;
	  font-size: 22px;
	  text-transform: uppercase;
	  margin-bottom: 20px;
	  padding: 12px;
	  /* border-bottom: 1px solid #ddd; */
	}

	.lekh_title {
	  margin-bottom: 10px;
	  font-size: 22px;
	  font-weight: bold;
	  background: #ddd;
	  margin-top: 20px;
	  border-left: 25px solid #1179c1;
	}

	.lekh_title a {
	  text-align: center;
	  display: block;
	  padding: 15px 0 12px;
	}

	.lekh_title a span {
	  background: #ffffff;
	  padding: 4px 20px;
	  font-size: 27px;
	  color: #7f0000;
	  top: 2px;
	}

	.white_title {
	  margin: 20px 0;
	}

	.white_title a span {
	  color: #ffffff;
	  font-size: 30px;
	  font-weight: bold;
	}

	.post__tag {
	  display: inline-block;
	  background: red;
	  color: #FFF;
	  font-size: 18px;
	  font-weight: 700;
	  margin: 20px 5px 10px;
	  padding: 1px 18px;
	}

	.post-subtitle {
	  font-size: 20px;
	  font-style: italic;
	  line-height: 180%;
	  font-weight: 300;
	  color: rgba(0, 0, 0, .5);
	  position: relative;
	  margin: -15px 0px 0px;
	}

	.post__divider_line {
	  border-bottom: 1px solid #CCC;
	}

	/*
.block-title .title-angle-shap {
  display: inline-block;
  padding: 0 0 0 5px;
  position: relative;
}
*/
	.dotted-post {
	  position: relative;
	  padding: 10px 15px 0px 15px;
	  padding-left: calc(1.5em + 10px);
	  text-align: left ! important;

	}

	.dotted-post:before {
	  content: "";
	  position: absolute;
	  top: 15px;
	  left: 8px;
	  width: 1.5em;
	  height: 1.5em;
	  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  display: block;
	}

	.block-title .title-angle-shap {
	  position: relative;
	  display: inline-block;
	  padding: 11px 40px;
	  top: 0px;
	  background: #09858d;
	  color: #FFF;
	  margin: -11px;
	  border-right: 5px solid #ffffff;
	  /* line-height: 47px; */
	}

	.block-title .title-angle-shap.blue {
	  background: #09858d;
	}

	.block-title .title-angle-shap.green {
	  background: #09858d;
	}

	.block-title .title-angle-shap::after,
	.block-title .title-angle-shap::before {
	  /*
  position: absolute;
  top: 0;
  content: '';
  background: #e11b22;
  left: 0;
  */
	}

	.block-title .title-angle-shap::before {
	  width: 3px;
	  height: 12px;
	}

	.block-title .title-angle-shap::after {
	  width: 12px;
	  height: 3px;
	}

	.text-light .block-title .title-angle-shap {
	  color: #fff;
	}

	.text-light .block-title .title-angle-shap::after,
	.text-light .block-title .title-angle-shap::before {
	  background: #fff;
	}

	.block-title-bright {
	  background: transparent;
	  color: #fff;
	}

	.block-title-dark {
	  color: #000;
	}

	.block-title-dark .title-angle-shap::after,
	.block-title-dark .title-angle-shap::before {
	  background: #000;
	}

	.block-title-light {
	  color: #fff;
	}

	.block-title-light .title-angle-shap::after,
	.block-title-light .title-angle-shap::before {
	  background: #fff;
	}

	.block-title-tech {
	  color: #09858d;
	}

	.block-title-tech .title-angle-shap::after,
	.block-title-tech .title-angle-shap::before {
	  background: #09858d;
	}

	h1.video__headline {
	  background: #6c757d ! important;
	  font-size: 1.5rem;
	  line-height: 1.4;
	  padding: 20px 0;
	}

	h1.video__headline a {
	  color: #FFF !important;
	  font-weight: 700;
	}

	/* Post title */
	.post-title {

	  /*
	font-size: 18px;
	line-height: 24px;
	margin: 12px 0 10px;
	font-weight: 600;
	*/
	  font-size: 20px;
	  font-weight: 600;
	  color: rgba(0, 0, 0, .7);
	  line-height: 130% !important;
	  transition: all .3s ease;
	}

	.post-title a {
	  color: #333;
	  font-weight: 700 !important;
	}

	.post-title a:hover {
	  color: #d31021;
	}

	.text-light .post-title a {
	  color: #fff;
	}

	.text-light .post-title a:hover {
	  color: #09858d;
	}

	.post-title.title-xl {
	  font-size: 60px;
	  font-weight: 700;
	  line-height: 45px;
	  margin-top: 15px;
	  margin-bottom: 10px;
	}

	.post-title.title-lg {
	  font-size: 30px;
	  line-height: 40px;
	  margin-top: 15px;
	  margin-bottom: 10px;
	  font-weight: 500;
	}

	.post-title.title-large {
	  font-size: 50px;
	  color: #fff;
	  line-height: 70px;
	  margin-top: 15px;
	  margin-bottom: 10px;
	  font-weight: 600;
	}

	.post-title.title-md {
	  font-size: 22px;
	  line-height: 30px;
	  margin-top: 15px;
	  margin-bottom: 15px;
	  font-weight: 500;
	}

	.post-title.title-md-ok {
	  font-size: 25px;
	  line-height: 30px;
	  margin-top: 15px;
	  margin-bottom: 15px;
	  font-weight: bolder;
	}

	.post-title.title-sm {
	  font-size: 16px;
	  line-height: 20px;
	  margin-top: 15px;
	  margin-bottom: 5px;
	}

	.post-title.title-ok {
	  font-size: 18px;
	  line-height: 20px;
	  margin-top: 15px;
	  margin-bottom: 5px;
	  font-weight: 500;
	}

	.grid-category .post-cat:not(:first-child) {
	  margin-left: 3px;
	}

	.post-cat {
	  position: relative;
	  font-size: 10px;
	  padding: 0 10px;
	  background: #1c1c1c;
	  text-transform: uppercase;
	  font-weight: 700;
	  color: #fff;
	  height: 20px;
	  line-height: 20px;
	  display: inline-block;
	  border-radius: 5px;
	}

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

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

	.post-meta ul {
	  padding: 0;
	  margin-bottom: 0;
	}

	.post-meta li {
	  font-size: 12px;
	  display: inline-block;
	  color: #fff;
	  font-weight: 400;
	  margin-right: 24px;
	}

	.post-meta li a {
	  color: inherit;
	}

	.post-meta li a .icon,
	.post-meta li a .fa {
	  margin-right: 5px;
	}

	.post-meta li a.view .icon {
	  color: #09858d;
	}

	.post-meta .post-author a {
	  color: #999999;
	  font-weight: 700;
	}

	.post-meta .post-author a:hover {
	  color: #09858d;
	}

	.post-meta .post-author img {
	  width: 45px;
	  height: 45px;
	  border-radius: 50%;
	}

	.post-meta span {
	  font-size: 12px;
	  color: #a3a3a3;
	  margin-right: 8px;
	  padding-right: 10px;
	  line-height: 12px;
	  display: inline-block;
	}

	.post-meta span.post-date {
	  border-right: 0;
	}

	.post-meta span.post-date i {
	  color: red;
	  padding-right: 5px;
	}

	span.post-comment {
	  border-right: 0;
	  line-height: 24px;
	  margin-right: 0;
	  padding-right: 0;
	}

	span.post-comment span {
	  border-right: 0;
	  line-height: 100%;
	}

	span.post-comment span i {
	  margin-right: 5px;
	}

	/* Category Color */
	.food {
	  background: #bc8a61;
	}

	.food-color {
	  background: transparent;
	  color: #bc8a61;
	}

	.food-color:hover {
	  color: #bc8a61;
	}

	.fashion {
	  background: #da1793;
	}

	.fashion-color {
	  background: transparent;
	  color: #da1793;
	}

	.fashion-color:hover {
	  color: #da1793;
	}

	.lifestyle {
	  background: #ea8f00;
	}

	.lifestyle-color {
	  background: transparent;
	  color: #ea8f00;
	}

	.lifestyle-color:hover {
	  color: #ea8f00;
	}

	.health {
	  background: #6741dc;
	}

	.health-color {
	  background: transparent;
	  color: #6741dc;
	}

	.health-color:hover {
	  color: #6741dc;
	}

	.sports {
	  background: #4ca80b;
	}

	.sports-color {
	  background: transparent;
	  color: #4ca80b;
	}

	.sports-color:hover {
	  color: #4ca80b;
	}

	.tech {
	  background: #007bff;
	}

	.tech-color {
	  background: transparent;
	  color: #007bff;
	}

	.tech-color:hover {
	  color: #007bff;
	}

	.travel {
	  background: #f3670a;
	}

	.travel-color {
	  background: transparent;
	  color: #f3670a;
	}

	.travel-color:hover {
	  color: #f3670a;
	}

	.video-icon {
	  text-align: center;
	  color: #fff;
	  font-size: 20px;
	  z-index: 1;
	  position: absolute;
	  left: 0;
	  width: 50px;
	  height: 50px;
	  display: inline-block;
	  margin: 0 auto;
	  border-radius: 100%;
	  border: 5px solid #fff;
	  right: 0;
	  /* top: -430px; */
	  /* top: 0; */
	  bottom: 300px;
	  margin: auto;
	  padding: 8px 8px;
	}

	.image-link {
	  display: block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  z-index: 1;
	}

	.owl-carousel .owl-dots {
	  position: absolute;
	  left: 50px;
	  top: 50%;
	  padding: 0;
	  text-align: left;
	  width: 20px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}

	.owl-carousel .owl-dots .owl-dot {
	  display: inline-block;
	  position: relative;
	  vertical-align: middle;
	}

	.owl-carousel .owl-dots .owl-dot span {
	  border-radius: 50%;
	  background: #d3d3d3;
	  display: inline-block;
	  text-align: center;
	  -webkit-transition: all ease .5s;
	  -o-transition: all ease .5s;
	  transition: all ease .5s;
	}

	.owl-carousel .owl-dots .owl-dot.active span {
	  background: #0e5dae;
	  border-color: #0e5dae;
	  height: 20px;
	  border-radius: 10px;
	}

	.owl-carousel.dot-style2 .owl-dots {
	  padding: 0;
	  position: absolute;
	  right: 0;
	  top: -30px;
	  display: inline-block;
	  text-align: right;
	  width: 100%;
	  left: auto;
	}

	.owl-carousel.dot-style2 .owl-dots .owl-dot span {
	  width: 7px;
	  height: 7px;
	  margin: 5px 5px;
	}

	.owl-carousel.dot-style2 .owl-dots .owl-dot.active span {
	  width: 20px;
	}

	.owl-carousel .owl-nav i {
	  font-size: 20px;
	  color: #fff;
	}

	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
	  width: 50px;
	  height: 50px;
	  line-height: 54px;
	  -webkit-transition: all ease 500ms;
	  -o-transition: all ease 500ms;
	  transition: all ease 500ms;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  top: 50%;
	  position: absolute;
	  background: #0e5dae;
	  text-align: center;
	  border-radius: 50%;
	  opacity: 0;
	}

	.owl-carousel .owl-nav .owl-prev {
	  background: #0e5dae;
	  left: -25px;
	  right: auto;
	}

	.owl-carousel .owl-nav .owl-next {
	  right: -25px;
	}

	@media (min-width: 1200px) {
	  .owl-carousel.h2-feature-slider .owl-dots {
	    top: 35%;
	  }
	}

	.grid-cat {
	  position: absolute;
	  bottom: 15px;
	  left: 15px;
	}

	.load-more-btn {
	  position: relative;
	}

	.load-more-btn::after {
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  background: #eaeaea;
	  height: 1px;
	  content: '';
	  margin: auto;
	}

	.load-more-btn .btn {
	  padding: 10px 55px;
	  background: #fff;
	  border: 1px solid #eaeaea;
	  cursor: pointer;
	  font-weight: 700;
	  position: relative;
	  -webkit-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  z-index: 1;
	  color: #000;
	}

	.load-more-btn .btn:hover {
	  color: #0e5dae;
	}

	.ts-social-list {
	  padding: 0;
	}

	.ts-social-list li {
	  display: inline-block;
	  width: 49%;
	  margin-bottom: 5px;
	}

	.ts-social-list li.ts-facebook a .tsicon {
	  background: #3b5998;
	}

	.ts-social-list li.ts-twitter a .tsicon {
	  background: #1da1f2;
	}

	.ts-social-list li.ts-youtube a .tsicon {
	  background: #ff0000;
	}

	.ts-social-list li.ts-rss a .tsicon {
	  background: #f26522;
	}

	.ts-social-list li.ts-vk a .tsicon {
	  background: #1ab7ea;
	}

	.ts-social-list li.ts-linkedin a .tsicon {
	  background: #0077b5;
	}

	.ts-social-list a {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  padding: 10px;
	  border: 1px solid #eaeaea;
	  border-radius: 5px;
	}

	.ts-social-list a .count {
	  font-size: 13px;
	  color: #222;
	}

	.ts-social-list a .count span {
	  display: block;
	  line-height: .8;
	}

	.ts-social-list .tsicon {
	  font-size: 14px;
	  width: 30px;
	  height: 30px;
	  display: inline-block;
	  text-align: center;
	  color: #fff;
	  border-radius: 4px;
	  padding: 9px 0;
	  background: #000;
	  margin-right: 20px;
	}

	.ts-social-list.style2 li a {
	  background: #3b5998;
	  color: #fff;
	}

	.ts-social-list.style2 li a .tsicon {
	  background: rgba(55, 55, 55, 0.3);
	}

	.ts-social-list.style2 li a .count {
	  color: #fff;
	}

	.ts-social-list.style2 li.ts-facebook a {
	  background: #3b5998;
	}

	.ts-social-list.style2 li.ts-twitter a {
	  background: #1da1f2;
	}

	.ts-social-list.style2 li.ts-youtube a {
	  background: #ff0000;
	}

	.ts-social-list.style2 li.ts-rss a {
	  background: #f26522;
	}

	.ts-social {
	  padding: 0;
	}

	.ts-social li {
	  display: inline-block;
	}

	.ts-social li a {
	  width: auto;
	  height: auto;
	  padding: 0;
	  background: transparent;
	  color: #fff;
	  font-size: 22px;
	  margin: 0 35px 0 0;
	}

	.ts-social li a:hover {
	  color: #0e5dae;
	}

	/* social media */



	/* back to top */
	.backto {
	  position: fixed;
	  right: 55px;
	  bottom: 15px;
	  z-index: 10;
	  background: linear-gradient(135deg, #ff6600 0%, #ff8533 50%, #ff6600 100%);
	  border: none;
	  color: #fff;
	  cursor: pointer;
	  height: 55px;
	  border-radius: 16px;
	  text-align: center;
	  width: 55px;
	  display: block;
	  padding: 0;
	  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	  margin-left: auto;
	  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.4);
	  overflow: hidden;
	  animation: float 3s ease-in-out infinite;
	}

	.backto::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: -100%;
	  width: 100%;
	  height: 100%;
	  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	  transition: left 0.6s;
	}

	.backto a {
	  color: #fff;
	  font-size: 22px;
	  font-weight: 700;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100%;
	  position: relative;
	  z-index: 2;
	  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}

	.backto .icon {
	  font-family: "iconfont" !important;
	  font-style: normal;
	  font-weight: 400;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  animation: bounce 2s ease-in-out infinite;
	}

	.backto:hover {
	  background: linear-gradient(135deg, #e55a00 0%, #ff6600 50%, #e55a00 100%);
	  transform: translateY(-4px) scale(1.05);
	  box-shadow: 0 12px 35px rgba(255, 102, 0, 0.6);
	  text-decoration: none;
	  border-radius: 20px;
	}

	.backto:hover::before {
	  left: 100%;
	}

	.backto:active {
	  transform: translateY(-2px) scale(0.98);
	  transition: all 0.1s;
	}

	/* Animations */
	@keyframes float {

	  0%,
	  100% {
	    transform: translateY(0px);
	  }

	  50% {
	    transform: translateY(-8px);
	  }
	}

	@keyframes bounce {

	  0%,
	  20%,
	  50%,
	  80%,
	  100% {
	    transform: translateY(0);
	  }

	  40% {
	    transform: translateY(-8px);
	  }

	  60% {
	    transform: translateY(-4px);
	  }
	}

	/* Pulse effect for attention */
	.backto::after {
	  content: '';
	  position: absolute;
	  top: -2px;
	  left: -2px;
	  right: -2px;
	  bottom: -2px;
	  background: linear-gradient(45deg, #ff6600, #ff8533, #ff6600);
	  border-radius: 18px;
	  z-index: -1;
	  opacity: 0;
	  animation: pulse 2s ease-in-out infinite;
	}

	@keyframes pulse {
	  0% {
	    opacity: 0;
	    transform: scale(1);
	  }

	  50% {
	    opacity: 0.7;
	    transform: scale(1.05);
	  }

	  100% {
	    opacity: 0;
	    transform: scale(1);
	  }
	}

	/* back to end here */



	.breadcrumb {
	  background: transparent;
	  padding: 25px 0 25px;
	  margin-bottom: 0;
	}

	.breadcrumb li {
	  padding-right: 10px;
	  color: #777;
	}

	.breadcrumb li a {
	  padding: 0 9px;
	  color: inherit;
	}

	.breadcrumb li a:hover {
	  color: #0e5dae;
	}

	.breadcrumb li:last-child i {
	  padding-right: 10px;
	}

	.ts-pagination {
	  padding: 0;
	  margin-top: 20px;
	}

	.ts-pagination li {
	  display: inline-block;
	}

	.ts-pagination li span,
	.ts-pagination li a {
	  background: #0e5dae;
	  padding: 0px 15px;
	  color: #FFF;
	  font-size: 18px;
	  font-weight: 700;
	  border-radius: 50px;
	  -webkit-transition: all ease .3s;
	  -o-transition: all ease .3s;
	  transition: all ease .3s;
	}

	.ts-pagination li span,
	.ts-pagination li a:hover {
	  background: #0e5dae;

	}

	.ts-pagination li span.current {
	  color: #fff;
	  background: #0e5dae;
	  -webkit-box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
	  box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
	}

	/* ===================
// 404 page
======================*/
	.error-page .error-code h2 {
	  display: block;
	  font-size: 200px;
	  line-height: 200px;
	  color: #303030;
	  margin-bottom: 20px;
	}

	/* Header */
	/* TOP Header
================================================== */
	.top__header {
	  padding: 6px 0 5px;
	  margin: 0;
	  height: 40px;
	  background-color: #09858d;
	  color: #FFFFFF;
	}

	.top__header ul li {
	  display: inline-block;
	  border-right: 1px solid #fff;
	  list-style-type: none;
	  padding-right: 10px;
	  margin-right: 10px;
	  font-size: 14px;
	  line-height: 18px;
	  font-weight: 400;
	  color: #fff;
	}

	.top__header ul li a {
	  color: #fff;
	}

	.top__header ul li:last-child {
	  border-right: none;
	  padding-right: 0px;
	  margin-right: 0px;
	}

	.top__header ul.top__ul {
	  display: block;
	  padding: 0;
	}

	.top__header ul.top__ul li {
	  display: inline-block;
	  padding-right: 15px;
	}

	.top__header .top__ul ul li a {
	  color: #FFFFFF;
	}

	.top__header .social__icons a {
	  color: #FFF;
	  fill: #FFF;
	  padding-right: 10px;
	}

	.top__header .social__icons {
	  margin-top: 0;
	}

	.top__header .social__icons .icon {
	  background: transparent;
	  margin: 0;
	  border: none;
	  border-radius: 50px;
	  overflow: visible;
	  font-size: 10px;
	  color: inherit;
	  text-transform: none;
	  padding: 5px;
	  display: inline-block;
	  fill: currentcolor;
	  line-height: 0;
	  border: 2px solid #FFFFFF;
	  margin-top: -10px;
	  margin-right: -8px;
	}

	.top__header .social__icons .icon svg {
	  width: 15px;
	  height: 15px;
	}

	.top__header .social__icons .icon.facebook {
	  background-color: F60505;
	}

	/* Trending Bar
================================================== */
	.trending-bar {
	  padding: 10px 0 5px;
	  background: #f5f5f5;
	}

	.trending-title {
	  background: transparent;
	  color: #222;
	  margin-right: 5px;
	  border-right: 1px solid #dedbdb;
	  font-size: 12px;
	  line-height: 15px;
	  text-transform: uppercase;
	  margin: 3px 15px 0 0;
	  padding-right: 10px;
	  font-weight: 700;
	  float: left;
	}

	.trending-title .tsicon {
	  color: #0e5dae;
	}

	.owl-carousel.owl-theme.trending-slide .owl-nav {
	  display: none;
	}

	.trending-slide .post-title.title-small {
	  font-weight: 400;
	  margin: 0;
	  font-family: "Roboto", sans-serif;
	}

	/* Trending light */
	.trending-light {
	  color: #1c1c1c;
	}

	.trending-light .trending-slide .post-title {
	  font-size: 13px;
	  font-weight: 400;
	  color: #777;
	}

	.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
	  background: #333;
	  color: #fff;
	}

	/* Top Bar
================================================== */
	.top-bar {
	  padding: 8px 0;
	  border-bottom: 1px solid #dedede;
	  color: #a3a3a3;
	  font-size: 13px;
	}

	/* Date */
	.ts-date {
	  display: inline-block;
	  padding-right: 10px;
	  line-height: 12px;
	  color: #777;
	  font-size: 13px;
	  border-right: none;
	  padding-right: 0;
	}

	.ts-date i {
	  margin-right: 5px;
	}

	/* Top nav */
	.top-nav {
	  display: inline-block;
	}

	.top-nav li {
	  display: inline-block;
	  line-height: 12px;
	  padding-left: 12px;
	}

	.top-nav li a {
	  background: none;
	  color: #a3a3a3;
	  padding: 0;
	  line-height: 100%;
	}

	.top-nav li a:hover {
	  color: #0e5dae;
	}

	/* Top social */
	.top-social {
	  display: inline-block;
	  margin-right: -5px;
	  background: rgba(255, 255, 255, 0.05);
	}

	.top-social ul {
	  list-style: none;
	  margin: 0;
	  padding: 0 10px;
	  border-left: 1px solid rgba(255, 255, 255, 0.05);
	  border-right: 1px solid rgba(255, 255, 255, 0.05);
	}

	.top-social ul li {
	  display: inline-block;
	  padding: 0;
	}

	.top-social ul li a {
	  color: #fff;
	  font-size: 14px;
	  -webkit-transition: 400ms;
	  -o-transition: 400ms;
	  transition: 400ms;
	  padding: 0 10px;
	  line-height: 70px;
	}

	.top-social ul li a:hover {
	  color: #fff;
	}

	.nav-search {
	  display: inline-block;
	  background: rgba(255, 255, 255, 0.1);
	  border-radius: 0;
	  border-right: 1px solid rgba(255, 255, 255, 0.2);
	  border-left: 1px solid rgba(255, 255, 255, 0.2);
	  width: 65px;
	  height: auto;
	  line-height: 70px;
	  text-align: center;
	  display: inline-block;
	  color: #fff;
	}

	/* Top bar border */
	.top-bar-border {
	  padding: 8px 20px 8px;
	  border-bottom: 1px solid #ddd;
	}

	.top-bar-border ul.top-info {
	  color: #7c7c7c;
	  font-weight: 400;
	}

	.top-bar-border .top-social li a {
	  color: #7c7c7c;
	}

	.top-bar-border ul.top-info li i {
	  color: #0e5dae;
	}

	/* =================================================
 // Header Default
================================================== */
	.header {
	  background: #FFFFFF;
	  padding: 25px 0;
	}

	.header-top-social {
	  margin: 0;
	}

	.header-top-social li a {
	  color: #000;
	  font-size: 14px;
	  margin-right: 20px;
	}

	.header-search .form-group {
	  position: relative;
	}

	.header-search .form-group .input-search {
	  font-size: 13px;
	  color: #333333;
	  border: 1px solid #dddddd;
	  border-width: 0 0 1px 0;
	  width: 100%;
	}

	.header-search .form-group .input-search::-webkit-input-placeholder {
	  color: #ddd;
	  opacity: 1;
	}

	.header-search .form-group .input-search:-ms-input-placeholder {
	  color: #ddd;
	  opacity: 1;
	}

	.header-search .form-group .input-search::-ms-input-placeholder {
	  color: #ddd;
	  opacity: 1;
	}

	.header-search .form-group .input-search::placeholder {
	  color: #ddd;
	  opacity: 1;
	}

	.header-search .form-group .search-btn {
	  background: transparent;
	  border: none;
	  position: absolute;
	  right: 10px;
	  top: 5px;
	  color: #999999;
	}

	.header-search .form-group .search-btn:focus {
	  outline-style: none;
	}

	@media (min-width: 992px) {
	  .is-ts-sticky.sticky {
	    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	    position: fixed;
	    top: 0;
	    z-index: 9;
	    width: 100%;
	    left: 0;
	    right: 0;
	    margin: auto;
	  }

	  .is-ts-sticky.sticky.fade_down_effect {
	    -webkit-animation-name: fadeInDown;
	    animation-name: fadeInDown;
	    -webkit-animation-duration: 1s;
	    animation-duration: 1s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	    -webkit-animation-delay: .1s;
	    animation-delay: .1s;
	  }
	}

	/* BASE */
	.hide {
	  display: none;
	}

	.left {
	  text-align: left;
	}

	.center {
	  text-align: center;
	}

	.right {
	  text-align: right;
	}

	.mb--15 {
	  margin-bottom: -15px;
	}

	.mt-30 {
	  margin-top: 30px;
	}

	.bold {
	  font-weight: bolder;
	}

	.bg-pink {
	  background: #eaeced !important;
	}

	.bg-white {
	  background: #ffffff !important;
	}

	.bg-gray {
	  background: #f8f9fa !important;
	}

	.bg-hard-blue {
	  background: #09858d ! important;
	}

	.title__lg {
	  font-size: 2rem;
	}

	.lh-1-5 {
	  line-height: 1.5;
	}

	.pointer {
	  cursor: pointer;
	}

	/* SM GAP / Style Responsiveness Only */
	@media (max-width: 767px) {
	  .sm-mt-0 {
	    margin-top: 0;
	  }

	  .sm-mt-10 {
	    margin-top: 10px;
	  }

	  .sm-mt-15 {
	    margin-top: 15px;
	  }

	  .sm-mt-20 {
	    margin-top: 20px;
	  }

	  .single__post__responsive__height {
	    height: auto ! important;
	  }
	}

	.gray {
	  color: #5a5a5a !important;
	}

	.no-bg {
	  background-color: transparent !important;
	}

	.card {
	  width: 100%;
	  display: inline-block;
	  background: #fff;
	  color: #666;
	  border: none;
	  border-radius: 0px;
	  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	}

	.gray__box {
	  background: #f4f4f4;
	  margin: 20px 0;
	  padding: 25px;
	}

	.gray__box .head {
	  font-size: 26px;
	  font-weight: 600;
	  padding-bottom: 0;
	}

	.gray__box p {
	  margin: 0 !important;
	  font-size: 15px !important;
	  font-weight: 700 !important;
	  font-style: italic !important;
	  line-height: 1.75 !important;
	}

	.gray__box p a {
	  color: Red;
	  font-weight: 700 !important;
	}

	.border {
	  width: 100%;
	  display: inline-block;
	  background: #f4f4f4;
	  color: #666;
	  border: none !important;
	  border-radius: 0px;
	}

	.border__ {
	  border: 1px solid #dee2e6 !important;
	}

	.modal {
	  padding-right: 0 !important;
	}

	.modal-header {
	  display: block;
	}

	.modal-content {
	  border-radius: 0px;
	  z-index: 1111111;
	}

	.modal-title {
	  font-size: 2rem;
	  line-height: 1.3;
	  text-align: center;
	}

	.modal-header .close {
	  font-size: 35px;
	  padding: 0;
	  margin: -2.4rem .1rem -1rem auto;
	}

	body.modal-open {
	  height: 100vh;
	  overflow-y: hidden;
	}

	/* News Title */
	.newspost__title {
	  padding-top: 15px;
	  text-align: center;
	  padding-bottom: 10px;
	  font-weight: bold;
	  font-size: 48px;
	}

	.news__title__block2 {
	  width: 100%;
	  text-align: center;
	  height: auto;
	  margin-bottom: 7px;
	  padding: 11px 15px 8px;
	  background: #dedede;
	}

	.news__title__block2 a {
	  background-color: #116eb4 !important;
	  color: #ffffff !important;
	  font-size: 23px;
	  font-weight: bold;
	  padding: 4px 25px;
	  border: 10px #dedede double;
	  border-top: none;
	  border-bottom: none;
	}

	.title__block3 {
	  text-align: center;
	  margin-top: -40px;
	  margin-bottom: 5px;
	  ;
	}

	.title__block3 a {
	  color: #ffffff;
	  font-size: 30px;
	  font-weight: bold;
	  text-decoration: none;
	}

	.news__post__date {
	  text-align: center;
	  padding: 5px;
	  margin: 5px;
	  border-bottom: 1px #dbd9d9 solid;
	}

	.news__post__date .news__time__ago {
	  color: gray;
	  font-weight: bold;
	  font-size: 15px;
	}

	.heading__line {
	  overflow: hidden;
	  line-height: 50px;
	}

	.heading__line>* {
	  display: inline-block;
	  position: relative;
	}

	.heading__line>::before {
	  right: 100%;
	  margin-right: calc(5px + .3em);
	}

	.heading__line>::after {
	  left: 100%;
	  margin-left: calc(5px + .3em);
	}

	.heading__line>::after,
	.heading__line>::before {
	  content: "";
	  position: absolute;
	  top: calc(50% - ((.2px + .05em)/ 2));
	  width: 2000px;
	  border-bottom: calc(.2px + .05em) solid #e5e5e5;
	}


	.samachar__title {
	  /* background: #dee2e654; */
	  border-bottom: 1px solid #ccc;
	  height: 94px;
	  overflow: hidden;
	  float: left;
	  margin-bottom: 10px;
	  padding: 0px 0;
	  width: 100%;
	}

	.samachar__image.full__image {
	  position: absolute;
	  overflow: hidden !important;
	}

	.samachar__image.full__image img {
	  object-fit: cover;
	  width: 110px;
	  height: 90px;
	  transition: 2s;
	}

	.samachar__content {
	  padding: 0px 0 0 125px;
	  width: 95%;
	  float: left;
	}

	.samachar__content>h4 {
	  margin: 0;
	  font-family: mukta;
	}

	.samachar__title h4 {
	  line-height: 30px;
	  font-weight: bold;
	  font-size: 18px;
	}

	.samachar__title h4 a {
	  font-family: 'Ek Mukta', sans-serif;
	  color: #333;
	  font-weight: 700;
	}

	.samachar__title h4 a:hover {
	  color: rgb(209, 5, 5);
	}

	.samachar__title h4 a {
	  font-family: 'Ek Mukta', sans-serif;
	  color: #333;
	  font-weight: 700;
	}

	/* OPENION BOX */
	.openion__full {
	  background: #dee2e654;
	  height: 100%;
	  text-align: -webkit-center;
	  margin: 10px 0;
	  padding-top: 10px;
	  overflow: hidden;
	}

	.openion__full__img {
	  width: 150px;
	  height: 150px;
	  margin: 10px;
	  overflow: hidden !important;
	}

	.openion__full__img img {
	  width: 150px;
	  height: 150px;
	  padding: 5px;
	  border: 1px #09858d solid;
	  object-fit: cover;
	  border-radius: 100%;
	}

	.openion__full__author {
	  background: #09858d;
	  border-radius: 50px;
	  margin: 15px 15px 0;
	  padding: 3px;
	}

	.openion__full__author p {
	  font-weight: bold;
	  font-size: 15px;
	  color: #ffffff;
	  margin: 0px;
	}

	.openion__full__title {
	  text-align: center;
	  padding: 10px 10px 0px;
	}

	.openion__full__title a {
	  font-weight: bold;
	  font-size: 18px;
	}

	/* SPORTS STYLE / BOX*/

	/* LARGE */
	.sports__ {
	  position: relative;
	  margin: 10px 0;
	  background: #ffffff;
	  overflow: hidden;
	}

	.sports____img {
	  overflow: hidden !important;
	}

	.sports____img img {
	  width: 100%;
	  height: 510px;
	  object-fit: cover;
	  transition: 2s;
	}

	.sports____head {
	  position: absolute;
	  text-align: center;
	  padding: 12px;
	  bottom: 0px;
	  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000000);
	  width: 100%;
	}

	.sports____head a {
	  line-height: 70px;
	  font-weight: bold;
	  font-size: 50px;
	  font-family: 'Mukta', sans-serif;
	  color: #fff;
	}

	.sports__ .time__ {
	  color: gray;
	  font-weight: bold;
	  font-size: 15px;
	}

	/* Small Sports News BOX */
	.sports__small__col {
	  position: relative;
	  margin: 10px 0;
	  background: #ffffff;
	  overflow: hidden;
	}

	.sports__small__col__img {
	  overflow: hidden !important;
	}

	.sports__small__col__img img {
	  width: 100%;
	  height: 250px;
	  line-height: 60px;
	  object-fit: cover;
	  transition: 2s;
	}

	.sports__small__col__head {
	  position: absolute;
	  text-align: center;
	  padding: 12px;
	  bottom: 0px;
	  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000000);
	  width: 100%;
	}

	.sports__small__col__head a {
	  font-weight: bold;
	  font-size: 24px;
	  font-family: 'Mukta', sans-serif;
	  color: #fff;
	}

	.sports__small__col .news__hm__time__ago {
	  color: gray;
	  font-weight: bold;
	  font-size: 15px;
	}


	/* VIDEO BOX */
	.video__big img {
	  height: 360px;
	  width: 100%;
	  object-fit: cover;
	}

	.card__body {
	  flex: 1 1 auto;
	  min-height: 1px;
	  padding: 1.25rem;
	}

	.card__body a {
	  color: #FFF;
	  font-weight: bolder;
	}

	/* Carousel Stylesheet */
	.carousel-item img {
	  height: 550px;
	  object-fit: cover;
	}

	.carousel-caption {
	  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000000);
	  width: 100%;
	  position: absolute;
	  bottom: 0px;
	  margin-left: -180px;
	  padding: 0px 50px;
	}

	.carousel-caption h1 {
	  color: #FFFFFF;
	}

	.carousel-caption p {
	  margin: 15px auto 20px;
	  font-size: 18px;
	  color: #dad6d6;
	  text-align: center;
	  line-height: 150%;
	  position: relative;
	  padding-bottom: 30px;
	}

	.news__blck {
	  display: inline-block;
	  padding: 0px !important;
	  overflow: hidden;
	  width: 100%;
	}

	.news__blck li {
	  list-style: none;
	}

	.charchit-samachar {
	  width: 100%;
	  padding: 10px 0;
	  align-items: center;
	  display: inline-flex;
	  border-bottom: 1px gray dotted;
	}

	.charchit-samachar span {
	  font-size: 35px;
	  font-weight: bold;
	  text-align: center;
	  color: #116eb4;
	  opacity: 0.25;
	}

	.charchit-samachar a {
	  color: black;
	  font-size: 20px;
	  font-weight: bold;
	  margin: 0 10px;
	}

	/* TITLE BLOCK 1 */
	.title__block1 {
	  width: 100%;
	  height: auto;
	  margin-bottom: 7px;
	  padding: 0px;
	  border-bottom: 2px solid #ececec;
	}

	.title__block1 a {
	  border-bottom: 2px red solid;
	  line-height: normal;
	  color: #5a5a5a;
	  font-size: 36px;
	  font-weight: bold;
	}

	/* Taja Khabar / News Black Box */
	.taja__khabar__home {
	  display: inline-block;
	  padding: 0px !important;
	  overflow: hidden;
	  width: 100%;
	  background: #4d63c3;
	  margin: 0px;
	}

	.taja__khabar__home__wrap {
	  width: 100%;
	  padding: 10px;
	  align-items: center;
	  display: inline-flex;
	  border-bottom: 1px #164d86 solid;
	}

	.taja__khabar__home__wrap span {
	  font-size: 28px;
	  font-weight: bold;
	  text-align: center;
	  color: #e2e5f5;
	  opacity: 0.75;
	  margin: 0px 10px;
	}

	.taja__khabar__home__wrap a {
	  color: white;
	  font-size: 20px;
	  font-weight: bold;
	}

	.taja__khabar__home__wrap a:hover {
	  text-decoration: underline;
	}


	.news__tag {
	  display: inline-block;
	  background: #dc142c;
	  color: white;
	  margin: 0px 0 10px 0;
	  padding: 5px 20px 5px 20px;
	  font-size: 20px;
	  font-weight: bold;
	}

	/* H */
	.left__date {
	  font-size: 16px;
	}

	.mid__social__icon a {
	  margin-right: 18px;
	  font-size: 16px;
	  color: #000000;
	}

	.mid__social__icon a:hover {
	  opacity: .6;
	}

	.mid__side {
	  font-size: 16px;
	  color: #000000;
	}

	.right__side {
	  font-size: 16px;
	  color: #000000;
	}

	.right__side a:hover {
	  color: #00309a;
	  font-size: 16px;
	}

	/*-- Logo --*/
	.logo {
	  /* padding: 28px 0; */
	  text-align: center;
	}

	.logo img {
	  width: 400px;
	  max-width: 100%;
	  height: auto;
	}

	@media (max-width: 550px) {
	  .top__left__btn {
	    margin-top: 5%;
	  }

	  .sticky__header .logo img {
	    width: 90% !important;
	  }
	}

	.logo .date {
	  color: rgba(0, 0, 0, .5);
	  text-align: right;
	  font-size: 15px;
	}

	/* header right */
	.header-right {
	  float: right;
	}

	/* Logo center */
	.header.text-center {
	  padding: 10px 0;
	}

	/*-- Search start --*/
	ul.top-info-box>li.nav-search {
	  cursor: pointer;
	  padding-left: 30px;
	  margin-left: 30px;
	}

	ul.top-info-box>li.nav-search:before {
	  position: absolute;
	  content: '';
	  background: #ddd;
	  left: 0;
	  width: 1px;
	  height: 40px;
	  top: 50%;
	  margin-top: -10px;
	}

	ul.top-info-box>li.nav-search i {
	  font-size: 20px;
	  top: 10px;
	  position: relative;
	  cursor: pointer;
	  color: #999;
	}

	/* Error Page */
	.error__page {
	  padding: 20px;
	  text-align: center;
	}

	.error__page h1 {
	  font-size: 32px;
	  font-weight: bold;
	}

	.error__page h2 {
	  font-size: 26px;
	  font-weight: bold;
	  color: #8e8d8d;
	  margin: 20px;
	}

	.error__page a {
	  background-color: #d4000e;
	  color: #fff;
	  font-size: 22px;
	  border-radius: 15px;
	  font-weight: bold;
	  padding: 10px 25px;
	}

	.error__page a:hover {
	  background-color: #212529;
	}

	/* Main navigation */
	.site-nav-inner {
	  position: relative;
	}

	.main-nav {
	  background: #0e5dae;
	  min-height: 50px;
	}

	.navbar {
	  border-radius: 0;
	  border: 0;
	  margin-bottom: 0;
	  padding-top: 0px;
	  padding-bottom: 0px;
	}

	.navbar-toggler {
	  color: #fff;
	  padding: 8px 15px;
	  background: #e74907;
	  position: absolute;
	  top: -55px;
	  z-index: 9;
	}

	.navbar-toggler-icon {
	  width: 25px;
	}

	.navbar-toggle .i-bar {
	  background: #fff;
	}

	.navbar-collapse {
	  padding-left: 0;
	}

	ul.navbar-nav>li {
	  float: left;
	  padding: 0;
	  position: relative;
	}

	ul.navbar-nav>li.active {
	  background: #093d73;
	}

	ul.navbar-nav>li>a {
	  padding: 0 15px;
	  line-height: 50px;
	  font-size: 14px;
	  font-weight: 700;
	  text-transform: uppercase;
	  margin: 0;
	  position: relative;
	  -webkit-transition: 350ms;
	  -o-transition: 350ms;
	  transition: 350ms;
	  padding: 10px 22px;
	}

	ul.navbar-nav>li>a i {
	  font-weight: 700;
	}

	ul.navbar-nav>li>a:hover,
	ul.navbar-nav>li>a:focus {
	  background: none;
	}

	ul.navbar-nav>li:hover a::before,
	ul.navbar-nav>li.active a::before {
	  border-color: #0e5dae;
	  opacity: 1;
	  -webkit-transform: scale(1) translateZ(0);
	  transform: scale(1) translateZ(0);
	}

	.nav .open>a,
	.nav .open>a:hover,
	.nav .open>a:focus {
	  background: transparent;
	  border: 0;
	}

	/* Dropdown */
	ul.navbar-nav>li.mega-dropdown {
	  position: static;
	}

	.dropdown-submenu {
	  position: relative;
	}

	.dropdown-submenu>.dropdown-menu {
	  top: 0;
	  left: 100%;
	  margin-top: -2px;
	  border-radius: 0;
	}

	.dropdown-submenu>a:after {
	  display: block;
	  content: "\f105";
	  font-family: FontAwesome;
	  float: right;
	  margin-top: 3px;
	  margin-right: -5px;
	}

	.dropdown-submenu:hover>a:after {
	  border-left-color: #fff;
	}

	.dropdown-submenu.pull-left {
	  float: none;
	}

	.dropdown-submenu.pull-left>.dropdown-menu {
	  left: -100%;
	  margin-left: 10px;
	  border-radius: 6px 0 6px 6px;
	}

	.dropdown-toggle::after {
	  display: none;
	}

	.dropdown-menu {
	  text-align: left;
	  background: #fff;
	  z-index: 100;
	  min-width: 230px;
	  border-radius: 0;
	  border: 0;
	  border: 0;
	  -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
	  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
	  margin-top: 0;
	  padding: 0;
	}

	.navbar-nav>li>.dropdown-menu {
	  border-top: 1px solid #dedede;
	}

	.navbar-nav>li>.dropdown-menu.mega-menu-content {
	  border-top: 0;
	}

	.dropdown-menu-large {
	  min-width: 400px;
	}

	.dropdown-menu-large>li>ul {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}

	.dropdown-menu-large>li>ul>li>a {
	  padding-left: 0;
	}

	.dropdown-menu-large>li>ul>li.active>a {
	  color: #0e5dae;
	}

	.navbar-nav>li>.dropdown-menu>a {
	  background: none;
	}

	.dropdown-menu li a {
	  display: block;
	  font-size: 12px;
	  font-weight: 700;
	  line-height: normal;
	  text-decoration: none;
	  padding: 15px 25px 15px 25px;
	  border-bottom: 1px solid #e5e5e5;
	  color: #333333;
	  background: #f4f4f4;
	  text-transform: uppercase;
	}

	.dropdown-menu li:last-child>a {
	  border-bottom: 0;
	}

	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:hover,
	.dropdown-menu>.active>a:focus,
	.dropdown-menu>.active>.dropdown-menu>.active>a {
	  background: none;
	  color: #0e5dae;
	}

	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
	  background: #0e5dae;
	  color: #fff;
	}

	@media (min-width: 767px) {
	  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
	    left: 100%;
	    top: 0;
	    display: none;
	  }

	  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
	    display: block;
	  }
	}

	.mega-menu-content {
	  width: 1110px;
	  padding: 0;
	}

	.mega-menu-content-inner {
	  padding: 20px 10px;
	}

	.mega-menu-content .row {
	  margin: 0;
	}

	/*-- Dark bg style --*/
	.main-nav.dark-bg>.container>.row {
	  border: 0;
	  background: #272727;
	  margin-left: 0;
	  margin-right: 0;
	}

	.dark-bg .navbar-toggler {
	  margin-left: 6px;
	}

	.main-nav.dark-bg ul.navbar-nav>li>a {
	  color: #fff;
	}

	.main-nav.dark-bg ul.navbar-nav>li>a:before {
	  border: 0;
	}

	.main-nav.dark-bg ul.navbar-nav>li.active,
	.main-nav.dark-bg ul.navbar-nav>li:hover {
	  background: #0e5dae;
	}

	.main-nav.dark-bg .nav-search i {
	  color: #fff;
	}

	.main-nav {
	  position: relative;
	  padding: 0 15px;
	}

	/* ===================
// Hheader Search 
======================= */
	.main-nav>.container,
	.search-area {
	  position: relative;
	}

	.search-area {
	  min-height: 70px;
	  padding-right: 0;
	}

	.nav-search {
	  display: inline-block;
	  position: relative;
	  cursor: pointer;
	  top: 0;
	  right: 0;
	}

	.nav-search a {
	  color: #fff;
	  display: block;
	}

	.modal-searchPanel .ts-search-group {
	  position: relative;
	}

	.modal-searchPanel .ts-search-group input:not([type="submit"]) {
	  height: 70px;
	  background-color: transparent;
	  border-radius: 50px;
	  border: 2px solid #fff;
	  color: #fff;
	  padding: 0 30px;
	}

	.modal-searchPanel .ts-search-group .search-button {
	  background-color: transparent;
	  border: 0px;
	  padding: 0;
	  color: #fff;
	  position: absolute;
	  right: 0;
	  cursor: pointer;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  height: 100%;
	  width: 70px;
	  border-radius: 0 50px 50px 0;
	}

	/* magnific pop up modal */
	.mfp-bg.xs-promo-popup {
	  background-color: rgba(0, 0, 0, 0.87);
	  padding-bottom: 100%;
	  border-radius: 100%;
	  overflow: hidden;
	  -webkit-animation: menu-animation .8s ease-out forwards;
	  animation: menu-animation .8s ease-out forwards;
	}

	/* animation keyframes list */
	@-webkit-keyframes menu-animation {
	  0% {
	    opacity: 0;
	    -webkit-transform: scale(0.04) translateY(300%);
	    transform: scale(0.04) translateY(300%);
	  }

	  40% {
	    -webkit-transform: scale(0.04) translateY(0);
	    transform: scale(0.04) translateY(0);
	    -webkit-transition: ease-out;
	    -o-transition: ease-out;
	    transition: ease-out;
	  }

	  40% {
	    -webkit-transform: scale(0.04) translateY(0);
	    transform: scale(0.04) translateY(0);
	  }

	  60% {
	    opacity: 1;
	    -webkit-transform: scale(0.02) translateY(0px);
	    transform: scale(0.02) translateY(0px);
	  }

	  61% {
	    opacity: 1;
	    -webkit-transform: scale(0.04) translateY(0px);
	    transform: scale(0.04) translateY(0px);
	  }

	  99.9% {
	    opacity: 1;
	    height: 0;
	    padding-bottom: 100%;
	    border-radius: 100%;
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: scale(2) translateY(0px);
	    transform: scale(2) translateY(0px);
	    height: 100%;
	    padding-bottom: 0;
	    border-radius: 0;
	  }
	}

	@keyframes menu-animation {
	  0% {
	    opacity: 0;
	    -webkit-transform: scale(0.04) translateY(300%);
	    transform: scale(0.04) translateY(300%);
	  }

	  40% {
	    -webkit-transform: scale(0.04) translateY(0);
	    transform: scale(0.04) translateY(0);
	    -webkit-transition: ease-out;
	    -o-transition: ease-out;
	    transition: ease-out;
	  }

	  40% {
	    -webkit-transform: scale(0.04) translateY(0);
	    transform: scale(0.04) translateY(0);
	  }

	  60% {
	    opacity: 1;
	    -webkit-transform: scale(0.02) translateY(0px);
	    transform: scale(0.02) translateY(0px);
	  }

	  61% {
	    opacity: 1;
	    -webkit-transform: scale(0.04) translateY(0px);
	    transform: scale(0.04) translateY(0px);
	  }

	  99.9% {
	    opacity: 1;
	    height: 0;
	    padding-bottom: 100%;
	    border-radius: 100%;
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: scale(2) translateY(0px);
	    transform: scale(2) translateY(0px);
	    height: 100%;
	    padding-bottom: 0;
	    border-radius: 0;
	  }
	}

	/* Styles for dialog window */
	.xs-promo-popup .modal-content {
	  background-color: transparent;
	  padding: 0px;
	  border: 0px;
	}

	.xs-promo-popup .mfp-close {
	  color: #fff;
	  opacity: 0;
	  -webkit-transition: all 1s ease .8s;
	  -o-transition: all 1s ease .8s;
	  transition: all 1s ease .8s;
	  -webkit-transform: translateY(-500px);
	  -ms-transform: translateY(-500px);
	  transform: translateY(-500px);
	}

	.xs-promo-popup.mfp-ready .mfp-close {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}

	.ts-search-form .form-control {
	  height: 60px;
	  border-radius: 36px;
	  font-size: 18px;
	}

	.ts-search-form.modal-searchPanel .xs-search-panel {
	  margin: 0;
	}

	/* at start */
	.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
	  opacity: 0;
	  -webkit-transition: all 1s ease .8s;
	  -o-transition: all 1s ease .8s;
	  transition: all 1s ease .8s;
	  -webkit-transform: translateY(-500px);
	  -ms-transform: translateY(-500px);
	  transform: translateY(-500px);
	}

	/* animate in */
	.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}

	/* ===================
// Menu tab
======================= */
	.menu-tab .nav.nav-tabs {
	  border-right: 1px solid #dedede;
	  padding: 20px 0;
	  padding-right: 0;
	  min-height: 250px;
	  margin-top: 0;
	}

	.menu-tab .nav.nav-tabs>li>a {
	  border: 1px solid transparent;
	  border-radius: 0;
	  font-weight: 400;
	  padding: 14px 16px 14px 30px;
	  background: #fff;
	  text-transform: initial;
	  font-size: 14px;
	}

	.menu-tab .nav.nav-tabs>li>a.active {
	  background: #dedede;
	  margin-right: -1px;
	  border: 1px solid #dedede;
	  border-right: 0;
	  color: #0e5dae;
	  cursor: pointer;
	}

	.menu-tab .tab-content>.tab-pane {
	  padding: 25px 0;
	  min-height: 250px;
	}

	.menu-tab .tab-content>.tab-pane .col-md-3 {
	  padding-right: 10px;
	  padding-left: 10px;
	}

	/* Header with Menu
================================================== */
	.header.header-menu {
	  padding: 0;
	}

	.header.header-menu .logo {
	  padding: 12px 0;
	}

	.header.header-menu>.container>.row {
	  border-bottom: 1px solid #dedede;
	  margin-left: 0;
	  margin-right: 0;
	}

	.header.header-menu ul.navbar-nav>li>a {
	  line-height: 70px;
	}

	.header.header-menu ul.navbar-nav>li.mega-dropdown,
	.site-nav-inner {
	  position: static;
	  width: 100%;
	}

	.header.header-menu .mega-menu-content {
	  min-width: 1145px;
	  left: -43%;
	}

	.nav-social-wrap {
	  position: absolute;
	  right: 0;
	  top: 0;
	  padding: 0;
	}

	.navbar {
	  position: absolute;
	  top: 70px;
	  width: 100%;
	  background: #f8f8f8;
	  z-index: 9;
	  padding: 0;
	}

	@media (min-width: 992px) {
	  .navbar {
	    position: static;
	    top: 70px;
	    width: 100%;
	    background: transparent;
	  }

	  ul.navbar-nav>li>a {
	    color: #fff;
	    padding: 0 22px;
	  }

	  .header.header-menu ul.navbar-nav>li.mega-dropdown,
	  .site-nav-inner {
	    position: static;
	    width: 100%;
	  }
	}

	/* Master css */
	.post-block-style {
	  position: relative;
	  overflow: hidden;
	  margin: 10px 0;
	}

	.list-post-block .list-post li {
	  border-bottom: 2px dotted rgba(204, 204, 204, 0.53);
	}

	.list-post-block .list-post li:first-child {
	  margin-top: -15px;
	}

	.list-post-block .list-post li:last-child {
	  border-bottom: none;
	}

	.post-block-style .post-thumb {
	  /* border-radius: 5px; */
	  max-width: 100%;
	  position: relative;
	  overflow: hidden;
	}

	.post-block-style .post-thumb img.height-200 {
	  height: 200px;
	  object-fit: cover;
	}

	.post-block-style .post-thumb img {
	  display: block;
	  width: 100%;
	  -webkit-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
	}

	.post-block-style .post-thumb img.img-fluid {
	  object-fit: cover;
	}

	.post-block-style:hover .post-thumb img {
	  -webkit-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  transform: scale(1.1);
	}

	.post-block-style:hover .post-thumb img.no__transform {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	.overlay-post-content .post-content {
	  padding: 20px 20px 18px;
	  position: absolute;
	  bottom: 0;
	  z-index: 9;
	}

	/* Feature Post */
	.featured-slider .item {
	  min-height: 640px;
	  background-repeat: no-repeat;
	  position: relative;
	  background-size: cover;
	}

	.featured-slider .item .featured-post .post-content {
	  padding: 40px 40px 35px 45px;
	}

	.featured-slider .item .featured-post .post-title a {
	  color: #fff;
	}

	.post-overaly-style {
	  position: relative;
	  overflow: hidden;
	  min-height: 350px;
	  background-position: center center;
	  background-size: cover;
	  -webkit-transition: all ease .4s;
	  -o-transition: all ease .4s;
	  transition: all ease .4s;
	}

	.post-overaly-style::after {
	  position: absolute;
	  content: '';
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  border-radius: 5px;
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.8)));
	  background: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
	  background: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
	  background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
	  -webkit-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}

	.post-overaly-style:hover {
	  background-position: 40%;
	}

	.post-overaly-style.post-sm {
	  min-height: 225px;
	}

	.post-overaly-style.post-md {
	  min-height: 400px;
	  margin-bottom: -5px;
	}

	.post-overaly-style.post-extra-md {
	  min-height: 430px;
	  margin-bottom: -5px;
	}

	.post-overaly-style.post-lg {
	  min-height: 550px;
	}

	.post-overaly-style:hover::after {
	  background-color: rgba(0, 0, 0, 0.2);
	}

	.post-overaly-style .post-thumb {
	  max-width: 100%;
	  position: relative;
	  overflow: hidden;
	  border-radius: 5px;
	}

	.post-overaly-style .post-thumb img {
	  display: block;
	  width: 100%;
	  -webkit-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
	}

	.post-overaly-style .post-content {
	  position: absolute;
	  bottom: 0;
	  padding: 25px;
	  z-index: 1;
	}

	.post-overaly-style .post-content .post-title a {
	  color: #fff;
	}

	.post-overaly-style .post-content .post-title a:hover {
	  color: #fff;
	}

	.post-overaly-style:hover .post-thumb img {
	  -webkit-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	  transform: scale(1.15);
	}

	.post-overaly-style.overlay-primary::after {
	  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 74, 0, 0.89)), to(rgba(252, 74, 0, 0.89)));
	  background: -webkit-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
	  background: -o-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
	  background: linear-gradient(180deg, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
	  opacity: .9;
	}

	.post-overaly-style.overlay-primary:hover::after {
	  opacity: .7;
	}

	.trending-slider .post-md {
	  min-height: 310px;
	  margin-bottom: 0;
	}

	.featured-tab {
	  position: relative;
	}

	.featured-tab .nav-tabs {
	  border: 0;
	  position: absolute;
	  top: -5px;
	  right: 0;
	}

	.featured-tab .nav-tabs .nav-item {
	  margin-bottom: -1px;
	}

	.featured-tab .nav-tabs .nav-link {
	  padding: 0 7px;
	  border: none;
	  position: relative;
	  font-size: 17px;
	  display: inline-block;
	  color: #495057;
	  font-weight: 700;
	  font-family: "Barlow", sans-serif;
	}

	.featured-tab .nav-tabs .nav-link.active {
	  background: transparent;
	}

	.featured-tab .nav-tabs .nav-link.active .tab-head>span.tab-text-title {
	  color: #0e5dae;
	  background: transparent;
	  border: none;
	}

	.featured-tab .nav-tabs .nav-link.active:before {
	  position: absolute;
	  content: "";
	  left: 0;
	  width: 4px;
	  height: 4px;
	  border-radius: 50%;
	  background: 0e5dae;
	  top: -5px;
	  bottom: 0;
	  margin: auto;
	}

	.featured-tab .nav-tabs .nav-link .tab-head>span.tab-text-title {
	  font-size: 17px;
	}

	.featured-tab .tab-content {
	  border-top: 0;
	  padding: 0;
	  overflow: hidden;
	}

	.featured-tab .tab-content>.active {
	  display: block;
	}

	.list-post-block .list-post {
	  padding: 0;
	}

	.list-post-block .list-post .post-block-style .post-thumb {
	  width: 130px;
	  height: 85px;
	  /* margin-bottom: 30px; */
	  margin-right: 25px;
	}

	.list-post-block .list-post .post-block-style .post-thumb img {
	  width: 100%;
	}

	.list-post-block .list-post .post-block-style .post-thumb.thumb-ok {
	  height: 90px;
	  overflow: hidden;
	}

	.list-post-block .list-post .post-block-style .post-thumb.thumb-ok img {
	  max-width: 100%;
	  height: 100%;
	}

	.list-post-block .list-post .post-block-style .post-thumb.thumb-md {
	  height: 96px;
	  overflow: hidden;
	}

	.list-post-block .list-post .post-block-style .post-thumb.thumb-md img {
	  max-width: 100%;
	  height: 100%;
	}

	.list-post-block .list-post .post-block-style .grid-category .post-cat {
	  text-transform: uppercase;
	  padding-left: 0;
	}

	.list-post-block .list-post .post-block-style .post-content .post-title {
	  margin: 1px 0;
	  line-height: 17px;
	}

	.list-post-block .list-post li:last-child .post-block-style .post-thumb {
	  margin-bottom: 0;
	}

	.list-post-block .list-post li:last-child .post-block-style .post-thumb.thumb-md {
	  height: 100px;
	}

	.block.style2 {
	  background: #000;
	  color: #fff;
	  padding: 40px;
	  border-radius: 10px;
	}

	.block.style2 .post-block-style .post-title:not(.title-md) {
	  line-height: 1.1;
	}

	.block-slider {
	  background: #f7f7f7;
	  padding-bottom: 80px;
	}

	.block-slider .owl-carousel .owl-dots {
	  top: auto;
	  bottom: -47px;
	  text-align: center;
	  height: 20px;
	}

	.ts-category-list {
	  padding: 0;
	}

	.ts-category-list li {
	  list-style-type: none;
	  margin-bottom: 5px;
	  position: relative;
	}

	.ts-category-list li a {
	  padding: 20px;
	  color: #fff;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  font-weight: 600;
	  font-size: 16px;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
	  border-radius: 5px;
	  min-height: 100px;
	  -webkit-transition: all ease .5s;
	  -o-transition: all ease .5s;
	  transition: all ease .5s;
	}

	.ts-category-list li a::before {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  content: '';
	  background: rgba(0, 0, 0, 0.5);
	  border-radius: 5px;
	}

	.ts-category-list li a span {
	  position: relative;
	  white-space: nowrap;
	}

	.ts-category-list li a span.bar {
	  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  width: 100%;
	  margin: 0 65px 0 25px;
	}

	.ts-category-list li a:hover {
	  -webkit-transform: scale(1.05);
	  -ms-transform: scale(1.05);
	  transform: scale(1.05);
	  will-change: transform;
	  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  -o-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.ts-category-list-sm li a {
	  min-height: 91px;
	}

	.trending-slider.full-width .post-overaly-style {
	  border-radius: 0;
	}

	.trending-slider.full-width .post-overaly-style::after {
	  border-radius: 0;
	}

	.post-tab .nav-tabs .nav-item:not(:first-child) {
	  /*
  margin-left: 20px;
  */
	}

	.post-tab .nav-tabs .nav-item .nav-link {
	  text-transform: uppercase;
	  color: #d3d3d3;
	}

	.post-tab .nav-tabs .nav-item .nav-link::after,
	.post-tab .nav-tabs .nav-item .nav-link::before {
	  /*
  position: absolute;
  top: 0;
  content: '';
  background: #0e5dae;
  left: 0;
  opacity: 1;
  */
	}

	.post-tab .nav-tabs .nav-item .nav-link::before {
	  /*
  opacity: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 12px;
  background: #d3d3d3;
  */
	}

	.post-tab .nav-tabs .nav-item .nav-link.active::before {
	  /*
	  background: #0e5dae;
	  border-radius: 0;
	  height: 12px;
	  top: -6px;
  */
	}

	.post-tab .nav-tabs .nav-item .nav-link.active::after {
	  /*
  background: #0e5dae;
  border-radius: 0;
  height: 3px;
  width: 12px;
  */
	}

	.post-tab .list-post .post-block-style:hover .post-thumb img {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	.post-tab .list-post .post-block-style .post-thumb {
	  position: relative;
	  border-radius: 50%;
	  overflow: initial;
	  width: 85px;
	  height: 85px;
	}

	.post-tab .list-post .post-block-style .post-thumb img {
	  border-radius: 50%;
	  height: 100%;
	}

	.post-tab .list-post .post-block-style .post-thumb .tab-post-count {
	  position: absolute;
	  top: 0;
	  left: 12px;
	  background: #d81a21;
	  display: block;
	  border-radius: 50%;
	  color: #fff;
	  width: 20px;
	  height: 20px;
	  font-size: 11px;
	  text-align: center;
	  line-height: 18px;
	  border: 2px solid #fff;
	}

	/*==================================================
//  commment list
 ================================================== */
	.ts-comments-row {
	  position: relative;
	  margin-bottom: 50px;
	}

	.ts-comments-row:last-child {
	  margin-bottom: 0;
	}

	.ts-author {
	  color: #777777;
	}

	.ts-author a {
	  color: #777777;
	}

	.ts-author a:hover {
	  color: #0e5dae;
	}

	.ts-author-comments {
	  position: relative;
	}

	.ts-author-comments::after {
	  position: absolute;
	  content: '';
	  left: 36px;
	  bottom: 20%;
	  width: 1px;
	  z-index: -1;
	  height: 60%;
	  background: #eaeaea;
	}

	.ts-author-thumb {
	  width: 75px;
	  height: 75px;
	  border-radius: 50%;
	  overflow: hidden;
	  margin-bottom: 10px;
	}

	.ts-author-thumb img {
	  width: 100%;
	}

	.ts-author-media {
	  background: #fff;
	  padding: 20px 0;
	}

	.ts-author-content {
	  padding: 30px;
	  border: 1px solid #eaeaea;
	  position: relative;
	}

	.ts-author-content::after {
	  position: absolute;
	  content: '';
	  left: -9px;
	  top: 50%;
	  width: 16px;
	  height: 16px;
	  background: #fff;
	  -webkit-transform: translateY(-100%) rotate(45deg);
	  -ms-transform: translateY(-100%) rotate(45deg);
	  transform: translateY(-100%) rotate(45deg);
	  border: 1px solid #ddd;
	  border-width: 0 0px 1px 1px;
	}

	.ts-author-content::before {
	  position: absolute;
	  content: "\e943";
	  left: 20px;
	  top: -10px;
	  font-size: 20px;
	  font-family: 'iconfont';
	  background: #fff;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	}

	.ts-author-content .comment {
	  margin-bottom: 12px;
	}

	.ts-author-content .comment a {
	  font-weight: 500;
	  font-style: italic;
	  color: #222222;
	  line-height: 20px;
	}

	.newsletter-area {
	  background: -webkit-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
	  background: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
	  background: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
	  padding: 40px 0;
	}

	.newsletter-area .email-form-group {
	  position: relative;
	}

	.newsletter-area .email-form-group .news-icon {
	  position: absolute;
	  left: 15px;
	  bottom: 15px;
	  color: #fff;
	  font-size: 17px;
	}

	.newsletter-area .newsletter-email {
	  background: transparent;
	  height: 48px;
	  color: #fff;
	  border: none;
	  width: 100%;
	  padding: 0 40px;
	  background: rgba(255, 255, 255, 0.25);
	  border-radius: 5px;
	}

	.newsletter-area .newsletter-email:focus {
	  outline-style: none;
	}

	.newsletter-area .newsletter-email::-webkit-input-placeholder {
	  color: #fff;
	  opacity: 1;
	}

	.newsletter-area .newsletter-email:-ms-input-placeholder {
	  color: #fff;
	  opacity: 1;
	}

	.newsletter-area .newsletter-email::-ms-input-placeholder {
	  color: #fff;
	  opacity: 1;
	}

	.newsletter-area .newsletter-email::placeholder {
	  color: #fff;
	  opacity: 1;
	}

	.newsletter-area .newsletter-submit {
	  position: absolute;
	  right: 0;
	  top: 0;
	  padding: 0 40px;
	  border-radius: 5px;
	  height: 48px;
	  line-height: 48px;
	  font-size: 14px;
	  font-weight: 600;
	  text-transform: uppercase;
	  background: #222;
	  border: none;
	  color: #fff;
	  cursor: pointer;
	  border-bottom-left-radius: 0;
	  border-top-left-radius: 0;
	}

	.newsletter-area .newsletter-submit:focus {
	  outline-style: none;
	}

	.newsletter-area .newsletter-submit:hover {
	  background: #0e5dae;
	}


	/* FOOTER STYLE */
	.ts-footer {
	  background: #09858d;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  color: #FFFFFF;
	  font-size: 17px;
	}

	.ts-footer ul {
	  padding: 0;
	}

	.ts-footer-info {
	  padding: 0;
	  margin-bottom: 40px;
	}

	.ts-footer .card {
	  width: 100%;
	  height: 500px;
	  overflow: hidden;
	  display: inline-block;
	  background: #fff;
	  color: #666;
	  border: none;
	  border-radius: 0px;
	  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	  !important;
	}

	.textwidget {
	  color: #FFFFFF;
	}

	.ts-footer-info li {
	  color: #FFFFFF;
	  list-style: none;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin-bottom: 15px;
	}

	.ts-footer-info li i {
	  margin-right: 15px;
	  font-size: 18px;
	}

	.ts-footer .widget-title {
	  font-size: 1.5rem;
	  font-weight: 700;
	  color: #dedb04;
	  line-height: 1.4;
	  padding-left: 0;
	  position: relative;
	}

	.ts-footer .footer-widtet {

	  padding: 10px 10px;

	}

	.ts-footer .footer-widtet p {
	  display: inline-block;
	  width: 100%;
	  line-height: 25px;
	  margin: 0;
	  color: #ededed;
	  font-size: 15px;
	  font-weight: 500;
	}

	.ts-footer .footer-widtet p b,
	.ts-footer .footer-widtet p strong {
	  font-size: 18px;
	}

	.ts-footer .footer__one img {
	  max-width: 100%;
	  height: auto;
	  padding: 120px 20px;
	}

	.ts-footer .footer__one p {
	  /* padding-top: 30px; */
	}

	.ts-footer li {
	  padding: 5px 0px;
	}

	.ts-footer li a {
	  color: #666;
	  font-size: 15px;
	  padding: 15px 55px;
	}

	.ts-footer li a:hover {
	  color: #333;
	  text-decoration: underline;
	}

	.ts-footer li a:before {
	  content: "\f105";
	  font-family: FontAwesome;
	  display: inline-block;
	  /* color: #fff; */
	  font-size: 17px;
	  vertical-align: middle;
	  margin: 0px 0px 0px -10px;
	  position: absolute;
	}

	.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb {
	  width: 65px;
	  height: 65px;
	  margin-right: 20px;
	}

	.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb img {
	  height: 100%;
	}

	.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a {
	  color: #fff;
	}

	.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a:hover {
	  color: #0e5dae;
	}

	.ts-copyright {
	  background: #d31021;
	  padding: 10px;
	  color: #d31021;
	}

	.ts-copyright p {
	  margin-bottom: 0;
	  font-size: .875rem;
	  line-height: 1.4;
	  color: #fff;
	}

	.ts-copyright a {
	  color: #fff97b;
	  font-weight: bolder;
	}

	.sidebar-widget:not(:last-child) {
	  margin-bottom: 50px;
	}

	.sidebar-widget .nav-tabs {
	  left: 0;
	  right: auto;
	}

	.single-post .post-meta {
	  padding: 15px 0;
	}

	.single-post .post-meta .post-cat {
	  color: #fff;
	}

	.single-post .post-meta .post-author img {
	  margin-right: 10px;
	}

	.single-post p {
	  font-size: 20px;
	  line-height: 38px;
	  color: #484848;
	  font-weight: 500;
	  text-align: justify;
	}

	@media (max-width: 768px) {
	  .single-post p {
	    font-size: 17px;
	    line-height: 27px;
	    color: #484848;
	    font-weight: 500;
	    text-align: justify;

	  }
	}

	.single-post p img {
	  max-width: 100%;
	  width: auto;
	  height: auto;
	  object-fit: cover;
	}

	/* WordPress Image Caption Containers */
	.single-post .wp-caption,
	.single-post .wp-block-image,
	.single-post figure {
	  max-width: 100% !important;
	  width: auto !important;
	  margin: 20px auto;
	  overflow: hidden;
	  box-sizing: border-box;
	}

	.single-post .wp-caption img,
	.single-post .wp-block-image img,
	.single-post figure img {
	  max-width: 100%;
	  width: auto;
	  height: auto;
	  display: block;
	  margin: 0 auto;
	}

	/* Caption Text Styling */
	.single-post .wp-caption-text,
	.single-post .wp-block-image figcaption,
	.single-post figcaption {
	  margin-top: 10px;
	  margin-bottom: 1em;
	  text-align: left;
	  color: #666;
	  font-size: 16px;
	  font-weight: 400;
	  font-style: italic;
	  line-height: 1.5;
	  padding: 0 10px;
	}

	/* Center aligned captions */
	.single-post .wp-block-image.aligncenter,
	.single-post .wp-caption.aligncenter,
	.single-post figure.aligncenter {
	  text-align: center;
	  margin: 20px auto;
	}

	.single-post .wp-block-image.aligncenter figcaption,
	.single-post .wp-caption.aligncenter .wp-caption-text,
	.single-post figure.aligncenter figcaption {
	  text-align: center;
	}

	/* Left aligned captions */
	.single-post .wp-block-image.alignleft,
	.single-post .wp-caption.alignleft,
	.single-post figure.alignleft {
	  float: left;
	  margin: 0 20px 20px 0;
	  max-width: 50%;
	}

	/* Right aligned captions */
	.single-post .wp-block-image.alignright,
	.single-post .wp-caption.alignright,
	.single-post figure.alignright {
	  float: right;
	  margin: 0 0 20px 20px;
	  max-width: 50%;
	}

	/* Wide and full width images */
	.single-post .wp-block-image.alignwide {
	  max-width: 120%;
	  margin-left: -10%;
	  margin-right: -10%;
	}

	.single-post .wp-block-image.alignfull {
	  max-width: 100vw;
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	}

	/* Responsive styles for image captions */
	@media (max-width: 768px) {

	  .single-post .wp-caption,
	  .single-post .wp-block-image,
	  .single-post figure {
	    margin: 15px 0;
	    max-width: 100% !important;
	    width: 100% !important;
	  }

	  .single-post .wp-block-image.alignleft,
	  .single-post .wp-caption.alignleft,
	  .single-post figure.alignleft,
	  .single-post .wp-block-image.alignright,
	  .single-post .wp-caption.alignright,
	  .single-post figure.alignright {
	    float: none;
	    max-width: 100%;
	    margin: 15px 0;
	  }

	  .single-post .wp-caption-text,
	  .single-post .wp-block-image figcaption,
	  .single-post figcaption {
	    font-size: 14px;
	    padding: 0 5px;
	  }

	  .single-post .wp-block-image.alignwide,
	  .single-post .wp-block-image.alignfull {
	    max-width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	  }
	}

	.single-post .post-meta li {
	  color: #777;
	  margin-bottom: 10px;
	}

	.single-post .post-meta li a:hover {
	  color: #0e5dae;
	}

	.single-post .post-meta li.social-share {
	  position: absolute;
	  margin-left: 50px;
	  right: 0;
	}

	.single-post .post-meta li.social-share .shareicon {
	  width: 30px;
	  height: 30px;
	  border-radius: 50%;
	  background: #0e5dae;
	  color: #fff;
	  display: block;
	  text-align: center;
	  padding: 10px 0;
	  cursor: pointer;
	  padding: 10px 0;
	  font-size: 12px;
	}

	.single-post .post-meta li.social-share .social-list {
	  position: absolute;
	  right: 30px;
	  top: -8px;
	  padding: 0;
	  z-index: 1;
	  background: #f7f7f7;
	  min-width: 200px;
	  padding: 12px 18px;
	  display: none;
	  text-align: center;
	}

	.single-post .post-meta li.social-share .social-list li {
	  margin-bottom: 0;
	}

	.single-post .post-meta li.social-share:hover .social-list {
	  display: block;
	}

	.single-post .post-content-area ul li {
	  list-style: inside;
	  margin-bottom: 10px;
	}

	.single-post img.float-left {
	  margin-right: 30px;
	  margin-bottom: 30px;
	}

	.single-post .gallery-img {
	  position: relative;
	  padding: 30px 0;
	  border-top: 1px solid #dddddd;
	  border-bottom: 1px solid #dddddd;
	  margin-bottom: 30px;
	  clear: both;
	}

	.single-post .gallery-img img {
	  float: left;
	  width: 20%;
	}

	.single-post .post-footer {
	  padding: 10px 0;
	}

	.single-post .tag-lists span {
	  padding: 4px 13px;
	  background: #0e5dae;
	  color: #fff;
	  border-radius: 35px;
	  margin-right: 6px;
	  display: inline-block;
	}

	.single-post .tag-lists a {
	  border: 1px solid #aaaaaa;
	  color: #aaaaaa;
	  display: inline-block;
	  font-size: 14px;
	  padding: 4px 13px;
	  margin-left: 3px;
	  margin-bottom: 10px;
	  border-radius: 36px;
	  -webkit-transition: .3s;
	  -o-transition: .3s;
	  transition: .3s;
	}

	.single-post .tag-lists a:not(:first-child) {
	  margin-left: 6px;
	}

	.single-post .tag-lists a:hover {
	  color: #fff;
	  background: #0e5dae;
	  border-color: #0e5dae;
	}

	.single-post .post-navigation {
	  padding: 30px 0;
	}

	.single-post .post-navigation .post-next,
	.single-post .post-navigation .post-previous {
	  width: 50%;
	  position: relative;
	}

	.single-post .post-navigation .post-next a:hover span,
	.single-post .post-navigation .post-previous a:hover span {
	  color: #0e5dae;
	}

	.single-post .post-navigation .post-previous {
	  padding-left: 120px;
	  padding-right: 30px;
	  border-right: 1px solid #e7e7e7;
	}

	.single-post .post-navigation .post-previous img {
	  left: 0;
	}

	.single-post .post-navigation .post-next {
	  text-align: right;
	  padding-right: 120px;
	  padding-left: 30px;
	}

	.single-post .post-navigation .post-next img {
	  right: 0;
	  left: auto;
	}

	.single-post .post-navigation a {
	  color: #000;
	}

	.single-post .post-navigation a p {
	  font-size: 14px;
	  font-weight: 500;
	  margin-bottom: 0;
	  line-height: 20px;
	}

	.single-post .post-navigation a span {
	  font-size: 16px;
	  font-weight: 700;
	  display: block;
	  color: #222222;
	}

	.single-post .post-navigation img {
	  position: absolute;
	  top: 0;
	  width: 100px;
	  height: 70px;
	  border-radius: 5px;
	}

	.author-box {
	  margin-top: 20px;
	  padding: 30px 0 5px;
	  border-top: 1px solid #ccc;
	  border-bottom: 1px solid #ccc;
	}

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

	.author-box .author-info {
	  margin-left: 20px;
	}

	.author-box .author-info h3 {
	  font-size: 14px;
	  text-transform: capitalize;
	  margin-bottom: 10px;
	}

	.author-box .author-url a {
	  color: #000;
	}

	.author-box .author-url a:hover {
	  color: #0e5dae;
	}

	.author-box .author-counter span {
	  background: #000;
	  color: #fff;
	  font-size: 14px;
	  padding: 2px 8px;
	}

	.author-box .author-social {
	  padding-bottom: 20px;
	}

	.author-box .author-social a {
	  color: #999;
	  margin-left: 10px;
	}

	.entry-header {
	  margin-bottom: 30px;
	}

	.post-video {
	  position: relative;
	  margin-bottom: 35px;
	}

	.post-video::before {
	  content: " ";
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 100%;
	  z-index: 1;
	  bottom: 0;
	  left: 0;
	  border-radius: 5px;
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
	  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
	  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
	  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
	}

	.post-video img {
	  width: 100%;
	  border-radius: 5px;
	}

	.post-video-content {
	  padding: 20px;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  z-index: 1;
	}

	.post-video-content h3 a {
	  color: #fff;
	}

	.post-video-content .ts-play-btn {
	  position: relative;
	  top: 0;
	  left: 0;
	  right: auto;
	  font-size: 20px;
	  width: 60px;
	  height: 60px;
	  border: 1px solid #92999a;
	  border-radius: 50%;
	  padding: 18px 0;
	  display: block;
	  text-align: center;
	  font-size: 15px;
	  background: rgba(0, 0, 0, 0.25);
	  float: left;
	  color: #fff;
	  margin-right: 20px;
	}

	.comments-list .comment {
	  border-bottom: 1px solid #e7e7e7;
	  padding-bottom: 20px;
	  margin-bottom: 30px;
	}

	#comment-submit {
	  background: #0e5dae;
	  color: #FFF;
	  border: 0px;
	  margin-left: 15px;
	  outline: 0px;
	  padding: 5px 30px;
	}

	.comments-form {
	  background: #f4f8fb;
	  padding: 25px;
	}

	.comments-list .comment .comment-avatar {
	  width: 54px;
	  height: 54px;
	  margin-right: 0px;
	}

	.comments-list .comment .comment-body {
	  margin-left: 80px;
	}

	.comments-list .comment .comment-body .comment-author {
	  margin-bottom: 0;
	  margin-top: 0;
	  font-weight: 600;
	  font-size: 18px;
	  color: #303030;
	}

	.comments-list .comment .comment-body .comment-date {
	  display: block;
	  margin-bottom: 0;
	  margin-top: 0;
	  font-weight: 300;
	  font-size: 12px;
	  color: #333;
	}

	.comments-list .comment .comment-body .comment-content {
	  margin: 15px 0;
	}

	.comments-list .comment .comment-body .comment-content p {
	  font-size: 16px !important;
	}

	.transing-slide-style2:hover .owl-nav .owl-prev,
	.transing-slide-style2:hover .owl-nav .owl-next {
	  opacity: 1;
	}

	/* =====================
// Contact page
======================== */
	.contact-info h4 {
	  font-weight: 600;
	}

	/*# sourceMappingURL=style.css.map */

	.header__nav {
	  background: #09858d;
	  z-index: 1111111111;
	}

	.header__nav.sticky__header {
	  left: 0;
	  padding: 0;
	  position: fixed;
	  right: 0;
	  top: 0;
	  /*
	transform: translateY(0px);
    transition: all 1s ease 0s;
	*/
	  width: 100%;
	  z-index: 111;
	  border: none;
	  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	}

	.header__nav .nav__wrap {
	  background: #09858d;
	  height: 46px;
	  margin-left: 0px;
	}

	.header__nav .nav__wrap .sticky__logo.hide {
	  display: none;
	}

	.header__nav .nav__wrap .sticky__logo .date__note {
	  position: absolute;
	  top: 46px;
	  left: 24px;
	  color: #fff;
	  white-space: nowrap;
	  padding: 5px;
	  background: rgba(0, 0, 0, .8);
	  line-height: 13px;
	  font-size: 11px;
	  width: 145px;
	}

	.header__nav .nav__wrap .sticky__logo .date__note span {
	  background: red !important;
	}

	.header__nav .nav__wrap .sticky__logo img {
	  /* height: 46px; */
	  height: 46px;
	  border-radius: 3px;
	}

	.header__nav .sidebar__collapse {
	  cursor: pointer;
	  padding: 10px 18px 9px;
	  font-size: 27px;
	}

	.header__nav .sidebar__collapse:hover {
	  background: #d31021;
	}

	.header__nav ul.nav-menu li {
	  display: inline-block;
	  margin-right: -4px;
	}

	.header__nav ul.nav-menu li.menu-item-has-children {
	  position: relative;
	  padding-right: 15px;
	}

	.header__nav ul.nav-menu li.menu-item-has-children:before {
	  position: absolute;
	  top: 10px;
	  right: 15px;
	  font-family: fontAwesome;
	  content: "\f107";
	  vertical-align: baseline;
	  font-style: normal;
	  color: #FFFFFF;
	}

	.header__nav ul.nav-menu li:hover ul.sub-menu {
	  display: block;
	}

	.header__nav ul.nav-menu li:hover {
	  background-color: #09858d;
	}

	.header__nav ul.nav-menu li .sub-menu {
	  display: none;
	  position: absolute;
	  background: #09858d;
	  margin: 0;
	  padding: 0;
	  width: 200px;
	  z-index: 1;
	}

	.header__nav ul.nav-menu li .sub-menu li {
	  display: block;
	  width: 100%;
	  border-bottom: 1px solid #d31021;
	}

	.header__nav ul.nav-menu li .sub-menu li a:hover {
	  background-color: #d31021;
	}

	.header__nav ul.nav-menu li .sub-menu li a {
	  display: block;
	  font-size: 16px;
	}


	.header__nav ul.nav-menu li a {
	  padding: 11px 18px;
	  font-size: 18px;
	  display: inline-block;
	  color: #FFF;
	}

	.header__nav ul.nav-menu li a:hover {
	  background: #d31021;
	}

	.header__nav ul.nav-menu li.current-menu-item {
	  background: #d31021;
	}

	.header__nav .right__ {
	  text-align: right;
	}

	.header__nav .right__ li {
	  font-family: 'Roboto';
	  display: inline-block;
	  margin-top: 11px;
	  margin-right: -4px;
	  text-align: right;
	}


	.header__nav .right__ .icon__ {
	  cursor: pointer;
	  padding: 10px 18px 10px;
	  font-size: 16px;
	}


	.header__nav .right__ .icon__.search__ {
	  background: #d31021;
	}

	.header__nav .right__ .icon__.search__:hover {
	  background: #d31021;
	}


	.header__nav .right__ .icon__.recent__:before {
	  content: "ताजा अपडेट";
	}

	.header__nav .right__ .icon__.popular__:before {
	  content: "चलेको खबर";
	}

	.header__nav .right__ .icon__.search__:hover:before,
	.header__nav .right__ .icon__.recent__:hover:before,
	.header__nav .right__ .icon__.popular__:hover:before {
	  transition: margin-left .5s;
	  display: block;
	}

	.header__nav .right__ .icon__:before {
	  display: none;
	  background: #09858d;
	  color: #fff;
	  line-height: 13px;
	  font-size: 11px;
	  padding: 8px 11px;
	  position: absolute;
	  top: 46px;
	  margin-left: 0px;
	  white-space: nowrap;
	  word-break: keep-all;
	  -webkit-animation: slide 0.5s forwards;
	  -webkit-animation-delay: 2s;
	  animation: slide 0.5s forwards;
	  animation-delay: 2s;
	}

	@-webkit-keyframes slide {
	  100% {
	    left: 0;
	  }
	}

	@keyframes slide {
	  100% {
	    left: 0;
	  }
	}

	.header__nav .right__ .icon__.recent__ {
	  background: #337ab7;
	}

	.header__nav .right__ .icon__.popular__ {
	  background: #093d73;
	}

	.header__nav .right__ .icon__.popular__ i {
	  color: #f4a100;
	}

	.header__nav .right__ .icon__.popular__ i span {
	  font-size: 15px;
	  text-transform: uppercase;
	  font-family: 'Arial';
	}

	.header__nav .right__ .icon__.english__ {
	  background: 235c8d;
	  position: relative;
	  padding: 14px 10px 14px;
	  color: #FFF;
	  font-size: 15px;
	}

	.header__nav .right__ .icon__.english__:hover {
	  background: e11b22;
	}

	.header__nav .right__ .icon__ i {
	  color: #FFF;
	}

	.trending__ {
	  background-color: #f8f9fa !important;
	  /* border-bottom: 1px solid #CCC; */
	  line-height: .5em;
	  margin-top: 0px;
	}

	.trending__ .title__label {
	  position: relative;
	  padding: 0 0;
	  line-height: 3.1em;
	  font-weight: 700;
	  color: #dc3545 !important;
	  font-size: .9em;
	  float: left;
	  font-size: 15px;
	  font-weight: 800;
	  text-transform: uppercase;
	}

	.trending__ .trending__list {
	  float: right;
	  width: 80%;
	  position: relative;
	  left: -140px;
	  margin-top: 19px;
	}

	.trending__ .trending__list ul li {
	  position: relative;
	  padding-left: .8em;
	  margin-right: 2em;
	  display: inline-block;
	}

	.trending__ .trending__list ul li a {
	  color: #000;
	  font-weight: 600;
	  font-size: 15px;
	}

	.trending__ .trending__list ul li a:hover {
	  color: #000000;
	}

	.trending__ .trending__list ul li::after {
	  content: '#';
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-size: 15px;
	  color: rgba(0, 0, 0, .24);
	  font-weight: 400;
	}


	.hide {
	  display: none;
	}

	.color-white {
	  color: #FFFFFF;
	}

	.color-red {
	  color: red;
	}

	a.link-white {
	  color: #FFF;
	}

	a.link-white:hover {
	  color: #0e5dae;
	}

	.title__only {
	  font-size: 45px;
	  margin: 0px 0 30px;
	}

	. .prl-15 {
	  padding-right: 15px;
	  padding-left: 15px;
	}

	.trending__num {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	  background-color: #ff1616;
	  border-radius: 50%;
	  color: #fff;
	  font-weight: 700;
	  height: 30px;
	  width: 30px;
	  text-align: center;
	  margin-bottom: 10px;
	}

	.trending__num span {
	  font-size: 20px;
	  position: relative;
	  top: 2px;
	  color: #FFF;
	}

	.protech__pro__header,
	.heading__formall2 {
	  margin-bottom: 25px;
	  display: block;
	  position: relative;
	  border-bottom: 3px solid #09858d;
	}

	.protech__pro__header span,
	.protech__pro__header2 span {
	  color: #09858d;
	  font-size: 25px;
	  line-height: 50px;
	  font-weight: 900;
	  position: relative;
	  display: inline-block;
	}

	.protech__pro__header span:before,
	.protech__pro__header2 span:before {
	  content: "";
	  position: absolute;
	  border-bottom: 3px solid #ff4e02;
	  width: 100%;
	  left: 0;
	  bottom: -3px;
	}

	.protech__pro__header a,
	.protech__pro__header2 a {
	  font-size: 17px;
	  color: #222439;
	  position: absolute;
	  right: 0;
	  top: 50%;
	}

	.protech__pro__header a:hover,
	.protech__pro__header2 ahover {
	  color: #d31021;
	}

	.heading__formall,
	.protech__pro__header2 {
	  margin-bottom: 25px;
	  display: block;
	  position: relative;
	  border-bottom: 3px solid #09858d;
	}

	.nav-link.active .sabai__ {
	  background-color: #d31021;
	  color: #fff;
	}

	.nav__switcher {
	  margin-bottom: 10px;
	  font-size: 22px;
	  font-weight: bold;
	  background: #c7c7c742;
	  overflow: hidden;
	  height: 46px;
	  position: relative;
	  border-right: 12px solid #d31021;
	  border-bottom: 0;
	}

	.nav__switcher li {
	  margin: 10px 0;
	}

	.nav__switcher li a {
	  position: relative;
	  font-size: 18px;
	  font-weight: 600;
	  background-color: rgba(77, 77, 77, .08);
	  color: #0600db;
	  padding: 0px 15px;
	  transition: .3s;
	  margin-right: 12px;
	  border-radius: 50px;
	}

	.nav__switcher li a::befor {
	  position: absolute;
	  top: 0;
	  right: 0;
	  content: '';
	  border-style: solid;
	  border-left-color: #ff0000;
	  border-right-color: #4d63c3;
	  border-width: 10px;
	  /* border-bottom-color: #ff0000; */
	  border-top-color: #4d63c3;
	  transform: rotate(180deg);
	  z-index: 1;
	  box-shadow: 2px -2px 4px #191919;
	}

	.nav__switcher li a:after {}

	.nav__switcher li a:hover {
	  background: #0600db !important;
	  color: #ffffff !important;
	}

	.nav__switcher li a.active {
	  background: #0600db !important;
	  color: #ffffff !important;
	}

	.nav__switcher li.title__ {
	  border-right: 4px solid #ffffff;
	  margin-top: 0px;
	  margin-right: 12px;
	}

	.nav__switcher li.title__ a {
	  display: inline-block;
	  padding: 12px 29px;
	  border-radius: inherit;
	  font-size: 22px;
	  background: #e3e8e9;
	  color: #1d80c3;
	  margin-right: 0px;
	}

	.nav__switcher li.title__ a.active {
	  background: #09858d !important;
	  color: #ffffff !important;
	}

	.nav__switcher li a.pointer:hover {
	  cursor: pointer !important;
	}

	.nav__switcher li a.active:hover {
	  cursor: default;
	}

	.nav__switcher li a.active span {
	  background: #0600db;
	  color: #ffffff !important;
	}

	.nav__switcher li.title__.blue {
	  background: #0600db;
	  color: #ffffff !important;
	}

	.nav__switcher li.title__.green {}

	.nav__switcher li.all__ {
	  position: absolute;
	  right: 0px;
	}

	#photo-gallery .owl-nav .owl-prev {
	  left: -15px;
	}

	#photo-gallery .owl-nav .owl-next {
	  right: -15px;
	}

	#photo-gallery .owl-nav .owl-prev,
	#photo-gallery .owl-nav .owl-next {
	  background-color: #6a6969;
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  opacity: 1;
	}

	.camera__icon {
	  position: absolute;
	  left: auto;
	  top: 18px;
	  line-height: 15px;
	  padding: 5px;
	  border-radius: 50px;
	  margin-left: 25px;
	  background-color: #333;
	  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	  border: 2px solid #FFF;
	  cursor: pointer;
	  z-index: 1;
	}

	.video__icon {
	  position: absolute;
	  left: auto;
	  top: 18px;
	  line-height: 15px;
	  padding: 5px;
	  border-radius: 50px;
	  margin-left: 25px;
	  background-color: #e11b22;
	  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	  border: 2px solid #FFF;
	  cursor: pointer;
	  z-index: 1;
	}

	.sabai__ {
	  font-size: 14px;
	  background-color: rgba(77, 77, 77, .08);
	  color: #0e5dae;
	  padding: 5px 15px;
	  border-radius: 50px;
	  transition: .3s;
	  position: relative;
	  top: 17px;
	}

	.sabai__:hover {
	  background-color: #0e5dae;
	  color: #fff;
	}

	.sabai__.bri__ght {
	  border: 2px solid #fff;
	  color: #fff;
	}

	.search__box {
	  position: fixed;
	  height: 100%;
	  width: 100%;
	  top: 0;
	  right: 0;
	  box-shadow: 0px 4px 10px rgba(193, 193, 193, 0.4);
	  padding: 7px 0 5px;
	  background: #FFFFFF !important;
	  z-index: 11111;
	}

	.search__box form input[type='text'] {
	  width: 100%;
	  font-size: 2.625rem;
	  text-align: center;
	  border: none;
	}

	.search__box .close__search {
	  position: absolute;
	  top: 15px;
	  right: 15px;
	  cursor: pointer;
	}

	.vertical-center {
	  width: 100%;
	  margin: 0;
	  position: absolute;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}

	.recent__box {
	  position: absolute;
	  width: 350px;
	  right: 0;
	  height: 380px;
	  overflow-y: auto;
	  padding: 20px 0px 10px;
	  background: #fff !important;
	  box-shadow: 0 0 14px rgba(0, 0, 0, .34);
	  z-index: 1 !important;
	}

	.recent__box::-webkit-scrollbar {
	  width: 5px;

	}

	.recent__box::-webkit-scrollbar-track {
	  background: #f1f1f1;
	}

	.recent__box::-webkit-scrollbar-thumb {
	  background: #d81a21;
	}

	.recent__box::-webkit-scrollbar-thumb:hover {
	  background: RED;
	}

	.popular__box {
	  position: absolute;
	  width: 100%;
	  height: 480px;
	  overflow-y: auto;
	  padding: 20px 0px 10px;
	  background: #fff !important;
	  box-shadow: 0 0 14px rgba(0, 0, 0, .34);
	  z-index: 1 !important;
	}

	.close__btn {
	  float: right;
	  margin-top: -5px;
	  background: #d81a21;
	  color: #FFF;
	  padding: 5px 10px;
	  cursor: pointer;
	}

	/*
input[type=text], input.form-control {
    background-color: #fff;
    border: 1px solid #205389;
    border-radius: 0;
    color: #545454;
    font-size: 14px;
    height: 48px;
    padding: 12px 17px;
	margin-bottom: 25px;
    /* width: 100%; */
	}

	*/ input[type=text]:active {
	  border: 2px solid #205389;
	}

	.form-control {
	  display: block;
	  width: 100%;
	  height: calc(2.25rem - 2px);
	  font-size: 1rem;
	  font-weight: 400;
	  line-height: 1.5;
	  color: #495057;
	  background-color: #fff;
	  background-clip: padding-box;
	  border-radius: 50px;
	  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}

	.form-check {
	  padding-left: 0;
	  position: relative;
	}

	.no-calendar-icon::after,
	.no-keyword-icon::after {
	  content: "\e00d";
	  color: #d6d6d6;
	  font-family: "iconfont";
	  line-height: 22px;
	  position: absolute;
	  margin-top: -11px;
	  pointer-events: none;
	  right: 17px;
	  top: 50%;
	}

	.no-keyword-icon::after {
	  content: "A";
	}


	.text__block {
	  text-align: center;
	  padding: 30px 50px 5px;
	  position: relative;
	  margin-bottom: 40px;
	}

	.divi__der:before {
	  content: '';
	  position: absolute;
	  left: 10%;
	  bottom: 0;
	  height: 1px;
	  width: 80%;
	  background-color: rgba(0, 0, 0, .24);
	}

	.text__block .highlight {
	  letter-spacing: -2px;
	  font-weight: 300;
	  margin: 0;
	  width: 100%;
	}

	.text__block .highlight.title__only {
	  border-left: 5px solid #ea1f33;
	  padding-left: 5px;
	}

	.text__block .highlight a {
	  transition: all .3s ease;
	  color: #333;
	  text-decoration: none;
	  line-height: 150%;
	  font-family: 'Mukta';
	  font-weight: 700 !important;
	}

	.text__block .highlight a:hover {
	  color: rgb(255, 78, 2);
	}

	.text__block .author__ {
	  display: inline-block;
	  background: #ec1b30;
	  font-size: 25px;
	  padding: 10px;
	  color: #ffffff;
	  margin: 10px 0 20px;
	}

	.title__large {
	  font-size: 64px;
	  font-weight: 500;
	  color: #0e5dae;
	}



	.author__box,
	.post__time,
	.post__comments,
	.post__date {
	  display: inline-flex;
	  display: -webkit-inline-flex;
	  align-items: center;
	  margin-right: 1.1em;
	}

	.author__box a {
	  color: #333;
	  cursor: pointer;
	}

	.author__box a:hover {
	  color: #ff4e02;
	}

	.post__info label,
	.post__info span {
	  color: rgba(0, 0, 0, .5);
	}

	.author__box label {
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 30px;
	  margin-top: 5px;
	  vertical-align: top;
	}

	a.color-white {
	  color: #FFFFFF;
	}

	.text-secondary {
	  color: #6c757d !important;
	}

	a.link-normal,
	a.text-primary {
	  color: #007bff !important;
	}

	.more__from__author__posts {
	  padding: 15px 20px;
	}

	.more__from__author__posts>ul {
	  padding: 0;
	  list-style: none;
	}

	.more__from__author__posts>ul>li {
	  position: relative;
	  padding-left: calc(1.5em + 10px);
	  padding-top: 15px;
	}

	.more__from__author__posts>ul>li:before {
	  content: "";
	  position: absolute;
	  top: 15px;
	  left: 0;
	  width: 1.5em;
	  height: 1.5em;
	  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  display: block;
	}

	.more__from__author__posts>ul>li:after,
	.more__from__author__posts>ul>li:before {
	  content: "";
	  display: table;
	}

	.more__from__author__posts>ul>li>a {
	  font-size: 16px;
	  font-weight: 700;
	}

	.author__box .author__img {
	  height: 28px;
	  width: 28px;
	  max-width: 28px;
	  border-radius: 50%;
	  overflow: hidden;
	  display: inline-block;
	  margin-right: 1em;
	  position: relative;
	  top: -2px;
	}

	.author__box .author__img img {
	  height: 100%;
	  width: 100%;
	  object-fit: cover;
	}

	.post__time,
	.post__comments,
	.post__date {
	  color: #333;
	  font-size: .8em;
	  font-weight: 400;
	}

	.post__time span {
	  color: #333;
	  font-size: 15px;
	  font-weight: 400;
	}

	.post__time i,
	.post__comments i,
	.post__date i {
	  margin-right: .4em;
	  font-size: 1.4em;
	}

	.post__hasImg {
	  margin: 10px 0px;
	}

	.post__hasImg img {
	  height: auto;
	  width: 100%;
	  object-fit: cover;
	  transition: all .3s ease;
	}

	.post__hasDes p {
	  margin: 40px auto 20px;
	  font-size: 24px;
	  color: rgba(0, 0, 0, .6);
	  text-align: center;
	  line-height: 150%;
	  position: relative;
	  /* border-bottom: solid 1px rgba(0,0,0,.14); */
	  padding-bottom: 0px;
	}

	.post__Des p {
	  margin: 15px auto 20px;
	  font-size: 18px;
	  color: #4d4d4d;
	  text-align: center;
	  line-height: 150%;
	  position: relative;
	  padding-bottom: 10px;
	  text-align: justify;
	}

	.has__excerpt.small p {
	  color: #484848 !important;
	  font-size: 16px !important;
	  line-height: 30px !important;
	  font-weight: normal !important;
	  font-style: normal !important;
	  margin-top: -20px !important;
	}

	.has__excerpt p {
	  font-weight: bolder;
	  font-size: 19px;
	  line-height: normal;
	  font-style: italic;
	  color: #5f5e5e;
	}

	.text__md p {
	  color: #FFFFFF;
	  font-size: 23px;
	}

	.single__post__responsive__height {
	  height: 100px;
	}

	.shadow__ {
	  box-shadow: rgba(0, 0, 0, .1) 0 0 16px;
	  padding: 0;
	}

	.shadow__only {
	  box-shadow: rgba(0, 0, 0, .1) 0 0 16px;
	}

	.post-content-divider {
	  margin: 0px 0 20px;
	  border-bottom: 1px solid #e5e5e5;
	}

	.protech__posts__tag__ {
	  background-color: #ff4e02 !important;
	  position: absolute;
	  float: left;
	  display: block;
	  margin-top: -34px;
	  color: #fff;
	  padding: 5px 20px !important;
	  font-weight: 800;
	}

	.lr-p-15 {
	  padding-left: 15px;
	  padding-right: 15px;
	}

	.height-90-auto {
	  height: 90px;
	}

	.relative__post img {
	  width: 100%;
	  height: 250px;
	}

	.relative__post.list__view img {
	  width: 150px;
	  height: 100px;
	}

	.show__list,
	.show__grid {
	  cursor: pointer;
	}

	/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
	#sidebar {
	  width: 350px;
	  position: fixed;
	  top: 0;
	  left: -350px;
	  height: 100vh;
	  padding: 0px;
	  z-index: 9999999999;
	  background: #09858d;
	  color: #fff;
	  transition: all 0.3s;
	  overflow-y: scroll;
	  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	}

	/*

#sidebar::-webkit-scrollbar {
  width: 8px;
  
}
#sidebar::-webkit-scrollbar-thumb {
  background: #25009e;
}
#sidebar::-webkit-scrollbar-track {
  background: #d81a21; 
}
#sidebar::-webkit-scrollbar-thumb:hover {
  background: Blue; 
}
*/

	#sidebar.active {
	  left: 0;
	}

	#dismiss {
	  position: absolute;
	  top: 15px;
	  right: 20px;
	  font-size: 20px;
	  cursor: pointer;
	  -webkit-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
	  color: rgb(0, 0, 0);
	}

	.overlay {
	  position: fixed;
	  cursor: pointer;
	  top: 0px;
	  width: 100vw;
	  height: 100vh;
	  /* background: rgba(0, 0, 0, 0.7); */
	  z-index: 9;
	  display: none;
	}

	#sidebar .sidebar-header {
	  background: fff;
	  padding: 10px 20px 20px 20px;
	  margin-bottom: 10px;
	  text-align: center;
	}

	#sidebar .sidebar-header img {
	  max-width: 100%;
	  height: auto;
	  box-sizing: border-box;
	}

	#sidebar ul.components {
	  /*
	padding: 20px 0;
    border-bottom: 1px solid #47748b;
	*/
	}

	#sidebar ul p {
	  color: #000000;
	  padding: 10px;
	}

	#sidebar ul li {
	  padding: 5px 0px;
	}

	#sidebar ul li.menu-item-has-children a span {
	  color: red;
	}

	#sidebar ul.sub-menu {
	  min-width: 100%;
	  /* Set width of the dropdown */
	  display: none;
	  position: relative;
	  margin: 0;
	  padding: 0;
	  z-index: 999;
	  left: 0;
	}

	#sidebar ul.sub-menu li {
	  display: block;
	}

	#sidebar ul li.menu-item-has-children::before {
	  font-family: fontAwesome;
	  content: "\f107";
	  display: block;
	  position: absolute;
	  right: 20px;
	  font-size: 0.6em;
	  display: block;
	}

	#sidebar ul li.active>a,
	a[aria-expanded="true"] {
	  color: #000000;

	}

	a[data-toggle="collapse"] {
	  position: relative;
	}

	#sidebar ul p {
	  color: #fff;
	  padding: 10px;
	}

	#sidebar ul li a {
	  color: #FFF;
	  padding: 5px 20px;
	  font-size: 1.1em;
	  display: block;
	  font-weight: 700;
	}

	#sidebar ul li a:hover {
	  color: #ffffff;
	  text-decoration: none;
	}

	#sidebar ul li.active>a,
	a[aria-expanded="true"] {
	  color: #fff;
	  background: #6d7fcc;
	}


	a[data-toggle="collapse"] {
	  position: relative;
	}

	a[aria-expanded="false"]::before,
	a[aria-expanded="true"]::before {
	  content: '\e259';
	  display: block;
	  position: absolute;
	  right: 20px;
	  font-family: 'Glyphicons Halflings';
	  font-size: 0.6em;
	}

	a[aria-expanded="true"]::before {
	  content: '\e260';
	}

	@media (max-width: 1125px) {

	  /* #desktop__only { display: none; } */
	  .header__nav ul.nav-menu li a {
	    font-size: 15px;
	  }

	  .trending__list {
	    margin-right: -40px;
	  }
	}

	@media (max-width: 991px) {

	  /* #desktop__only { display: none; } */
	  .trending__ {
	    display: none;
	  }

	  #desktop__only {
	    display: none;
	  }

	  .header__nav .sidebar__collapse {
	    background: none;
	    margin-left: -18px;
	  }

	  .recent__box,
	  .popular__box {
	    height: 95vh;
	  }

	  .mbl__mb__30 {
	    margin-bottom: 30px;
	  }

	  .sidebar__ads {
	    display: center;
	  }

	  .desktop__only {
	    display: none;
	  }

	  .post-title.title-xl,
	  .newspost__title {
	    font-size: 34px;
	  }

	}

	@media (max-width:400px) {
	  .right__side a {
	    display: block;
	  }
	}

	@media (max-width:358px) {
	  .right__side {
	    margin-top: 0px;
	  }

	  .right__side a {
	    display: block;
	  }
	}

	@media (max-width: 767px) {
	  /*
   * .mt-20 {
    margin-top: 0px;
  }
	*/

	  .footer-widtet {
	    text-align: center;
	  }

	  .carousel-item img {
	    height: 300px;
	  }

	  .featured-tab .comments__section.nav-tabs {
	    margin: 10px 0;
	    position: relative;
	  }

	  .res__posts_gapper {
	    margin-bottom: 55px;
	  }

	  .res__posts__filters {
	    margin-top: 53px;
	    position: absolute;
	    float: left;
	    left: 0px;
	  }

	  .recent__box {
	    width: 100%;
	  }
	}

	@media (max-width: 576px) {
	  .right__btns {}

	  .header__nav .right__ li {
	    position: relative;
	    top: -46px;
	  }

	  .header__nav .right__ .english__ {
	    padding-bottom: 9px;
	  }
	}

	.play__video {
	  position: absolute;
	  width: 60px;
	  height: 60px;
	  padding-top: 0px;
	  font-size: 35px;
	  color: #FFF;
	  cursor: pointer;
	  bottom: 280px;
	  margin-left: 100px;
	  text-align: center;
	}

	@media (max-width: 767px) and (min-width: 1px) {
	  .highlight a.title__large {
	    line-height: 114%;
	    font-size: 44px;
	    font-weight: 700;
	  }

	}

	.posts__banner__ads,
	.banner__ads {
	  text-align: center;
	}

	.posts__banner__ads img,
	.banner__ads img {
	  margin-bottom: 20px;
	}

	.sidebar__ads img {
	  margin-bottom: 15px;
	  width: 100%;
	}


	.in__between_ads {
	  float: none;
	  width: 100%;
	  margin-bottom: 30px;
	  justify-content: center;
	  text-align: center;
	  border-top: solid 1px rgba(0, 0, 0, .2);
	  border-bottom: solid 1px rgba(0, 0, 0, .2);
	  padding: 40px 0 18px;
	}

	.in__between_ads .row {
	  justify-content: center;
	  text-align: center;
	}

	.in__between_ads .row .col-lg-4 {
	  margin-bottom: 10px;
	}

	.in__between_ads img {
	  width: auto;
	}

	.in__between_ads::before {
	  content: 'Advertisement';
	  font-size: 12px;
	  text-transform: uppercase;
	  width: 100%;
	  text-align: center;
	  color: rgba(0, 0, 0, .58);
	  position: absolute;
	  margin-top: -35px;
	  left: 0px;
	}

	.top__advertisement {
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999999;
	  height: 100%;
	  width: 100%;
	  transition: 3s;
	  background-color: #fff;
	}

	.top__advertisement .container .row {
	  text-align: center;
	  justify-content: center;
	}

	.top__advertisement .container .row .content .image {
	  max-width: 100%;
	  height: auto;
	}

	.top__advertisement .close__top__ads {
	  position: absolute;
	  right: 100px;
	  margin-top: -60px;
	}

	.top__advertisement .close__top__ads .skip__ads {
	  background: #e11b22;
	  text-transform: uppercase;
	  line-height: 44px;
	  font-size: 16px;
	  font-weight: 600;
	  padding: 5px 20px;
	  color: #FFF;
	  border-radius: 50px;
	}

	.top__advertisement .close__top__ads .skip__ads:hover {
	  transition: .3s;
	  color: #FFF;
	  cursor: pointer;
	}

	@media (max-width: 992px) {
	  .top__advertisement .container .row {
	    margin-top: 50px;
	  }
	}

	@media (max-width: 767px) {
	  .top__advertisement .container .row {
	    margin-top: 120px;
	  }

	  .top__advertisement .close__top__ads {
	    top: 20px;
	  }

	  .top__advertisement .close__top__ads .skip__ads {
	    padding: 0px 20px;
	  }

	  .top__header__ads {
	    display: none;
	  }

	  .logo .date {
	    text-align: center;
	    padding-top: 10px;
	  }

	  .single-post iframe {
	    width: 100%;
	  }

	  .mobile__friendly {
	    display: block;
	  }

	  .post-title.title-large,
	  .title__lg {
	    font-size: 30px;
	  }

	  .sports____head a {
	    font-size: 30px;
	    line-height: 50px;
	  }

	  .post__Des p {
	    font-size: 14px;

	  }
	}

	.post__comment__count__box {
	  display: inline-block;
	  float: right;
	  margin-top: 4px;
	  background: #3074b9;
	  color: #FFFFFF;
	  padding: 3px 20px;
	  border-radius: 3px;
	  font-size: 16px;
	}

	.post__comment__count__box .count {
	  position: relative;
	  top: 2px;
	  font-size: 28px;
	}

	@media (max-width: 500px) {
	  .post__comment__count__box {
	    float: none;
	    margin: 8px 0;
	  }
	}

	.uk-icon-button {
	  background-color: rgba(255, 255, 255, .1);
	  color: rgba(255, 255, 255, .5);
	}

	.uk-link-text {
	  color: #fff;
	}

	.uk-link-text:hover {
	  color: #fff;
	}

	.uk-margin-small-right {
	  margin-right: 10px !important;
	}

	.uk-icon-button {
	  box-sizing: border-box;
	  width: 36px;
	  height: 36px;
	  border-radius: 500px;
	  background: #f8f8f8;
	  color: #999;
	  vertical-align: middle;
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	  transition: .1s ease-in-out;
	  transition-property: color, background-color;
	}

	.uk-icon {
	  margin: 0;
	  border: none;
	  border-radius: 50px;
	  overflow: visible;
	  font: inherit;
	  color: inherit;
	  text-transform: none;
	  padding: 8px;
	  background-color: #F60505;
	  display: inline-block;
	  fill: currentcolor;
	  line-height: 0;
	}

	/* RESPONSIVE */

	@media (min-width: 992px) {

	  .modal-lg,
	  .modal-xl {
	    max-width: 95%;
	  }
	}

	@media (min-width: 576px) {

	  .modal-lg,
	  .modal-xl {
	    max-width: 95%;
	  }
	}

	.at4-jumboshare table {
	  float: right;
	}

	.share__this {
	  float: left
	}

	.at4-count,
	.at4-title {
	  float: left
	}

	.at4-count>span:last-child,
	.at4-title>span:last-child {
	  font-size: 34px !important;
	  line-height: 54px !important;
	  color: #0e5dae !important
	}

	.at4-title {
	  font-size: 14px !important
	}

	.at4-title {
	  font-size: 18px;
	  color: rgba(0, 0, 0, .68) !important;
	  float: left;
	  padding-top: 24px;
	  padding-left: 8px
	}

	.at4-jumboshare .at4-count-container {
	  display: table-cell;
	  text-align: center;
	  min-width: 10px !important;
	  vertical-align: middle;
	  border-right: none !important;
	  padding-right: 0 !important
	}

	.at4-jumboshare .at4-count {
	  line-height: 34px !important
	}

	.at-icon-wrapper .at-label {
	  display: none
	}

	.at-svc-facebook,
	.at-svc-messenger,
	.at-svc-twitter {
	  padding-right: 35px !important
	}

	.st-btn[data-network='facebook'],
	.st-btn[data-network='twitter'] {
	  padding-right: 35px !important;
	}


	.post__comment__count__box {
	  display: inline-block;
	  float: right;
	  margin-top: 4px;
	  background: #3074b9;
	  color: #FFFFFF;
	  padding: 3px 20px;
	  border-radius: 3px;
	  font-size: 16px;
	}

	.post__comment__count__box .count {
	  position: relative;
	  top: 2px;
	  font-size: 28px;
	}

	@media (max-width: 991px) {
	  .at4-jumboshare table {
	    float: left;
	    margin: 8px 0;
	  }
	}

	@media (max-width: 500px) {
	  .post__comment__count__box {
	    float: none;
	    margin: 8px 0;
	  }

	  .at-svc-facebook,
	  .at-svc-messenger,
	  .at-svc-twitter {
	    padding-right: 10px !important
	  }
	}

	.ndc-chevron::before {
	  border-style: solid;
	  border-width: .25em .25em 0 0;
	  content: "";
	  display: inline-block;
	  height: .3em;
	  left: .15em;
	  position: relative;
	  top: 5px;
	  transform: rotate(-45deg);
	  vertical-align: top;
	  width: .3em;
	  border-color: #fff;
	  box-sizing: initial
	}

	.ndc-chevron.ndc-right:before {
	  left: -1px;
	  transform: rotate(45deg)
	}

	.ndc-chevron.ndc-left:before {
	  left: 1px;
	  transform: rotate(-135deg)
	}

	div#ndp-nepali-box {
	  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	  border: 1px solid #a6c9e2;
	  background-color: #fdfefe;
	  position: absolute;
	  top: -999px;
	  z-index: 9999;
	  padding: 1px;
	  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
	}

	div#ndp-table-div {
	  margin: 0
	}

	div#ndp-table-div table {
	  border-spacing: 2px;
	  border-collapse: separate
	}

	div#ndp-nepali-box td.ndp-date {
	  padding: 2px;
	  border: 1px solid #c5dbec;
	  background: #dfeffc;
	  color: #2e6e9e
	}

	div#ndp-nepali-box td.ndp-selected {
	  border: 1px solid #fad42e;
	  background: #fbec88;
	  color: #363636;
	  text-align: center
	}

	div#ndp-nepali-box td.ndp-current {
	  padding: 2px;
	  border: 1px solid #fed22f;
	  background: #f5f8f9;
	  text-align: center;
	  font-weight: 700
	}

	div#ndp-nepali-box td.ndp-current a {
	  color: #e17009;
	  display: block
	}

	div#ndp-nepali-box td.ndp-date a {
	  display: block;
	  color: #1c94c4;
	  text-decoration: none;
	  width: 20px
	}

	a.ndp-disabled {
	  color: #ccc !important
	}

	div#ndp-nepali-box td.ndp-current:hover,
	div#ndp-nepali-box td.ndp-date:hover {
	  border: 1px solid #fed22f;
	  opacity: .8
	}

	div#ndp-nepali-box td.ndp-date a:hover {
	  color: #1c94c4
	}

	div#ndp-nepali-box table,
	div#ndp-nepali-box td,
	div#ndp-nepali-box tr {
	  font-size: 12px;
	  height: 19px;
	  line-height: 19px;
	  border-collapse: separate;
	  border-spacing: 2px
	}

	div#ndp-nepali-box a {
	  text-decoration: none
	}

	.ndp-days th,
	.ndp-header,
	div#ndp-nepali-box td.ndp-date a {
	  text-align: center;
	  font-weight: 700
	}

	.ndp-header {
	  border: 1px solid #4297d7;
	  background: #87b6d9;
	  color: #fff;
	  font-size: 13px;
	  padding: 2px;
	  line-height: 20px;
	  margin: 2px
	}

	.ndp-next:hover,
	.ndp-prev:hover {
	  background: #fed22f
	}

	.ndp-next,
	.ndp-prev {
	  position: absolute;
	  top: 8px;
	  width: 1.3em;
	  height: 1.3em;
	  background: #247ac4;
	  border-radius: 50%
	}

	.ndp-prev {
	  left: 7px
	}

	.ndp-next {
	  right: 7px
	}

	#currentMonth #ndp-month-select,
	#currentMonth #ndp-year-select {
	  color: #000;
	  font-size: 12px;
	  font-weight: 400;
	  padding: 2px 1px 0;
	  height: 22px
	}

	.ndp-corner-all,
	.ndp-corner-left,
	.ndp-corner-tl,
	.ndp-corner-top {
	  -moz-border-radius-topleft: 5px;
	  -webkit-border-top-left-radius: 5px;
	  -khtml-border-top-left-radius: 5px;
	  border-top-left-radius: 5px
	}

	.ndp-corner-all,
	.ndp-corner-right,
	.ndp-corner-top,
	.ndp-corner-tr {
	  -moz-border-radius-topright: 5px;
	  -webkit-border-top-right-radius: 5px;
	  -khtml-border-top-right-radius: 5px;
	  border-top-right-radius: 5px
	}

	.ndp-corner-all,
	.ndp-corner-bl,
	.ndp-corner-bottom,
	.ndp-corner-left {
	  -moz-border-radius-bottomleft: 5px;
	  -webkit-border-bottom-left-radius: 5px;
	  -khtml-border-bottom-left-radius: 5px;
	  border-bottom-left-radius: 5px
	}

	.ndp-corner-all,
	.ndp-corner-bottom,
	.ndp-corner-br,
	.ndp-corner-right {
	  -moz-border-radius-bottomright: 5px;
	  -webkit-border-bottom-right-radius: 5px;
	  -khtml-border-bottom-right-radius: 5px;
	  border-bottom-right-radius: 5px
	}

	/* ==========================================
// Sticky Post Title
============================================= */
	.post-title.title-xl.sticky-title {
	  position: fixed !important;
	  top: 46px !important;
	  /* Height of the sticky header navigation */
	  left: 0 !important;
	  /* Full width background */
	  right: 0 !important;
	  /* Full width background */
	  background: #ffffff !important;
	  z-index: 999999999 !important;
	  /* Ultra-high z-index to stay above sidebar content */
	  padding: 15px 0 !important;
	  margin: 0 !important;
	  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
	  border-bottom: 1px solid #e5e5e5 !important;
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
	  /* Smooth scrolling transition */
	  width: 100% !important;
	  transform: translateZ(0) !important;
	  will-change: transform !important;
	  scroll-behavior: smooth !important;
	}

	.post-title.title-xl.sticky-title .container {
	  max-width: 1140px !important;
	  margin: 0 auto !important;
	  padding: 0 15px !important;
	  display: flex !important;
	  align-items: center !important;
	  justify-content: flex-start !important;
	  position: relative !important;
	  z-index: 5 !important;
	}

	/* Normal title styles (before scrolling) */
	.post-title.title-xl h2 {
	  font-size: 50px !important;
	  line-height: 60px !important;
	  font-weight: 700 !important;
	  color: #1c1c1c !important;
	  margin: 0 !important;
	}

	.post-title.title-xl.sticky-title h2 {
	  margin: 0 !important;
	  font-size: 28px !important;
	  line-height: 36px !important;
	  color: #1c1c1c !important;
	  font-weight: 700 !important;
	  max-width: 100% !important;
	  overflow: hidden !important;
	  text-overflow: ellipsis !important;
	  white-space: nowrap !important;
	}

	/* Add top margin to main content when title is sticky */
	.main-content.sticky-title-active {
	  margin-top: 80px !important;
	  /* Height of sticky title + some spacing */
	}

	/* Ensure sidebar content stays below sticky title */
	.sidebar__ads,
	.protech_nepal_cat_module_header,
	.list-post-block,
	.post-block-style,
	.post-thumb,
	.post-content {
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Specific sidebar container */
	.col-lg-3 {
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Right sidebar specific styling */
	.post-right-sidebar,
	.inc .home .post-right-sidebar {
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Ensure all sidebar elements stay below sticky title */
	.sidebar__ads *,
	.protech_nepal_cat_module_header *,
	.list-post-block *,
	.post-block-style *,
	.post-thumb *,
	.post-content * {
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Force sidebar to stay below sticky title */
	.sidebar__ads,
	.protech_nepal_cat_module_header,
	.list-post-block,
	.post-block-style,
	.post-thumb,
	.post-content,
	.col-lg-3,
	.post-right-sidebar {
	  z-index: -999 !important;
	  position: relative !important;
	}

	/* Ultra-aggressive sidebar z-index control */
	.inc .home .post-right-sidebar,
	.inc .home .post-right-sidebar *,
	.inc .home .col-lg-3,
	.inc .home .col-lg-3 *,
	.post-right-sidebar,
	.post-right-sidebar * {
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Ensure sidebar content is interactive */
	.post-right-sidebar .list-post li,
	.post-right-sidebar .post-block-style,
	.post-right-sidebar .post-thumb,
	.post-right-sidebar .post-content,
	.post-right-sidebar .post-title {
	  z-index: 5 !important;
	  position: relative !important;
	  pointer-events: auto !important;
	}

	/* Sidebar post hover effects */
	.post-right-sidebar .post-block-style:hover {
	  transform: translateY(-2px) !important;
	  transition: transform 0.3s ease !important;
	  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
	}

	.post-right-sidebar .post-thumb img:hover {
	  transform: scale(1.05) !important;
	  transition: transform 0.3s ease !important;
	}

	/* Ensure sticky title is always on top - removed duplicate rule */

	/* Additional specific selector to override existing styles */
	body .post-title.title-xl.sticky-title,
	.single .post-title.title-xl.sticky-title,
	.single-post .post-title.title-xl.sticky-title {
	  position: fixed !important;
	  top: 46px !important;
	  left: 0 !important;
	  /* Full width background */
	  right: 0 !important;
	  /* Full width background */
	  background: #ffffff !important;
	  z-index: 999 !important;
	  /* Ultra-high z-index to stay above sidebar content */
	  padding: 15px 0 !important;
	  margin: 0 !important;
	  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
	  border-bottom: 1px solid #e5e5e5 !important;
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
	  /* Smooth scrolling transition */
	  width: 100% !important;
	  transform: translateZ(0) !important;
	  will-change: transform !important;
	  scroll-behavior: smooth !important;
	}

	/* Responsive adjustments for sticky title */
	@media (max-width: 1200px) {
	  .post-title.title-xl.sticky-title .container {
	    max-width: 100% !important;
	    padding: 0 20px !important;
	  }
	}

	/* Responsive adjustments for normal title */
	@media (max-width: 768px) {
	  .post-title.title-xl h2 {
	    font-size: 36px !important;
	    line-height: 44px !important;
	  }
	}

	@media (max-width: 576px) {
	  .post-title.title-xl h2 {
	    font-size: 28px !important;
	    line-height: 36px !important;
	  }
	}

	/* Footer Styles */
	.ts-footer {
	  background: #09858d !important;
	  color: #ffffff !important;
	  padding: 40px 0 !important;
	  margin-top: 50px !important;
	  position: relative !important;
	  z-index: 5 !important;
	}

	.social-media-section {
	  margin-bottom: 20px !important;
	  color: #ffffff !important;
	}

	.footer-widtet {
	  color: #ffffff !important;
	}

	.widget-title {
	  color: #000000 !important;
	  font-size: 18px !important;
	  font-weight: 600 !important;
	  margin-bottom: 15px !important;
	}

	.footer-widtet p {
	  color: #cccccc !important;
	  line-height: 1.6 !important;
	}

	/* Ensure footer is not affected by sticky title */
	.ts-footer,
	.ts-footer *,
	.footer-widtet,
	.social-media-section {
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Force footer to display properly */
	.ts-footer {
	  display: block !important;
	  visibility: visible !important;
	  opacity: 1 !important;
	  min-height: 200px !important;
	}

	/* Footer widget areas */
	#footer_one,
	#footer_two,
	#footer_three,
	#footer_four {
	  display: block !important;
	  visibility: visible !important;
	}

	/* Footer widget title styling */
	.footer-widtet .widget-title,
	.social-media-section .widget-title,
	#footer_one .widget-title,
	#footer_two .widget-title,
	#footer_three .widget-title,
	#footer_four .widget-title {
	  color: #000000 !important;
	  font-size: 18px !important;
	  font-weight: 700 !important;
	  margin-bottom: 15px !important;
	  display: block !important;
	  visibility: visible !important;
	  opacity: 1 !important;
	}

	/* Single page hover effects */
	.single-post a:hover,
	.single-post h2:hover,
	.single-post h3:hover,
	.single-post .post-title:hover,
	.single-post .post-content:hover,
	.single a:hover,
	.single h2:hover,
	.single h3:hover,
	.single .post-title:hover,
	.single .post-content:hover {
	  color: #d31021 !important;
	  transition: color 0.3s ease !important;
	}

	.single-post img:hover,
	.single img:hover {
	  transform: scale(1.02) !important;
	  transition: transform 0.3s ease !important;
	}

	/* More specific hover selectors */
	.post-title.title-xl h2:hover,
	.post-title.title-xl:hover h2 {
	  color: #d31021 !important;
	  transition: color 0.3s ease !important;
	}

	/* Ensure hover effects work on all interactive elements */
	.single-post *:hover,
	.single *:hover {
	  transition: all 0.3s ease !important;
	}

	/* Force hover states */
	.single-post a,
	.single-post h2,
	.single-post h3,
	.single-post .post-title,
	.single a,
	.single h2,
	.single h3,
	.single .post-title {
	  transition: color 0.3s ease !important;
	  cursor: pointer !important;
	}

	/* Related posts, latest posts, and trending content fixes */
	.related-post .post-block-style,
	.related-post .post-thumb,
	.related-post .post-content,
	.related-post .post-title,
	.post-right-sidebar .post-block-style,
	.post-right-sidebar .post-thumb,
	.post-right-sidebar .post-content,
	.post-right-sidebar .post-title,
	.post-bises .post-block-style,
	.post-bises .post-thumb,
	.post-bises .post-content,
	.post-bises .post-title {
	  position: relative !important;
	  z-index: 5 !important;
	  pointer-events: auto !important;
	}

	/* Force all post elements to be interactive */
	.related-post *,
	.post-right-sidebar *,
	.post-bises * {
	  pointer-events: auto !important;
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Specific fix for post titles in related content */
	.related-post .post-title,
	.post-right-sidebar .post-title,
	.post-bises .post-title {
	  z-index: 5 !important;
	  position: relative !important;
	  pointer-events: auto !important;
	  color: #1c1c1c !important;
	}

	.related-post .post-title a,
	.post-right-sidebar .post-title a,
	.post-bises .post-title a {
	  color: #1c1c1c !important;
	  text-decoration: none !important;
	  pointer-events: auto !important;
	  cursor: pointer !important;
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Ensure links work in related posts */
	.related-post a,
	.post-right-sidebar a,
	.post-bises a {
	  color: inherit !important;
	  text-decoration: none !important;
	  transition: color 0.3s ease !important;
	  pointer-events: auto !important;
	  cursor: pointer !important;
	  z-index: 5 !important;
	  position: relative !important;
	}

	.related-post a:hover,
	.post-right-sidebar a:hover,
	.post-bises a:hover {
	  color: #d31021 !important;
	  text-decoration: none !important;
	}

	/* Force all links to be clickable */
	.related-post a[href],
	.post-right-sidebar a[href],
	.post-bises a[href] {
	  pointer-events: auto !important;
	  cursor: pointer !important;
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Post block hover effects */
	.post-block-style:hover {
	  transform: translateY(-2px) !important;
	  transition: transform 0.3s ease !important;
	  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
	}

	/* Post thumb hover effects */
	.post-thumb img:hover {
	  transform: scale(1.05) !important;
	  transition: transform 0.3s ease !important;
	}

	/* Critical fix: Override sticky title interference */
	.related-post .post-title.title-xl,
	.post-right-sidebar .post-title.title-xl,
	.post-bises .post-title.title-xl {
	  position: relative !important;
	  z-index: 5 !important;
	  pointer-events: auto !important;
	  color: #1c1c1c !important;
	  font-size: inherit !important;
	  line-height: inherit !important;
	  font-weight: inherit !important;
	  margin: inherit !important;
	  padding: inherit !important;
	  background: transparent !important;
	  box-shadow: none !important;
	  border: none !important;
	  transform: none !important;
	}

	/* Sidebar specific fixes */
	.list-post-block,
	.list-post,
	.list-post li,
	.list-post .post-block-style,
	.list-post .post-block-style.media,
	.list-post .post-thumb,
	.list-post .post-content,
	.list-post .post-content.media-body,
	.list-post .post-title,
	.list-post .post-title.title-ok {
	  position: relative !important;
	  z-index: 5 !important;
	  pointer-events: auto !important;
	}

	/* Sidebar post titles */
	.list-post .post-title.title-ok,
	.list-post .post-title.title-ok a {
	  color: #1c1c1c !important;
	  text-decoration: none !important;
	  pointer-events: auto !important;
	  cursor: pointer !important;
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Sidebar links */
	.list-post a,
	.list-post .post-thumb a,
	.list-post .post-content a {
	  color: inherit !important;
	  text-decoration: none !important;
	  pointer-events: auto !important;
	  cursor: pointer !important;
	  z-index: 5 !important;
	  position: relative !important;
	}

	/* Sidebar hover effects */
	.list-post .post-block-style:hover {
	  transform: translateY(-2px) !important;
	  transition: transform 0.3s ease !important;
	  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
	}

	.list-post .post-thumb img:hover {
	  transform: scale(1.05) !important;
	  transition: transform 0.3s ease !important;
	}

	.list-post .post-title.title-ok a:hover {
	  color: #d31021 !important;
	  transition: color 0.3s ease !important;
	}

	/* Ensure post blocks are not affected by sticky styles */
	.related-post .post-block-style,
	.post-right-sidebar .post-block-style,
	.post-bises .post-block-style {
	  position: relative !important;
	  z-index: 5 !important;
	  pointer-events: auto !important;
	  transform: none !important;
	  transition: all 0.3s ease !important;
	}

	/* Sidebar category headers */
	.protech_nepal_cat_module_header,
	.protech_nepal_cat_module_main_heading {
	  position: relative !important;
	  z-index: 5 !important;
	  pointer-events: auto !important;
	  color: #1c1c1c !important;
	  font-weight: 600 !important;
	}

	/* Sidebar ads */
	.sidebar__ads {
	  position: relative !important;
	  z-index: 5 !important;
	  pointer-events: auto !important;
	}

	/* Force sidebar column to work */
	.col-lg-3 {
	  position: relative !important;
	  z-index: 50 !important;
	  pointer-events: auto !important;
	  margin-top: 0px !important;
	  padding-top: 0px !important;
	  clear: both !important;
	  float: right !important;
	}

	/* Alternative: Hide sidebar on single pages to prevent overlap */
	.single .col-lg-3,
	.single-post .col-lg-3 {
	  display: none !important;
	}

	/* Show sidebar only when safe */
	@media (min-width: 1200px) {

	  .single .col-lg-3,
	  .single-post .col-lg-3 {
	    display: block !important;
	    position: static !important;
	    right: auto !important;
	    top: auto !important;
	    width: 25% !important;
	    z-index: 5 !important;
	    background: transparent !important;
	    border: none !important;
	    box-shadow: none !important;
	    max-height: none !important;
	    overflow-y: visible !important;
	    padding: 15px !important;
	    border-radius: 0px !important;
	    margin-top: 0px !important;
	    float: none !important;
	    clear: none !important;
	  }

	  /* Ensure proper flex layout */
	  .single .row,
	  .single-post .row {
	    display: flex !important;
	    flex-wrap: wrap !important;
	    align-items: flex-start !important;
	    gap: 0 !important;
	  }
	}

	/* Fix sidebar content positioning to prevent overlap */
	.post-right-sidebar,
	.inc .home .post-right-sidebar {
	  position: relative !important;
	  z-index: 5 !important;
	  pointer-events: auto !important;
	  margin-top: 20px !important;
	  padding-top: 10px !important;
	  clear: both !important;
	}

	/* Ensure sidebar content starts below main content */
	.sidebar__ads,
	.protech_nepal_cat_module_header,
	.list-post-block {
	  margin-top: 10px !important;
	  position: relative !important;
	  z-index: 5 !important;
	}

	/* Fix main content and sidebar layout - but don't override protech_sticky */
	.col-lg-9:not(.protech_sticky) {
	  position: relative !important;
	  z-index: 8 !important;
	}

	/* Restore protech_sticky functionality with proper sticky positioning */
	.protech_sticky {
	  position: -webkit-sticky !important;
	  position: sticky !important;
	  top: 70px !important;
	  /* Adjusted to account for sticky title */
	  height: fit-content !important;
	  margin-bottom: 30px !important;
	  z-index: 10 !important;
	  /* Higher than sidebar but lower than sticky title */
	  background: transparent !important;
	  overflow: visible !important;
	  max-height: none !important;
	}

	/* Ensure main content has full width when sidebar is hidden */
	.single .col-lg-9,
	.single-post .col-lg-9 {
	  width: 100% !important;
	  max-width: 100% !important;
	  flex: 0 0 100% !important;
	}

	/* On larger screens, adjust main content width */
	@media (min-width: 1200px) {

	  .single .col-lg-9,
	  .single-post .col-lg-9 {
	    width: 75% !important;
	    max-width: 75% !important;
	    flex: 0 0 75% !important;
	    padding-right: 15px !important;
	    margin-right: 0 !important;
	  }

	  /* Ensure sidebar stays in its lane */
	  .single .col-lg-3,
	  .single-post .col-lg-3 {
	    padding-left: 15px !important;
	    margin-left: 0 !important;
	  }

	  /* Container spacing */
	  .single .container,
	  .single-post .container {
	    max-width: 1140px !important;
	    padding: 0 15px !important;
	  }
	}

	/* Ensure proper spacing between main content and sidebar */
	.row.ts-gutter-30 {
	  margin-top: 20px !important;
	}

	/* Fix sidebar first element spacing */
	.col-lg-3>*:first-child {
	  margin-top: 20px !important;
	  padding-top: 10px !important;
	}

	/* Normal sidebar positioning */
	.col-lg-3 .sidebar__ads:first-child,
	.col-lg-3 .protech_nepal_cat_module_header:first-of-type {
	  margin-top: 20px !important;
	  padding-top: 15px !important;
	  position: relative !important;
	  top: 0px !important;
	}

	/* Ensure sidebar doesn't interfere with main content */
	.single .col-lg-3,
	.single-post .col-lg-3 {
	  position: fixed !important;
	  right: 20px !important;
	  top: 500px !important;
	  width: 300px !important;
	  z-index: 50 !important;
	  background: #ffffff !important;
	  border: 1px solid #e5e5e5 !important;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	  max-height: 70vh !important;
	  overflow-y: auto !important;
	  padding: 20px !important;
	}

	/* Ensure category headers don't overlap */
	.protech_nepal_cat_module_header {
	  margin-top: 15px !important;
	  padding-top: 10px !important;
	  border-top: 1px solid #e5e5e5 !important;
	}

	/* Media queries for sidebar responsiveness */
	@media (max-width: 768px) {
	  .list-post .post-block-style.media {
	    flex-direction: column !important;
	  }

	  .list-post .post-thumb {
	    margin-bottom: 10px !important;
	  }

	  .list-post .post-title.title-ok {
	    margin-left: 0 !important;
	  }

	  /* Disable sticky on mobile for protech_sticky */
	  .protech_sticky {
	    position: static !important;
	    top: auto !important;
	    height: auto !important;
	    z-index: auto !important;
	    background: transparent !important;
	    overflow: visible !important;
	    max-height: none !important;
	  }
	}

	@media (max-width: 768px) {
	  .post-title.title-xl.sticky-title {
	    top: 46px !important;
	    /* Keep same top position on mobile */
	    padding: 10px 0 !important;
	  }

	  .post-title.title-xl.sticky-title h2 {
	    font-size: 32px !important;
	    line-height: 40px !important;
	  }

	  .post-title.title-xl.sticky-title .container {
	    padding: 0 15px !important;
	  }

	  .main-content.sticky-title-active {
	    margin-top: 70px !important;
	  }
	}

	@media (max-width: 576px) {
	  .post-title.title-xl.sticky-title h2 {
	    font-size: 24px !important;
	    line-height: 32px !important;
	  }

	  .post-title.title-xl.sticky-title .container {
	    padding: 0 10px !important;
	  }
	}

	/* Make category title color white */
	.protech_nepal_cat_module_main_heading,
	.protech_nepal_cat_module_main_heading-white {
	  color: #ffffff !important;
	}

	/* Force sidebar and all its content to stay below sticky title but allow hover */
	.col-lg-3,
	.col-lg-3 *,
	.post-right-sidebar,
	.post-right-sidebar *,
	.sidebar__ads,
	.sidebar__ads *,
	.protech_nepal_cat_module_header,
	.protech_nepal_cat_module_header *,
	.list-post-block,
	.list-post-block *,
	.list-post,
	.list-post * {
	  z-index: 5 !important;
	  position: relative !important;
	  pointer-events: auto !important;
	}

	/* Ensure sidebar content is interactive and hoverable */
	.col-lg-3 a,
	.post-right-sidebar a,
	.sidebar__ads a,
	.list-post a,
	.col-lg-3 img,
	.post-right-sidebar img,
	.sidebar__ads img,
	.list-post img {
	  pointer-events: auto !important;
	  z-index: 6 !important;
	  position: relative !important;
	  cursor: pointer !important;
	}

	/* Hover effects for sidebar content */
	.col-lg-3 a:hover,
	.post-right-sidebar a:hover,
	.sidebar__ads a:hover,
	.list-post a:hover {
	  color: #d31021 !important;
	  text-decoration: none !important;
	  transform: scale(1.02) !important;
	  transition: all 0.3s ease !important;
	}

	.col-lg-3 img:hover,
	.post-right-sidebar img:hover,
	.sidebar__ads img:hover,
	.list-post img:hover {
	  transform: scale(1.05) !important;
	  transition: transform 0.3s ease !important;
	}

	.post-block-style:hover {
	  transform: translateY(-2px) !important;
	  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
	  transition: all 0.3s ease !important;
	}

	/* Additional hover effects for related content */
	.related-post a:hover,
	.related-post .post-title:hover {
	  color: #d31021 !important;
	  text-decoration: none !important;
	  transform: scale(1.02) !important;
	  transition: all 0.3s ease !important;
	}

	.related-post img:hover {
	  transform: scale(1.05) !important;
	  transition: transform 0.3s ease !important;
	}

	/* Ensure category headers are hoverable */
	.protech_nepal_cat_module_header:hover {
	  transform: translateY(-2px) !important;
	  box-shadow: 0 8px 25px rgba(26, 46, 70, 0.35) !important;
	  border-bottom-color: #ffd700 !important;
	  transition: all 0.3s ease !important;
	}