/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* @font-face {
	font-display: normal;
	font-family: "georgia";
	src: url("./fonts/georgia.ttf") format("truetype"),
	url("./fonts/georgia.ttf") format("truetype");	
} */

body {
  font-family: "Hind", sans-serif;
  /* font-family: "Rubik", sans-serif; */
  color: #001e2f;
  background: #ffffff !important;
}
body p{
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  user-select: none;
  font-family: "Arimo", sans-serif;
}

a {
  color: #0083c0;
  text-decoration: none;
}

a:hover {
  color: #da251d;
  text-decoration: none;
}

#main {
  margin-top: 2rem;
  z-index: 3;
  position: relative;
}
body.dark-mode {
  background-color: #121212;
  color: white;
}

/* example for checkbox styles */
.checkbox-label {
  cursor: pointer;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  background: #0083c0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #000;
  height: 28px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s;
  z-index: 996;
  border-bottom: 1px dashed #d5e1ed;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1.4;
  color: #b4b4b4;
  transition: 0.3s;
  border-right: 2px solid #f1c40f;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#topbar .contact-info a:last-child {
  border-right: none;
}
.user-sec {
  /* font-style: italic; */
  font-weight: 500;
  /* font-size: 1rem; */
  color: #f1c40f;
  text-transform: uppercase;
}
/*
#topbar .contact-info a:last-child {
  border-right: none;
}
*/
.web-leg{
  border-right: none !important;
}
#topbar .contact-info sup {
  color: #cc193a;
  top: -0.7em;
}

#topbar .contact-info a:hover {
  color: #0083c0;
}

#topbar .contact-info i {
  color: #b4b4b4;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #b4b4b4;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #0083c0;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 55px;
  z-index: 997;
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  position: sticky;
  border-bottom: 1px solid #000000;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #3c4133;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}
#header .logo .logo_d {
    display: none;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  /* left: 17%; */
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar li{
   /* border-right: 1px solid #000; */
}
.navbar li:last-child {
    border-right: none;
}
.navbar a,
.navbar a:focus {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercas;
	padding-right: 25px;
    /* width: 23.07%; */
    position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.nav-link:focus, .nav-link:hover {
    color: #0083c0;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0083c0;
}

.navbar .active:focus {
  color: #ffffff;
}
.login-item {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercas;
    padding-right: 25px;
    /* width: 23.07%; */
    position: relative;
}
.login-item a{
    color: #000000;
    cursor: pointer;
}
.login-item a:hover{
    color: #0083c0;
    cursor: pointer;
}
/* .login-item:hover{
    color: rgb(255, 255, 255);
    background: rgb(0 131 192);
    border-radius: 10px;
}
.login-item .getstarted:hover img {
    filter: saturate(0) brightness(0) invert(1);
} */
.login-item .getstarted .nav-icon {
    max-height: 25px;
    margin-right: 0.4rem;
}
/* .navbar .login-item {
    left: 7rem;
} */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #94c045;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar .nav-icon{
    max-height: 25px;
    margin-right: 0.4rem;
}
.search-nav i{
	color: black;
    font-size: 1.3rem;
	cursor: pointer;
}
.search-2 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.search-2 input {
  height: 45px;
  border: none;
  width: 100%;
  padding-left: 18px;
  padding-right: 100px;
  border: 1px solid #ddd;
}

.search-2 input:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}

.search-2 i {
  position: absolute;
  top: 12px;
  left: -10px;
  font-size: 24px;
  color: #eee;
}

.search-2 button {
  position: absolute;
  right: 1px;
  top: 0px;
  border: none;
  height: 45px;
  background-color: #0083c0;
  color: #fff;
  width: 90px;
  border-radius: 4px;
}
.modal-body {
    padding-bottom: 2rem;
}
.modal {
    --bs-modal-width: 750px;
}

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #3c4133;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
  display: none;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 36, 29, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #3c4133;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #94c045;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #94c045;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
ul.list-homeleft {
  float: left;
  width: 100%;
  max-width: none;
  padding-inline-start: 0;
}

.list-homeleft li {
  margin-bottom: 10px;
  float: left;
  overflow: hidden;
  height: 90px;
  width: 100%;
  border-bottom: 1px dashed #515152;
}
.list-homeleft li:last-child{ 
  border-bottom: none;
}
.list-homeleft li figcaption {
  float: right;
  width: 62%;
}
.tabtextarea-homeleft h3 {
  color: #0c0c0c;
  /* float: right; */
  font-size: 0.91rem;
  font-weight: 500;
  letter-spacing: -0.02em !important;
  line-height: 1.5;
  width: 100%; 
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tabtextarea-homeleft h3:hover {
  color: #da251d;
}
.img-homeleft {
  position: relative;
  float: left;
  width: 33%;
}

.img-homeleft img {
  float: left;
  width: 100%;
  height: 65px;
}
.top-post {
    margin-bottom: 5px;
    padding-bottom: 0px;
    position: relative;
}	
.bus-feed-item-primary .biz-feed-item-primary-element a img {
	height: 250px;
	width: 100%;
	margin-bottom: 8px;
	position: relative;
	object-fit: contain;
	border: 1px solid #565656;
	position: relative;
	z-index: 1;
}
.bus-feed-item-primary .biz-feed-item-primary-element .top-post_img:after {
    content: "";
    z-index: 0;
    left: 2rem;
    right: 2rem;
    top: 5px;
    bottom: 15.1rem;
    background-size: cover !important;
    filter: blur(50px);
    position: absolute;
}
.cat-date-wrap {
  margin-bottom: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  line-height: 10px;
  display: inline-block;
}
.cd-cat-l {
  color: #cc193a;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  float: left;
}
.bus-feed-item-primary .biz-feed-item-primary-element .news_description h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 24px;
}
.bus-feed-item-primary .biz-feed-item-primary-element .news_description h4 a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bus-feed-item-primary .biz-feed-item-primary-element .news_description h4 a:hover {
  color: #0083c0;
}
.cd-date-l {
  color: #666363;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  float: left;
}
.bus-feed-item-primary .biz-feed-item-primary-element .news_description p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.list-bottom{
  float: left;
  width: 100% !important;
  max-width: none !important;
  padding-inline-start: 0;
}
ul.list-bottom li:nth-child(1), ul.list-bottom li:nth-child(3) {
  padding-left: 0;
}
ul.list-bottom li {
  float: left;
  overflow: hidden;
  padding: 20px 0 20px 4%;
  width: 49.966667%;
  height: 285px;
}
.img-top-bottom {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  height: 155px;
}
ul.list-bottom li img {
  width: 100%;
  height: 150px;
}
.list-bottom li figcaption .title {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  float: left;
}
.list-bottom li figcaption .title:hover {
  color: #da251d;
}
ul.top-listright{
  float: left;
  width: 100% !important;
  max-width: none !important;
  padding-inline-start: 0;
}
ul.top-listright li {
    float: left;
    overflow: hidden;
    padding: 0 0px 0px 0px;
    width: 100%;
    height: 115px;
    border-bottom: 1px dashed #515152;
    margin-bottom: 1rem;
}
ul.top-listright li:last-child{ 
  border-bottom: none;
}
.img-topright {
    width: 40%;
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    height: 155px;
    float: right;
}
ul.top-listright li img {
  width: 100%;
  height: 90px;
  border-radius: 10px;
}
ul.home-galleries li figcaption {
    width: 55%;
    float: left;
}
.top-listright li figcaption .title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: unset;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
}
.top-listright li figcaption .title:hover {
  color: #da251d;
}
.home-galleries .photo-count {
    position: absolute;
    z-index: 1;
    font-size: .75rem;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #fbfafa;
    bottom: 44%;
    right: 8px;
    background: #007ab8;
    padding: 5px;
    border-radius: 6px;
    font-weight: 600;
	  cursor: pointer;
}
.home-galleries .photo-count:hover{
    background: #d02710;
	transition: 0.5s;
    transform: scale(1.1);
}

.home-galleries .photo-count span {
    flex-shrink: 0;
    margin-right: 5px;
    display: flex;
}

.home-vid-gall .photo-count span {
    margin-right: 0px;;
}

.home-galleries .photo-count span i{
    color: #fbfafa;
    font-size: 16px;
}
.top_left_col {
  padding-right: 25px;
  /* width: 23.07%; */
  position: relative;
  border-left: 1px solid #eaeaea;
}

.top_center_col {
  padding: 1rem 3.5rem;
  position: relative;
  /*border-right: 1px solid #000;*/
}
.home_top_news {
  border-bottom: 1px solid #111010;
}
.top_right_col {
  padding-left: 25px;
  /* width: 23.07%; */
  position: relative;
  border-left: 1px solid #eaeaea;
  /* border-right: 1px solid #000; */
}
.sidebar_right{
  width: 21.07%;
}
.sidebar_right .home_cat_hed{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.home_hed_bx h2 {
  padding-bottom: 4px;
  position: relative;
  font-size: 24px;
  border-bottom: 4px solid #bebdbd;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: 700;
  position: relative;
}
.home_hed_sp {
  border-bottom: 4px solid #e70505;
  width: 75px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.top_sec_row {
    /* border-bottom: 1px dashed #515152; */
    position: relative;
    overflow: hidden;
    margin-bottom: 0rem;
    /* padding-bottom: 1rem; */
}
ul.top-listright {
    float: left;
    width: 100% !important;
    max-width: none !important;
    padding-inline-start: 0;
    margin-top: 1.1rem;
}
.home-galleries li a .title:hover{
  color: #0083c0
}
.more-link {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #cc0000;
  color: #cc0000;
  border-radius: 15px;
  float: right;
  padding: 5px 9px 0;
  margin-top: 0;
  font-weight: 700;
  position: relative;
  font-weight: normal;
}
.more-link a {
  color: #000000;
  font-weight: normal;
}
.more-link::after {
  content: ">";
  font-size: 15px;
  font-weight: 700;
  color: #cc0000;
  padding-left: 3px;
}
.latest_news_home{
    margin-top: 0;
}
.home_hed_bx {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.home_tv_sec{
  background: #000000;
}
.home_tv_sec .home_hed_bx h2 {
  color: white;
}
.home_tv_sec .more-link a {
  color: #f3f3f3;
}
.home_tv_sec .top_left_col {
  /* border-right: 1px solid #454545; */
  border-left: 1px solid #eaeaea;
  padding-left: 2rem;
}
.home_tv_sec .top_center_col {
  border-right: 1px solid #454545;
}
.home_tv_sec ul.top-listright li {
  border-bottom: 1px dashed #515152;
}
.home_tv_sec .top-post .news_description h4 a {
  color: #d0d0d0;
}
.home_tv_sec .top-post .news_description h4 a:hover {
  color: #da251d;
}
.home_tv_sec .top-post .mvp-vid-box-wrap-s {
	border-radius: 50%;
	color: #f1f3f5b8;
	opacity: 0.9;
	position: absolute;
	left: 45%;
	text-align: center;
	background: #0e0e0e;
	font-size: 40px;
	top: 25%;
	width: 60px;
	height: 60px;
	z-index: 1;
}
.home_tv_sec .top-post .mvp-vid-box-wrap-s:hover {
    background: #e60c0c;
    transition: all 0.3s ease 0s;
    color: #0e0e0e;
}
.home_tv_sec .list-bottom li figcaption .title {
  color: #d0d0d0;
}
.home_tv_sec .list-bottom .mvp-vid-box-wrap-s {
  font-size: 28px;
  top: 35%;
}

.home_tv_sec .top-listright li figcaption .title {
  color: #cdcaca;
}
.home_tv_sec .top-listright li figcaption .title:hover {
  color: #da251d;
}
.home_tv_sec .top-listright .mvp-vid-box-wrap-s {
  font-size: 28px;
  top: 35%;
}
.home_tv_sec ul.top-listright li:last-child{ 
  border-bottom: none;
}
.home_tv_sec .main-heading .heading {
  color: #bdbcbc;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.home_tv_sec .main-heading .heading:before {
  border-bottom: 4px solid #e90000;
}
.home_tv_sec .main-heading .heading:after {
  border: 1px solid #959090;
}
.home_tv_sec .row{
  border-bottom: 1px solid #454545;
}
.home_tv_sec .short-vid-col .short-thumb-image {
  height: 310px;
  border-radius: 2%;
}
.home_tv_sec .short-vid-col .des-title {
  font-size: 12px;
  font-weight: 600;
  color: #b8b7b7;
}
.home_tv_sec .short-vid-col .label {
  font-size: 10px;
  font-weight: 400;
}
.home_top_pic .album-thumb {
  height: 300px;
}
.main-heading {
    width: 100%;
    /* position: relative;
    margin-bottom: 2rem; 
    margin-top: 1.7rem;*/
}
.main-heading .heading {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 0 0 8px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5;
}
.main-heading .heading:before {
    position: absolute;
    content: " ";
    border-bottom: 4px solid #666464;
    bottom: -3.39px;
    border-radius: 50px;
    width: 150px;
    z-index: 1;
}
.main-heading .heading:after {
    position: absolute;
    content: " ";
    border: 1px solid #000;
    bottom: -2.5px;
    border-radius: 50px;
    width: 100%;
    left: 0;
    z-index: 0;
}

.cat-date-wrap-1 {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 0;
    line-height: 10px;
    display: inline-block;
}
.cat-date-wrap-1 .btn3d {
    margin-left: 0;
    margin-right: 5px;
    padding: 2px;
}
.cd-cat-M {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    /* font-weight: 800; */
    line-height: 12px;
    padding-right: 5px;
}
span.cd-cat-M:nth-child(1):before {
    content: "";
    margin-right: 0px;
    margin-left: 0px;
}
span.cd-cat-M:before {
   /* content: "/";
    margin-right: 3px;
    margin-left: 0px;
    color: #f00000;*/
}
.cat-date-wrap-1 .btn3d.btn-default {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 2px 0 0 #0083c045, 0 3px 3px 1px rgba(0, 0, 0, .2);
}
.cd-cat-M a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.7rem;
    /* background-color: #000000; */
    padding: 2px 7px 2px;
    border-radius: 10px;
    margin: 0px 0 0px 0;
    position: relative;
    font-size: 10px;
    /* border: 1px solid #0273a8; */
}
/* Ensure the container allows relative positioning */
.cat-date-wrap-1 .dropdown {
    position: relative; /* important */
}

/* Dropdown content hidden by default */
.dropdown-content {
    display: none;
    position: absolute;
    bottom: 100%; /* below the button */
    left: -50px;
    background-color: #fff;
    min-width: 140px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 5px;
    z-index: 1000;
    padding: 5px 0;
}

/* Dropdown links style */
.cat-date-wrap-1 .dropdown  .dropdown-content a {
    display: block;
    padding: 5px 10px;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    border-radius: 20px;
}

.cat-date-wrap-1 .dropdown  .dropdown-content a:hover {
    background-color: #f0f0f0;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.cat-date-wrap-1 .dropdown a{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.7rem;
    /* background-color: #000000; */
    padding: 0;
    border-radius: 50%;
    margin: 0px 0 0px 0;
    position: relative;
    /* font-size: 17px; */
}
.cat-date-wrap-1 .dropdown i{
    top: 3px;
    font-size: 20px;
    padding: 0;
    margin: 0px 0 0px 0;
    position: relative;
}
.cd-date-M {
    color: #e80404;
    font-size: 11px;
}
span.cd-date-M:before {
    content: " ";
    margin-right: 3px;
    margin-left: 0px;
}
/*.top_sec_row{
	border-bottom: 1px solid #000;
}*/
ul.news-blocks-list {
    float: left;
    width: 100%;
    max-width: none;
    display: block;
	padding-inline-start: 0;
}
.blocks-sec .news-blocks-list li {
    height: 168px;
    margin-bottom: 1.5rem;
    float: left;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dashed #515152;
}
.pagination {
  padding-left: 5px;
  color: #d5d8ce;
  font-size: 14px;
}
.top-category-list-bottom .pagination li {
  margin-bottom: 0px;
  float: left;
  overflow: hidden;
  height: auto;
  width: auto;
}
.top-category-list-bottom .pagination li .page-link {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #001e2f;
}
.pagination {
  padding-left: 5px;
  color: #d5d8ce;
  font-size: 14px;
}
.pagination li {
  margin-bottom: 0px;
  float: left;
  overflow: hidden;
  height: auto;
  width: auto;
}
.pagination li .page-link {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #000;
}

.pagination .page-item .active {
  background-color: #1f85be !important;
  color: #fff !important;
  border: 2px solid #1f85be;
}
.go_page {
    margin-left: 1rem;
    color: #001e2f;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.go_page  input{
  margin-left: 10px;
  width: 50%;
  float: none;
  height: 32px;
  line-height: 0;
  outline: none;
  border: 1px solid rgb(31 133 190);
  margin-bottom: 0;
  border-radius: 5px 0px 0px 5px;
  margin-right: 0px;
}
.go_btn {
  font-style: normal;
  cursor: pointer;
  background: #1f85be;
  padding: 5px 8px;
  /* margin-left: 30px; */
  border-radius: 0px 5px 5px 0px;
  color: #e2e2e2;
  border-bottom: none !important;
  height: 32px;
  top: 0px;
  position: relative;
}
.news-blocks-list li figcaption {
    float: right;
    width: 60%;
}
.tabtextarea-news-blocks-list h3 {
    color: #0f0f10;
    font-size: 0.98rem;
    font-weight: 600;
	line-height: 1.5;
    letter-spacing: -0.02em !important;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
}
.tabtextarea-news-blocks-list h3:hover {
  color: #da251d;
}
.tabtextarea-news-blocks-list p {
    font-size: 13px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img-area-news-blocks-list {
    position: relative;
    float: left;
    width: 35%;
}
.blocks-sec .img-area-news-blocks-list img {
    height: 140px;
    float: left;
    width: 100%;
}
.nation-first-div .post-img img {
    height: 290px;
    width: 100%;
}
.national-news .nation-first-div h4 a{
    color: #000;
}
.national-news .nation-first-div h4 a:hover {
  color: #da251d;
}
ul.news-blocks-list-bottom {
    float: left;
    width: 100%;
    max-width: none;
	padding-inline-start: 0;
}
.news-blocks-list-bottom li {
    margin-bottom: 12px;
    float: left;
    overflow: hidden;
    height: 95px;
    width: 100%;
    border-bottom: 1px solid #d5e1ed;
}
.news-blocks-list-bottom li figcaption {
    float: left;
    width: 62%;
}
.tabtextarea-news-blocks-list-bottom h3 {
    color: #000000;
    font-size: 0.91rem;
    font-weight: 600;
	line-height: 1.5;
    letter-spacing: -0.02em !important;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 0;
}
.tabtextarea-news-blocks-list-bottom h3:hover {
  color: #da251d;
}
.img-area-news-blocks-list-bottom {
    position: relative;
    float: right;
    width: 33%;
}
.img-area-news-blocks-list-bottom img {
    float: left;
    width: 100%;
    height: 70px;
    border: 1px solid #0b2f66;
}
.news-blocks-list-bottom  .cat-date-wrap-1 {
    margin-bottom: 5px;
    width: 100%;
    margin-top: 0px;
    line-height: 5px;
    display: inline-block;
}
.blocks-sec .post-content h4{
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 24px;
	line-height: 1.5;
    margin-top: 1rem;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blocks-sec .post-content p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blocks-sec .news-blocks-list li:last-child, .news-blocks-list-bottom li:last-child{
    border-bottom: none;
}
.news-blocks-list-bottom li {
    margin-bottom: 12px;
    float: left;
    overflow: hidden;
    height: 98px;
    width: 100%;
    border-bottom: 1px dashed #515152;
}
ul.four-col-category-list {
    float: left;
    width: 100%;
    max-width: none;
	/*padding-inline-start: 0;*/
}
.four-col-category-list li {
    float: left;
    overflow: hidden;
    height: 260px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 20%;
    position: relative;
    border-right: 1px solid #000;  
}
.four-col-category-list li:first-child{
	padding-left: 0;
}
.four-col-category-list li:last-child{
    padding-right: 0;
	border-right: none;
}
.four-col-category-list li figcaption {
    /* float: right; */
    /* width: 62%; */
}
.textarea-four-col-category-list h3 {
    color: #1d1d1d;
    float: right;
    font-size: 0.91rem;
    font-weight: 600;
    letter-spacing: -0.02em !important;
    line-height: 1.5;
    /* width: 100%; */
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
}
.textarea-four-col-category-list h3:hover {
  color: #da251d;
}
.img-area-four-col-category-list {
    position: relative;
    /* float: left; */
    /* width: 33%; */
}
.img-area-four-col-category-list img {
    float: left;
    width: 100%;
    height: 140px;
}
.third_col .tabtextarea-homeleft h3 {
    margin-bottom: 0;
}
.third_col .img-homeleft img {
    height: 85px;
}
.third_col .list-homeleft li {
    margin-bottom: 1rem;
    height: 105px;
}
.home_cat_hed{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 0 1.5rem;
}
.home_tv_sec .home_cat_hed {
    margin: 1.5rem 0 1.5rem;
}
.home_cat_title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 5px;
}
.home_cat_title .nav-icon {
    max-height: 30px;
    margin-right: 0.4rem;
}
.home_tv_sec .home_cat_title {
    background: #000000;
}
.home_cat_title a {
    color: #0473a6;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.home_see_more_wrp{
    margin-bottom: 7px;
    background: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #cc0000;
    color: #cc0000;
    border-radius: 7px;
    padding: 5px 15px 0px;
    position: relative;
    font-weight: normal;
    z-index: 1;
}
.home_tv_sec .home_see_more_wrp {
    background: #000000;
}
.see_more {
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    color: #da251d;
    display: flex;
}
.see_more:hover {
    color: #000000;
    text-decoration: none;
}
.home_tv_sec .see_more:hover {
    color: #b7b0b0;
    text-decoration: none;
}
.home_cat_hed:after {
    border-bottom: 2px solid #0083c0;
    content: "";
    position: absolute;
    left: 1rem;
    width: 90%;
    bottom: 1.1rem;
}
.top_sec .home_cat_hed:after {
    width: 97%;
}
.main-photo{
	width:100%;
	border-right: 1px solid #eaeaea;
}
.tab_container {
    
}
.tab_container ul{
	display: flex;
}
.img-tabs{
    height: 50px;
    border-bottom: 1px solid #000000;
}
.img-tabs li{
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
	border-right: 1px solid #000;
}
.img-tabs li:last-child {
    border-right: none;
}
.img-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase; /* Corrected */
    padding: 0 15px; /* Adjusted padding values */
}


.img-tabs li a.active {
  color: #0083c0;
}
.tab_container .nav-icon {
    max-height: 25px;
    margin-right: 0.4rem;
}
.container-main {
  display: flex;
  width: 95%;
  margin: 0 auto;
}

.main {
  width:50%;
  flex: 0 0 64%;
  height: 100%;
}

.sidebar {
  width:25%;
  flex: 0 0 15%;
  border: 1px solid #eaeaea;
  padding: 5px 0;
}

.sidebar__widget {
    position: sticky;
    top: 4rem;
    height: 900px;
    overflow: auto;
    padding-bottom: 5rem;
}

.sidebar ul{
	padding: 1rem;
}
.sidebar ul li{
	width: 100%;
  margin-bottom: 0.9rem;
}
.nav-link {
     color: #001e2f;
    font-size: 14px;
    padding: 10px 10px;
    margin-bottom: 0;
    font-weight: 600;
    /* border-bottom: 1px solid #eaeaea;*/
}
.nav-link img{
	max-height: 25px;
	margin-right: 0.4rem;
	filter: grayscale(90%);
}
.subscribe {
    background: #0083c0;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    color: #e3e3e3;
}
.subscribe:hover {
    background: #006da3;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    transition: all 0.3s ease;
}
.subscribe img {
    max-height: 20px;
    margin-right: 0.5rem;
}
.right_sec_new .i-Phone img{
  width: 100%;
}
.ians-app-icon {
  margin: 0px 0px 2rem 0px;
}
.ians-app-icon img{
  width: 46%;
}
.i-Phone{
	margin-bottom: 2rem;
	border-bottom: 2px dashed #001e2f;
	padding-bottom: 1.4rem;
	padding-top: 1rem;
}
.right_sec_new {
	padding: 25px;
	/* margin: 5px 0 0 0; */
	/* padding-bottom: 2rem; 
	margin-bottom: 2rem;
	margin-top: 3rem;*/
	float: left;
	background: #1f85be24;
	border-radius: 15px;
}
.right_sec_new h2 {
	  font-size: 18px;
	font-weight: bold;
	color: #001e2f;
	margin: 0px 0px 1.5rem 0px;
	display: inline-block;
	text-align: center;
	word-break: break-word;
	border-bottom: 2px dashed #001e2f;
	padding-bottom: 1.4rem;
	line-height: 1.5;
}
.right_sec_new h2 span {
  color: #1f85ce;
}
.album-ul{
    display: block !important;
	margin-top: 2rem;
}
.album-ul li{
    width: 29.66%;
    display: flex;
    margin-right: 2rem;
	float:left;
}
.album-thumb {
    position: relative;
    height: 325px;
    overflow: hidden;
}
.thumb-image {
    height: 180px;
    border-radius: 5%;
	border: 1px solid #c1c0c0;
}

.des-title, .cat-title {
    font-size: 0.9rem;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-l-gray {
    color: #001e2f;
}
.album-thumb .label {
    color: #f00000 !important;
    /* padding: 5px 10px 10px 20px; */
    /* text-align: center; */
    width: 100%;
    font-size: 12px;
    padding: 5px 10px 10px 2px;
}
.videotag {
    width: 100%;
}
.videotag .videotag__container {
    height: 25px;
    overflow: hidden;
}
.videotag__item:first-of-type {
    margin-left: 0;
}
.videotag__item {
    display: inline-block;
    color: #001e2f !important;
    font-size: 0.7rem;
    background-color: #d3d3d3;
    padding: 2px 12px 2px;
    border-radius: 1em;
    margin: 0px 5px 0px 0;
    position: relative;
    /* text-transform: lowercase; */
    font-size: 12px;
}
.ians-image-container {
  position: relative;
  /* display: inline-block; */
  cursor: pointer;
  margin-bottom: 7px;
  height: 200px;
  pointer-events: none;
}

.ians-image-container .dec-img {
  margin-top: -16%;
}

.ians-image-container img {
  width: 100%;
  height: 150px;
}

.ians-img-popup-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0%;
  left: 48%;
  transform: translateX(-50%);
  background: white;
  padding: 10px;
  border: 1px solid #444;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  width: 500px;
  z-index: 999;
}
.ians-image-container .ians-img-popup-modal img {
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
}

.ians-image-container .ians-img-popup-modal .dec-img {
  margin-top: -32%;
}

.ians-image-container:hover .ians-img-popup-modal {
  opacity: 1;
  visibility: visible;
}
.photo-cont section {
  overflow: inherit;
}

.photo-detail .ians-image-container .ians-img-popup-modal img {
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
}
.justified-gallery {
    overflow: unset !important;
}
.justified-gallery > div {
    overflow: unset !important;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}

#hero:before {
  content: "";
  background: rgba(60, 65, 51, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #94c045;
  text-transform: uppercase;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #94c045;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-bottom: 2rem;
  overflow: hidden;
  margin-top: 1rem;
}

.section-bg {
  background-color: #f9fbf4;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #646c55;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
}

.breadcrumbs .breadcrumb-hero {
  text-align: center;
  background: #94c045;
  padding: 20px 0;
  color: #fff;
}

.breadcrumbs .breadcrumb-hero h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-hero p {
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565e49;
  content: "/";
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  background: #fff;
}

.about .count-box {
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #94c045;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #646c55;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-weight: 600;
  font-size: 14px;
  color: #646c55;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #646c55;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #8b9578;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #3c4133;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #94c045;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#94c045 50%, rgba(148, 192, 69, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(148, 192, 69, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #94c045;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #86b03c;
  padding: 50px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #aacd6b;
  border-color: #aacd6b;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .icon-box:hover .title a {
  color: #94c045;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process .content+.content {
  margin-top: 100px;
}

.work-process .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.work-process .content ul {
  list-style: none;
  padding: 0;
}

.work-process .content ul li {
  padding-bottom: 10px;
}

.work-process .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #94c045;
}

.work-process .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding-top: 60px;
}

.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #3c4133;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #94c045;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #3c4133;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e1e4dc;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #94c045;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.testimonials {
  padding-top: 0px;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #444444;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c0da91;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #94c045;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94c045;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #000000b8;
  padding: 20px 17px 17px 20px;
  font-size: 14px;
  color: #ddd!important;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 20px!important;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 60px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #94c045;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94c045;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.features .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.features .card-title a {
  color: #3c4133;
}

.features .card-text {
  color: #5e5e5e;
}

.features .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.features .read-more a:hover {
  text-decoration: underline;
}

.features .card:hover .card-body {
  background: #94c045;
}

.features .card:hover .read-more a,
.features .card:hover .card-title,
.features .card:hover .card-title a,
.features .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #94c045;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(60, 65, 51, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(60, 65, 51, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #c0da91;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #94c045;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94c045;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(60, 65, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #94c045;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #94c045;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #94c045;
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(148, 192, 69, 0.4);
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #aacd6b;
}

.pricing .featured h3 {
  color: #fff;
  background: #94c045;
  box-shadow: 0 3px 7px rgba(148, 192, 69, 0.4);
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #94c045;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-top: 60px;
}

.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #dee1d9;
}

.faq .faq-item i {
  color: #bcc2b1;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  /* background: #fff; */
}

.contact .info i {
    font-size: 20px;
    color: #000000;
    float: left;
    width: 44px;
    height: 44px;
    background: #cdcdcc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3c4133;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  /* color: #717a60; */
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0083c0;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #94c045;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #aacd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  background: rgba(148, 192, 69, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #94c045;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #94c045;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 0 0 40px 0;
}

.blog .entries article{
    border-bottom: 1px dashed #515152;
    position: relative;
    display: inline-block;
	height: 190px;
    overflow: hidden;
	margin-bottom: 1rem;
}
.entries article:last-child{
    border-bottom: none;
}
.blog .entries .home_cat_hed:after{
    width: 100%;
}
.blog .entry .entry-img {
	position: relative;
    float: left;
    width: 27%;
}
.blog .entry .entry-img img{
	float: left;
    width: 100%;
    height: 160px;
}

.blog .entry .photo-count-picH {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fbfafa;
    top: 2%;
    right: 2px;
    background: #000000c7;
    padding: 4px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.blog .entry .photo-count-picH span {
    flex-shrink: 0;
    margin-right: 5px;
    display: flex;
}

.blog .entry .photo-count-picH span i {
    color: #fbfafa;
    font-size: 14px;
    margin-right: 2px;
}

.blog .entry .entry-content{
	float: right;
    width: 70%;
}
.blog .entry .entry-hed{
	float: right;
    width: 70%;
}
.blog .entry .entry-title {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.blog .entry .entry-title a {
	  color: #000000;
    transition: 0.3s;
    -webkit-box-orient: vert;
    letter-spacing: -0.02em !important;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .entry .entry-title a:hover {
  color: #0083c0;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #a3ab95;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
    font-size: 14px;
    letter-spacing: -0.02em !important;
    line-height: 1.5;
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #94c045;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #9fc658;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3c4133;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8b9578;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #494f3e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #94c045;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #3c4133;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(60, 65, 51, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #94c045;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #3c4133;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #565e49;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #c0da91;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #c0da91;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #3c4133;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #494f3e;
}

.blog .blog-pagination {
  color: #717a60;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #3c4133;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #da251d;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  /*padding: 30px;*/
  margin: 0 0 15px 5px;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #3c4133;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .sidebar-item{
	border-bottom: 1px dashed #515152;
    padding-bottom: 1rem;
}
.blog .sidebar .sidebar-item:last-child{
	border-bottom: none;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #94c045;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #9dc554;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #3c4133;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #94c045;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
  height: 75px;
}

.blog .sidebar .recent-posts h4 {
    margin-left: 95px;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.02em !important;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .sidebar .recent-posts h4 a {
  color: #000000;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #da251d;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    /* font-style: italic; */
    /* font-size: 14px; */
    color: #aaaaaa;
    color: #6b6969;
    font-size: 10px;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #7e886b;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #edefea;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #94c045;
  background: #94c045;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #d5d8ce;
  font-size: 14px;
}
.blog .entry-details article {
    border-bottom: 1px dashed #515152;
    position: relative;
    display: inline-block;
    height: 190px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.blog .entry-details .entry-img {
    position: relative;
}
.blog .entry-details .entry-content {
    
}
.blog .entry-details .entry-img img{
    width: 100%;
    margin-bottom: 1rem;
    height: 500px;
    object-fit: contain;
    border: 1px solid #565656;
    position: relative;
    z-index: 1;
}
.blog .entry-details .entry-img:after {
    content: "";
    z-index: 0;
    left: 1rem;
    right: 1rem;
    top: 25px;
    bottom: 2rem;
    background-size: cover !important;
    filter: blur(15px);
    position: absolute;
}
.entry-details .entry-title{
	font-size: 1.7rem;
    font-weight: 800;
	color: black;
}
.ians-userdetail-share {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dashed #515152;
    padding-bottom: 1rem;
}
.ians-author-detial-left {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
}
.ians-author-icons {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: 0px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}
.ians-author-icons img {
    width: 100%;
    height: auto;
    display: block;
}
.ians-author-brand-detial {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
}
.ians-author-brand-detial ul {
    margin: 0;
    padding: 5px 0px;
    list-style: none;
}
.ians-author-brand-detial ul li {
    padding: 0px 10px 0px 5px;
    display: inline-flex;
    font-size: 14px;
    /* line-height: 5px; */
    color: #f00000;
    border-right: 1px solid #000000;
}
.ians-author-brand-detial ul li:last-child {
    border-right: none;
}
.share-social-icons {
    display: inline-block;
    margin-top: 5px;
    height: 100%;
    width: auto;
}
.share-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.share-social-icons ul li.share-li {
    width: auto;
    margin-left: 2px;
    padding-left: 2px;
	font-size: 14px;
    color: #000000;
}
.share-social-icons ul li {
    padding: 0 5px;
    cursor: pointer;
}
.share-social-icons ul li .share-li a {
    padding: 0px 3px 0px 3px;
    font-size: 15px;
}

.share-social-icons ul li.share-li a i {
    color: #000000;
	font-size: 13px;
}
.share-social-icons ul li.share-li a i:hover{
    color: #da251d;
    text-decoration: none;
}
.carousel-control-next, .carousel-control-prev {
    bottom: 30%;
}
.carousel-control-next-icon {
    background-color: #0083c0;
}
.carousel-control-prev-icon {
    background-color: #0083c0;
}
.row_photo_sec{
    margin-right: 0;
    margin-left: 0;
    margin-top: 0.5rem;
}
.img-col4 .album-thumb {
    position: relative;
    background-color: #e0edf575;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    margin-bottom: 7px;
    height: 210px;
}
.img-col4 .thumb-image {
    height: 210px;
    width: 100%;
    border-radius: 0;
}
.album-thumb .photo-count {
    width: 35px;
    height: 35px;
    background: #2b2b2bbf;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 1%;
    /* transform: translateX(-50%) translateY(-50%); */
}
.album-thumb .photo-count .content {
    display: inline-block;
    color: #cfb35f;
    text-align: center;
    margin-top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.album-thumb .photo-count .content .number {
    font-size: 16px;
}
.dec-img {
    position: relative;
    /* z-index: 99; */
    margin-top: -18%;
    background: #0000009c;
    padding: 5px;
}
.dec-img .des-pic-title {
    font-size: 11px;
    font-weight: 600;
    /* height: 38px; */
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #dddddd;
}
.dec-img .des-pic-label {
    color: #f1c40f !important;
    /* padding: 5px 10px 10px 20px; */
    /* text-align: center; */
    width: 100%;
    font-size: 12px;
}
.img-col4 .album-thumb:after {
    content: "";
    z-index: 0;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 5px;
    background-size: cover !important;
    filter: blur(5px);
    position: absolute;
}
.sec-left {
    float: left;
}

.vid-col .album-thumb {
    height: 340px;
    position: relative;
    background-color: #e0edf575;
    overflow: hidden;
    padding: 5px 5px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 5px solid #2c76af;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}
.vid-col .thumb-image {
    height: 195px;
    width: 100%;
    object-fit: contain;
}
.des-title, .cat-title {
    font-size: 1rem;
    font-weight: 500;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.text-l-gray {
    color: #001e2f;
}
.video-d .video-duration {
    top: unset;
    bottom: 4%;
    left: unset;
    right: 3%;
    font-size: 12px;
    color: #ffffff;
	position: absolute;
    background: #0d0e0ebf;
    padding: 2px 8px 2px 5px;
	border-radius: 5px;
	font-weight: normal;
}
.mvp-vid-box-wrap-s {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #f1f3f5b8;
    font-size: 20px;
    opacity: 0.9;
    position: absolute;
    top: 45%;
    right: 4%;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #1f85be;
    border: 1px solid #aba9a9;
}
.mvp-vid-box-wrap-s i {
    margin-left: 3px;
    margin-top: 2px;
    display: block;
    color: #ffffff;
}
.videotag {
    width: 100%;
}
.videotag .videotag__container {
    height: 25px;
    overflow: hidden;
}
.video-d .videotag__item {
    display: inline-block;
	color: #ffffff !important;
    background-color: #464849;
    padding: 1px 12px 2px;
	margin: 0px 5px 0px 0;
    position: relative;
    border-radius: 6px;
	font-size: 12px;
}
.video-d .videotag__item:after, .video-d .videotag__item:before {
    background: #ffffff;
}
.videotag__item:after, .videotag__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 1px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1f85be70;
}
.videotag__item:before {
    left: 5px;
}
.videotag__item:after {
    right: 5px;
}
.video-tab-sec .nav-tabs {
    /* margin-bottom: 2rem; */
    border: unset;
}

.fil-cat {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 1rem;
}

/* Filters label */
.filters span {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #333;
}

.filters i {
    margin-right: 8px;
    color: #555;
}

/* Dropdown button */

.language-dropdown {
  margin-left: 1.5rem;  
}
.language-dropdown .dropdown-toggle {
    background-color: #ffffff;
    color: #333;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    width: auto;
    text-align: left;
}

/* Dropdown menu list */
.language-dropdown .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    width: 150px;
}

/* Individual list item */
.language-dropdown .dropdown-menu li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

/* Hover and active states */
.language-dropdown .dropdown-menu li a:hover,
.language-dropdown .dropdown-menu li a.active {
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}
.filters span {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #000;
    /* text-transform: uppercase; */
    line-height: 1.5;
}
.filters span i {
    font-size: 28px;
    position: relative;
    color: #07659a;
    top: 0;
}
.app-date img{
  width: 100%;
  margin-bottom: 1rem;
}
.short-vid-col .short-thumb {
    /* display: inline-block; */
    border: none;
    position: relative;
    height: 485px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dashed #515152;
    margin-bottom: 1rem;
}
.short-vid-col .short-thumb-image {
    height: 392px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    background: #151515;
    width: 100%;
}
.short-vid-col .des-title {
    font-size: 1rem;
    font-weight: 500;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
    margin-top: 1rem;
}
.short-vid-col .video-duration {
    top: 2%;
}
.short-vid-col .label {
    color: #f00000 !important;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    /* font-weight: 600; */
    padding: 5px 10px 10px 2px;
}
.short-vid-col .mvp-vid-box-wrap-s {
    top: 35%;
    right: 45%;
}

.short-vid-col .video-duration {
    top: 2%;
    left: 3%;
    position: absolute;
    background: #0d0e0ebf;
    padding: 2px 8px 2px 5px;
    color: #dfdfdf;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}
.inews h2 {
    font-size: 1.6rem;
    line-height: normal;
    color: #001e2f;
    font-weight: bold;
}

.share-social-icons {
    display: inline-block;
    margin-top: 5px;
    height: 100%;
    width: auto;
}
.share-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.share-social-icons ul li {
    padding: 0 5px;
    cursor: pointer;
}

.downloadhbtn {
    position: relative;
    right: 0px;
    display: flex;
    top: 0px;
}

.downloadhbtn a {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 10px 5px 10px;
    width: -moz-fit-content;
    border-radius: 18px;
    font-weight: 400;
    background: #000000;
    margin-right: 0.5rem;
}
.downloadhbtn a span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}
.downloadhbtn a i {
    padding-left: 10px;
}
.full-article {
    position: relative;
}
.full-article .testimonials .img-area-four-col-category-list img {
    width: 100%;
    margin-bottom: 1rem;
    height: 500px;
    object-fit: contain;
    border: 1px solid #565656;
    position: relative;
    z-index: 1;
    border-radius: 0;
}
.full-article img {
    width: 100%;
    margin-bottom: 1rem;
    height: 500px;
    object-fit: contain;
    border: 1px solid #565656;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.full-article-details {
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}
.full-article-details p {
  font-size: 16px;  
  font-weight: 400;
  color: #000000;
}
.just-in{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}
ul.list-img-col {
  float: left;
  width: 100% !important;
  max-width: none !important;
  padding-inline-start: 0;
}
ul.list-img-col li:nth-child(1) {
  padding-left: 0;
}
ul.list-img-col li:nth-child(4) {
  padding-left: 0;
}
ul.list-img-col li:nth-child(7) {
  padding-left: 0;
}
ul.list-img-col li {
  float: left;
  overflow: hidden;
  padding: 0 0 20px 1.6666666666%;
  width: 33%;
}
ul.list-img-col li figure {
  position: relative;
  background-color: #e0edf5;
  height: 210px;
  overflow: hidden;
  padding: 5px 5px 5px;
}
.img-col-bottom img {
  float: left;
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.tags {
    list-style: none;
    margin: 0;
    /* overflow: hidden; */
    padding: 0;
    display: inline-block;
}
.tags li {
    float: left;
}
.tag {
    background: #ededed;
    border-radius: 3px 0 0 3px;
    color: #000000;
    display: inline-block;
    height: 26px;
    line-height: 1.5;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 5px 5px 0px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag::after {
    background: #ffffff;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #ededed;
    border-top: 15px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
blockquote {
    font-size: 1.2em;
    width: 100%;
    margin: 50px auto;
    font-style: italic;
    color: #001e2f;
    padding: 1.2em 30px 2.2em 75px;
    border-top: 8px solid #1f85be;
    line-height: 1.6;
    position: relative;
    background: #ededed;
    display: inline-block;
}
blockquote::before {
    content: "\201C";
    color: #001e2f;
    font-size: 4em;
    position: absolute;
    left: 30px;
    top: -5px;
}
blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}
blockquote ul li {
    float: left;
    list-style: none;
    padding-left: 2rem;
    font-size: 1rem;
}

.full-pic-sec  .inews h2 {
  font-size: 1.3rem;
}
.full-pic-sec .full-article {
  position: relative;
  margin: auto;
  text-align: center;
}

.full-pic-sec .full-article img {
  height: auto;
  border-radius: 15px;
  border: none;
  width: 80%;
  max-height: 400px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.full-pic-sec .full-article img:hover{
  width: 100%;
  max-height: 600px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.full-pic-sec .latest-news-sec {
  margin-top: 0;
}
.full-pic-sec #print {
  margin-top: 0;
}
.full-article .videothumb {
    position: relative;
    margin-top: 5px;
}
.full-article .videothumb video {
    width: 100%;
    height: 575px;
    background: black;
}

.nav-tabs .nav-link {
    font-size: 16x;
}
.nav-tabs .nav-link.active {
    color: #f7f7f7;
    /* border-radius: 0; */
    background: #0083c0;
}
.nav-tabs .nav-link {
    font-size: 15px;
    padding: 5px 10px;
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
        /* font-family: "Poppins", sans-serif; */
        margin: 30px auto;
        color: #000000;
        text-align: center;
        font-size: 22px;
        /* max-width: 700px; */
        position: relative;
        font-weight: 800;
}
.section-heading h2:before {
  content: "";
  display: block;
  width: 42%;
  height: 2px;
  background: #000000;
  left: 0;
  top: 50%;
  position: absolute;
}
.section-heading h2:after {
  content: "";
  display: block;
  width: 42%;
  height: 2px;
  background: #000000;
  right: 0;
  top: 50%;
  position: absolute;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  z-index: 99;
  position: relative;
}

#footer .footer-top {
  background: #111010;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  color: #9fc658;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #3c4133;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #94c045;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: 500;
  color: #979494;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #3c4133;
}

#footer .footer-top h4::after {
  background: #0083c0;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 0 0 15px 0;
}

#footer .footer-top .footer-links ul a {
  color: #979494;
  transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0083c0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #979494;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #94c045;
  border: 0;
  border-radius: 0 4px 4px 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #789d35;
}

#footer .copyright {
	text-align: center;
    padding-top: 18px;
    font-size: 12px;
    color: #898b8b;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.app-icon-box {
    padding: 15px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    /*border: 1px solid #d5e1ed;
	margin-top: 2rem;
    background: #ffbe00;*/
}
.ians-app-icon {
  margin: 0px 0px 2rem 0px;
}

#topbar .dark-mode-btn{
  background: #000000;
  padding: 4px 10px;
  margin-left: 15px;
  border-radius: 50px;
  color: #e2e2e2 !important;
  font-size: 10px;
  cursor: pointer;
}
#topbar .dark-mode-btn i{
    color: #c8c8c8 !important;
    display: inline-block;
    line-height: 1rem;
    transition: 0.3s;
    font-style: normal;
    border-right: 2px solid #f0000094;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}
#contact {
  margin-top: 2rem;
  margin-bottom: 8rem;
}
.mt-5 {
  margin: 0 auto;
  width: 48%;
  background: #0d6efd17;
  padding: 2rem;
  margin-top: 1rem !important;
}
.login-form ul {
  list-style: none;
  padding: 25px 0;
  margin: 0;
}
.login-form ul li {
  margin: 0 5px;
  display: block;
  color: #000000;
  font-size: 15px;
}
.login-form ul li a {
  color: #000000;
  padding: 0 10px 0 0;
  transition: all 0.5s;
}
.login-form ul li a:hover {
  text-decoration: underline;
}
.login-form ul {
  /* font-size: 14px; */
  /* font-weight: bold; */
  /* color: #fff; */
  /* text-transform: uppercase; */
  position: relative;
  /* padding-bottom: 12px; */
}
.login-control .heading {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 2rem;
  text-align: center;
}

.login-control .heading::before,
.login-control .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.login-control .heading::before {
  right: 0;
  background: #3c4133;
}

.login-control .heading::after {
  background: #1f85be;
  width: 50%;
}
.login-form ul::before,
.login-form ul::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.login-form ul::before {
  right: 0;
  background: #3c4133;
}

.login-form ul::after {
  background: #1f85be;
  width: 50%;
}


.app {
    background-color: #fff;
    width: 35%;
    height: 600px;
    margin: 2em auto;
    border-radius: 5px;
    padding: 1em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 31px -2px rgba(0, 0, 0, 0.3);
}

.app a {
    text-decoration: none;
    color: #257aa6;
}

.app p {
    font-size: 13px;
    color: #333;
    line-height: 2;
}
.app .light {
    text-align: right;
    color: #fff;
}
.app .light a {
    color: #fff;
}

.app .bg {
    width: 100%;
    height: 550px;
    background: #257aa6;
    position: absolute;
    top: -6em;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: ellipse(69% 46% at 48% 46%);
}

.app form {
    position: relative;
    top: 4rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 3rem 5em;
}

.app header {
    width: 220px;
    height: 180px;
    margin: 0 auto;
}
.app .heading {
    font-size: 40px;
    font-weight: bold;
    color: #d9d9d9;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 2rem;
    text-align: center;
    top: 2rem;
}

.app form input {
    width: 100%;
    padding: 13px 15px;
    margin: 0.7em auto;
    border-radius: 100px;
    border: none;
    background: rgb(255, 255, 255, 0.3);
    font-family: "Poppins", sans-serif;
    outline: none;
    color: #fff;
}
.app input::placeholder {
    color: #fff;
    font-size: 13px;
}

.app .inputs {
    margin-top: -6em;
}

.app footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em;
    text-align: center;
}

.app button {
    width: auto;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    background: #67a2c1;
    /* font-family: "Poppins", sans-serif; */
    outline: none;
    color: #fff;
}
.app .login-form{
  position: absolute;
  bottom: 0;
  text-align: center;
}

.app .login-error-msg {
    color: #ffc007;
    text-align: center;
    margin-bottom: -1rem;
    font-size: 1rem;
    position: relative;
    /* width: 100%; */
    display: block;
}
.app .login-error-msg i{
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

.photo-ev-ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    display: inline-block;
}
.photo-ev-ul li{
    width: 18.9%;
    margin-right: 8px;
    margin-left: 8px;
}

.react-calendar {
    width: 270px !important;
}

.app-date {
    border-bottom: 1px solid #eaeaea !important;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.photo-home-cat{
  position: relative;
}

 .category-circle {
  position: absolute;
    width: 125px;
    height: 125px;
    background-color: #0604038f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 18px;
    box-shadow: rgb(255 255 255) 1px 5px 24px 0px, rgb(255 255 255) 0px -1px 2px 5px;
    color: #ffffff;
}
.category-circle a{
    color: #ffffff;
}
 .category-circle a:hover{
  color: #1f85be;
}
 .photo-home-cat .category-circle{
  width: 85px;
  height: 85px;
  font-size: 12px;
  margin-top: 9%;
}
.testimonials-photo-home{ 
    padding: 1rem;
    border-radius: 10px;
    background: #ddedf96e;
    border: 1px #cfcaca solid;
    margin-top: -15px;
  }  
.testimonials-photo-home .biz-feed-item-primary-element {
  display: block;
  position: relative;
  height: 360px;
}
.testimonials-photo-home .biz-feed-item-primary-element .feed-item-cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.testimonials-photo-home .biz-feed-item-primary-element img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top;
  margin: 0 0 0 auto;
  display: block;
  border-radius: 10px;
}
.testimonials-photo-home .biz-feed-item-primary-element .biz-feed-item-element-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 70.55%, #000000fa 94.61%, #000000 100%);
  border-radius: 10px;
}

.testimonials-photo-home .biz-primary-title {
    width: 100%;
    margin-top: 18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: normal;
    color: #f8f8f8;
    font-size: 18px;
    line-height: 1.4;
}
.testimonials-photo-home .biz-primary-title a{
color: #fdf9f9;
}
.testimonials-photo-home .biz-feed-item-element-meta .post-meta {
width: 45%;
}
.testimonials-photo-home .biz-feed-item-element-meta .post-meta span{
  color: #b9955b;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #b9955b;
  -webkit-box-sizing: border-box;
  border-radius: 30px;
  padding: 2px 16px;
  -webkit-transition: all .3s;
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
}
.testimonials-photo-home .biz-feed-item-element-meta .post-meta .main-button-red{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  opacity: .9;
  position: absolute;
  MARGIN-TOP: 13px;
  width: 45px;
  height: 45px;
  border: 1px solid #b9955b;
}
.testimonials-photo-home .biz-feed-item-element-meta .post-meta .main-button-red i {
  margin-top: 5px;
  color: #b9955b;
  font-size: 23PX;
  MARGIN-LEFT: -5px;
}
.testimonials-photo-home .biz-feed-item-element-meta  p{
width: 45%;
color: #9d9f9f;
}

.testimonials-photo-home .bus-feed-item-primary {
  position: relative; 
  justify-content: center;
  align-items: center;
}

.testimonials-photo-home .biz-feed-item-primary-element {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-photo-home .testimonials {
  position: relative; 
}
.main-photo-home {
    width: 85%;
    border-right: 1px solid #eaeaea;
}
.testimonials-photo .swiper .album-thumb {
    position: relative;
    height: 320px;
    overflow: hidden;
}
.testimonials-photo .swiper .thumb-image {
    border-radius: 0;
    border: 1px solid #c1c0c0;
    height: 270px;
    width: 100%;
}

.testimonials-photo .swiper .photo-count-picH {
    position: absolute;
    z-index: 1;
    font-size: .75rem;
    display: flex;
    align-items: center;
    color: #fbfafa;
    bottom: 18%;
    right: 12px;
    background: #000000c7;
    padding: 5px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}


.testimonials-photo .swiper .photo-count-picH  span i{
    padding-right: 5px;
}

.testimonials-photo .swiper .dec-img  {
    margin-top: 0%;
    background: #ffffff;
}

.testimonials-photo .swiper .des-pic-title {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* color: #322d2d; */
    height: auto;
}

.testimonials-photo .swiper .dec-img .des-pic-label {
    color: #f1160f !important;
}

.testimonials-photo {
    padding-top: 2rem;
    border-bottom: 3px solid #1f85be;
    padding-bottom: 2rem;
}

.testimonials-photo:last-child {
    border-bottom: none;
}

.testimonials-photo .swiper-button-prev:after, .testimonials-photo .swiper-button-next:after {
    font-size: 14px;
    font-weight: 800;
}

.testimonials-photo .swiper-button-prev, .testimonials-photo .swiper-button-next {
    background: #00000078;
    padding: 14px;
    color: #ffffff !important;
}

.btn3d {
	position: relative;
	top: 0;
  border: 0;
  transition: all 40ms linear;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
}

.btn3d:active,
.btn3d.active {
	top: 2px;
}


.btn3d.btn-default {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 3px 0 0 #0083c045, 0 8px 8px 1px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
  border-radius: 10px;
}

.btn3d.btn-default:active,
.btn3d.btn-default.active {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
	background-color: #f9f9f9;
  border-radius: 50px;
}  

.photo-Search{
	  position: relative;
    width: 36%;
    height: 40px;
    margin-top: 5px;
}

.photo-Search  .form-control {
    margin-right: -44px;
    border-radius: 50px;
}
.video-Search {
    /* position: relative; */
    width: 34%;
    height: 40px;
    margin-top: 5px;
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 2.53908px;
    border: 1px #cfcfcf solid;
}

.video-Search  .form-control {
    /* margin-right: -44px; */
    border-radius: 50px;
}
.form-control:focus {
    border-color: #0083c0 !important;
    box-shadow: unset;
}
.nav-item .active{
    background: #0083c0;
    border-radius: 10px;
    color: #ffffff;
}
.nav-item .active:hover{
    color: #ffffff;
}

.nav-item .active img{
    filter: saturate(0) brightness(0) invert(1);
}
.videothumb video{
  height: 190px;
  background: #000;
}

.dark_mode_checkbox {
	padding-left: 2rem;
}
.dark_mode_checkbox .checkbox {
  opacity: 0;
  position: absolute;
}

.dark_mode_checkbox .checkbox-label {
	background-color: #656564;
	width: 52px;
	height: 22px;
	border-radius: 50px;
	position: relative;
	padding: 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dark_mode_checkbox .bi-moon-fill {color: #f1c40f;font-size: 15px;}

.dark_mode_checkbox .bi-sun-fill {color: #f1c40f;font-size: 15px;}

.dark_mode_checkbox .checkbox-label .ball {
	background-color: #b4b4b4;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 4px;
	top: 1px;
	border-radius: 50%;
	transition: transform 0.2s linear;
}

.dark_mode_checkbox .checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}

  .sidebar_right .sidebar__widget::-webkit-scrollbar{
      width: 12px !important;
      background-color: #ffffff;
    }

    .sidebar_right .sidebar__widget::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgb(243 239 243) !important;
      background-color: #ffffff;
    }
    .sidebar .sidebar__widget::-webkit-scrollbar{
      width: 12px !important;
      background-color: #ffffff;
    }

    .sidebar .sidebar__widget::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgb(243 239 243);
      background-color: #ffffff;
    }
    .videoModal {
  margin: auto;
  width: 450px;
}
.videoModal video{
width: 100%;
  height: 740px;
  border-radius: 2%;
  border: 2px solid #b7b6b6;
  background: #151515;
}

.videoOthModal {
  margin: auto;
}
.videoOthModal video{
  width: 100%;
  border-radius: 2%;
  border: 2px solid #b7b6b6;
  background: #151515;
}
.video-modal-home{
  --bs-modal-width: 800px;
}
.video-modal-home .modal-dialog {
  top: 0;
}
.video-modal-home .modal-content {
  background-color: #545353;
}
.video-modal-home  .modal-header .btn-close {
  top: 0rem;
}
.modal {
  background: #000000bd;
}
.modal-header{
  border: none;
}
.modal.show .modal-dialog {
    top: 5rem;
}
.short-modal .modal-dialog {
  top: -4rem;
}
.short-modal .modal-content{
  background: #000000cc;
}
.modal-header .btn-close{
  top: 3rem;
  position: relative;
}
.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.8;
}
.modal-header .download-file{
  border: 2px solid #ffffff;
  padding: 5px 10px 4px 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  opacity: .9;
  position: absolute;
  top: 4.3rem;
  text-align: center;
  width: 45px;
  height: 45px;
  background: #000000;
  left: 5.3rem;
  z-index: 99;
}
.modal-header .download-file:hover{
  background: #f00000;
}

.modal-header .download-file i{
    margin-left: 0px;
    font-size: 23px;
}
.shortModalTitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #dedede;
  margin-bottom: 1.2rem;
}
.short-loader {
  position: absolute;
  top: 1rem;
  background: #000000d6;
  width: 91%;
  margin: auto 0;
  height: 97%;
}
.video-pop{
    --bs-modal-width: 800px;
}
.video-pop .videoModal {
  width: 750px;
  /*margin-top: -2rem;*/
}

.video-pop .testimonials .img-area-four-col-category-list {
  width: 100%;
}
.video-pop .testimonials .img-area-four-col-category-list img {
  height: 400px;
  opacity: 0.7;
}
.video-pop .testimonials .four-col-category-list figcaption {
  width: 100%;
}
.video-pop .testimonials .testimonial-item h3 {
  color: #b5b5b5;
  font-size: 1.6rem;
}
.video-pop .modal-dialog {
  margin-top: 7rem;
}
.video-pop .modal-header .btn-close {
 top: 0;
  position: relative;
}

.video-pop  .img-box-wrap {
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background: #d10b0bd4;
}
.video-pop .img-box-wrap i {
  font-size: 35px;
}

.video-pop .modal-header {
  color: #b5b5b5;
  font-size: 1.6rem;
  border-bottom: var(--bs-modal-header-border-width) solid #025d876b;
}
.short-video-df {
    position: relative;
    margin-left: 13%;
    /* display: flex; */
    top: 0px;
    margin-bottom: 1rem;
}
.short-video-df a {
  color: #000000;
  font-size: 12px;
  padding: 8px 15px 5px 15px;
  width: -moz-fit-content;
  border-radius: 18px;
  font-weight: 400;
  background: #ededed;
}
.short-video-df a span {
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
.short-video-df a:hover {
  background: #1f85be;
}
.short-video-df a i {
  padding-left: 10px;
  font-size: 16px;
}
.sticky-sm-top {
      top: 55px;
      z-index: 99;
      background: #ffffff;
  }
.market-01 {
    margin: 8rem auto;
    padding: 2rem;
    background: #5858584f;
    width: 65%;
    /* border-left: 10px solid #93c8e3; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.warning-msg {
  color: #f00000;
  padding: 18px;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
  font-size: 1.3rem;
}
.dbox-a {
  margin-top: 3rem !important;
}
.text-center {
  text-align: center !important;
}
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1f85be;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dbox .icon span {
  font-size: 20px;
  color: #f9f9f9;
}
.dbox p {
  color: #000;
}
.dbox p a {
  color: #000;
}
.dbox p a:hover {
  color: #f00000;
}

.login-error-msg {
  color: #f00000;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.login-error-msg i{
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

#footer .footer-partner {
    text-align: center;
    position: fixed;
    display: block;
    background: black;
    bottom: 0;
    z-index: 9;
    /* max-width: 1180px; */
}
#footer .footer-partner ul {
    margin-top: 0;
    margin-bottom: 0;
}

#footer .footer-partner ul li {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  /* border-right: 2px solid #a79d9d; */
  padding: 4px 10px 0px 10px;
}
#footer .footer-partner ul li a {
  font-size: 1rem;
  color: #b5b4b4;
  line-height: 1.5rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 800;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#footer .footer-partner ul li:before{
  width: 2px;
  height: 100%;
  top: 1%;
  content: "";
  position: absolute;
  /* left: 191px; */
  bottom: 0;
  background: #1f85be;
  margin-left: -1rem;
}
#footer .footer-partner ul li:first-child::before {
  background: none;
}

.pr-section {
    width: 60%;
    margin: 2rem auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 2rem;
    border-radius: 10px;
}
.pr-section .entries article {
    border-bottom: 1px solid #cfc8c8;
    height: auto;
    padding-bottom: 1rem;
    width: 100%;
}
.pr-section .entry .entry-hed {
    width: 100%;
}
.pr-section .entry .entry-content {
    width: 100%;
}
.pr-section-hed{
    border-bottom: 1px solid rgb(0, 0, 0);
    margin-bottom: 2rem;
    display: flex;
}
.pr-section-hed img{
    /* width: 18%; */
    max-height: 32px;
    margin-bottom: 2rem;
}
.pr-Search {
    left: 34%;
    position: relative;
    width: 44%;
    height: 45px;
    margin-top: 0px;
}
.pr-Search .form-control {
    margin-right: -44px;
    border-radius: 5px;
}
#PURL img {
    height: auto;
    width: auto;
}

.video-tab-sec{
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.language-dropdown .dropdown-menu li a:hover, .language-dropdown .dropdown-menu li a.active {
    background-color: #0083c0;
}
.react-calendar__tile--active {
    background: #0083c0 !important;
}
.mb-x {
  color: #fff;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #f00000;
  border-bottom: 5px solid #f00000;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-bottom: 10rem;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lod-hed {
  font-size: 36px;
  text-align: center;
  margin-top: 10rem;
  color: #4a4b4b;
}

.lod-hed {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin-top: 10rem;
    color: #000000;
}
.short-loader {
  position: absolute;
  top: 1rem;
  background: #000000d6;
  width: 91%;
  margin: auto 0;
  height: 97%;
}
.react-calendar__navigation button {
    min-width: 20px !important;
}
.con-newswire .ians-author-brand-detial h4{
    font-size: 1rem;
    margin-bottom: 0;
    margin-block-start: 0.5em;
    text-transform: uppercase;
    padding-right: 10px;
    position: relative;
    border-right: 1px solid #0083c0;
    font-weight: 800;
}
.pr-section h4{
  font-size: 1rem;
  font-weight: 700;
}
.pr-section h3{
  font-size: 1rem;
  font-weight: 700;
}
.dateDiv {
  display: flex;
}
.dateDiv i {
    cursor: pointer;
}
.full-pic-sec p {
  user-select: unset;
}
.bracking-main {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
}
.bracking-new-mob {
  display: block;
  margin: 0 auto;
  height: auto;
  background-color: #f00000;
  padding: 6px 10px 6px 20px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  border-radius: 20px;
  margin-left: 0;
  width: 85%;
  margin: 0 auto;
}
.braking-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  padding-right: 15px;
}
.bracking-left {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  border-right: 2px solid #000000;
  margin-right: 15px;
  width: 210px;
  padding-right: 15px;
}
.bracking-left h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #fff !important;
  margin-bottom: 0 !important;
}
.brack-text-rigt {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: calc(100% - 225px);
}
.brack-text-rigt a {
  color: #fff;
}

#news_ticker {
  height: 42px;
  overflow: hidden;
  background-color: #1f85be;
  color: #fff;
  border-radius: 20px;
  /*width: 85%;*/
  margin: 0 auto;
}

#news_ticker span {
  float: left;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  border-right: 2px solid #000000;
  line-height: 35px;
  /*margin: 0;*/
}

#news_ticker ul {
  /*float: left;*/
  padding-left: 20px;
  animation: ticker 10s cubic-bezier(1, 0, 0.5, 0) infinite;
}

#news_ticker ul:hover {
  animation-play-state: paused;
}

#news_ticker li {
  list-style: none;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
}

#news_ticker a {
  color: #fff;
  text-decoration: none;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@keyframes ticker {
  0% {
    margin-left: 10%;
  }
  25% {
    margin-left: 25%;
  }
  50% {
    margin-left: 50%;
  }
  75% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
.breaking-news{
    height: 42px;
    overflow: hidden;
    background-color: #1f85be !important;
    color: #fff;
    border-radius: 20px;
    /* width: 85%; */
    margin: 0 auto;
}
.breaking-news-hed{
  width: 15%;

}
.breaking-news-hed span{
    float: left;
    padding: 0.5rem 1rem;
    margin-right: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    /* border-right: 2px solid #000000; */
    /* line-height: 35px; */
    /* width: 94%; */
    background: #043f60;
}
.news-scroll a{
  color: #fff;
  border-right: 2px solid #000000;
  /* padding-left: 2rem; */
  margin-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;

}
.news-scroll a:hover{
  color: #000;
}
.rfm-marquee-container {
    overflow-x: unset;
    overflow: hidden;
}
.my-flex-end {
    display: flex;
    justify-content: flex-end;
}
.search-hed{
  --bs-modal-header-padding: 0.2rem 0.2rem;
  margin-right: 3%;
  position: relative;
}
.search-hed i{
    font-size: 35px;
    cursor: pointer;
}
 .nav-date .nav-link{
        font-size: 18px;
        cursor: pointer;
        border-top: 1px solid rgba(0, 0, 0, .1);
 }



 /* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 11px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); 
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #c51407;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]::before,
[tooltip]::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}




/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #c51407;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}


[tooltip][flow^="right"]::before,
[tooltip][flow^="right"]::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.animated-element {
    display: inline-block; 
    width: 20px; 
    height: 20px; 
    background-color: transparent; 
    border-radius: 50%; 
    animation: bounce 1s infinite alternate; 
}


@keyframes bounce {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-5px); 
    }
    100% {
        transform: translateY(0); 
    }
}

.entry-content-raw {
    top: 0;
    position: absolute;
    right: 0;
}
.entry-content-raw .cat-date-wrap-1 {
    margin-bottom: 0;
    width: 100%;
    margin-top: 1rem;
    line-height: 0;
    display: inline-block;
    margin-right: 0.7rem;
    /* border-radius: 10px; */
}
.entry-content-raw  .cd-cat-M {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    background: #dc3545;
    color: #f6f9f9;
    padding: 2px 5px;
    border-radius: 5px;
}
.special-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  bottom: 7.5rem;
  position: absolute;
  right: 10px;
}

.special-indicator span {
  width: 12px;
  height: 12px;
  background-color: #dd1607;
  border-radius: 50%;
  opacity: 0.6;
  animation: blink 1.4s infinite both;
}

.special-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.special-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
  40% { opacity: 1; transform: scale(1.2); }
}

.bihar-photo-ev-ul li {
    width: 23.9%;
    margin-right: 8px;
    margin-left: 8px;
}

.bihar-photo-ev-ul .img-col4 .album-thumb {
    position: relative;
    background-color: #e0edf575;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    margin-bottom: 7px;
    height: 255px;
}

.bihar-photo-ev-ul .img-col4 .thumb-image {
    height: 270px;
    width: 100%;
    border-radius: 0;
}
.bihar-elections-filter {
    margin-top: 1rem;
}
.all-vid-fil-res {
    border: 1px solid #0273a7;
    border-radius: 10px;
    padding: 0.4rem;
    margin-left: 0.5rem;
    cursor: pointer;
    display: flex !important;
    height: 35px;
    color: #0273a7;
    margin-top: 10px;
}
.all-vid-fil-res i{
    padding-right: 8px;
    font-size: 19px;
    top: -3px;
    position: relative;
}
.in-process-event {
  border: 1px solid #565656 !important;
}
.in-process-event img{
  filter: blur(3px);
}

.in-process-circle{
	position: absolute;
    width: 90px;
    height: 90px;
    background-color: #0604038f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 18px;
    box-shadow: rgb(255 255 255) 1px 5px 24px 0px, rgb(255 255 255) 0px -1px 2px 5px;
    color: #ffffff;
    font-size: 10px;
    margin-top: 9%;
}


/*--------------------------------------------------------------
#DARK-MODE CSS 
--------------------------------------------------------------*/
.dark-mode {
  background-color: black !important;
  color: white;
}
.dark-mode  p{
  color: #8d8b8b;
  font-size: 14px;
  line-height: 1.5;
  user-select: none;
  font-family: "Arimo", sans-serif;
}
.dark-mode #header {
    background: #282828;
}
.dark-mode #header .logo .logo_l{
  display:none;
}
.dark-mode #header .logo .logo_d {
    display: block;
}
.dark-mode .navbar a, .navbar a:focus {
    color: #dcdcdc;
}
.dark-mode .home_cat_title {
    background: #000000;
}
.dark-mode .top_left_col {
    border-right: 1px solid #3d3b3b;
}
.dark-mode .top_center_col {
    border-right: 1px solid #3d3b3b;
}
.dark-mode .search-nav i{
    color: #d2d2d2;
}
.dark-mode .tabtextarea-homeleft h3 {
    color: #d2d2d2;
}
.dark-mode .top-post .news_description h4 a {
    color: #d2d2d2;
}
.dark-mode .top-listright li figcaption .title {
    color: #d2d2d2;
}
.dark-mode .list-bottom li figcaption .title {
    color: #d2d2d2;
}
.dark-mode .national-news .nation-first-div h4 a {
    color: #d2d2d2;
}
.dark-mode .tabtextarea-news-blocks-list h3 {
    color: #d2d2d2;
}
.dark-mode .tabtextarea-news-blocks-list-bottom h3 {
    color: #d2d2d2;
}

.dark-mode .textarea-four-col-category-list h3 {
    color: #d2d2d2;
}
.dark-mode .four-col-category-list li {
    border-right: 1px solid #3d3b3b;
}
.dark-mode .home_see_more_wrp {
    background: #000000;
}
.dark-mode .see_more:hover {
    color: #c8c5c5;
}
.dark-mode .home_tv_sec {
    background: #111010;
}
.dark-mode .home_tv_sec .home_cat_title {
    background: #111010;
}
.dark-mode .home_tv_sec .home_see_more_wrp {
    background: #111010;
}
.dark-mode .blog .entry .entry-title a {
    color: #d2d2d2;
}
.dark-mode .blog .sidebar .recent-posts h4 a {
    color: #d2d2d2;
}
.dark-mode .entry-details .entry-title {
    color: #d2d2d2;
}
.dark-mode .share-social-icons ul li.share-li {
    color: #6a6a69;
}
.dark-mode .share-social-icons ul li.share-li a i {
    color: #6a6a69;
}
.dark-mode .ians-author-brand-detial ul li {
    border-right: 1px solid #9d9999;
}
.dark-mode .ians-author-brand-detial ul li:last-child {
    border-right: none;
}
.dark-mode .btn3d.btn-default {
    color: #ffffff;
    box-shadow: 0 0 0 1px #000000 inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 3px 0 0 #0083c045, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #282828;
    border-radius: 10px;
}
.dark-mode .navbar .btn3d.btn-default, .dark-mode .login-sec .btn3d.btn-default{
    box-shadow: 0 0 0 1px #686666 inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 3px 0 0 #0083c045, 0 8px 8px 1px rgba(0, 0, 0, .2);
}
.dark-mode .nav-link {
    color: #c9cccd;
}

.dark-mode .nav-link img,  .dark-mode .navbar .nav-icon{
    max-height: 30px;
    margin-right: 0.4rem;
    filter: saturate(0) brightness(0) invert(1);
}
.dark-mode  .sidebar {
    border: 1px solid #282828;
}
.dark-mode  #topbar {
    border-bottom: 1px dashed #464646;
}

.dark-mode  .login-item a {
    color: #e1dada;
}
.dark-mode .cd-cat-M a {
    color: #838282;
}
.dark-mode  .cd-date-M {
    color: #ef5b38;
}
.dark-mode  .bus-feed-item-primary .biz-feed-item-primary-element .news_description h4 a {
    color: #d2d2d2;
}

.dark-mode #footer .footer-partner {
    background: #282828;
}
.dark-mode .top_right_col {
    border-left: 1px solid #000000;
}
.dark-mode .sidebar_right .sidebar__widget::-webkit-scrollbar{
  width: 12px !important;
  background-color: #000000;
}

.dark-mode .sidebar_right .sidebar__widget::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0) !important;
  background-color: #000000;
}
.dark-mode .sidebar .sidebar__widget::-webkit-scrollbar{
  width: 12px !important;
  background-color: #000000;
}

.dark-mode .sidebar .sidebar__widget::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0);
  background-color: #000000;
}
.dark-mode .inews h2 {
    color: #cfcfcf;
}
.dark-mode .ians-author-icons {
    border: 1px solid #3a3a3a;
}
.dark-mode .ians-author-brand-detial ul li {
    border-right: 1px solid #bbb6b6;
}
.dark-mode .downloadhbtn a {
    background: #282828;
}
.dark-mode .tag {
    background: #282828;
    color: #a19d9d;
}
.dark-mode .tag::after {
    background: #000000;
    border-left: 10px solid #282828;
}
.dark-mode .tag::before {
    background: #000000;
}
.dark-mode blockquote {
    color: #d3d3d3;
    background: #282828;
}
.dark-mode blockquote::before {
    color: #a7a8a9;
}
.dark-mode blockquote ul li {
    color: #8c8f8f;
}
.dark-mode .sticky-sm-top {
    background: #000000;
}
.dark-mode .video-tab-sec {
    border-bottom: 1px solid rgb(73 74 74);
}
.dark-mode  .video-Search {
    background: #282828;
    border: 1px #3e3e3e solid;
}
.dark-mode  .input-group .btn {
    color: #b7b6c0;
}
.dark-mode  .bg-light {
    background-color: rgb(40 40 40) !important;
}
/* .dark-mode .form-control:focus {
    color: #eff0f100;
} */
/* .dark-mode .form-control{
    color: #eff0f1;
} */
 .dark-mode .form-control {
    color: #ffffff;
}
.dark-mode .search-2 .form-control {
    color: #000000;
}

.dark-mode .form-control::placeholder {
  color: #b7b6c0;
}
.dark-mode .testimonials-photo-home {
    background: #282828;
    border: 1px #484747 solid;
}
.dark-mode .main-heading .heading {
    color: #d3cece;
}
.dark-mode  .main-heading .heading:after {
    border: 1px solid #484646;
}
.dark-mode .testimonials-photo .swiper .thumb-image {
    border: 1px solid #424040;
}
.dark-mode .testimonials-photo .swiper .dec-img {
    background: #282828;
}
.dark-mode .testimonials-photo .swiper .des-pic-title {
    color: #dfdddd;
}
.dark-mode  .testimonials-photo .swiper .dec-img .des-pic-label{
    color: #ef5b38 !important;
}
.dark-mode .ians-img-popup-modal {
    background: #282828;
}
.dark-mode .vid-col .album-thumb {
    background-color: #282828;
    border-bottom: 5px solid #4d4e4e;
}
.dark-mode .text-l-gray {
    color: #c9cccd;
}
.dark-mode  .thumb-image {
    border: 1px solid #4c4b4b;
}
.dark-mode  .album-thumb .label {
    color: #ef5b38 !important;
}
.dark-mode .nav-tabs .nav-link.active {
    color: #f7f7f7;
    /* border-radius: 0; */
    background: #0083c0;
    border: unset;
}
.dark-mode  .language-dropdown .dropdown-toggle {
    background-color: #282828;
    color: #bfcccd;
    border: 1px solid #3e3d3d;
}
.dark-mode .language-dropdown .dropdown-menu {
    background-color: #282828;
    border: 1px solid #444343;
}
.dark-mode .language-dropdown .dropdown-menu li a {
    color: #a5a3a3;
}
.dark-mode .language-dropdown .dropdown-menu li a:hover, .dark-mode .language-dropdown .dropdown-menu li a.active {
    background-color: #0083c0;
    color: white;
    border-radius: 4px;
}
.dark-mode .react-calendar {
    background: #282828 ;
    border: 1px solid #424242 ;
}
.dark-mode .react-calendar button {
    color: #cbcfcf;
}
.dark-mode .react-calendar__tile:disabled {
    background-color: #4e4e4e;
    color: #6a6a6a;
}
.dark-mode .react-calendar__tile--active {
    background: #0083c0;
}
.dark-mode ul.list-img-col li figure {
    background-color: #282828;
}
.dark-mode  .ians-author-brand-detial ul li {
    color: #ef5b38;
}
.dark-mode .full-article-details {
    color: #d9d3d3;
}
.dark-mode .pr-section {
    border: 1px solid rgb(57 55 55);
}
.dark-mode .pr-section-hed {
    border-bottom: 1px solid rgb(57 55 55);
}
.dark-mode  .pr-section .entries article{
    border-bottom: 1px solid rgb(57 55 55);
}
.dark-mode  .contact .info i {
    color: #b3b0b0;
    background: #282828;
}
.dark-mode .contact .info h4 {
    color: #ecedeb;
}
.dark-mode  .main-photo {
    border-right: 1px solid #424242;
}
.dark-mode .modal-content {
    background-color: #282828;
}
.dark-mode .short-vid-col .short-thumb-image {
    border: 1px solid #4c4c4c;
}
.dark-mode .short-vid-col .des-title {
    color: #e1e1e1;
}
.dark-mode .short-vid-col .label {
    color: #ef5b38 !important;
}
.dark-mode .react-calendar__tile:enabled:hover, .dark-mode .react-calendar__tile:enabled:focus {
    background-color: #000000;
}
.dark-mode .nav-tabs .nav-link {
    border: unset;
}
.dark-mode .nav-tabs .nav-link:focus, .dark-mode .nav-tabs .nav-link:hover {
    color: #0083c0;
}
.dark-mode .nav-tabs .nav-link.active:hover {
    color: #ffffff;
    background: #0099e6; /* thoda lighter shade for hover */
    cursor: pointer;
}
.dark-mode .nav-link:focus, .dark-mode .nav-link:hover {
    color: #0083c0;
}

.dark-mode .nav-tabs .nav-link.active:hover {
    color: #ffffff;
    background: #0099e6;
    cursor: pointer;
}
.dark-mode .nav-link:focus, .dark-mode .nav-link.active:hover {
    color: #ffffff;
    background: #0099e6; /* thoda lighter shade for hover */
}

.dark-mode  .lod-hed {
    color: #dcdcdc;
}

/*--------------------------------------------------------------
#RESPONSIVE CSS 
--------------------------------------------------------------*/
@media (min-width: 3840px) {        
        .short-vid-col .short-thumb {
              height: 960px;
          }
        .short-vid-col .short-thumb-image{
              height: 860px;
          }
}
@media (min-width: 2540px) {
  #header {
      height: 70px;
  }
  #header .logo img {
      max-height: 60px;
  }
  .short-vid-col .short-thumb {
      height: 670px;
  }
  .short-vid-col .short-thumb-image {
      height: 560px;
  }
  .home_cat_title a {
      font-size: 24px;
  }
  .home_cat_title .nav-icon {
      max-height: 35px;
  }
  .navbar a, .navbar a:focus {
      font-size: 18px;
  }
  .login-item {
      font-size: 18px;
  }
  .search-nav i {
      font-size: 25px;
  }
  .nav-link {
      font-size: 20px;
      padding: 15px 15px;
  }
  .nav-link img {
      max-height: 35px;
  }
  .bus-feed-item-primary .biz-feed-item-primary-element a img {
    height: 380px;
  }
  .bus-feed-item-primary .biz-feed-item-primary-element .news_description h4 a {
      font-size: 22px;
  }
  .cd-cat-M a {
      font-size: 12px;
  }
  .bus-feed-item-primary .biz-feed-item-primary-element .news_description p {
    font-size: 18px;
  }
  .blog .entry .entry-title a {
      font-size: 22px;
  }
  .blog .entry .entry-content p {
      font-size: 18px;
  }
  .blog .entries article{
      height: 215px;
  }
  .blog .entry .entry-img img{
    height: 200px;
  }
  ul.top-listright li {
      height: 150px;
  }
  .top-listright li figcaption .title {
      font-size: 22px;
  }
  ul.top-listright li img {
    height: 130px;
  }
  .home-galleries .photo-count {
      bottom: 25%;
  }
  .home-galleries .photo-count span i{
      font-size: 22px;
  }
  .inews h2 {
      font-size: 32px;
  }
  .full-article img {
      height: 700px;
  }
  .full-article-details p {
      font-size: 18px;
  }
  .testimonials-photo-home .biz-feed-item-primary-element {
    height: 450px;
  }
  .testimonials-photo-home .biz-primary-title {
      margin-top: 24rem;
      font-size: 22px;
  }
  .main-heading .heading {
      font-size: 24px;
  }
  .nav-tabs .nav-link {
      font-size: 18px;
  }
  .video-Search {
      height: 45px;
  }
  .testimonials-photo .swiper .thumb-image {
      height: 320px;
  }
  .testimonials-photo .swiper .album-thumb {
      height: 380px;
  }
  .testimonials-photo .swiper .des-pic-title {
      font-size: 18px;
  }
  .dec-img .des-pic-label {
      font-size: 14px;
  }
  .testimonials-photo .swiper .photo-count-picH {
      font-size: 16px;
  }
  .photo-home-cat .category-circle{
    width: 130px;
    height: 130px;
    font-size: 18px;
  }
  .img-col4 .album-thumb {
      height: 300px;
  }
  .img-col4 .thumb-image {
      height: 300px;
  }
  .dec-img .des-pic-title {
      font-size: 18px;
      height: 60px;
  }
  .full-pic-sec .inews h2 {
      font-size: 32px;
  }
  .full-pic-sec p {
      font-size: 18px;
  }
  .vid-col .album-thumb {
      height: 420px;
  }
  .vid-col .thumb-image {
      height: 268px;
  }
  .des-title, .cat-title {
      font-size: 18px;
      height: 55px;
  }
  .videothumb video{
    height: 268px;
  }
  .full-article .videothumb video {
      height: 798px;
  }

}

@media (max-width: 1600px) {
  .photo-ev-ul li {
      width: 23.7%;
  }
}
@media (max-width: 1440px) {
    .container-main {
        width: 100%;
    }
    .photo-ev-ul li {
        width: 23.55%;
        margin-right: 8px;
        margin-left: 8px;
    }
    .navbar {
        /* left: 10%; */
    }
    .nav-link {
        font-size: 14px;
    }
    .login-item {
        font-size: 12px;
    }
    .login-item .getstarted .nav-icon {
        max-height: 20px;
    }
    .bus-feed-item-primary .biz-feed-item-primary-element a img {
        height: 210px;
    }
    .bus-feed-item-primary
        .biz-feed-item-primary-element
        .news_description
        h4
        a {
        font-size: 1.1rem;
    }
    .bus-feed-item-primary .biz-feed-item-primary-element .news_description p {
        font-size: 12px;
    }
    .cd-cat-M a {
        font-size: 9px;
    }
    .cd-date-M {
        font-size: 10px;
    }
    .home_cat_title {
        font-size: 16px;
    }
    .home_cat_title .nav-icon {
        max-height: 24px;
        margin-right: 0.1rem;
    }
    .navbar a,
    .navbar a:focus {
        padding: 3px 0px 3px 5px;
        font-size: 12px;
        padding-right: 15px;
    }
    .navbar .nav-icon {
        max-height: 20px;
    }
    .navbar .getstarted .nav-icon {
        max-height: 20px;
    }
    .nav-link img {
        max-height: 20px;
    }
    .sidebar .btn3d {
        margin-left: 5px;
        margin-right: 5px;
    }
    .top-listright li figcaption .title {
        font-size: 0.9rem;
    }
    ul.top-listright li {
        height: 90px;
    }

    ul.top-listright li img {
        height: 75px;
    }
    .home-galleries .photo-count span i {
        font-size: 12px;
    }
    .home-galleries .photo-count {
        bottom: 53%;
    }
    .blog .entries article {
        height: 170px;
    }
    .blog .entry .entry-title {
        font-size: 17px;
    }
    .blog .entry .entry-content p {
        font-size: 12px;
    }
    .blog .entry .entry-img img {
        height: 150px;
    }
    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 3px 8px;
    }
    
    .form-control {
        font-size: 0.8rem;
    }
    .btn {
        --bs-btn-font-size: 0.8rem;
    }
    .testimonials-photo-home .biz-feed-item-primary-element {
        height: 220px;
    }
    .testimonials-photo-home .biz-primary-title {
        margin-top: 10rem;
        font-size: 1rem;
    }
    .testimonials-photo .swiper .thumb-image {
        height: 180px;
    }
    .testimonials-photo .swiper .album-thumb {
        height: 250px;
    }
    .testimonials-photo .swiper .photo-count-picH {
        bottom: 30%;
    }
    .testimonials-photo .swiper .des-pic-title {
        font-size: 12px;
    }
    .dec-img .des-pic-label {
        font-size: 10px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        top: var(--swiper-navigation-top-offset, 40%) !important;
    }
    .img-col4 .album-thumb {
        height: 190px;
    }
    .dec-img {
        margin-top: -34%;
    }
    .album-thumb .photo-count {
        width: 30px;
        height: 30px;
    }
    .album-thumb .photo-count .content .number {
        font-size: 12px;
    }
    .react-calendar {
        width: 210px !important;
        font-size: 12px;
    }
    .react-calendar__navigation button {
        min-width: 25px !important;
    }
    .vid-col .thumb-image {
        height: 140px;
    }
    .des-title,
    .cat-title {
        font-size: 0.8rem;
    }
    .vid-col .album-thumb {
        height: 275px;
    }
    .album-thumb .label {
        font-size: 10px;
    }
    .mvp-vid-box-wrap-s {
        font-size: 18px;
        top: 40%;
        width: 30px;
        height: 30px;
    }
    .video-d .video-duration {
        bottom: 5%;
        font-size: 10px;
    }
    .short-vid-col .short-thumb {
        height: 360px;
    }
    .short-vid-col .short-thumb-image {
        height: 282px;
    }
    .short-vid-col .des-title {
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }
    .short-vid-col .label {
        font-size: 10px;
    }
    .videothumb video {
        height: 135px;
    }
    
    .inews h2 {
        font-size: 1.2rem !important;
    }
    .full-article-details p {
        font-size: 14px;
    }
    .full-article img {
        height: 400px;
    }
    .ians-author-brand-detial ul li {
        font-size: 12px;
    }
    .full-article .videothumb video {
        height: 442px;
    }
    .full-article-details {
        font-size: 15px;
    }
    .downloadhbtn a span {
        font-size: 10px;
    }
    .ians-userdetail-share {
        margin-top: 0.2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
     .pr-section {
        width: 80%;
    }
    .pr-section .entries article {
      height: auto;
      padding-bottom: 1rem;
  }
  .top_right_col {
      width: 20.09%;
  }
  .fil-cat {
      margin-bottom: 0rem;
  }
  .sidebar ul li {
      margin-bottom: 0.5rem;
  }
  .app-date {
      margin-bottom: 0.5rem;
      padding-bottom: 0.5rem;
  }
  .react-calendar__navigation {
    height: 30px !important;
    margin-bottom: 0.5em !important;
  }
  .react-calendar__tile {
      padding: 3px 6.6667px !important;
  }
  .filters span {
      font-size: 14px;
  }
  .filters span i {
      font-size: 20px;
  }
  .language-dropdown .dropdown-toggle {
      padding: 3px 12px;
  }
  .nav-link {
      padding: 7px 10px;
  }
  .video-Search {
      height: 35px;
      margin-top: 0px;
  }
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
  .pr-section {
        width: 80%;
  }
  
}

@media (max-width: 1200px) {
  .nav-link {
        font-size: 12px;
    }
    .navbar {
        left: 4%;
    }  
    .top_center_col {
        padding: 1rem 1rem;
    }
  .photo-ev-ul li {
        width: 23.33%;
    }
    .photo-Search {
        margin-top: 2px;
    }
    .img-col4 .album-thumb {
        height: 170px;
    }
    .img-col4 .thumb-image {
        height: 170px;   
    }
    .dec-img {
        margin-top: -30%;
        z-index: 9;
    }
    .dec-img .des-pic-title {
        font-size: 12px;
    }
    .sidebar ul li {
        margin-bottom: 0.4rem;
    }
    .sidebar .btn3d {
        margin-left: 0px;
        margin-right: 0px;
    }
    .vid-col .thumb-image {
        height: 112px;
    }
    .mvp-vid-box-wrap-s {
        font-size: 16px;
        top: 32%;
        width: 25px;
        height: 25px;
    }
    .mt-3 {
        margin-top: 0.5rem !important;
    }
    .vid-col .album-thumb {
        height: 242px;
    }
    .des-title, .cat-title {
        height: 37px;
    }
    
    .short-vid-col .short-thumb-image {
        height: 232px;
    }
    .short-vid-col .short-thumb {
        height: 310px;
    }
    .videothumb video {
        height: 112px;
    }
    .full-article .videothumb video {
        height: 402px;
    }
    .full-article img {
        height: 320px;
    }
    .full-article-details p {
        font-size: 12px;
    }
    .full-article .testimonials .img-area-four-col-category-list img {
          width: 100%;
          height: 320px;
      }
    .pr-section {
        width: 80%;
    }
    .share-social-icons ul li {
        padding: 0 0px;
    }
    .downloadhbtn a {
        padding: 2px 5px 2px 5px;
    }
    .ians-author-detial-left {
        width: calc(100% - 200px);
    }
    ul.list-img-col li figure {
        height: 110px;
      }
    .img-col-bottom img {
      height: 100px;
    }
    ul.list-img-col li {
      padding: 0 0 0px 1.6666666666%;
    }
    blockquote {
        font-size: 1em;
        margin: 10PX auto;
    }
    blockquote::before {
      font-size: 2em;
      left: 57px;
      top: 12px;
    }
    blockquote ul li {
      padding-left: 1rem;
      font-size: 0.8rem;
    }
    .app {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .container-main {
        width: 100%;
    }
    #hero {
        background-attachment: fixed;
    }
    #header .logo img {
        max-height: 30px;
    }
    .navbar {
        left: 0;
    }
    .navbar a,
    .navbar a:focus {
        padding: 3px 0 3px 5px;
        font-size: 12px;
        padding-right: 14px;
    }
    .navbar .getstarted,
    .navbar .getstarted:focus {
        min-height: 25px;
    }
    .nav-link {
        font-size: 14px;
    }
    .sidebar {
        flex: 0 0 18%;
    }
    .sidebar ul {
        padding: 0.4rem;
    }
    .nav-link img {
        max-height: 20px;
        margin-right: 0.2rem;
    }
    .sidebar ul {
        padding: 5px;
    }
    .main {
        flex: 0 0 60%;
    }
    .top_center_col {
        padding: 0 1rem;
    }
    .home_cat_hed {
        margin: 0 0 0.5rem;
    }
    .home_cat_title {
        font-size: 14px;
    }
    .home_cat_title .nav-icon {
        max-height: 22px;
        margin-right: 0.1rem;
    }
    .top-post a img {
        height: 200px;
    }
    .top-post .news_description h4 a {
        font-size: 1.1rem;
    }
    .top-post .news_description p {
        font-size: 12px;
    }
    .blog .entry .entry-title {
        font-size: 14px;
    }
    .blog .entry .entry-content p {
        font-size: 11px;
    }
    .blog .entry .entry-img img {
        height: 135px;
    }
    .cat-date-wrap-1 {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .blog .entries article {
        height: 150px;
    }
    .top-listright li figcaption .title {
        font-size: 12px;
    }
    ul.top-listright li {
        height: 75px;
    }
    .img-topright {
        width: 35%;
        height: 70px;
    }
    .home-galleries .photo-count {
        font-size: 0.5rem;
    }
    .home-galleries .photo-count span i {
        font-size: 12px;
    }
    ul.home-galleries li figcaption {
        width: 60%;
    }
    ul.top-listright li img {
        height: 60px;
    }
    .navbar .login-item {
        left: 4rem;
    }
    .bus-feed-item-primary .biz-feed-item-primary-element a img {
        height: 180px;
    }
    .bus-feed-item-primary
        .biz-feed-item-primary-element
        .news_description
        h4
        a {
        font-size: 1rem;
    }
    .cd-cat-M a {
        font-size: 8px;
    }
    .cd-date-M {
        font-size: 9px;
    }
    .blog .entry .entry-title {
        font-size: 14px;
    }
    .home-galleries .photo-count {
        bottom: 16%;
        right: 3px;
    }
    .sidebar_right .home_cat_hed {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    .main-photo-home {
        width: 80%;
    }
    
    .testimonials-photo-home .biz-feed-item-primary-element {
        height: 200px;
    }
    .testimonials-photo-home .biz-primary-title {
        margin-top: 9rem;
        font-size: 0.8rem;
    }
    .testimonials-photo .swiper .album-thumb {
        height: 225px;
    }
    .testimonials-photo .swiper .thumb-image {
        height: 150px;
    }
    .testimonials-photo .swiper .photo-count-picH {
        bottom: 35%;
        right: 5px;
    }
    .testimonials-photo .swiper .des-pic-title {
        font-size: 10px;
    }
    .dec-img .des-pic-label {
        font-size: 9px;
    }
    .photo-ev-ul li {
        width: 23%;
    }
    .img-col4 .album-thumb {
        height: 160px;
    }
    .img-col4 .thumb-image {
        height: 160px;
    }
    .dec-img {
        margin-top: -34%;
    }
    .dec-img .des-pic-title {
        font-size: 11px;
        /* height: 30px; */
    }
    .nav-tabs .btn3d {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .video-Search {
        width: 34%;
        height: 38px;
    }
    .short-vid-col .short-thumb-image {
        height: 305px;
    }
    .form-control {
        font-size: 0.7rem;
    }
    .btn {
        --bs-btn-font-size: 0.7rem;
    }
    .video-tab-sec {
        padding-left: 0;
        padding-right: 0;
    }
    .app {
        width: 60%;
    }
}


@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
	  font-size: 1.6rem;
  }
  .navbar ul {
    display: none;
  }
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    body {
        background: #f3eff3 !important;
    }
    #header {
        background: #ffffff;
    }
    .main {
        width: 100%;
    }
    .main-photo-home {
        width: 100%;
    }
    .sidebar .sidebar__widget::-webkit-scrollbar {
        width: 5px !important;
        background-color: #f3eff3;
        height: 2px;
    }

    .sidebar .sidebar__widget::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 4px rgb(243 239 243);
        background-color: #f3eff3;
    }
    .mob-sidebar {
        background: #f3eff3;
    }
    .navbar {
        padding: 0;
        /* left: 9.5rem;
        left: 9rem; */
    }
    .mobile-nav-toggle {
        font-size: 2rem;
    }
    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }
.login-sec {
        /* right: 5rem; */
        position: relative;
        /* width: 30px; */
    }
    .search-nav {
        right:0;
        position: relative;
    }
   .login-sec .btn3d.btn-default {
        color: #666666;
        box-shadow: none;
        background-color: unset;
        border-radius: 10px;
    }
    .login-sec .btn3d {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
     .login-sec .login-item {
        padding-right: 0;
        padding: 3px 0px 0px 0px;
    }
    .login-item .getstarted span{
      display: none;
    }
    .login-item .getstarted .nav-icon {
        margin-top: -6px;
    }
    .dark-mode .navbar .btn3d.btn-default, .dark-mode .login-sec .btn3d.btn-default {
      box-shadow: none
    }
    #hero {
        height: 100vh;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-container {
        padding: 0 15px;
    }

    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .order3 {
        order: 3;
    }
    .order4 {
        order: 4;
    }
    .order5 {
        order: 5;
    }
    .order6 {
        order: 6;
    }
    .top_center_col {
        padding: 0 10px;
        border-right: none;
    }
    .top-post a img {
        height: 200px;
        object-fit: unset;
    }
    #header .logo img {
        max-height: 40px;
    }
    .home_cat_hed {
        margin: 0;
        margin-bottom: 0.54rem;
    }
    #main {
        margin-top: 1rem;
    }
    .cd-cat-M {
        font-size: 9px;
        line-height: 11px;
        display: none;
    }
    .cd-date-M {
        font-size: 9px;
        float: right;
    }
    .cat-date-wrap-1 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .top-post .news_description h4 a {
        font-size: 1rem;
    }
    .top-post .news_description p {
        font-size: 12px;
    }
    ul.list-bottom li {
        padding: 1rem 0px 0px 0px;
        width: 100%;
        height: 280px;
    }

    ul.list-bottom li {
        padding: 1rem 0px 0px 0px;
        width: 100%;
        height: 280px;
        border-bottom: 1px dashed #515152;
    }
    .img-top-bottom {
        height: 180px;
    }
    ul.list-bottom li img {
        height: 180px;
    }
    .top-post {
        padding-bottom: 0;
        border-bottom: none;
    }
    .top_right_col {
        padding-left: 15px;
    }
    ul.top-listright li {
        height: 280px;
    }
    ul.top-listright li img {
        height: 180px;
    }
    .img-topright {
        height: 180px;
    }
    .nation-first-div .post-img img {
        height: 200px;
    }
    .nation-first-div {
        margin-bottom: 1.5rem;
        padding-bottom: 1.2rem;
        border-bottom: 1px dashed #515152;
    }
    .blocks-sec .post-content h4 {
        font-size: 1rem;
    }
    .blocks-sec .post-content p {
        font-size: 12px;
    }
    .img-area-news-blocks-list {
        width: 100%;
    }
    .blocks-sec .img-area-news-blocks-list img {
        height: 200px;
    }
    .blocks-sec .news-blocks-list li {
        height: 350px;
    }
    .news-blocks-list li figcaption {
        width: 100%;
        margin-top: 0.5rem;
    }
    .blocks-sec .news-blocks-list li:last-child,
    .news-blocks-list-bottom li:last-child {
        border-bottom: 1px dashed #515152;
    }
    .four-col-category-list li {
        height: 280px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #515152;
        margin-bottom: 1rem;
    }
    .img-area-four-col-category-list img {
        height: 200px;
    }
    .ians-author-detial-left {
        width: calc(100% - 170px);
        margin-bottom: 0.5rem;
    }
    .ians-author-icons {
        width: 25px;
        height: 25px;
        margin-right: 0px;
        margin-top: 6px;
    }
    .ians-author-brand-detial ul li {
        font-size: 10px;
        padding: 0px 2px 0px 2px;
    }
    .ians-author-brand-detial {
        width: calc(100% - 25px);
    }
    .ians-author-brand-detial ul {
        margin: 0;
        padding: 5px 0px;
    }
    .blog .entry-details .entry-img img {
        height: 230px;
        object-fit: unset;
    }
    .entry-details .entry-title {
        font-size: 1.2rem;
    }
    .blog .entry-details .entry-content {
        line-height: 1.5;
        font-size: 12px;
    }
    .blog .entries article {
        height: 165px;
        margin-bottom: 10px;
        background: #ffffff;
        border-radius: 5px;
        border-bottom: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px 1px;
    }
    .blog .entry .entry-hed {
        width: 100%;
    }
    .blog .entry .entry-img {
        width: 30%;
    }
    .blog .entry .entry-content {
        width: 65%;
        display: grid;
    }
    .blog .entry .entry-title {
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 1rem;
    }
    .blog .entry .entry-content p {
        line-height: 1.5;
        font-size: 12px;
    }
    .entries {
        margin-bottom: 2rem;
    }
    .top_left_col {
        padding-right: 12px;
        border-right: none;
    }
    #topbar .contact-info a {
        font-size: 8px;
    }
    .container-main {
        display: block;
    }
    .nav-link img {
        display: none;
    }
    .sidebar {
        width: 100%;
        padding: 0 0;
    }
    .sidebar ul {
        flex-direction: unset !important;
        min-width: 850px;
        margin: 0px;
        padding: 0 0;
        list-style: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-right: 0px;
        /* background-color: #02273c; */
    }
    .sidebar ul li {
        width: auto;
        float: left;
        border: 1px solid #0473a6;
        border-radius: 15px;
        margin-right: 8px;
        margin-bottom: 0rem;
    }
    .sidebar ul li:last-child {
        border: none;
    }
    .sidebar__widget {
        position: relative;
        overflow-x: scroll;
        height: 42px;
        padding-bottom: 0rem;
        top: 5px;
    }

    .nav-link {
        color: #014666;
        font-size: 11px;
        padding-bottom: 0;
        margin-bottom: 0;
        /* border-right: 1px solid #eaeaea; */
        border-bottom: none;
        text-transform: capitalize;
        padding: 4px 4px;
        font-weight: normal;
    }
    .btn3d {
        margin-top: 4px;
    }
    .top-post_img:after {
        display: none;
    }
    .carousel-item .col-md-6 .news_description {
        margin-bottom: 2rem;
    }
    .top_sec_row {
        margin-bottom: 0rem;
        padding-bottom: 0;
    }
    .blog .entry .entry-img img {
        height: 80px;
        border-radius: 10px;
    }
    .subscribe {
        display: none;
    }
    .bus-feed-item-primary {
        margin-bottom: 0;
        background: #ffffff;
        border-radius: 5px;
        border-bottom: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px 1px;
        padding: 0;
    }
    .app {
        width: 90%;
        height: 365px;
        margin: 0em auto;
    }
    .app .bg {
        height: 400px;
        top: -7em;
    }
    .app .heading {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 2rem;
        top: 1rem;
    }
    .app form {
        top: 3rem;
        padding: 3rem 3em;
    }
    .app form input {
        padding: 5px 15px;
        margin: 0.4em auto;
    }
    .app footer {
        padding: 1em;
    }
    .app button {
        width: 45%;
        padding: 5px 15px;
    }
    .login-form ul li {
        font-size: 10px;
    }
    .photo-ev-ul li {
        width: 100%;
    }
    .img-col4 .album-thumb {
        height: 250px;
    }
    .img-col4 .thumb-image {
        height: 250px;
    }
    .dec-img {
        margin-top: -14%;
    }
    .sticky-sm-top {
        z-index: 99 !important;
    }
    .navbar a,
    .navbar a:focus {
        padding: 6px 0 6px 5px;
        font-size: 14px;
        display: block;
    }
    .navbar .nav-icon {
        max-height: 25px;
    }
    .navbar .login-item {
        left: 0;
        text-align: center;
    }
    .photo-Search {
        left: 0;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .testimonials-photo-home {
        padding: 0rem;
        border-radius: 0;
        background: #f3eff3;
        border: none;
    }
     .testimonials-photo .swiper .album-thumb {
        height: 275px;
    }
    .testimonials-photo .swiper .thumb-image {
        height: 225px;
    }
    .testimonials-photo .swiper .photo-count-picH {
        bottom: 20%;
    }
    .testimonials-photo {
        padding-top: 1rem;
        border-bottom: 2px solid #1f85be;
        padding-bottom: 1rem;
    }
     .testimonials-photo-home .biz-primary-title {
        margin-top: 12rem;
    }
    .photo-home-cat .category-circle {
        margin-top: 25%;
    }
    .top_sec_row .bus-feed-item-primary {
        margin-bottom: 0;
        background: #ffffff;
        border-radius: 10px;
        border-bottom: none;
        box-shadow: none;
        padding: 10px;
    }
    .home_cat_title {
        background: #f3eff3;
    }
    .row_photo_sec .nav-tabs .btn3d {
        margin-left: 10px;
        margin-right: 0;
        border-right: 1px solid #000;
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row_photo_sec .btn3d.btn-default {
        color: #666666;
        box-shadow: none;
        background-color: #f3eff3;
        border-radius: 0;
    }
    .row_photo_sec .nav-tabs .nav-link.active {
        color: #0083c0;
        background: unset;
        box-shadow: none;
        border: none;
    }

    .fil-cat {
        display: none;
    }
    .app-date {
        display: none;
    }
    .nav-date {
        display: none;
    }
    .sticky-sm-top {
        background: #f3eff3;
    }

    .video-tab-sec .nav-tabs .nav-link {
        font-size: 12px;
        padding: 3px 0px;
        font-weight: 600;
        color: #c0c5c5;
    }
    .video-tab-sec .nav-tabs .btn3d {
        margin-left: 0;
        margin-right: 0;
        border-right: 1px solid #7e7b7b;
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #000000;
    }
    .video-tab-sec .nav-tabs .btn3d:last-of-type {
        border-right: none;
    }
    .video-Search {
        width: 100%;
        height: 38px;
        left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .vid-col .thumb-image {
        height: 188px;
    }
    .vid-col .album-thumb {
        height: 310px;
    }
    .short-vid-col .short-thumb {
        height: 660px;
    }
    .short-vid-col .short-thumb-image {
        height: 577px
    }
    .mvp-vid-box-wrap-s {
        top: 52%;
    }
    .videothumb video {
        height: 206px;
    }
    .side-none {
        display: none;
    }
    .inews h2 {
        font-size: 1rem !important;
    }
    .downloadhbtn a {
        color: #ffffff;
        font-size: 10px;
        padding: 3px 5px 3px 4px;
        margin-right: 0px;
    }
    .downloadhbtn a span {
        font-size: 8px;
    }
    .downloadhbtn a i {
        padding-left: 5px;
    }
    .full-article img {
        height: 216px;
    }
    .full-article-details p {
        font-size: 12px;
    }
    .testimonials {
        padding-top: 0px;
        padding-bottom: 0;
        margin-top: 0px;
      }
    .full-article .testimonials .img-area-four-col-category-list img {
        height: 210px;
    }
    ul.list-img-col li {
        width: 100%;
    }
    ul.list-img-col li figure {
        height: 200px;
    }
    .sidebar_right {
        display: none;
    }

    .tag {
        height: 18px;
        padding: 2px 20px 0 23px;
        font-size: 10px;
    }
    .tag::before {
        top: 6px;
    }
    .tag::after {
        background: #f3eff3;
        border-bottom: 8px solid transparent;
        border-left: 10px solid #ededed;
        border-top: 10px solid transparent;
    }
    blockquote {
        font-size: 1em;
        margin: 2px auto;
        padding: 1.2em 5px 1.2em 10px;
        border-top: 2px solid #1f85be;
    }
    blockquote ul li {
        padding-left: 0.5rem;
        font-size: 0.7rem;
    }
    blockquote::before {
        font-size: 2em;
        left: -4px;
        top: 8px;
    }
    blockquote ul {
        padding-inline-start: 0;
    }
    .full-pic-sec .full-article img {
        width: 100%;
    }
    #footer .footer-partner {
        width: 100%;
        display: none;
    }
    #footer .footer-partner ul li a {
        font-size: 10px;
    }
    .short-vid-col .mvp-vid-box-wrap-s {
        top: 42%;
        width: 45px;
        height: 45px;
        font-size: 30px;
    }
    .videoModal {
        width: 100%;
    }
    .videoModal video {
        height: 575px;
    }
    .pr-section {
        width: 100%;
        margin: 0rem auto;
        padding: 0.8rem;
    }
    .pr-section-hed {
        display: block;
    }
    .pr-section-hed img {
        max-height: 40px;
        margin-bottom: 1rem;
    }
    .pr-Search {
        left: 0;
        width: 100%;
        height: 40px;
        margin-bottom: 1rem;
    }
    .pr-section  .entries article {
        height: auto;
        padding: 10px;
        background: #f3eff3;
    }
    .pr-section  .entry .entry-title {
        margin-top: 0;
    }
    .pr-section .entry .entry-content {
        width: 100%;
        display: grid;
    }
    .sidebar .btn3d {
        margin-left: 3px;
        margin-right: 3px;
        box-shadow: none;
    }
    .home_cat_title a {
        font-size: 14px;
    }
    .home_cat_hed:after {
        border-bottom: 1px solid #0083c0;
    }
    .bus-feed-item-primary
    .biz-feed-item-primary-element
    .news_description h4 a {
        font-size: 14px;
    }
    .blog .entry .entry-title a {
        font-size: 14px;
    }
    .video-tab-sec {
        display: block !important;
        position: fixed;
        top: unset;
        bottom: 0;
        background: #000000;
        border-top: 1px solid rgb(191 186 186);
        margin-bottom: 0;
        overflow-x: scroll;
        z-index: 99;
    }
    .video-tab-sec .nav-tabs {
          border: unset;
          min-width: 600px;
      }
    .back-to-top {
        right: 0;
        bottom: 0;
        width: 25px;
        height: 25px;
    }
    .mob-sidebar{
        display: block !important;
    }
     .testimonials-photo-home .biz-feed-item-primary-element {
        height: 250px;
    }
    .testimonials-photo .swiper .des-pic-title {
        font-size: 14px;
    }
    .latest_news_home {
        margin-top: 20px;
    }
    .share-social-icons ul li {
        padding: 0 2px;
    }
    .img-col-bottom img {
        height: 200px;
    }
    .full-article .videothumb video {
        height: 186px;
    }
    .videosec .ians-author-detial-left {
        width: calc(100% - -5px);
        margin-bottom: 0.5rem;
    }
    .ians-img-popup-modal {
        left: 50%;
        width: 350px;
    }
    .section-heading h2:before {
        width: 25%;
        top: 40%;
    }
    .section-heading h2:after {
        width: 25%;
        top: 40%;
    }
    .full-pic-sec .photo-dic-col6 {
        display: grid;
    }
    .full-pic-sec .photo-dic-col6 .downloadhbtn a {
        margin-right: 5px;
    }
    .full-pic-sec .photo-dic-col6 .downloadhbtn a span {
        font-size: 10px;
    }
    .breaking-news {
        height: 28px;
        padding: 15px;
    }
    .breaking-news-hed {
        display: none !important;
    }
    .news-scroll a {
        font-size: 12px;
    }
    .breaking-section {
        padding-bottom: 0;
        margin-top: 0;
    }
    .nav-gap {
      gap: 0.8rem;
  }
  .login-item .getstarted .nav-icon {
        max-height: 24px;
    }
  .dark-mode .navbar-mobile ul {
        background-color: #545252;
    }
    .dark-mode .top_sec_row .bus-feed-item-primary {
        background: #282828;
    }
    .dark-mode .blog .entries article {
        background: #282828;
    }
    .dark-mode .mob-sidebar {
        background: #000000;
    }
    .dark-mode .video-tab-sec .nav-tabs .btn3d {
        border-right: 1px solid #a5a0a0;
    }
    .dark-mode .row_photo_sec .btn3d.btn-default {
        background-color: #000000;
    }
    .navbar-mobile .mobile-nav-toggle.bi-list {
        display: none;
    }
    .mobile-nav-toggle.bi-list {
      color: #000000;
      display: block;
    }

    .dark-mode .mobile-nav-toggle.bi-list {
      color: #fff;
      display: block;
    }
    .dark-mode  .navbar-mobile .mobile-nav-toggle.bi-list {
        display: none;
    }
    .swiper-slide {
        margin-bottom: 1.5rem !important;
    }
    .entry-content-raw {
        right: 10px;
    }
    .entry-content-raw .cd-cat-M {
        display: block;
    }
    .entry-content-raw .cat-date-wrap-1 {
        margin-right: 0;
    }
}

      
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
  .sticky-sm-top{
    z-index: 99 !important;
  } 
}




/*--------------------------------------------------------------
#RESPONSIVE CSS END
--------------------------------------------------------------*/



