:root {
  --primary: #1f59b0;
  /* --Seconday:#EF3D20; */
  --Seconday: #4ac7ce;
  --text-color: #ffffff;
  --white-color: #ffffff;
  --black-color: #000000;
}
body {
  font-family: "Tiro Bangla", serif;
  font-size: 20px;
  background: #fff;
  color: #222;
  font-weight: normal;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tiro Bangla", serif;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
a {
  color: #121212;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #171717;
}
/* a:hover .Title{color:var(--primary);} */
p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
}
.container-fluid {
  padding: 0;
}
.img100 {
  width: 100%;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset;
}
.Title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 28px;
  line-height: 38px;
  color: #222;
  font-weight: 600;
}
.Brief p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.border-right-inner {
  border-right: 1px solid #1d2326;
}
.border-bottom-inner {
  border-bottom: 1px solid #e2e2e2;
}
.border-top-inner {
  border-top: 1px solid #e2e2e2;
}
.Desc {
  padding: 6px 0;
}
.Desc:hover .Title {
  color: var(--Seconday);
  transition: 0.3s;
}
picture img {
  aspect-ratio: 1.62;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: unset;
}

/* common */
.sticky {
  position: fixed;
  background: #fff;
  top: 0 !important;
  z-index: 9999999;
  margin-top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
}
.navbar-toggler:focus {
  box-shadow: none;
}

.section-read-more-btn a {
  color: var(--Seconday);
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid var(--Seconday);
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.section-read-more-btn a > i {
  margin-left: 10px;
}
.section-read-more-btn a:hover {
  color: #05509f;
  border: 1px solid #05509f;
}

/* back-to-top */
#button {
  display: inline-block;
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0px 0px 10px rgba(150, 83, 47, 0.2);
  animation: backtotop 2s infinite;
}
#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: var(--Seconday);
}
#button:active {
  background-color: var(--Seconday);
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button i {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

@keyframes backtotop {
  0% {
    bottom: 45px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 45px;
  }
}

.header-top {
  padding: 5px 0;
  background: var(--primary);
}
.DateTimeBn p {
  font-size: 12px;
  font-weight: 500 !important;
  display: inline-block;
  line-height: 15px;
  color: #eee;
}
.DateTimeBn .date i {
  font-size: 11px;
}
.header-meta-link ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: end;
  align-items: end;
  margin-bottom: 0;
}
.header-meta-link ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  line-height: 14px;
}
.header-meta-link ul li a {
  font-size: 13px;
  color: var(--white-color);
}
.header-meta-link ul li::after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 1px;
  height: 11px;
  background: #bfbfbf;
}
.header-meta-link ul li:last-child::after {
  padding-right: 0px;
  position: relative;
}
.header-meta-link .en {
  font-weight: 600;
}
.header-meta-link > a:hover {
  color: #d40000;
}
.office-time p {
  font-size: 13px;
  color: #fff;
}
.header-top-right ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.header-top-right ul li {
  display: flex;
  margin-left: 20px;
}
.header-top-right ul li {
  font-size: 13px;
  color: #fff;
}
.header-top-right ul li a {
  font-size: 13px;
  color: #fff;
}
.header-top-right ul li a:hover {
  color: var(--Seconday);
}

.DHeaderNav {
  background: linear-gradient(to right, #1f59b0, #4ac7ce);
}
.DHeaderNav .navbar {
  padding: 0;
  width: 100%;
}
.DHeaderNav .navbar-light .navbar-nav .nav-link {
  color: var(--white-color);
  font-size: 17px;
  font-weight: 700;
  padding: 24px 14px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.nav-item i {
  color: #fff;
  display: flex;
  align-items: center;
  /* margin-top: 17px; */
  cursor: pointer;
}

.DHeaderNav .navbar-light .navbar-nav .EnB {
  color: #a50c24;
}
.navbar .offcanvas-end {
  width: 100%;
  /* margin-bottom: 60px; */
}
.font-2x {
  font-size: 200%;
  line-height: 100%;
  position: relative;
  top: 3px;
}
.navbar .offcanvas-body {
  max-height: 70vh; /* Set a maximum height for the offcanvas body */
  overflow-y: auto; /* Enable vertical scrollbar if content overflows */
  padding-left: 0;
}

.other-wrapper {
  margin-bottom: 30px;
}
.other-wrapper ul {
  column-count: 4;
  list-style: none;
  padding: 0;
}
.other-wrapper ul li a {
  border-bottom: 0 !important;
  font-size: 18px;
}
.SocialWrap {
  margin-top: 30px;
}
.SocialWrap p {
  font-size: 18px;
  margin-bottom: 15px;
}
.SocialWrap .DSocialLink .social-circle li a {
  margin-right: 10px;
}
.SocialWrap .DSocialLink .social-circle li:last-child a {
  margin-right: 0;
}
.navbar .offcanvas-header {
  border-bottom: 4px double #ccc;
}

.DHeaderNav .navbar-light .navbar-nav .nav-link:hover {
  color: var(--black-color);
}
/* .dropdown:hover>.dropdown-menu{display:block;} */
/* .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0px solid #ccc;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  color: #000;
  left: 6px;
  box-shadow: 2px 2px 4px 1px #666666;
} */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background: #ccc;
}
.dropdown-item {
  padding: 0.5rem 0.8rem;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  min-width: auto;
  border-bottom: 1px solid #ccc;
}
.no-scrollbar {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.megamenu .dropdown-item {
  border-bottom: 0;
}
.megamenu .dropdown-item:hover {
  background-color: #555;
  color: #fff;
}
/* .dropdown ul li a:last-child{
    border-bottom: 0;
} */
.navToggle {
  background: #d7d7d7;
  color: #333;
  padding: 11px 12px;
  display: flex;
  float: right;
  text-align: center;
}
.navToggle p {
  font-size: 18px;
  padding-right: 10px;
}
.navToggle:hover {
  cursor: pointer;
}
.navToggle:hover .menu,
.navToggle:hover .menu:before,
.navToggle:hover .menu:after {
  background: #333;
}
.navToggle:hover .menuOn {
  background: transparent;
}
.menu,
.menu:before,
.menu:after {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 0.15rem;
  background: #333;
  transition: 0.3s;
  top: 5px;
}
.menu:before,
.menu:after {
  content: "";
  position: absolute;
  left: 0;
}
.menu:before {
  top: 10px;
}
.menu:after {
  bottom: 5px;
}
.menuOn {
  background: transparent;
}
.menuOn:before {
  top: 5px;
  transform: rotate3d(0, 0, 1, 45deg);
  left: -5px;
}
.menuOn:after {
  bottom: 25px;
  transform: rotate3d(0, 0, 1, -45deg);
  left: -5px;
}
.sticky .menuOn:before {
  top: 5px;
  transform: rotate3d(0, 0, 1, 45deg);
  left: -5px;
}
.sticky .menuOn:after {
  bottom: 35px;
  transform: rotate3d(0, 0, 1, -45deg);
  left: -5px;
}
.sticky .DNav2 nav {
  top: 55px;
  padding-bottom: 50px;
}

.DNav2 nav {
  position: fixed;
  z-index: -1;
  top: 188px;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 30px 0 150px;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.DNav2 nav a {
  color: #fff;
  text-decoration: none;
}
.DNav2 nav a:hover {
  color: #e61e25;
}
.DNav2 nav.navOn {
  display: block;
  z-index: 99999;
  left: 0;
  background: #000000de;
  overflow: scroll;
}
.DNav2 nav ul {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
}
.DNav2 nav ul li {
  margin-bottom: 20px;
  margin-right: 10px;
  display: inline-block;
  min-width: 190px;
}
.DNav2 nav ul li a {
  padding: 10px 0;
  font-weight: 600;
  font-size: 19px;
}
.DNav2 nav ul li a:hover {
  color: #e61e25;
}

.DNav2 .divider {
  font-size: 12px;
  color: #e61e25;
  position: relative;
  padding-right: 2px;
  top: -2px;
}
.DNav2 nav .SubMenu {
  float: right;
  display: contents;
}
.DNav2 nav .SubMenu li {
  display: inline;
}
.DNav2 nav .SubMenu li a {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  margin-right: 0;
}
.SearchIcon .menu-search {
  top: 0;
}
.DSubMenuArea .col-sm-2 {
  flex: 0 0 13%;
  max-width: 13%;
}
.DSubMenuArea .col-sm-10 {
  flex: 0 0 87%;
  max-width: 87%;
  padding-left: 0;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  transition: 0.2s;
  box-shadow: 0 0 2px 0 #00000051;
}
.sticky .DHeaderNav {
  border-bottom: 0;
  border-top: 0;
}
/* .sticky .StickyLogo {
  display: none;
} */
.StickyLogo img {
  width: 83px;
  height: 64px;
  padding: 5px 0;
  margin-right: 30px;
}
/* .StickyLogo:hover img {
  opacity: 1;
}
.StickyLogo {
  display: none;
} */
.sticky .DHeaderNav ul {
  /* margin-left: auto !important;
  margin-right: 20px !important; */
}
.sticky .dropdown-item {
  font-size: 14px;
}
.sticky .other-wrapper .dropdown-item {
  font-size: 20px;
}

.sticky .navToggle {
  padding: 23px 12px;
}
.sticky .DHeaderNav .navbar-light .navbar-nav .nav-link {
  color: var(--white-color);
  font-size: 17px;
  font-weight: 700;
  padding: 24px 14px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.DHeaderNav .dropdown-item {
  padding: 8px 15px;
  border-bottom: 1px solid #fff;
  color: var(--white-color);
  font-weight: 700;
  font-size: 16px;
}
.DHeaderNav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: var(--Seconday);
  margin-top: 0;
}
.DHeaderNav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}
.DHeaderNav .dropdown-item:hover {
  color: var(--Seconday);
  background: #fff;
  transition: 0.2s;
}
/* mega menu */
.DHeaderNav .navbar .has-megamenu {
  position: static !important;
}

.DHeaderNav .navbar .megamenu {
  background: #fff !important;
  border-bottom: 3px solid #29725e;
  border-top: 1px solid #e2e2e2;
  left: 50%;
  margin-left: -630px; /* Half of the min-width to center */
  margin-top: 0;
  min-width: 1260px;
  right: auto;
  top: auto;
  width: 100%;
}

.DHeaderNav .navbar .megamenu {
  padding: 1.5rem;
}

.DHeaderNav .dropdown:hover > .dropdown-menu {
  display: block;
}

.megamenu a {
  color: #000;
}

.megamenu .row {
  display: flex;
}

.megamenu .col-md-3 {
  flex: 1;
  padding: 0 1rem; /* Adjust spacing between columns */
  box-sizing: border-box;
}
.DHeaderNav .has-megamenu .dropdown-menu {
  top: 100% !important;
}
.nav-link.dropdown-toggle.show {
  display: block;
}
.logo img {
  width: 194px;
  height: 40px;
}

/* Mobile nav */
.show {
  display: inline;
}
.Hide {
  display: none;
}
.sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
  padding: 0;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-bottom: 0px;
  background: #fff;
  font-size: 17px;
}
.show {
  display: inline;
}
.hide {
  display: none;
}
.sticky2 .mobLogo img {
  width: 194px;
  height: 40px;
}
.MobileShow {
  display: none;
}
.DMLogo img {
  width: 160px;
}
.menu-button {
  color: var(--white-color);
  cursor: pointer;
  font-size: 22px;
  position: relative;
  line-height: 32px;
}
.menu-search {
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.DHeaderNav .navbar-light .navbar-nav .menu-search .nav-link {
  padding-right: 0;
}
.nav-link-search i {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 900;
  /* padding: 10px; */
  padding-right: 10px;
  text-align: center;
  line-height: 25px;
  padding-right: 0;
}
.nav-link-search i:hover {
  color: var(--black-color);
}
.open-menu {
  color: #333;
  cursor: pointer;
  font-size: 17px;
  position: absolute;
  right: 13px;
  top: 12px;
  transition: transform 450ms ease;
}
.rotate {
  transform: rotate(135deg);
  color: var(--Seconday);
}
.overflow {
  margin: -3px -12px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#mobile-nav {
  background: linear-gradient(to right, #1f59b0, #4ac7ce);
  width: 100%;
  z-index: 1;
  padding: 5px 12px;
}
#mobile-nav ul {
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  padding: 0;
  padding: 0 10px;
  position: relative;
  z-index: 99;
}
#mobile-nav ul:first-child {
  background-color: #f5f5f5;
  padding: 0;
  z-index: 99999;
}
#mobile-nav ul li {
  border-top: 1px solid rgba(138, 138, 138, 0.08);
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
#mobile-nav ul li a {
  color: #333;
  display: inline-block;
  font-size: 17px;
  padding: 10px 15px 8px;
  text-decoration: none;
  width: 100%;
  font-weight: 700;
}
#mobile-nav ul ul {
  margin: 0;
}
#mobile-nav ul ul li {
  border-top: none;
  padding-left: 10px;
  border-bottom: 1px solid #86cace;
}

#mobile-nav .SubMenuM {
  background-color: var(--Seconday);
}
#mobile-nav .SubMenuM li a {
  color: var(--white-color);
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  text-decoration: none;
  width: 100%;
}
#mobile-nav .SubMenuM li a:hover {
  color: var(--primary);
  transition: 0.3s;
}
.mobLogo img {
  width: 194px;
  height: 40px;
}
.mobLogo {
  padding: 0px 0 4px 0;
}
.menu-wrap {
  position: relative;
}

/* search */
.search_block {
  position: absolute;
  top: 56px;
  right: 67px;
  z-index: 9999999;
  width: 32%;
  background: #ddd !important;
  padding: 8px 0;
  border-top: 2px solid var(--primary);
}
.search_block::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 15px;
  border-color: transparent transparent var(--primary);
  border-style: solid;
  border-width: 14px 12px;
}
.sticky .search_block {
  top: 55px;
}

/* .search_block.MobileSearchBox {
  position: fixed;
  top: 0px !important;
  z-index: 99999;
  width: 100%;
  background: #fff;
  padding: 15px 0;
} */
.search_logo input {
  padding: 3px 9px;
  margin-right: auto;
  width: calc(100% - 98px);
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 0;
  height: 35px;
  font-size: 14px;
}
.search_logo.display-flex a,
.search_logo.display-flex button {
  background: #ccc;
  width: 40px;
  margin-left: 2px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  color: var(--primary);
  border: none;
  cursor: pointer;
}
.search_logo.display-flex a i,
.search_logo.display-flex button {
  font-size: 16px;
}
.search_logo.MobileSearchBox input {
  padding: 6px;
  margin-right: auto;
  width: calc(100% - 113px);
  border: 2px solid #ddd;
}
a.close-search {
  display: inline-block !important;
}
.search_logo.display-flex a:hover,
.search_logo.display-flex button:hover {
  color: var(--Seconday);
}
.search_logo.display-flex a:last-child {
  margin-right: 0;
}
.show {
  display: inline;
}
.Hide {
  display: none;
}

/*==========Scroll=============*/
.DScroll {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #e5e5e5;
  color: #000;
  font-size: 18px;
}
.DScrollSection {
  display: flex;
  flex-wrap: wrap;
}
.DScrollSection .ScrollHeading {
  width: 150px;
  padding: 0 0 0 10px;
  background: #be475d;
}
.DScrollSection .ScrollHeading p {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
}

.DScrollSection .ScrollSubject {
  width: calc(100% - 150px);
  padding: 0 10px;
}
.DScrollSection .ScrollSubject a span:hover {
  color: #555;
}
.DScrollSection .ScrollSubject a span {
  padding-right: 25px;
  display: inline-block;
  margin-top: 7px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
.DScrollSection .ScrollSubject a span .SquareIcon {
  color: #333;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #be475d;
  margin-right: 3px;
  border-radius: 50%;
}

#buttonBT {
  display: inline-block;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#buttonBT::after {
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  line-height: 42px;
  color: #fff;
}
#buttonBT.show {
  opacity: 1;
  visibility: visible;
}

/* header-area */
/* .header-top {
  padding: 5px 0;
  background: var(--primary);
}
.DateTimeBn p {
  font-size: 12px;
  font-weight: 500 !important;
  display: inline-block;
  line-height: 15px;
  color: #eee;
}
.DateTimeBn .date i {
  font-size: 11px;
}
.header-meta-link ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: end;
  align-items: end;
  margin-bottom: 0;
}
.header-meta-link ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  line-height: 14px;
}
.header-meta-link ul li a {
  font-size: 13px;
  color: var(--white-color);
}
.header-meta-link ul li::after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 1px;
  height: 11px;
  background: #bfbfbf;
}
.header-meta-link ul li:last-child::after {
  padding-right: 0px;
  position: relative;
}
.header-meta-link .en {
  font-weight: 600;
}
.header-meta-link > a:hover {
  color: #d40000;
}
.office-time p {
  font-size: 13px;
  color: #fff;
}
.header-top-right ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.header-top-right ul li {
  display: flex;
  margin-left: 20px;
}
.header-top-right ul li {
  font-size: 13px;
  color: #fff;
}
.header-top-right ul li a {
  font-size: 13px;
  color: #fff;
}
.header-top-right ul li a:hover {
  color: var(--Seconday);
}
.mobile-menu {
  display: none;
}
.main-menu {
  background: linear-gradient(to right, #1f59b0, #4ac7ce);
}
.main-menu .navbar {
  padding: 0;
}
.main-menu .navbar .navbar-brand {
  margin-right: 40px;
}
.logo img {
  width: 194px;
  height: 40px;
}
.sticky.main-menu .navbar {
  padding: 0;
}
.main-menu .navbar-light .nav-item:last-child .nav-link {
  padding-right: 0;
}
.main-menu .navbar-light .navbar-nav .nav-link {
  color: var(--white-color);
  font-size: 17px;
  font-weight: 700;
  padding: 24px 14px;
  letter-spacing: 0.2px;
}
.main-menu .navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #000;
}

@keyframes grow {
  100% {
    height: 90%;
    width: 90%;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main-menu .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.main-menu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: var(--Seconday);
  margin-top: 0;
}
.main-menu .dropdown-item {
  padding: 8px 15px;
  border-bottom: 1px solid #fff;
  color: var(--white-color);
  font-weight: 700;
}
.main-menu .dropdown-item:hover {
  color: var(--Seconday);
  background: #fff;
  transition: 0.2s;
}
.main-menu .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}
.main-menu .navbar-light .navbar-toggler {
  padding: 0px 4px;
  border-color: #cfe2ff;
}
.main-menu .navbar-light .navbar-toggler-icon {
  background-image: none;
}
.main-menu .navbar-light .navbar-toggler-icon i {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.menuItemRight .nav-link-search {
  font-size: 17px;
  color: #ffc106;
}
.search_block {
  position: absolute;
  top: 60px;
  right: -17px;
  z-index: 9999999;
  width: 32%;
  background: #ddd !important;
  padding: 8px 0;
  border-top: 2px solid var(--primary);
}
.search_block::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 15px;
  border-color: transparent transparent var(--primary);
  border-style: solid;
  border-width: 14px 12px;
}

.search_block.MobileSearchBox {
  position: fixed;
  top: 0px !important;
  z-index: 99999;
  width: 100%;
  background: #fff;
  padding: 15px 0;
}
.search_logo input {
  padding: 3px 9px;
  margin-right: auto;
  width: calc(100% - 98px);
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 0;
  height: 35px;
  font-size: 14px;
}
.search_logo.display-flex a,
.search_logo.display-flex button {
  background: #ccc;
  width: 40px;
  margin-left: 2px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  color: var(--primary);
  border: none;
  cursor: pointer;
}
.search_logo.display-flex a i,
.search_logo.display-flex button {
  font-size: 16px;
}
.search_logo.MobileSearchBox input {
  padding: 6px;
  margin-right: auto;
  width: calc(100% - 113px);
  border: 2px solid #ddd;
}
a.close-search {
  display: inline-block !important;
}
.search_logo.display-flex a:hover,
.search_logo.display-flex button:hover {
  color: var(--Seconday);
}
.search_logo.display-flex a:last-child {
  margin-right: 0;
}
.Hide {
  display: none;
}
.menuItemRight {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.menuItemRight .header-search a {
  color: var(--white-color);
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 1px;
  overflow: hidden;
  font-style: normal;
  text-align: center;
  line-height: 20px;
  padding-right: 0;
}
.main-menu.sticky .menuItemRight .header-search a {
  color: var(--white-color);
}
.menuItemRight .header-search a:hover {
  color: #000;
}
.main-menu.sticky .menuItemRight .header-search a:hover {
  color: #000;
} */

/* Common CSS */
.section-heading h5 {
  padding: 4px 0px;
  display: inline;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  border-bottom: 3px solid var(--primary);
  /* border-top: 3px solid #005e00; */
}
.section-heading a {
  color: #171717;
}

.section-heading {
  margin-bottom: 20px;
  border-bottom: 1px dotted var(--primary);
  position: relative;
}
.Common-list .Common-list-details .Desc {
  height: 58px;
}

.Common-list-details:hover .Desc .Title {
  color: var(--Seconday);
  transition: 0.3s;
}
.CommonLead .Desc {
  padding: 6px 0px;
  /* height: 132px;
	overflow: hidden; */
}
.CommonLead .Desc .Title {
  -webkit-line-clamp: 2;
  font-size: 21px;
  line-height: 29px;
}
.CommonLead:hover .Desc .Title {
  color: var(--Seconday);
  transition: 0.3s;
}
.CommonLead .Desc .Brief p {
  -webkit-line-clamp: 5;
}
.CommonLeadList .Desc .Title {
  font-size: 18px;
  line-height: 26px;
  -webkit-line-clamp: 3;
  font-weight: 500;
}
.Common-list-details {
  /* border-bottom: 1px solid #e3e3e3;
	padding-bottom: 7px;
	margin-bottom: 7px; */
}
.Common-list-details .Brief p {
  font-size: 16px;
  line-height: 22px;
}
.CommonLeadList2 {
  margin-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.CommonLeadList2:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.CommonLeadList2 .col-7 {
  padding-left: 0;
}
.CommonLeadList2 .Desc .Title {
  font-size: 18px;
  line-height: 26px;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.Common-list-details .Desc .Title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  -webkit-line-clamp: 2;
}
.Common-list-details .Desc {
  padding: 6px 0 0 0;
}
.CommonLeadList .Desc {
  padding: 0;
}
.CommonLeadList {
  margin-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.CommonLeadList:last-of-type {
  /* border-bottom: none; */
  /* margin-bottom: 0;
  padding-bottom: 0; */
}
/* .row .col-lg-6:nth-child(3) .CommonLeadList{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.row .col-lg-6:nth-child(4) .CommonLeadList {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
} */
 .row > .col-lg-6:nth-last-child(-n+2) .CommonLeadList {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.positionText-list .CommonLeadList:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.CommonLeadList .Desc .Title {
  font-size: 17px;
  line-height: 25px;
  -webkit-line-clamp: 3;
  font-weight: 600;
}
.CommonSecNews2-wrapper .CommonLead {
  margin-bottom: 20px;
}
.CommonSecNews2-wrapper .CommonLead .Desc {
  padding-top: 0;
}
.positionText-list .Common-list-details {
  position: relative;
  margin-bottom: 20px;
}
.positionText-list .Common-list-details .Desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.02) 0%,
    rgb(0 0 0 / 100%) 100%
  );
  height: unset;
}
.positionText-list .Common-list-details .Desc .Title {
  color: #fff;
}
.positionText-list .Common-list-details:hover .Desc .Title {
  color: var(--Seconday);
  transition: 0.3s;
}
.Common-listBox-item {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 9px;
  margin-bottom: 9px;
  position: relative;
  padding-left: 18px;
}
.Common-listBox-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.Common-listBox-item .Desc {
  height: 54px;
  padding: 0;
  overflow: hidden;
}
.Common-listBox-item .Title {
  font-size: 17px;
  line-height: 25px;
  -webkit-line-clamp: 2;
  font-weight: 600;
}
.Common-listBox-item:hover .Title {
  color: var(--Seconday);
}
.Common-listBox-item a h3::before {
  color: var(--Seconday);
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f0da";
  font-family: "FontAwesome";
  text-rendering: auto;
  width: 100%;
  font-size: 16px;
}

/*============= Latest News =============*/
.DLPSTab2 {
  margin-bottom: 0;
}
.DLPSTab2 .nav-tabs {
  border: none;
  color: #171717;
  background: #eaecf0;
  border-bottom: 1px solid #ddd;
}
.DLPSTab2 .nav-tabs .nav-item {
  width: 50%;
  float: left;
}
.DLPSTab2 .nav-tabs .nav-item a {
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  padding: 7px 0;
  font-weight: 600;
  color: #171717;
}
.DLPSTab2 .nav-tabs .nav-item a.active {
  background: #d40000;
  font-weight: 600;
  color: #fff;
}
.DLPSTab2 .PanelHeight {
  max-height: 496px;
  overflow: auto;
}
.DLatestNews {
  background: #eefeff;
  overflow: hidden;
}
/* .DLatestNews .DLatestNewsList:first-child{
	padding-top: 0;
} */
.DLatestNews .DLatestNewsList {
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 10px;
}
.DLatestNews .DLatestNewsList span {
  font-size: 32px;
  padding-right: 16px;
  color: #64c8df;
  font-style: italic;
}
.DLatestNews .DLatestNewsList:last-child {
  border-bottom: none;
}
.DLatestNews .DLatestNewsList p {
  font-size: 17px;
  line-height: 27px;
  align-items: center;
  display: flex;
  position: relative;
  top: 2px;
  font-weight: 600;
  color: #2b2b2b;
}
.DLatestNews .DLatestNewsList:hover p {
  color: var(--Seconday);
  transition: 0.3s;
}
.DLatestNewsHeight.longEnough {
  max-height: 241px;
  overflow: auto;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.allnews a {
  display: block;
  text-align: center;
  border: none;
  padding: 5px;
  color: #fff;
  background: #d40000;
  text-decoration: none;
}

/* hero-area */
.hero-area {
  position: relative;
  margin-top: 30px;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.8;
}
.hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    89.91deg,
    #053566d6 0.07%,
    rgba(7, 255, 255, 0.21) 99.91%
  );
  z-index: 1;
}
.hero-slider .slick-prev {
  left: 30px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.hero-slider .slick-prev:hover {
  border: 1px solid var(--Seconday);
}
.hero-slider .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}
.hero-slider .slick-next {
  right: 30px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.hero-slider .slick-next:hover {
  border: 1px solid var(--Seconday);
}
.hero-slider .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}
.hero-slider .slick-slide img {
  aspect-ratio: 2.47;
  object-fit: cover;
  object-position: top;
  position: relative;
}
.hero-slider .items {
  position: relative;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-captions {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white-color);
  z-index: 999;
  left: 4%;
}

.slider-captions h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}
.slider-captions h1:hover {
  color: var(--Seconday);
  transition: 0.3s;
}
.slider-captions p {
  margin-bottom: 16px;
  line-height: 26px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.slider-captions .category-tag {
  margin-bottom: 10px;
}
.slider-captions .category-tag a {
  background: var(--Seconday);
  padding: 3px 8px;
  font-size: 12px;
  color: var(--white-color);
}
/* .hero-btn-wrap {
	display: flex;
	gap: 30px;
	justify-content: center;
} */
.see-more-btn {
  background: var(--Seconday);
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.see-more-btn > i {
  margin-left: 5px;
  font-size: 14px;
}
.see-more-btn:hover {
  background: var(--primary);
  color: #fff;
}
/* .hero-btn-wrap .see-more-btn.two{
	background:var(--primary);
}
.hero-btn-wrap .see-more-btn.two:hover{
	background:var(--Seconday);
}
.hero-btn-wrap .see-more-btn.one:hover{
	background:var(--primary);
	color:#fff;
} */

/* 
.cta {
	position: relative;
	margin: auto;
	padding: 12px 18px;
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease;
}
.cta:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  display: block;
	  background: var(--Seconday);
	  width: 52px;
	  height: 50px;
	  transition: all 0.3s ease;
	}
	.cta span {
		position: relative;
		font-size: 15px;
		line-height: 18px;
		color: #fff;
	    font-weight: 900;
	}
	.cta svg {
	  position: relative;
	  top: 0;
	  margin-left: 10px;
	  fill: none;
	  stroke-linecap: round;
	  stroke-linejoin: round;
	  stroke: #fff;
	  stroke-width: 2;
	  transform: translateX(-5px);
	  transition: all 0.3s ease;
	}
	.cta:hover svg {
		  transform: translateX(0);
		}
	.cta:hover .active {
		  transform: scale(0.96);
		}
	.cta:hover:before {
		width: 100%;
		background: var(--Seconday);
	  } */

/* .slick-dots li button::before{content: unset;}
.slick-dots{padding:0;text-align:center;position:absolute;bottom:24px;left:50%;transform:translateX(-50%);}
.slick-dots li{margin: 0 1px;position:relative;display:inline-block;padding:0;cursor:pointer;padding:0 10px;}
.slick-dots li button{font-size:0;line-height:0;display:block;padding:6px;cursor:pointer;color:transparent;outline:none;background:var(--Seconday);opacity:0.5;border-radius:50%;width: unset;height: unset;}
.slick-dots li.slick-active button{opacity:1!important;} */
.slick-dots {
  /* position: fixed; */
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slick-dots li button:before {
  content: "";
  background: var(--white-color);
  color: var(--white-color);
  height: 3px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}

/* Main CSS */

/* latest-AI-news-area */
.latest-AI-news-area {
  margin: 50px 0;
}
.latest-AI-news-area .CommonLead .Desc .Title {
  -webkit-line-clamp: 3;
}

/* telecom-news-area */
.telecom-news-area {
  margin: 50px 0;
}

/* review-buying-guide-area */
.review-buying-guide-area {
  margin: 50px 0;
}
.review-buying-guide-area picture {
  position: relative;
}
.gear-sec.positionText-list {
  margin-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.edited-sec .col-lg-6:nth-last-child(2) .gear-sec.positionText-list,
.edited-sec .col-lg-6:last-child .gear-sec.positionText-list {
  padding-bottom: 0;
  border-bottom: 0;
}

/* fintech-news-area */
.fintech-news-area {
  margin: 50px 0;
}
.fintech-news-area .CommonLead .Desc {
  height: 116px;
  overflow: hidden;
}
.fintech-news-area .CommonLead .Desc .Brief p {
  -webkit-line-clamp: 3;
}
.fintech-news-area .CommonLeadList {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.fintech-news-area .CommonLeadList:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* gaming-star-news-area */
.gaming-star-news-area {
  margin: 50px 0;
}
.gaming-star-news-area .CommonLead .Desc .Title {
  -webkit-line-clamp: 3;
}

/* video-news-area   */
.video-news-area {
  background: #3f919914;
  /* background: #000; */
  padding: 30px 0;
  margin-top: 50px;
}
.video-news-area .section-heading a {
  /* color: var(--white-color); */
}
.video-area .section-heading h2 {
  color: #fff;
}
.video-area .section-heading h2::before {
  color: #fff;
}
.video-area .section-heading i {
  color: #fff;
}

.video-big img {
  aspect-ratio: 1.73;
  width: 100%;
}
.video-big {
  position: relative;
  /* background: #1E2E46; */
  /* background: linear-gradient(to right, #1F59B0,#4AC7CE); */
  width: 100%;
}
.video-news-area .video-big:hover .Desc .Title {
  color: var(--Seconday);
}
.video-news-area .video-middel-items:hover .Desc .Title {
  color: var(--Seconday);
}
.video-big .Title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  -webkit-line-clamp: 2;
}
.video-big .Brief p {
  color: #eee;
  font-size: 17px;
  line-height: 26px;
}
.DLifestyleTop1 .Desc .Brief p {
  -webkit-line-clamp: 4;
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.5;
}
/* .video-big .Title{color: #fff;} */
.video-img-wrap {
  position: relative;
}
.video-middel .video-img-wrap img {
  aspect-ratio: 1.7777;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.44;
  transition: all 0.3s ease;
}
.video-big:hover .video-overlay {
  opacity: 0;
}
.video-big .Desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 6px;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.02) 0%,
    rgb(0 0 0 / 100%) 100%
  );
  height: unset;
  overflow: hidden;
}
.video-big .Desc .Title2 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  height: auto;
}

.video-big:hover .video-icon i {
  color: #fff;
}
.video-middel-items {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.video-middel-items .Desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 6px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.02) 0%,
    rgb(0 0 0 / 100%) 100%
  );
  height: unset;
  /* background:#1E2E46; */
  /* background: linear-gradient(to right, #1F59B0,#4AC7CE); */
}
.video-middel-items .Desc .Title {
  color: #fff;
  height: auto;
  /* color: #fff; */
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 24px;
}
.video-small .Spccat-small {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.video-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 56px; */
}
.video-icon i {
  color: #fff;
  border: 2px solid #d81922;
  padding: 0px 13px;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: #d81922;
}

.video-middel-items .video-icon i {
  color: #fff;
  font-size: 20px;
}
.video-middel-items:hover .Desc .Title {
  color: #fff;
}
.video-middel-items:hover .video-icon i {
  color: #fff;
}
.video-middel-items:hover .video-overlay {
  opacity: 0;
}

/* multiple-news-area */
.multiple-news-area {
  margin: 50px 0;
}

/* ============== Footer CSS ============== */
.footer-area {
  background: #00172a;
}
.footerTopSection ul {
  list-style-type: none;
  margin-left: -33px;
  margin-top: 30px;
}
.footerTopSection ul li {
  float: left;
  line-height: 26px;
  font-size: 14px;
  min-width: 20%;
  border-right: 1px solid #767676;
  padding-left: 10px;
}
.footerTopSection ul li:nth-child(6),
.footerTopSection ul li:first-child {
  padding-left: 0;
}
.footerTopSection ul li:nth-child(5),
.footerTopSection ul li:last-child {
  border-right: unset;
}
.footerTopSection ul li a {
  color: #3e3e3e;
}

.footerTopSection {
  padding-bottom: 25px;
  border-bottom: 1px solid #767676;
}
.DFooterSocialIcon ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0;
}
.DFooterSocialIcon ul.social-network li {
  display: inline;
  margin-right: 5px;
}
.DFooterSocialIcon .social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.DFooterSocialIcon .social-network a.icoTwitter:hover {
  background-color: #1da1f3;
}
.DFooterSocialIcon .social-network a.icoInstagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.DFooterSocialIcon .social-network a.icoTiktok:hover {
  background: #010101;
}
.DFooterSocialIcon .social-network a.icoTiktok:hover i {
  color: #fff !important;
}
.DFooterSocialIcon .social-network a.icoYoutube:hover {
  background-color: #ff0000;
}
.DFooterSocialIcon .social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoYoutube:hover i {
  color: #fff;
}
.DFooterSocialIcon .social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}
.DFooterSocialIcon .social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  background-color: #e4eaf4;
  color: #fff;
}
.DFooterSocialIcon .social-circle li i {
  margin: 0;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.DFooterSocialIcon .social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.DFooterTopSec {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.DFooterLogo img {
  width: 256px;
  height: 46px;
}
.DFooterSocialIcon ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0;
  margin-bottom: 0;
}
.DFooterSocialIcon .social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.DFooterSocialIcon .social-network a.icoTwitter:hover {
  background-color: #000;
}
.DFooterSocialIcon .social-network a.icoLinkedIn:hover {
  background-color: #1da1f3;
}
.DFooterSocialIcon .social-network a.icoInstagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.DFooterSocialIcon .social-network a.icoYoutube:hover {
  background-color: #ff0000;
}
.DFooterSocialIcon .social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoYoutube:hover i {
  color: #fff;
}
.DFooterSocialIcon .social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.DFooterBg {
  border-top: 1px solid var(--Seconday);
  padding: 40px 0;
}

.DFooterBottomBg {
  background: #0c1122;
  padding: 15px 0;
}
.DFooterBottomBg p {
  color: #fff;
}
.DFooterBottomBg a {
  color: #fff;
}
.DFooterBottomBg a:hover {
  color: var(--Seconday);
}
.DFooterBg p {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 8px;
}
.DFooterBg address {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}
.DFooterBg a {
  color: var(--white-color);
}
.DFooterBg a:hover {
  color: var(--Seconday);
}
.DFooterLink ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.DFooterLink li {
  margin-bottom: 10px;
  float: left;
  line-height: 26px;
  font-size: 14px;
  min-width: 50%;
}
.DFooterLink li a {
  font-size: 16px;
  color: var(--white-color);
  line-height: 26px;
  font-weight: 500;
}
.DFooterLink li a:hover {
  color: var(--Seconday);
}

/*====category-page====*/
.category-page {
  padding: 60px 0;
}
.cat-list {
  width: 100%;
  margin-bottom: 24px;
}
.cat-list-img {
  border-radius: 15px;
  overflow: hidden;
}
.cat-list .cat-list-img img {
  border-radius: 15px;
  transition: all 0.5s ease;
}
.cat-list .Desc .Title {
  margin-top: 5px;
  min-height: 50px;
  color: var(--back-color);
  font-size: 18px;
  line-height: 1.4;
}
.cat-list:hover .Desc .Title {
  color: var(--primary-color);
}
.cat-list:hover .cat-list-img img {
  transform: scale(1.1);
}

.catListTwo-wrap .cat-list {
  margin-bottom: 0;
}
.cat-lead {
  width: 100%;
  margin-bottom: 24px;
}
.cat-lead .cat-lead-img {
  border-radius: 15px;
  overflow: hidden;
}
.cat-lead .cat-lead-img img {
  border-radius: 15px;
  transition: all 0.5s ease;
}
.cat-lead .Desc {
  min-height: 112px;
}
.cat-lead .Desc .Title {
  margin: 10px 0 5px 0;
  font-size: 22px;
  line-height: 30px;
  color: var(--back-color);
}
.cat-lead .Desc .Brief p {
  -webkit-line-clamp: 2;
  color: #767676;
}
.cat-lead:hover .Desc .Title {
  color: var(--primary-color);
}
.cat-lead:hover .cat-lead-img img {
  transform: scale(1.1);
}

.category-single-news {
  padding-top: 60px;
}
.cat-sin-news-list {
  margin-bottom: 24px;
}
.cat-sin-news-list-img {
  border-radius: 15px;
  overflow: hidden;
}
.cat-sin-news-list-img img {
  border-radius: 15px;
  transition: all 0.5s ease;
}
.cat-sin-news-list-text .Title {
  margin-bottom: 5px;
  font-size: 18px;
}

.cat-sin-news-list-text:hover .Desc .Title {
  color: var(--primary-color);
}
.cat-sin-news-list:hover .cat-sin-news-list-img img {
  transform: scale(1.1);
}

/*details-page*/
.details-page {
  padding: 30px 0;
}
.breadcrumb-wrap .breadcrumb-item {
  font-size: 16px;
}
.breadcrumb-wrap .breadcrumb-item i {
  color: #6c757d;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
}

.dheading {
  margin: 24px 0;
}
.DsubHead {
  margin-bottom: 10px;
  color: var(--back-color);
  font-size: 18px;
}
.subHeading{
  color: var(--Seconday);
}
.DShoulder {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 18px;
}
.dheading h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.writter {
  margin-bottom: 5px;
}
.writter p {
  font-size: 15px;
  font-weight: 700;
}
.dateAndTime p > i {
  font-size: 14px;
}
.DNewsImg {
  margin-top: 20px;
  background: #ededed;
  border-radius: 15px;
}
.DNewsImg img {
  border-radius: 15px;
}
.DNewsImg p {
  padding: 5px;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  background: #ededed;
  border-radius: 0 0 15px 15px;
}
.dcontent-details {
  margin-top: 30px;
}
.dcontent-details h2 {
  font-size: 20px;
  line-height: 34px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.dcontent-details p {
  font-size: 20px;
  line-height: 34px;
  color: #222;
  margin-bottom: 20px;
}
.dcontent-details img {
  height: 100% !important;
  width: 100% !important;
  border-radius: 15px;
  margin-bottom: 5px;
}
.WritterInitial {
  color: #555;
}

.MostPopularTab {
  margin-top: 55px;
}
.MostPopularTab .panel-heading h2 {
  background: var(--gray-color);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 8px 15px;
}
.DLatestNews {
  border: 1px solid #e2e2e2;
  border-bottom: 0;
}
.MostPopularTab .PanelHeight {
  border-bottom: 1px solid #a9a9a9;
  max-height: 410px;
  overflow-x: hidden;
  transition: all 1s ease;
}
.MostPopularTabList {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 5px;
}
.MostPopularTabList .Desc {
  padding: 0;
}
.MostPopularTabList .Desc .Title {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DLatestNews img {
  border-radius: 15px;
}
.read-more-section {
  padding: 30px 0;
}

.DTextZoom button {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  padding: 0;
  margin-left: 5px;
  font-size: 16px;
  line-height: 16px;
}
.DTextZoom button:nth-child(1) {
  font-size: 30px;
  line-height: 20px;
}
.DTextZoom button:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
}
.DTextZoom button:nth-child(3) {
  font-size: 20px;
  line-height: 10px;
}

/* Details */
.RelatedTags {
  margin-top: 20px;
}
.RelatedTags p {
  margin-bottom: 10px !important;
  color: var(--primary-color);
  padding: 0 !important;
  font-weight: bold !important;
}
.RelatedTags .list-inline {
  margin-top: 10px;
}
.RelatedTags .list-inline-item {
  border: 1px solid #ddd;
  padding: 1px 10px;
}
.RelatedTags .list-inline-item:hover {
  background: #d0d0d0;
  color: #333;
}
.RelatedTags .list-inline-item a {
  font-size: 15px;
  color: #333;
}
.RelatedTags .list-inline-item i {
  font-size: 13px;
  color: var(--primary-color);
}

.RelatedNews {
  padding-bottom: 10px;
  margin-top: 20px;
}
.RelatedNews .related_caption {
  font-size: 18px;
  padding: 10px;
  color: var(--primary-color);
  font-weight: 700;
}
.RelatedNews .related_caption .ColorBox {
  margin-right: 5px;
  margin-top: 9px;
}
.RelatedNews ul {
  padding: 0 10px;
  margin: 0;
  list-style: none;
}
.RelatedNews ul li {
  padding: 5px 0;
}
.RelatedNews ul li i {
  font-size: 13px;
  padding-right: 5px;
}
.RelatedNews ul li a {
  color: #069;
  font-size: 17px;
  line-height: 20px;
}
.RelatedNews ul li a:hover {
  color: var(--primary-color);
}

.catTitle {
  margin: 20px 0 10px 0;
  padding: 0 0 0 5px;
  font-size: 26px;
  line-height: 36px;
  color: #4251a3;
  font-weight: bold;
}

/*Fb Comments Width Fix*/
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100% !important;
  width: 100% !important;
}

/*Archives*/
.DPaginationL {
  float: left;
}
.DPaginationR {
  float: right;
}
div.DCategoryListNews {
  margin: 10px 0;
  padding: 5px;
  position: relative;
}
div.DCategoryListNews h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
.DCategoryListNews p {
  padding-top: 8px;
  color: #666;
}
.DCategoryListNews:hover .common-img-animation img {
  transform: scale(1.1);
}

/*Archives*/
.DCategoryListNews {
  padding: 7px;
  margin-top: 20px;
}
.DCategoryListNews:hover {
  color: #fdc226;
}
.DCategoryListNews:hover .pHead {
  color: #fdc226;
}
.pHead {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
}
.btnCatName {
  margin-bottom: 10px;
}
.arrow-right2 {
  position: absolute;
  background: #ee383a;
  padding: 3px 5px;
  color: #fff;
}
.DArchiveNewsList {
  max-height: 163px;
  overflow: hidden;
}
.DArchiveNewsList .col-md-8 {
  padding-left: 0;
}
.DArchiveNewsList .Brief {
  max-height: 63px;
  overflow: hidden;
  line-height: 22px;
}
.DArchiveNewsList .pDate {
  position: absolute;
  bottom: 18px;
}

.CatInnerTitle {
  display: block;
  margin-top: 10px;
  background: #fff;
}
.CatInnerTitle .breadcrumb {
  padding: 5px 0;
  margin: 0;
  background: #f2f3f4;
  font-size: 17px;
  font-weight: 500;
}
.CatInnerTitle .breadcrumb > li.active a {
  color: #d1000e;
  padding-left: 7px;
}
.CatInnerTitle .breadcrumb > li i {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 5px;
  margin-right: 2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.CatInnerTitle .breadcrumb > li i {
  font-size: 13px;
}
.CatInnerTitle .breadcrumb > li.child {
  position: relative;
  padding-left: 15px;
}

/*Division*/
.DDivisionNav {
  min-height: 30px !important;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 20px;
}
.DDivisionNav .nav {
  padding: 0;
  margin: 0;
  text-align: center;
}
.DDivisionNav .nav li {
  float: left;
  margin-bottom: 17px;
}
.DDivisionNav .nav li a {
  padding: 10px 15px;
  margin-right: 1px;
  background-color: #ddd;
  border-bottom: 1px solid #fff;
  font-size: 0.9em;
  color: #000;
}
.DDivisionNav .nav li a:hover {
  color: #fdc226;
}
.DDivisionNav .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
}
.DDivisionNav .dropdown-menu {
  width: 100%;
  border-bottom: 0;
}
.DDivisionNav .dropdown-menu .dropdown-item {
  padding: 4px 15px;
}
div.HmAnnouncement2 {
  text-align: left;
  padding: 5px 0 5px 10px;
  margin-top: 20px;
}
.HmAnnouncement2 a {
  color: var(--primary-color);
}
.article-photo picture {
  display: block;
}
.article-photo img {
  width: 100%;
}
.article-big-block:hover .common-img-animation img {
  transform: scale(1.1);
}

.content-panel {
  background: #fff;
}
.article-big-block,
.article-small-block {
  border-bottom: 1px dotted#ccc;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #fff;
}
.article-big-block a:hover .article-header p {
  color: #fdc226;
}

.article-big-block .article-content {
  margin-top: 5px;
  padding: 0 0 0 3px;
}
.article-big-block .article-content .article-header h3 {
  font-size: 18px;
  margin: 0 0 4px 0;
  line-height: 26px;
  font-weight: bold;
  color: #333;
}

.cat_content_block {
  margin: 5px 0 0 0;
  padding-bottom: 7px;
  background: #fff;
}
.cat_content_block a:hover {
  color: #fdc226;
}
.cat_content_block .col-sm-8 {
  padding-left: 0;
}
.cat_content_block .col-sm-8 h4 {
  font-size: 16px;
  padding: 0 0 0 3px;
  margin: 0;
  line-height: 25px;
  font-weight: bold;
  color: #333;
}

/*District*/
.DDistrictNav {
  min-height: 30px !important;
  margin-bottom: 15px;
  text-align: center;
}
.DDistrictNav .nav {
  padding: 0;
  margin: 0;
  text-align: center;
}
.DDistrictNav .nav li {
  float: left;
}
.DDistrictNav .nav li a {
  padding: 10px 15px;
  margin-right: 1px;
  background-color: #ddd;
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
}
.DDistrictNav .nav li a:hover {
  color: #fdc226;
}
.DDistrictNav .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
}
.DDistrictNav .dropdown-menu li {
  width: 100%;
  border-bottom: 0;
}
.DDistrictNav .dropdown-menu li a {
  padding: 7px 15px;
}

.DCatMorContain {
  margin-top: 15px;
  padding-bottom: 15px;
}
.DCatMorContainList {
  margin-top: 12px;
  background: #fff;
  padding: 5px 2px;
}
.DCatMorContainList:hover {
  color: #fdc226;
}
.DCatMorContainList a:hover p {
  color: #fdc226;
}
.DCatMorContainList a h4 {
  font-size: 16px;
  margin: 0;
  line-height: 25px;
  color: #333;
  font-weight: 600;
}
.DCatMorContainList a .DCatDate {
  font-size: 0.9em;
  margin: 0;
  line-height: 18px;
  color: #888;
}
.DCatMorContainList .col-sm-4 {
  padding-right: 0;
}
.DCatMorContainList:hover .common-img-animation img {
  transform: scale(1.1);
}

/*Sub Category*/
.DSubCategoryTopNews:first-child {
  margin-top: 20px;
}
.DSubCategoryTopNews {
  padding: 7px;
  background: #fff;
  margin-bottom: 15px;
}
.DSubCategoryTopNews .col-lg-3 {
  padding-right: 0;
}
.DSubCategoryTopNews .Title {
  font-size: 1.1em;
  font-weight: 500;
  padding-top: 0px;
  line-height: 24px;
}
.DSubCategoryTopNews p {
  font-size: 0.95em;
  padding-top: 5px;
  line-height: 21px;
  max-height: 66px;
  overflow: hidden;
  color: #555;
}
.DSubCategoryTopNews .pDate {
  font-size: 14px;
  line-height: 20px;
  padding-top: 0;
  position: absolute;
  bottom: -6px;
  color: #979797;
  border: none;
}

.DCatTopNews {
  border: 1px solid #e2e2e2;
  width: 100%;
}
.DCatTopNews .Desc {
  padding: 10px 12px;
  max-height: 118px;
  overflow: hidden;
}
.DCatTopNews h2 {
  font-size: 1.31em;
  margin: 0;
  font-weight: 600;
  line-height: 25px;
  color: #222;
}
.DCatTopNews a:hover {
  color: #1e88e6;
}
.DCatTopNews p {
  font-size: 15px;
  padding-top: 7px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DSubCategoryTopNewsList {
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  width: 100%;
}
.DSubCategoryTopNewsList .Desc {
  padding: 5px 8px;
  height: 60px;
  overflow: hidden;
}
.DSubCategoryTopNewsList h3 {
  font-size: 19px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DSubCategoryTopNewsList2 {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #e2e2e2;
}
.DSubCategoryTopNewsList2 .Desc {
  padding: 5px 8px;
}
.DSubCategoryTopNewsList2 .Heading {
  font-size: 19px;
  line-height: 25px;
}
.single-cat-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.single-cat-cate {
  margin-right: 14px;
  margin-top: 10px;
}
.single-cat-cate a {
  color: #4251a3;
  font-weight: 600;
}
.single-cat-home {
  margin-right: 14px;
}

/*Tags*/
.DPaginationL {
  float: left;
}
.DPaginationR {
  float: right;
}
.DArchiveNewsList {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 8px;
}
.DArchiveNewsList:hover {
  background-color: #eae8e8;
  border: 1px solid #b4b3b3;
}
.btnCatName {
  position: absolute;
  margin-bottom: 5px;
  min-width: 100px;
  background-color: #4ac7ce;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10;
  left: 5px;
  bottom: -10px;
  border: none;
}
.btnCatName:hover {
  background-color: #000;
}

.DTagName h1 {
  font-size: 24px;
  line-height: 40px;
  color: var(--primary-color);
  margin-top: 30px;
}
.DTagName h1 i {
  color: var(--primary-color);
  padding-right: 8px;
}
.DWritersLead {
  margin-top: 15px;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border: 1px solid#ccc;
}

.DWritersLead p {
  font-size: 1.1em;
  line-height: 24px;
}
.DWritersName {
  margin: 10px 0;
}
.DWritersName p {
  font-size: 1.5em;
  line-height: 30px;
}

.DTagImgClass .img-fluid {
  max-width: 150px !important;
}

/*Writers Page*/
.DWritersTitle p {
  font-size: 22px;
  line-height: 40px;
  color: var(--primary-color);
  margin-top: 30px;
}
.DWritersTitle p i {
  color: var(--primary-color);
}
.DWritersLead {
  margin-top: 15px;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border: 1px solid#ccc;
}

.DWritersLead p {
  font-size: 1.1em;
  line-height: 24px;
}
.DWritersName {
  margin: 10px 0;
}
.DWritersName p {
  font-size: 1.5em;
  line-height: 30px;
}
.wBrife {
  color: #444;
  font-size: 15px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ShareTitle {
  font-size: 18px;
}

.DReadMore {
  margin-top: 20px;
}
.DReadMoreTitle {
  margin-bottom: 10px;
}
.DReadMoreTitle h2 {
  color: #cb0000;
  font-weight: 500;
  font-size: 20px;
}
.DReadMoreTitle a span {
  color: #cb0000;
  font-weight: 900;
  font-size: 22px;
}
.DetailsReadMore {
  margin-bottom: 20px;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
}
.DetailsReadMore .Desc {
  padding: 5px;
  max-height: 97px;
  overflow: hidden;
}
.DetailsReadMore .Title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  padding-top: 0;
  color: #222;
}
.DetailsReadMore p {
  font-size: 15px;
  line-height: 21px;
  padding-top: 8px;
  color: #555;
  max-height: 69px;
  overflow: hidden;
}
.MobileMenuShow {
  display: none;
}

/*Privacy Policy*/
.DetailsLeftContent {
  margin-top: 20px;
}
.DetailsLeftContent .PrivacyTitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 26px;
}
.DetailsLeftContent .PrivacyTitle2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 26px;
}
.DetailsLeftContent p {
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 24px;
}

.DAboutUs {
  padding: 0 30px 30px;
}
.DAboutUs .section-title {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 26px;
  position: relative;
  font-weight: 500;
  color: #053a6b;
}
.DAboutUs p {
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 24px;
}

.DContactArea {
  padding: 30px 0;
}
.DContact1 {
  border: 1px solid #e2e2e2;
  padding: 15px 20px;
}
.DContact1 .section-title {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 26px;
  position: relative;
  font-weight: 500;
  color: #053a6b;
}
.DContact2 .section-title {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 26px;
  position: relative;
  font-weight: 500;
  color: #053a6b;
}
.DContact1 h3 {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
  position: relative;
  font-weight: 500;
  color: #053a6b;
  margin-top: 10px;
  margin-bottom: -5px;
}
.DContact1 p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 24px;
}
.DContact2 p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 24px;
}
.DContact2 p a {
  color: #cd241f;
}
.DContact2 {
  border: 1px solid #e2e2e2;
  padding: 15px;
}
.DMap {
  margin-top: 50px;
}

/*tag list*/
.DTagLead {
  margin-top: 30px;
}
.tag-list {
  margin-bottom: 20px;
  background: #efefef;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 6px 3px 5px #ccc;
}
.tag-list:nth-child(n + 4) {
  margin-bottom: 0;
}
.tag-list i {
  margin-right: 10px;
}

/* Video */
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.video-gallery-list .Title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

/*Archives*/
.DPaginationL {
  float: left;
}
.DPaginationR {
  float: right;
}
div.DCategoryListNews {
  margin: 10px 0;
  padding: 5px;
  position: relative;
}
div.DCategoryListNews h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
.DCategoryListNews p {
  padding-top: 8px;
  color: #666;
}
.DCategoryListNews:hover .common-img-animation img {
  transform: scale(1.1);
}

/*Archives*/
.common-img-animation {
  border-radius: 15px;
  overflow: hidden;
}
.common-img-animation img {
  border-radius: 15px;
  transition: all 0.5s ease;
}
.DCategoryListNews {
  padding: 7px;
  margin-top: 20px;
}
.DCategoryListNews:hover {
  color: #4ac7ce;
}
.DCategoryListNews:hover .pHead {
  color: #4ac7ce;
}
.pHead {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
}
.btnCatName {
  margin-bottom: 10px;
}
.arrow-right2 {
  position: absolute;
  background: #ee383a;
  padding: 3px 5px;
  color: #fff;
}
.DArchiveNewsList {
  max-height: 163px;
  overflow: hidden;
}
.DArchiveNewsList .col-md-8 {
  padding-left: 0;
}
.DArchiveNewsList .Brief {
  max-height: 63px;
  overflow: hidden;
  line-height: 22px;
}
.DArchiveNewsList .pDate {
  position: absolute;
  bottom: 18px;
}

.CatInnerTitle {
  display: block;
  margin-top: 10px;
  background: #fff;
}
.CatInnerTitle .breadcrumb {
  padding: 5px 0;
  margin: 0;
  background: #f2f3f4;
  font-size: 17px;
  font-weight: 500;
}
.CatInnerTitle .breadcrumb > li.active a {
  color: #d1000e;
  padding-left: 7px;
}
.CatInnerTitle .breadcrumb > li i {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 5px;
  margin-right: 2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.CatInnerTitle .breadcrumb > li i {
  font-size: 13px;
}
.CatInnerTitle .breadcrumb > li.child {
  position: relative;
  padding-left: 15px;
}

/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .MobileShow {
    display: block !important;
  }
  .latest-news .CommonLeadList:last-child {
    margin-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
  }
  .menuItemRight {
    padding-left: 0;
  }
  .search_block {
    width: 100%;
    top: 48px;
    right: 0px;
  }
  .header-top {
    display: none;
  }
  .DHeaderNav {
    display: none;
  }
  .telecom-news-wrapper .lastchiled-style .col-lg-12.col-7 .Desc {
    position: relative;
    background: unset;
  }
  .telecom-news-wrapper .lastchiled-style .col-lg-12.col-7 {
    padding-left: 0;
  }
  .telecom-news-wrapper .lastchiled-style .Desc .Title {
    color: #222;
    font-size: 17px;
    line-height: 25px;
  }
  .telecom-news-wrapper .lastchiled-style .Common-list-details {
    margin-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
    margin-top: 14px;
    border-top: 1px solid #e3e3e3;
    padding-top: 14px;
  }
  .fintech-news-area .CommonLead {
    margin-bottom: 20px;
  }
  .col-right4 {
    margin-top: 50px;
  }
  .multiple-news-area {
    margin: 0px 0;
  }
  .multiple-news-area .multiple-news-wrap {
    margin-top: 50px;
  }
  .video-news-area .video-big {
    margin-bottom: 24px;
  }
  .borderNA .CommonLeadList:last-child {
    margin-bottom: 0;
    border-bottom: unset;
    padding-bottom: 0;
  }
  .mobile-menu {
    display: block;
  }
  .large-menu {
    display: none;
  }
  .positionText-list .Common-list-details {
    margin-bottom: 0;
  }
  .telecom-news-wrapper .multiple-newsBg .CommonLeadList:last-of-type {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .telecom-news-wrapper .multiple-newsBg .CommonLeadList.borderNA {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Extra small Device. */
@media (max-width: 767px) {
  .MobileShow {
    display: block !important;
  }
  .HeaderTopBar {
    display: none;
  }
  .DlogoArea {
    display: none;
  }
  .DlogoArea {
    display: none;
  }
  .DLogoArea {
    display: none;
  }
  .DHeaderNav {
    display: none;
  }
  .CommonLead .Desc .Title{
    margin-top: 5px;
  }
  .DLeadNews .Desc {
    padding: 15px 10px 5px 20px;
  }
  .main-menu .navbar-light .navbar-nav .nav-link {
    padding: 12px 16px;
  }
  .main-menu .navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: var(--Seconday);
  }
  .header-top-left {
    margin-bottom: 5px;
  }
  .main-menu .navbar-nav {
    background: #05509f;
  }
  .mobile-menu {
    display: block;
  }
  .main-menu .navbar .navbar-brand {
    margin-right: 0;
  }
  .large-menu {
    display: none;
  }
  .menuItemRight {
    padding-left: 0;
  }
  .search_block {
    width: 100%;
    top: 48px;
    right: 0px;
  }
  .main-menu .navbar-light .navbar-toggler-icon i {
    font-size: 23px;
    line-height: 32px;
  }
  .main-menu .navbar-light .navbar-toggler {
    border: unset;
  }
  .slider-captions {
    width: 60%;
  }
  .hero-slider .slick-slide img {
    aspect-ratio: unset;
  }
  .slider-captions h6 {
    font-size: 16px;
  }
  .slider-captions h1 {
    font-size: 16px;
    margin: 6px 0;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .see-more-btn {
    /* display: none; */
    font-size: 11px;
    padding: 3px 14px;
  }
  .see-more-btn > i {
    margin-left: 5px;
    font-size: 8px;
  }
  .header-top {
    display: none;
  }
  .latest-news .CommonLeadList:last-child {
    margin-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
  }
  .borderNA .CommonLeadList:last-child {
    margin-bottom: 0;
    border-bottom: unset;
    padding-bottom: 0;
  }
  .latest-AI-news-area .latest-news {
    margin-bottom: 30px;
  }
  .latest-AI-news-area {
    margin: 30px 0;
  }
  .telecom-news-area {
    margin: 30px 0;
  }
  .telecom-news-wrapper .multiple-newsBg .CommonLeadList:last-of-type {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .telecom-news-wrapper .multiple-newsBg .CommonLeadList.borderNA {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .telecom-news-wrapper .lastchiled-style .col-lg-12.col-7 .Desc {
    position: relative;
    background: unset;
  }
  .telecom-news-area .col-right4 {
    margin-top: 30px;
  }
  .telecom-news-wrapper .lastchiled-style .col-lg-12.col-7 {
    padding-left: 0;
  }
  .telecom-news-wrapper .lastchiled-style .Desc .Title {
    color: #222;
    font-size: 17px;
    line-height: 25px;
  }
  .telecom-news-wrapper .lastchiled-style .Common-list-details {
    margin-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
    margin-top: 14px;
    border-top: 1px solid #e3e3e3;
    padding-top: 14px;
  }
  .fintech-news-area {
    margin: 30px 0;
  }
  .fintech-news-area .CommonLead {
    margin-bottom: 20px;
  }
  .fintech-news-area .col-right4 {
    margin-top: 30px;
  }
  .review-buying-guide-area {
    margin: 30px 0;
  }
  .gaming-star-news-area {
    margin: 30px 0 0 0;
  }
  .gaming-star-news-area .col-right4 {
    margin-top: 30px;
  }
  .video-news-area {
    margin: 30px 0;
  }
  .video-news-area .video-big {
    margin-bottom: 24px;
  }
  .multiple-news-area {
    margin: 0px 0;
  }
  .multiple-news-area .multiple-news-wrap {
    margin-top: 30px;
  }
  .positionText-list .Common-list-details {
    margin-bottom: 15px;
  }
  .DFooterTopSec .col-md-6 {
    display: flex;
    justify-content: center !important;
  }
  .DFooterTopSec .DFooterLogo {
    margin-bottom: 20px;
  }
  .DFooterBg .col-md-6 {
    margin-bottom: 12px;
  }

  /* .footer-widget__quick-links {
		margin-left:0;
		margin-top: 50px;
	}
	.footer-widget__contact-info {
		margin-top: 50px;
	}
	.footer-one__bottom-text {
		order: 2;
	}
	.footer-one__bottom-list {
		order: 1;
	}
	.footer-one__bottom-inner {
		flex-wrap: wrap;
	}
	.footer-one__bottom-list ul {
		padding: 0;
	}
	.why-choose-us-wrapper .why-choose-us-list .col-lg-3{
		width: 50%;
	}
	.footer-one__top .col-lg-6.ps-5{
		padding-left: 12px!important;
	} */
}

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .photo-gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
