body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: var(--color-black);
  line-height: normal;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.mr_20 {
  margin-right: 20px;
}

p {
  line-height: 28px;
}

/***************TOP top-navbar****************/
.site-topbar {
  background-color: #333;
  border-bottom-color: #000
}

.site-topbar,
.site-topbar a {
  color: #ccc
}

.site-topbar a {
  font-size: 14px
}

.site-topbar a:hover {
  text-decoration: none
}

.site-topbar .option-left ul,
.site-topbar .option-right ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.site-topbar .option-left ul li,
.site-topbar .option-right ul li {
  display: inline-block
}

.site-topbar .option-left ul li a,
.site-topbar .option-right ul li a {
  display: block;
  padding: 10px 4px
}

.site-topbar .option-right ul li a {
  color: #fff
}

.site-topbar .option-right {
  background-color: #6c6;
  text-align: center
}

.site-topbar .option-right::after {
  top: 0;
  width: 0;
  height: 0;
  right: 100%;
  content: '';
  position: absolute;
  border-top: 45px solid;
  border-left: 30px solid transparent !important;
  border-color: #6c6
}

.search-bar {
  font-size: 14px;
  text-align: right;
  padding: 4px;
  background-color: #6c6
}

.search-bar>span {
  cursor: pointer
}

/*=== Top Menu ==== */
.bsic-top-menu {
  background: #197d97;
  overflow: hidden;
  height: 35px;

}

.bsic-top-bg1 {
  border-radius: 20px;
  border: 1px solid #08c7f7;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 0 2px 0 2px;
  background: radial-gradient(circle, rgb(51, 158, 185) 15%, rgb(26, 135, 164) 47%, rgb(25, 117, 140) 72%, rgb(27, 116, 138) 87%)
}

.bsic-top-bg2 {
  /* background: #115076; */
  background: radial-gradient(circle, rgb(40, 138, 162) 15%, rgb(37, 136, 162) 47%, rgb(25, 117, 140) 72%, rgb(18, 123, 149) 87%);
}

.bsic-top-menu-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  font-size: 12px;
  overflow-y: hidden;
  overflow-x: auto;
}

.bsic-top-menu1 {
  display: flex;
  flex: 0 0 auto;
  list-style: none;
  margin-bottom: 0px;
  padding: 9px 0;
  margin-left: 18%;
}

.bsic-top-menu1 li {
  flex: 0 0 auto;
  list-style: none;
  margin-bottom: 0px;
}

.bsic-top-menu1 li a {
  color: #fff;
  text-transform: capitalize;
  margin-right: 20px;

}

.bsic-top-menu1 li:not(:last-child) a:hover {
  font-size: 16px;
  transform: scale(1.1);
  background-color: #9d0a0e;
  border-radius: 10px;
  padding: 2px 7px;
}

.bsic-top-menu1 li.active a {
  color: var(--color-white);
}



.bsic-top-menu1 li a em {
  text-align: center;
  background-color: #00773a;
  display: block;
  width: 44px;
  height: 25px;
  line-height: 25px;
  font-style: normal;
}

.bsic-top-menu1 li a em.active {
  background-color: var(--color-white);
  color: var(--color-green);
}

.bsic-top-menu2 {
  padding: 5px 0;
  display: inline-flex;
  /* important: inline-flex instead of flex */
  flex-wrap: nowrap;
  min-width: max-content;
  /* ensures items don’t shrink */
  margin: 0 auto;
  /* centers inside the scroll wrapper */
  list-style: none;
}

.bsic-top-menu2 li {
  flex: 0 0 auto;
  list-style: none;
  margin-bottom: 0px;
}

.bsic-top-menu2 li a {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}

.bsic-top-menu2 li:not(:last-child) a:hover {
  font-size: 16px;
  transform: scale(1);
  background-color: #9d0a0e;
  border-radius: 10px;
  padding: 2px 7px;
}


.bsic-top-menu2 li:last-child a {
  margin-right: 0;
}

.bsic-top-menu2 li a span,
.bsic-top-menu2 li a b {
  display: block;
  font-weight: normal;
  margin-right: 10px;
}

.bsic-top-menu2 li a b {
  display: block;
  margin-top: 2px;
}

.bsic-top-menu2 li.active a {
  color: var(--color-white);
}

.bsic-top-menu2 li a em {
  text-align: center;
  background-color: #00773a;
  display: block;
  width: 44px;
  height: 25px;
  line-height: 25px;
  font-style: normal;
}

.bsic-top-menu2 li a em.active {
  background-color: var(--color-white);
  color: var(--color-green);
}

.topbar-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}


/* Optional: hide scrollbar for a cleaner look */
.topbar-scroll-wrapper::-webkit-scrollbar {
  display: none;
}



.bsic-top-menu2 li {
  flex: 0 0 auto;
  padding: 0 12px;
}


.bsic-top-menu-mobile {
  background: linear-gradient(to right, #28708a, #5baecb);
  color: white;
  padding: 5px 10px;
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
}

.bsic-top-menu-mobile a {
  color: white;
  text-decoration: none;
  margin-right: 20px;
  font-size: 12px;
}

.bsic-top-menu-mobile a:last-child {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 0;
}

.bsic-top-menu-mobile a:last-child em {
  text-align: center;
  background-color: #00773a;
  display: block;
  width: 44px;
  height: 25px;
  line-height: 25px;
  font-style: normal;
}

.bsic-top-menu-mobile a:last-child em.active {
  background-color: var(--color-white);
  color: var(--color-green);
}

.logo img {
  /* width: 56%; */
}

@media (max-width: 767.98px) {
  /* .bsic-top-menu{
  display: none;
} */
}

.bangobondhu .lead {
  font-size: 16px;
  color: #4c4545;
  font-weight: 600;
}

.apps-links-box {
  width: 442px;
  border: 2px dotted green;
  box-shadow: inset -3px 5px 31px -6px rgb(47, 179, 80);
  padding: 10px;
  margin: 0 auto;
}

.mbl-banking,
.ekyc {
  background-color: rgb(97 181 30);
  background-image: linear-gradient(141deg, #60d939 0%, #187d18 51%, #2c910b 75%);
  color: #fff;
  text-align: left;
  height: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  width: 50%;
}

.mbl-banking:hover,
.ekyc:hover {
  background: rgb(157, 10, 14);
  background: linear-gradient(90deg, rgba(157, 10, 14, 1) 0%, rgba(245, 9, 15, 1) 44%, rgba(157, 10, 14, 1) 100%);
}


.mbl-banking a,
.ekyc a {
  color: #fff;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  margin-right: 10px;
}

#searchInput {
  width: 0;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;

}

#searchInput:not(.hidden) {
  width: 300px;
  opacity: 1;
}

.hidden {
  width: 0 !important;
  opacity: 0 !important;
}

#searchResults {

  background: white;
  width: 100%;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  padding: 10px;
}

.search-result-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

a.search-title::before {
  content: ">> ";
  color: #0c9d3e;
  font-weight: bold;
}

a.search-title {
  font-size: 16px;
  font-weight: bold !important;
  color: #0c9d3e !important;
}

.search-title .highlight {
  background-color: #eaea2c;
  color: #0c9d3e;
  font-weight: bold;
  padding: 0;
  border-radius: 3px;
}

.search-link {
  display: block;
  color: gray;
  font-size: 13px;
  text-decoration: none;
  margin-top: 5px;
}


/********************MAIN NAVBAR**************************/
#main-nav {
  /* background-color: rgb(97 181 30);
  background-image: linear-gradient(141deg, #2c621a 0%, #2ec52e 51%, #2c621a 75%); */
  border: solid transparent;
  background-color: rgb(0, 114, 188);
  background-image: linear-gradient(141deg, #05286e 0%, #0778ca 51%, #05286e 75%);
}

#main-nav .navbar .navbar-nav li.nav-item {
  /* border-right: 1px solid #32f30a; */
  border-right: 1px solid #0aebf7;
  border-radius: 35px;
  line-height: 1 !important;
}

#main-nav .navbar .navbar-nav li.nav-item:hover {
  /* background: linear-gradient(90deg, rgba(35, 84, 59, 1) 0%, rgba(0, 140, 68, 1) 44%, rgba(11, 85, 47, 1) 100%); */
  background: linear-gradient(90deg, rgb(13, 30, 79) 0%, rgb(27, 89, 172) 44%, rgb(13, 53, 96) 100%);
}


#main-nav .navbar .navbar-nav li.nav-item>a {
  color: #FFF;
  font-size: 16px;
}

.navbar-toggler {
  background-color: #53e64f82;
  border: var(--bs-border-width) solid rgba(76, 238, 17, 0.97);
}

.dropdown-menu {
  width: 13rem;
}

.mega-submenu {
  left: 100%;
  top: 5px;
  min-width: 25rem;
}

.ktm-mega-menu {
  position: static;
}

.mega-menu {
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgb(126, 179, 83);
  background: #fff;
  /* top: 43px; */
  /* box-shadow: 3px 4px 2px 1px rgba(23, 22, 22, 0.08); */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.dropdown-menu .submenu {
  display: none;
  left: 100%;
  top: 0;
}

.dropdown-menu>li:hover>.submenu,
.dropdown:hover>.dropdown-menu {
  display: block;
}

.mega-menu li {
  position: relative;
  display: block;
  padding: 10px 5px;
  color: var(--color-black);
  /* background-color: var(--mdb-list-group-bg); */
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
}

.mega-menu li+.mega-menu li {
  border-top-width: 0
}

.mega-menu li a {
  color: #000;
  font-size: 15px;
}

.mega-menu a.firstchild {
  color: #000;
  position: relative;
  display: block;
  padding: 8px 5px;
  /* background-color: var(--mdb-list-group-bg); */
  border: 1px solid #efefef;
  border-width: 0 0 1px 0;
  font-size: 16px;
}

.mega-menu a i {
  color: #136324;
}

.mega-menu a:hover {
  color: #136324;
}

.mega-menu li:hover,
.mega-menu li:focus {
  z-index: 1;
  text-decoration: none;
  background-color: #f2f2f2
}


/** banner-section **/

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-carousel .slide-item {
  position: relative;
  padding: 180px 0px 225px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.1;
  z-index: 1;
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  max-width: 600px;
}

.banner-carousel .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear; */
}

.banner-carousel .active .slide-item .bg-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.banner-carousel .content-box h2 {
  font-size: 70px;
  line-height: 74px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box h2 span {
  color: var(--theme-color);
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 33px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section .pattern-layer .pattern-1 {
  position: absolute;
  top: 0px;
  right: 200px;
  width: 616px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

.banner-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 234px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  width: 100%;
}

.banner-section .owl-nav button {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  background: #fff;
  font-size: 30px;
  color: #000;
  border-radius: 50%;
  transition: all 500ms ease;
}

.banner-section .owl-nav button.owl-prev {
  left: 120px;
}

.banner-section .owl-nav button.owl-next {
  right: 120px;
}

.banner-section .owl-nav button:hover {
  color: #fff;
  background: var(--theme-color);
}

.banner-style-two .banner-carousel .slide-item {
  padding: 340px 0px 225px 0px;
}

.banner-style-two .banner-carousel .slide-item:before {
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  opacity: 0.6;
}

.banner-style-two .pattern-layer .pattern-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 342px;
  height: 439px;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  z-index: 1;
}

.banner-style-three .banner-carousel .content-box h2 {
  font-size: 64px;
}

.banner-style-three .banner-carousel .slide-item {
  padding: 160px 0px 245px 0px;
}

.banner-style-three .banner-carousel .slide-item:before {
  opacity: 1;
  background: #FF0003;
  mix-blend-mode: multiply;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three {
  color: var(--title-color) !important;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three:hover {
  color: #fff !important;
}

.banner-style-three .pattern-layer .pattern-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 346px;
  height: 447px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-three .pattern-layer .pattern-5 {
  position: absolute;
  top: 276px;
  right: 0px;
  width: 94px;
  height: 233px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-three .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 98px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
  /*  text-align: center;
    top: -24px;
    position: relative;*/
}

.owl-nav button {
  background: transparent;
}

/** RTL **/


.rtl .banner-carousel .content-box {
  text-align: right;
}


/** responsive-css **/

@media only screen and (max-width: 1700px) {
  .banner-section .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
  .banner-style-three .pattern-layer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-carousel .slide-item {
    padding: 90px 0px 136px 0px;
  }

  .banner-carousel .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-section .pattern-layer {
    display: none;
  }

  .banner-style-two .banner-carousel .slide-item {
    padding: 280px 0px 100px 0px;
  }

  .banner-style-three .banner-carousel .content-box h2 {
    font-size: 40px;
  }

  .banner-style-three .banner-carousel .slide-item {
    padding: 100px 0px 185px 0px;
  }
}

.home-about {
  margin-top: 18px;
}

/**********************News Section*********************/
.card-shadow1 {
  background: #ffffff;
  /* margin: 30px 0px 7px; */
  -webkit-box-shadow: inset -3px 5px 29px -6px rgb(14 78 14);
  -moz-box-shadow: inset -3px 5px 31px -6px rgba(43, 99, 43, 1);
  box-shadow: inset -3px 5px 31px -6px rgba(43, 99, );
}

.card-shadow2 {
  background: #ffffff;
  /* margin: 30px 0px 7px; */
  -webkit-box-shadow: inset -3px 5px 29px -6px rgb(14 78 14);
  -moz-box-shadow: inset -3px 5px 31px -6px rgba(43, 99, 43, 1);
  box-shadow: inset -3px 5px 31px -6px rgba(43, 99, );
}

.news_post {
  position: relative;
}

.news-scroll,
.forms-links {
  background: #ffffff;
  /* margin: 30px 0px 7px; */
  -webkit-box-shadow: inset -3px 5px 29px -6px rgb(30 125 161);
  -moz-box-shadow: inset -3px 5px 40px -6px rgba(43, 99, 43, 1);
  box-shadow: inset -3px 5px 40px -6px rgba(43, 99, );
}

.forms-links {
  background: #a1d98694;
}

.forms-links ul li {
  background: transparent;
  color: #000;
}

.forms-links ul li i {
  color: #198754;
  font-size: 15px;

}

.forms-links ul li a {
  color: #000;
}

.view-more-btn {
  margin-top: 7px;
  margin-right: 10px;
  color: #ffffff !important;
  background: rgb(97 181 30);
  border-color: aliceblue;
}

.news-scroll-heading,
.forms-heading {
  background: transparent;
  font-size: 20px;
  /* font-family: 'slick'; */
  padding: 0;
  color: #f8f9fa;
  text-align: left;
}

.forms-heading {
  background: transparent;
  padding: 0;
}

.news_marquee {
  padding: 10px;
}

.news_marquee .item {
  border-bottom: 1px dashed #198754;
  padding: 5px;
}

.news_marquee .item a {
  color: #333;
}

.news_marquee .testimonial-author {
  color: #1fa164;
}

/**********************Welcome Section*********************/
.welcome-msg {
  background: #f5fbf7;
  /* margin: 30px 0px 7px; */
  -webkit-box-shadow: inset -3px 5px 31px -6px rgba(43, 99, 43, 1);
  -moz-box-shadow: inset -3px 5px 31px -6px rgba(43, 99, 43, 1);
  box-shadow: inset -3px 5px 31px -6px rgba(43, 99, 43, 1);
}

.welcome-msg-lftcol {
  display: flex;
  min-height: 300px;
  align-items: center;
}

.welcome-msg-lftcol b {
  display: block;
  font-size: 20px;
  color: #b8292f;
  font-weight: 600;
}

.welcome-msg-lftcol h2 {
  font-family: inherit;
  font-size: 40px;
  color: var(--color-black);
  font-weight: 600;
  margin: 0;
}

.welcome-msg-lftcol p {
  font-size: 1.5rem;
  color: green;
  margin: 0;
}

.welcome-msg-p01 {
  font-family: "SignatraDEMO";
}

.welcome-msg-details {
  padding: 35px;
  font-weight: 300;
  font-size: 16px;
  /* padding-bottom: 35px; */
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
  /* border: 1px solid #eee; */
  /* border-radius: 10px; */
  /* margin: 15px 0; */
}

.welcome-msg-details p {
  word-wrap: break-word;
  line-height: 30px;
  margin-bottom: 0;
}

.welcome-msg-details span {
  display: block;
}

.welcome-msg-details span a {
  display: inline-flex;
  font-size: 14px;
  color: var(--color-green);
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  transition: 0.3s;
}

.welcome-msg-details span a:hover {
  opacity: 0.6;
}

.welcome-msg-details span a i {
  margin-left: 5px;
}

@media (max-width: 991.98px) {
  .welcome-msg {
    padding: 20px 0;
  }

  .welcome-msg-lftcol {
    min-height: auto;
  }

  .welcome-msg-lftcol h2 {
    font-size: 24px;
  }

  .welcome-msg-details {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .welcome-msg-lftcol p {
    font-size: 16px;
  }
}

.chairman-msg .chairman-msg {
  margin-bottom: 10px;
}

.person-message .card-header {
  font-size: 18px;
  color: #fff;
  background-color: #0e7a0e;
  text-align: center;
  border-color: #1cd5d5;
  background: linear-gradient(90deg, rgb(14, 96, 36) 15%, rgb(41, 119, 37) 47%, rgb(40, 136, 34) 72%, rgb(14, 96, 36) 87%);
}

.person-message img {
  width: 100%;
}

.person-message p.speech {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

.person-message .read-more-links a {
  color: #008c44;
}



/********************Exchange Rate******************************/
#exchange .card-header {
  font-size: 20px;
  color: #f1eded;
  background-color: #0e7a0e;
  text-align: center;
  border-color: #fff;
  /* background: linear-gradient(90deg, rgba(14, 96, 36, 1) 15%, rgba(51, 190, 43, 1) 47%, rgba(51, 190, 43, 1) 72%, rgba(14, 96, 36, 1) 87%); */
  background-image: linear-gradient(141deg, #05286e 0%, #0072c4 51%, #05286e 88%);
}

#exchange {
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .15) !important;
  /* border-radius: 20px; */
  padding: 7px;
  border-color: #eee;
}

#exchange table {
  margin: 0;
}

#exchange table th {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  color: #000;
}

#exchange table td {
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  text-align: center
}

#exchange table>tbody>tr>td {
  /* background: rgb(60 112 19);*/
  padding: 6px;
  color: #000;
}

#exchange table td a {
  color: #0c5a0b;
  font-weight: 600;
}

/**********************Product Section*********************/

.cid-service {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f5fbf7;
}

.cid-service .wrapper {
  padding: 20px 0;
  background-color: transparent;
  /*box-shadow: 0px 1px 1px 0px rgba(29, 29, 27, 0.2);*/
}

.cid-service .card-1 {
  background-color: #def1d8;
  border-color: #a8d657;
}

.cid-service .card-1:hover {
  background: rgb(186, 213, 177);
  background: linear-gradient(90deg, rgba(186, 213, 177, 1) 0%, rgba(222, 241, 216, 1) 44%, rgba(190, 210, 184, 1) 100%);
}

.cid-service .card-2 {
  border-color: #a8d657;
}

.cid-service .card-3 {
  border-color: #a8d657;
}

.cid-service .card-body .card-text {
  font-size: 21px;
}

.cid-service .card-body .card-text strong {
  color: #000;
}

.cid-service .card-body {
  align-items: start;
  flex: 0 0 auto;
}

.cid-service .card-icon {
  flex: 0 0 28px;
  width: 16%;
  height: auto;
  margin-right: 18px;
}

.cid-service .card-content {
  flex: 1 1 auto;
}

.cid-service .card {
  height: auto;
}

.cid-service .services-card {
  background-color: #f0f9ed;
  border: 1px solid #a8d657;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 70px;
  text-align: center;
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.1);
}

.cid-service .services-card:hover {
  background: rgb(186, 213, 177);
  background: linear-gradient(90deg, rgba(186, 213, 177, 1) 0%, rgba(222, 241, 216, 1) 44%, rgba(190, 210, 184, 1) 100%);
}

.cid-service .services-card img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.cid-service .services-card h5 {
  margin: 0;
  font-size: 18px;
  color: #000;
}

.cid-service h5.mbr-section-title {
  color: white;
  background-image: linear-gradient(141deg, #05286e 0%, #0072c4 51%, #05286e 88%);
  border-radius: 25px;
  border: 1px dashed #fff;
  box-shadow: 3px 16px 10px 0px rgb(143 170 177);
  font-size: 32px;
  padding: 3px 5px;
}

.cid-products {
  padding-top: 0;
  padding-bottom: 1rem;
  /*background: #198754;*/
}

@media (min-width: 1400px) {
  .cid-products-container {
    max-width: 1350px;
  }

  .cid-card-container {
    max-width: 1350px;
  }

}

.cid-products .mbr-fallback-image.disabled {
  display: none;
}

.cid-products .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-products .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-products .team-card:hover {
  transform: translateY(-10px);
}

.cid-products .card1 {
  /* background: #61c195; */
  border-color: #295541;
  box-shadow: 0 1.5rem 2rem rgba(249, 239, 239, 0.15) !important;
  background: rgb(35, 84, 59);
  background: linear-gradient(90deg, rgb(70, 159, 114) 0%, rgb(109, 225, 165) 44%, rgb(31, 162, 95) 100%);
}

.cid-products .card1:hover {
  background: linear-gradient(90deg, rgb(44, 97, 71) 0%, rgb(109, 225, 165) 44%, rgb(15, 87, 50) 100%);
}


.cid-products .card2 {
  background: #61c195;
  border-color: #76b397;
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .15) !important;
}

.cid-products .card3 {
  background: #61c195;
  border-color: #76b397;
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .15) !important;
}

.cid-products .image-wrap {
  padding: 2rem;
  padding-bottom: 0rem;
}

.cid-products h3 {
  color: white;
  background-image: linear-gradient(141deg, #05286e 0%, #0072c4 51%, #05286e 88%);
  border-radius: 25px;
  border: 1px dashed #fff;
  box-shadow: 3px 16px 10px 0px rgb(143 170 177);
  font-size: 32px;
  padding: 3px 5px;
}

@media (max-width: 767px) {
  .cid-products .image-wrap {
    padding: 1rem;
  }
}

.cid-products .card-wrap {
  border-radius: 1rem;
}

@media (max-width: 991px) {
  .cid-products .card-wrap {
    margin-bottom: 2rem;
  }
}

.cid-products .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
  border: 2px solid #ddd;
  height: 230px;
}



@media (min-width: 768px) {
  .cid-products .card-wrap .content-wrap {
    padding: 1.5rem 3rem;
  }
}

@media (max-width: 1330px) {
  .news-slider .slick-next {
    right: -7px;
  }

  .news-slider .slick-prev {
    left: -7px;
  }
}

@media (max-width: 767px) {
  .cid-products .card-wrap .content-wrap {
    padding: 1rem;
  }

  .cid-products .product-slider .slick-next {
    right: 7px;
  }

  .cid-products .product-slider .slick-prev {
    left: 7px;
  }

  .card-slider .slick-next {
    right: 7px;
  }

  .card-slider .slick-prev {
    left: 7px;
  }
}

.cid-products .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid currentColor;
}

.cid-products .tag {
  color: #6592e6;
}

.cid-products .tag,
.cid-products .soc-item {
  color: #502274;
}

.cid-products .mbr-section-title,
.cid-products .mbr-section-title a {
  font-size: 1.3rem;
  color: #082a08;
}

.cid-products .card-title3,
.cid-products .social-row {
  color: #ffffff;
}

.cid-products .card-text3,
.cid-products .mbr-section-btn,
.cid-products .social-row {
  color: #ffffff;
}

.cid-products .tag3,
.cid-products .soc-item3 {
  color: #ffffff;
}

.cid-products .card-title,
.cid-products .social-row {
  color: #502274;
}

.cid-products .card-text,
.cid-products .mbr-section-btn,
.cid-products .social-row {
  color: #502274;
}



/** apps-section **/

.apps-section {
  position: relative;
}

.apps-section .inner-container {
  position: relative;
  display: block;
  padding: 80px 80px 80px 164px;
}

.apps-section .image-box {
  position: relative;
  display: block;
  padding-right: 160px;
  margin-right: 42px;
}

.apps-section .image-box img {
  width: 100%;
}

.apps-section .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.apps-section .content-box {
  position: relative;
  display: block;
}

.apps-section .content-box .btn-box {
  position: relative;
  /*  display: flex; */
  align-items: center;
}

.apps-section .content-box .btn-box a {
  position: relative;
  display: inline-block;
  background: #0a0f20;
  padding: 11px 15px 11px 60px;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  height: 58px;
}

.apps-section .content-box .btn-box a img {
  position: absolute;
  left: 14px;
  top: 11px;
}

.apps-section .content-box .btn-box a span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.apps-section .content-box .btn-box a:hover {
  background: #199b27;
}

.apps-section .shape .shape-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 330px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.apps-section .shape .shape-2 {
  position: absolute;
  left: -105px;
  top: 150px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
  z-index: -1;
}

.apps-section .light-icon {
  position: absolute;
  right: 34px;
  bottom: 138px;
  width: 180px;
  height: 142px;
  background-repeat: no-repeat;
}


.apps-section.alternat-2 {
  background: var(--theme-color);
  overflow: hidden;
}

.apps-section.alternat-2 .sec-title h6,
.apps-section.alternat-2 p {
  color: #fff !important;
}

.apps-section.alternat-2 .content-box .btn-box a {
  background: var(--secondary-color) !important;
}

.apps-section.alternat-2 .image-layer .image-1 {
  position: absolute;
  left: 310px;
  bottom: -105px;
}

.apps-section.alternat-2 .image-layer .image-2 {
  position: absolute;
  left: 560px;
  bottom: -145px;
}

.apps-section.alternat-2 .pattern-layer .pattern-1 {
  position: absolute;
  left: 210px;
  top: 47px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.apps-section.alternat-2 .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}



/** responsive-css **/

@media only screen and (max-width: 1549px) {
  .apps-section.alternat-2 .image-layer .image-1 {
    left: 0px;
  }

  .apps-section.alternat-2 .image-layer .image-2 {
    left: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .apps-section.alternat-2 .image-layer {
    display: none;
  }

  .apps-section .content-box {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .apps-section .shape {
    display: none;
  }

  .apps-section .image-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .rtl .apps-section .image-box {
    margin-left: 0px;
  }

  .apps-section .inner-container {
    padding-left: 80px;
  }

  .rtl .apps-section .inner-container {
    padding-right: 80px;
  }

  .apps-section.alternat-2 .pattern-layer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .apps-section {
    padding: 70px 0px;
  }

  .apps-section.about-page {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 599px) {

  .apps-section .inner-container,
  .rtl .apps-section .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px) {
  .apps-section .image-box {
    padding: 0px;
  }

  .apps-section .image-box .image-2 {
    position: relative;
    margin-top: 30px;
  }

  .apps-section .content-box .btn-box {
    display: block;
  }

  .apps-section .content-box .btn-box a {
    margin: 0px 0px 15px 0px !important;
  }
}




/* The device with borders */
.smartphone {
  position: relative;
  width: 320px;
  height: 540px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  width: 288px;
  height: 420px;
  background: white;
}

.smartphone .content .carousel-item img {
  width: 100%;
  height: 420px
}

/*---------------------------------------
  TOPICS              
-----------------------------------------*/
.featured-section {
  background-color: var(--secondary-color);
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 20px 15px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #42c842;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 25px 30px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.custom-block:hover {
  background-color: #d3efda !important;
  border: 1px dashed #1b9753;
  transform: scale(1.1);
  box-shadow: 3px 3px 10px 0px rgb(143 170 177);
  /* background: linear-gradient(50deg, rgb(57, 157, 182) 0%, rgb(50, 229, 247) 74%, rgb(43, 162, 191) 100%);
  background-color: rgba(0, 0, 0, 0); */
  border-radius: 5px;
}

.custom-block:hover ul li a {
  font-size: 15px;
  /* color: #fff; */
}

.custom-block>a {
  width: 100%;
}

.custom-block h5 {
  font-size: 16px;
  color: #1c5b1c;
  border: 2px solid #9d0a0e;
  border-width: 0 0 1px 0;
  padding-bottom: 7px;
  /* background: #b9c3e6; */
}

.custom-block img {
  display: block;
  width: 22%;
  height: 100%;
  margin-right: 5px;
}

.custom-block ul li {
  margin-bottom: 5px;
}

.custom-block ul li i {
  color: green;
}

.custom-block ul li a {
  text-decoration: none;
  color: #000;
}

.custom-block ul li a:hover {
  color: #bd1d20;
  font-size: 14px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay>a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.custom-block-topics-listing-info {
  width: 100%;
}

/** video-section **/

.video-section {
  position: relative;
  padding: 100px 0px 215px 0px;
  overflow: hidden;
}

.video-section .bg-layer:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.video-section .inner-box {
  position: relative;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.video-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 100px;
}


.video-section .inner-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 106px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
  background: var(--theme-color);
}

.video-section .inner-box .video-btn a .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.video-section .inner-box .video-btn a .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.video-section .inner-box .video-btn a .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.video-section.alternat-2 {
  padding-bottom: 150px;
}

.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
}

.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .video-section.alternat-2 {
    padding-bottom: 100px;
  }

  .video-section .inner-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}

/************************GOV Box***********************************/
.gov-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gov-hotline {
  text-align: center;
  margin-top: 20px;
}

.gov-hotline img {
  width: 60%;
  height: auto;
}


/************************Card section**********************************/

.card-section {
  background: #e5ede5;
}

.card-section .grid {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
 */
  gap: 0;
  padding: 3% 0;
}

.card-section .grid .slick-list {
  padding: 10px 0;
}

.card-section .grid .card {
  padding: 16px 40px 35px;
  background: #fff;
  border: 1px solid #198754;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  /* -webkit-box-shadow: 6px 6px 38px 1px rgb(7 42 7); */
  -moz-box-shadow: 6px 6px 38px 1px rgb(7 42 7);
  box-shadow: 6px 1px 12px 1px rgb(163, 196, 163);
}

.card-section .grid .card:hover {
  /* border: 1px solid #a62e2e;
  background: linear-gradient(90deg, rgb(147, 46, 35) 0%, rgb(236, 66, 14) 44%, rgb(147, 37, 37) 100%); */
  background: linear-gradient(90deg, rgb(70, 159, 114) 0%, rgb(109, 225, 165) 44%, rgb(31, 162, 95) 100%);
}

.card-help {
  height: 278px;
  padding: 10px 20px 8px;
  background: #fff;
  border: 1px solid rgb(191 205 209);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  /* -webkit-box-shadow: 6px 6px 38px 1px rgb(7 42 7); */
  -moz-box-shadow: 6px 6px 38px 1px rgb(7 42 7);
  /* box-shadow: 6px 6px 38px 1px rgb(0, 0, 0); */
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .15) !important;
}

.card-help button {
  padding: 7px 10px;
  /* background: rgb(17 155 54); */
  /* border: 1px solid #911717; */
  backdrop-filter: blur(10px);
  border-radius: 21px;
  box-shadow: 3px 3px 10px 0px rgb(143 170 177);
  background: linear-gradient(50deg, rgb(18, 123, 149) 0%, rgb(34, 192, 208) 44%, rgb(18, 123, 149) 100%);
  font-size: 18px;
  font-weight: 600;
}

.card-help button:hover {
  background: linear-gradient(150deg, rgb(18, 123, 149) 0%, rgb(34, 192, 208) 44%, rgb(18, 123, 149) 100%);
}

.card-help button span i {
  margin-right: 10px;
  float: left;
  font-size: 20px;
}


.card-section .grid .card img {
  border: 1px solid green;
  border-radius: 10px;
}

.card-section .grid .card_title {
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 15px;
  text-align: center;
  color: #0c5416;
}

@media only screen and (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 2%;

  }
}

@media only screen and (max-width: 425px) {
  .card-section .grid {
    grid-template-columns: 1fr;
    gap: 2%;
    padding-bottom: 25%;
  }

  .card-section .grid .card {
    padding: 30px;
  }

  .card-section .grid .card_title {
    font-size: 24px;
    margin-bottom: 12px;
  }


}

/***********************Newss section***************************/
.news-sec {
  background: #f5fbf7;
  padding: 2rem 0;
}

.news-sec h5.mbr-section-title {
  color: white;
  background-image: linear-gradient(141deg, #05286e 0%, #0072c4 51%, #05286e 88%);
  border-radius: 25px;
  border: 1px dashed #fff;
  box-shadow: 3px 16px 10px 0px rgb(143 170 177);
  font-size: 30px;
  padding: 3px 5px;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}


article.blog-entry.bordered .date {
  width: 75px;
  height: auto;
  border: 2px solid #86898b;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
  position: relative;
  margin-bottom: 20px;
  margin-right: 5px;
  color: #86898b;
  font-weight: normal;
}

article.blog-entry.bordered .date span {
  font-size: 35px;
  font-weight: bold;
  display: block;
  font-family: inherit;
}

article.blog-entry.bordered {
  border: 1px dashed #1f621f;
  box-sizing: border-box;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 40px -18px rgba(10, 51, 9, 0.96);
}

article.blog-entry.bordered .entry-details {
  padding: 30px 40px 30px 40px;
}

article.blog-entry.bordered.has-post-thumbnail .entry-details {
  margin-top: -45px;
  padding-top: 0;
}

article.blog-entry.bordered .entry-details a.dt-sc-button.type5:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 73%;
}

.dt-sc-button.small.icon-left-with-icon.filled.type5 {
  text-align: right;
  /* width: 100%; */
  width: auto;
  float: right;
  padding: 6px;
  background-color: transparent;
  color: inherit;
  font-size: 14px;
  color: var(--color-green);
  font-weight: 600;
  border: 1px solid #34b329;
}

.dt-sc-button.small.icon-left-with-icon.filled.type5:hover {
  background-color: #34b329;
  color: #fff;
  border: 1px solid #34b329;
}

article.blog-entry.bordered:hover {
  -webkit-box-shadow: 0px 0px 40px -18px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 0px 40px -18px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 37px -24px rgb(45, 187, 61);
}

.blog-entry {
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  min-height: 532px;
}

.blog-entry.with-border {
  box-sizing: border-box;
  border: 20px solid;
}

.blog-entry .entry-thumb {
  float: left;
  margin: 0px 0px 20px;
  width: 100%;
  position: relative;
  line-height: 0px;
}

.blog-entry .entry-thumb img {
  max-width: 100%;
  /* height: auto; */
  height: 300px;
}

.blog-entry .entry-format {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.blog-entry.type-post .entry-format {
  display: block;
}

.blog-entry .entry-format a {
  border: 10px solid;
  border-top: 0px;
  border-left: 0px;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  float: left;
  margin: 0px;
  position: relative;
}

.blog-entry .entry-format a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0px;
  font-family: Stroke-Gap-Icons;
  font-size: 32px;
  line-height: 70px;
}

.blog-entry.format-standard .entry-format a:before,
.ico-format.format-standard:before {
  content: "\e6bd";
}

.blog-entry.format-image .entry-format a:before,
.ico-format.format-image:before {
  content: "\e6ac";
}

.blog-entry.format-gallery .entry-format a:before,
.ico-format.format-gallery:before {
  content: "\e6be";
}

.blog-entry.format-status .entry-format a:before,
.ico-format.format-status:before {
  content: "\e69e";
}

.blog-entry.format-link .entry-format a:before,
.ico-format.format-link:before {
  content: "\e67b";
}

.blog-entry.format-aside .entry-format a:before,
.ico-format.format-aside:before {
  content: "\e684";
}

.blog-entry.format-quote .entry-format a:before,
.ico-format.format-quote:before {
  content: "\e6b2";
}

.blog-entry.format-video .entry-format a:before,
.ico-format.format-video:before {
  content: "\e69a";
}

.blog-entry.format-chat .entry-format a:before,
.ico-format.format-chat:before {
  content: "\e6b3";
}

.blog-entry.format-audio .entry-format a:before,
.ico-format.format-audio:before {
  content: "\e699";
}

.blog-entry.sticky {
  background: #f9f9f9;
  box-sizing: border-box;
  color: #000;
  position: relative;
}

.blog-entry.tribe_events .ico-format {
  display: none;
}

.blog-entry .entry-details {
  clear: both;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.blog-entry .entry-meta {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.blog-entry .entry-title {
  height: 70px;
}

.blog-entry .entry-title h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  word-break: break-word;
  -ms-word-wrap: break-word;
}

.blog-entry .entry-title h4 a {
  color: #000;
}

.blog-entry .entry-body {
  margin: 0px 0px 15px;
  float: left;
  clear: both;
  width: 100%;
  /* height: 120px; */
}

.blog-entry .entry-body:empty {
  margin: 0;
}

.blog-entry.format-quote blockquote {
  padding: 0px 0 0 35px;
}

.blog-entry.format-quote blockquote:after {
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 25px;
}

.blog-entry.blog-medium-style {
  overflow: hidden;
  width: 99.5%;
}

.blog-entry.blog-medium-style .entry-thumb {
  width: 53%;
  margin: 0px;
}

.blog-entry.blog-medium-style .entry-details {
  float: left;
  width: 47%;
  box-sizing: border-box;
  padding: 10px 0px 0px 70px;
  /*margin-bottom:-100px;*/

  clear: none;
}

.blog-entry.blog-medium-style .dt-sc-button {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

.blog-entry.blog-medium-style .dt-sc-button.with-icon.icon-right.type2 span:after {
  border-left: 1px solid #fff;
  border-right: 0;
}

.blog-entry.blog-medium-style .entry-format {
  right: -35px;
  top: 40px;
  left: inherit;
}

.blog-entry.blog-medium-style .entry-format a {
  background: #ffffff;
  border: 2px solid;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.blog-entry.blog-medium-style:hover .entry-format a {
  color: #ffffff;
}

.blog-entry.blog-medium-style .entry-meta-data {
  margin: 0px 0px -5px;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb {
  width: 48%;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
  width: 52%;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight {
  background: #ffffff;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
  padding: 30px;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format {
  right: 0px;
  top: 30px;
  border: 4px solid #fff;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight:hover .entry-format a {
  background: #ffffff;
}

.blog-entry.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .entry-format a {
  color: #ffffff;
}

.blog-entry.entry-date-left .entry-details {
  padding: 0px 0px 0px 85px;
  position: relative;
  margin: 15px 0px 0px;
  min-height: 120px;
}

.blog-entry.entry-date-left .entry-date,
.blog-entry.entry-date-author-left .entry-date-author .entry-date {
  position: absolute;
  left: 0px;
  width: 70px;
  text-align: center;
  top: 2px;
  font-size: 30px;
}

.blog-entry.entry-date-left .entry-date {
  top: -5px;
}

.blog-entry.entry-date-left .entry-date span,
.blog-entry.entry-date-author-left .entry-date-author .entry-date span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0px 5px;
  margin: 10px 0px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.blog-entry.entry-date-left .entry-date .comments i {
  margin-right: 5px;
}

.blog-entry.entry-date-left .entry-date a {
  font-size: 16px;
  margin: 10px 0px 0px;
  display: inline-block;
  width: 100%;
}

.blog-entry.entry-date-left .entry-title {
  margin-top: -5px;
}

.blog-entry.entry-date-left.blog-thumb-style .entry-details {
  min-height: 50px;
}

.tpl-blog-holder .column {
  margin-left: 0px;
  margin-right: 0px;
}

.tpl-blog-holder .column .blog-entry,
.tpl-blog-holder .wpb_column .blog-entry {
  margin-bottom: 35px;
}

.column .blog-entry,
.wpb_column .blog-entry {
  margin-bottom: 25px;
}

.column.no-space .blog-entry,
.wpb_column.no-space .blog-entry {
  margin-bottom: 0px;
}

.blog-entry.entry-date-author-left {
  padding-left: 100px;
  position: relative;
  box-sizing: border-box;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-date {
  top: 10px;
}

.blog-entry.entry-date-author-left .entry-date-author {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  text-align: center;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-date {
  font-size: 30px;
  width: 100%;
  position: relative;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  clear: both;
  display: inline-block;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author img {
  border-radius: 50%;
  padding-bottom: 5px;
}

.blog-entry.entry-date-author-left .entry-date-author .entry-author a {
  color: #999999;
}

.blog-entry.entry-date-author-left .entry-date-author .comments a {
  color: #000000;
  font-size: 20px;
  margin-top: 15px;
  display: inline-block;
}

.blog-entry.entry-date-author-left .entry-date-author .comments i {
  font-size: 30px;
  display: inline-block;
  width: 100%;
}

.ie9 .blog-entry.entry-date-author-left .entry-date-author .entry-date {
  position: static;
}

.blog-entry.entry-date-author-left .entry-details {
  margin-top: 15px;
}

.blog-entry.entry-date-author-left .entry-details .entry-title h4 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}

.blog-entry.blog-thumb-style {
  border-bottom: 1px solid;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-entry.blog-thumb-style.last {
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-entry.blog-thumb-style .entry-thumb {
  width: 25%;
  margin: 0px;
  padding: 0px 25px 0px 0px;
  box-sizing: border-box;
}

.blog-entry.blog-thumb-style .entry-details {
  width: 75%;
  box-sizing: border-box;
  margin-top: 0px;
}

.blog-entry.blog-thumb-style .entry-title h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}

.blog-entry.blog-thumb-style.entry-date-left .entry-details {
  padding-left: 85px;
}

.blog-entry.blog-thumb-style .entry-format a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  border: none;
}

.blog-entry.blog-thumb-style .entry-body,
.blog-entry.blog-thumb-style .entry-body p {
  margin-bottom: 0px;
}

.blog-entry.blog-thumb-style.entry-date-left .entry-date {
  width: 60px;
}

.tpl-blog-holder {
  float: left;
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 0px;
}

.tpl-blog-holder.apply-isotope .column {
  margin-left: 0px;
}

.entry-thumb .bx-wrapper {
  position: relative;
  overflow: hidden;
}

.entry-thumb .bx-controls a {
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  color: #ffffff;
  width: 35px;
  height: 50px;
  font-size: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #ffffff;
}

.entry-thumb .bx-controls a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.entry-thumb .bx-controls a.bx-prev:before,
.entry-thumb .bx-controls a.bx-next:before {
  content: "\e684";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: #000000;
  font-size: 32px;
  font-family: Pe-icon-7-stroke;
}

.entry-thumb .bx-controls a.bx-prev:before {
  content: "\e686";
}

.entry-thumb .bx-controls a.bx-prev {
  left: -35px;
}

.entry-thumb .bx-controls a.bx-next {
  right: -35px;
}

.entry-thumb:hover .bx-controls a.bx-prev {
  left: 15px;
}

.entry-thumb:hover .bx-controls a.bx-next {
  right: 15px;
}

.entry-gallery-post-slider li {
  padding: 0px;
  display: inline;
}

.entry-meta .date,
.entry-meta .comments,
.entry-meta .author {
  display: inline-block;
}

.entry-meta .comments i,
.entry-meta .author i {
  color: #888888;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.entry-meta-data {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 10px;
  padding: 0px;
}

.entry-meta-data p {
  display: inline-block;
  margin-right: 20px;
}

.entry-meta-data p a,
.entry-meta-data p i {
  color: #000000;
  font-size: 13px;
}

.entry-meta-data p i {
  font-size: 14px;
  margin: 0px 8px 0px 0px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.blog-entry.post_format-post-format-audio .entry-format {
  display: none;
}


/**********Footer*****************/
/* .footer-wrap {
  background-color: #a1d98694;
} */

.footer-wrap {
  background-color: #a1d98694;
  /* Background color with transparency */
  background-image: url('/frontend/img/footer-bg1.avif');
  /* Add your image path */
  background-size: cover;
  /* Cover the full area */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat */
}

hr.my-3 {
  border: none;
  /* Remove default border */
  height: 2px;
  /* Increase thickness */
  background-color: #19a33b;
  /* Dark color */
  opacity: 1;
  /* Ensure full visibility */
  margin: 1.5rem 0;
  /* Adjust spacing */
}

.footer-wrap h4 {
  color: #8d2727;
  font-size: 18px;
  font-family: var(--optionalFont);
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}

.footer-logo {
  /*background: #bfddcf;
    padding: 10px;
    border-radius: 10px;
  box-shadow: 0px 2px 3px 0px #aadfc7;
	    border: 2px solid #30a56f;*/
}

.footer-wrap ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.footer-wrap ul li {
  list-style: none;
  margin-bottom: 10px;
  text-decoration: none;

}

.footer-wrap ul li a {
  color: #000;
  /* font-weight: 600; */
  text-decoration: none;

}

.footer-wrap ul li a:hover {
  color: #bb292f;
  /* font-weight: 600; */
  text-decoration: none;
  font-size: 15px;


}

.footer-wrap .terms-conditions a {
  color: #000;
  padding: 10px;
}

.social-link a {
  color: green;
  --bs-btn-border-color: green;
}

.ftr {
  color: #000;
}

.ftr-logo1 {
  display: block;
  max-width: 314px;
  margin-bottom: 40px;
}

.ftr h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ftr-icon1 i {
  color: green;
  font-size: 18px;
  margin-right: 8px;
  margin-top: 3px;
}

.ftr-phone {
  max-width: 294px;
}

.ftr-phone b {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.ftr-phone i {
  font-style: normal;
}

.ftr-email b {
  font-size: 11px;
}

.ftr-sIcon {
  display: flex;
}

.ftr-sIcon i {
  display: flex;
  font-size: 30px;
  margin-right: 10px;
}

.ftr-sIcon a:nth-child(1) i {
  color: #3e5c9a;
}

.ftr-sIcon a:nth-child(2) i {
  /* color: #3b060e; */
  color: transparent;
  background: radial-gradient(circle farthest-corner at 35% 100%,
      #fec564,
      transparent 50%),
    radial-gradient(circle farthest-corner at 10% 140%,
      #feda7e,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%,
      #5258cf,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0,
      #893dc2,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%,
      #d9317a,
      transparent),
    linear-gradient(#6559ca,
      #bc318f 30%,
      #e42e66 50%,
      #fa5332 70%,
      #ffdc80 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.ftr-sIcon a:nth-child(3) i {
  color: #29a9e1;
}

.ftr-sIcon a:nth-child(4) i {
  color: #0a66c2;
}

.ftr-sIcon a:nth-child(5) i {
  color: #ee0909;
}

.ftr-sIcon a:nth-child(3) i {
  color: #1eb8eb;
}

.ftr-list1 {
  list-style: none;
  margin-bottom: 40px;
}

.ftr-list1 li {
  list-style: none;
  margin-bottom: 10px;
}

.ftr-list1 li a {
  color: var(--color-black);
}

.ftr-list1 li a:hover {
  text-decoration: underline !important;
}

.ftr-last-col .ftr-list1 li a {
  color: #000;
}

.bsic-copyright {
  font-weight: 600;
}

.ftr-menu a {
  color: #000;
  margin-right: 20px;
}

.ftr-menu a:hover {
  text-decoration: underline !important;
}

.app-dl h5 {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

@media (max-width: 767.98px) {
  .ftr-logo1 {
    max-width: 200px;
  }

  .app-dl h5 {
    text-align: left;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .ftr {
    padding: 0px 0 10px 0;
  }

  .ftr h4 {
    margin-bottom: 10px;
  }

  .ftr-icon1 i {
    font-size: 18px;
  }

  .ftr-phone {
    margin-bottom: 0;
  }

  .ftr-sIcon {
    margin-bottom: 10px;
  }

  .ftr-sIcon i {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .ftr-email b {
    font-size: 11px;
  }
}

@media (min-width: 1280px) {
  .ftr-email b {
    font-size: 14px;
  }
}

@media (min-width: 1440px) {
  .ftr-email b {
    font-size: 16px;
  }
}


/********************************************/
#mobilescreen {
  /* width: 340px; */
  height: 278px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 15px 15px 40px 15px;
  border-radius: 10px;
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .15) !important;
}

#maincontainer {
  /*width: 320px;*/
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #9fb99f;
}

#mainscreen {
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

#mainscreen #listlink {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#mobilescreen .nav-pills .nav-link {
  border-radius: 0;
  border: 1px solid #dee2e6;
  color: #198754;
  font-size: 24px;
}

#mobilescreen .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  /* background: linear-gradient(90deg, rgba(14, 96, 36, 1) 15%, rgba(51, 190, 43, 1) 47%, rgba(51, 190, 43, 1) 72%, rgba(14, 96, 36, 1) 87%); */
  /* background: linear-gradient(90deg, rgb(14, 31, 96) 15%, rgb(43, 114, 190) 47%, rgb(43, 87, 190) 72%, rgb(14, 31, 96) 87%); */
  background: linear-gradient(90deg, rgb(175, 185, 223) 15%, rgb(60, 130, 204) 47%, rgb(101, 131, 200) 72%, rgb(185, 195, 230) 87%);
}

#mobilescreen .tab-content {
  padding-top: 45px;
}

#mobilescreen .tab-content>.tab-pane {
  text-align: center;
}

#mobilescreen .tab-content>.tab-pane ul {
  display: inline-flex;
}

#mainscreen li {
  list-style-type: none;
  padding: 0;
  position: relative;
  border-radius: 0;
  /* margin-top: 15px; */
  color: #58626b;
  cursor: pointer;
}


.offdata {
  position: absolute;
  right: 1em;
  top: 0.3em;
  color: #fff;
  font-size: 1.1em;
}


#controlder {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f2f2f2;
  margin: 6px auto;
  box-shadow: inset 0px 0px 10px 0px #bdbdbd;
  border: 1px solid #c6c6c6;
}


.movemaincontainer {
  margin-left: 125px !important;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}


.download {
  width: 200px;
  height: 68px;
  background: black;
  float: left;
  border-radius: 5px;
  position: relative;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  margin-right: 10px;
}

.download>img {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.df,
.dfn {
  position: absolute;
  left: 70px;
}

.df {
  top: 20px;
  font-size: 11px;
}

.dfn {
  top: 33px;
  font-size: 20px;
}

.download:hover {
  background: #4a9d4a;
  border-color: #147214;
}

.ribbon-2 {
  --f: 10px;
  --r: 15px;
  --t: 0px;
  position: relative;
  /* inset: var(--t) calc(-1*var(--f)) auto auto; */
  padding: 7px 31px 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  /* background: rgb(18, 123, 149);
  background: radial-gradient(circle, rgba(18, 123, 149, 1) 15%, rgba(24, 159, 193, 1) 47%, rgba(24, 159, 193, 1) 72%, rgba(18, 123, 149, 1) 87%); */
  margin-right: -8px;
  background: linear-gradient(150deg, rgb(36, 33, 33) 0%, rgb(204, 29, 32) 44%, rgb(21, 20, 20) 100%);
}


/*********BreadCrumb**********/
.breadcrumb {
  padding: 0px;
  background: #f3f9f6;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #cde6d9;
  border-radius: 20px;
}

.breadcrumb>li+li:before {
  padding: 0;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li.active a {
  background: #008c44;
  /* fallback color */
  background: #dbeee5;
}

.breadcrumb li.completed a {
  background: #008c44;
  /* fallback color */
  background: #eaf2ee;
}

.breadcrumb li.active a:after {
  border-left: 30px solid #dbeee5;
}

.breadcrumb li.completed a:after {
  border-left: 30px solid #eaf2ee;
}

.breadcrumb li a {
  color: rgb(15, 15, 15);
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left;
}

.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(0, 0%, 83%, 1);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding-left: 15px;
}

.breadcrumb li a:hover {
  background: #008c44;
  color: white;
}

.breadcrumb li a:hover:after {
  border-left-color: #008c44 !important;
}


/***************Bottom News Scroll**************/
.newsbar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Transparent black */
  color: white;
  padding: 10px 15px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(5px);
  /* Blurred background */
  overflow: hidden;
}

.newsbar-items {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.newsbar-items ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: scrollNews 20s linear infinite;
}

.newsbar-items:hover ul {
  animation-play-state: paused;
}


/* Duplicate the list to create a seamless loop */
.newsbar-items ul li {
  display: inline-block;
  margin-right: 30px;
}

.newsbar-items ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  font-size: 16px;
}

.newsbar-items ul li a i {
  color: #4df011;
}

@keyframes scrollNews {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.newsbar-close {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 10px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border: none;
  margin-left: 10px;
  border-radius: 5px;
}

/***************Back-To-Up**************/
#back-to-up {
  width: 50px;
  height: 50px;
  /* line-height: 50px; */
  font-size: 25px;
  background-color: #229f3b;
  border: 2px solid #229f3b;
  bottom: 40px;
  /* Adjust height from bottom */
  right: 20px;
  /* Adjust from right */
}

/* #back-to-up:hover {
  background-color: #bb1d20;
  border: 2px solid #bb1d20;
} */