:root {
  --dl-black: #000;
  --dl-white: #fff;
  --dl-gray: #dee2e6;
  --dl-default: var(--primary);
  --dl-green: #0D6D2D;
  --dl-light-green: #CBDFD8;
  --dl-orange: #FFB355;
  --dl-red: #ac0000;
  --dl-light-grey: #E1E4E8;
  --dl-rose: #FFDCE0;
  --dl-lavender: #F0E7F6;
  --dl-transparent: transparent;
}

body,
.tooltip,
.popover,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins" !important;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

button,
a {
  transition: all 0.15s;
  text-decoration: none !important;
}
button:hover,
a:hover {
  text-decoration: none;
}

#wrapper .bg-transparent {
  background-color: transparent !important;
}
#wrapper .bg-light-grey {
  background-color: #F0F2F6 !important;
}
#wrapper .bg-default {
  background-color: var(--dl-default);
}
#wrapper .bg-light-blue {
  background-color: #E7F2FF;
}
#wrapper .bg-light-green {
  background-color: #F1F7E8;
}
#wrapper .bg-light-cyan {
  background-color: #EFF2F5;
}
#wrapper .bg-light-pink {
  background-color: #FFEEED;
}
#wrapper .w-unset {
  width: unset;
}
#wrapper .mxh-300 {
  max-height: 300px;
}
#wrapper .mxh-500 {
  max-height: 500px;
}
#wrapper .min-h-110 {
  min-height: 110px;
}
#wrapper .h-250 {
  height: 250px;
}
#wrapper .h-330 {
  height: 330px;
}
#wrapper .h-415 {
  height: 415px;
}
#wrapper .min-h-50 {
  min-height: 50px;
}
#wrapper .min-h-75 {
  min-height: 75px;
}
#wrapper .img-100-rounded {
  width: 100px;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
#wrapper .text-white {
  color: #fff !important;
}
#wrapper .text-black {
  color: #000 !important;
}
#wrapper .text-default {
  color: var(--primary) !important;
}
#wrapper .text-purple {
  color: #772ED3 !important;
}
#wrapper .text-light-green {
  color: #55BAC3 !important;
}
#wrapper .text-gray {
  color: #909FBA !important;
}
#wrapper .text-decoration-line-through {
  text-decoration: line-through;
}
#wrapper .radius-10 {
  border-radius: 10px !important;
}
#wrapper .radius-12 {
  border-radius: 12px !important;
}
#wrapper .radius-16 {
  border-radius: 16px !important;
}
#wrapper .radius-18 {
  border-radius: 18px !important;
}
#wrapper .radius-20 {
  border-radius: 20px !important;
}
#wrapper .radius-35 {
  border-radius: 35px !important;
}
#wrapper .radius-100 {
  border-radius: 100% !important;
}
#wrapper .p-absolute {
  position: absolute;
}
#wrapper .p-relative {
  position: relative !important;
}
#wrapper .bottom-0 {
  bottom: 0 !important;
}
#wrapper .top-0 {
  top: 0 !important;
}
#wrapper .max-lines-1, #wrapper .max-lines-2, #wrapper .max-lines-3, #wrapper .max-lines-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}
#wrapper .max-lines-1 p, #wrapper .max-lines-2 p, #wrapper .max-lines-3 p, #wrapper .max-lines-4 p {
  margin: 0;
}
#wrapper .max-lines-1 {
  -webkit-line-clamp: 1;
}
#wrapper .max-lines-2 {
  -webkit-line-clamp: 2;
}
#wrapper .max-lines-3 {
  -webkit-line-clamp: 3;
}
#wrapper .max-lines-4 {
  -webkit-line-clamp: 4;
}

@media (max-width: 991px) {
  #wrapper .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  #wrapper .overflow-sm-auto {
    overflow: auto;
  }
}
.section {
  padding: 50px 0;
  position: relative;
}
.section.p-sm {
  padding: 0 42px;
}
.section.section-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.section.section-bg::before {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section.get-news-section {
  padding: 285px 0 100px;
}
.section.get-news-section .title, .section.get-news-section .dl-form {
  max-width: 40%;
}
.section.get-news-section .title {
  position: relative;
  z-index: 9;
}
.section.get-news-section .title .text-title {
  color: var(--dl-white);
  font-size: 64px;
  text-transform: capitalize;
}
.section.get-news-section .title .text-desc {
  color: var(--dl-white);
}
.section.get-news-section .dl-form {
  margin: 28px 0 0;
}
.section.get-news-section .dl-form .form-group .input-group {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(52px);
}
.section.get-news-section .dl-form .form-group .input-group .form-control {
  background-color: transparent;
  border: none;
  padding: 12px;
  height: unset;
  color: var(--dl-white);
  box-shadow: none;
}
.section.get-news-section .dl-form .form-group .input-group .form-control::placeholder {
  color: var(--dl-white);
}
.section.get-news-section .dl-form .form-group .input-group .btn {
  padding: 7px 46px;
  border-radius: 12px !important;
}

section.portlet {
  position: unset;
}

.portlet,
.panel-body {
  margin: 0 !important;
  padding: 0 !important;
}

.header .navbar.header-bottom {
  background-color: var(--dl-white);
}
.header .navbar.header-bottom .container {
  justify-content: start;
}
.header.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1215686275);
}
.header.sticky .header-top {
  display: none;
}

.site-menu .navbar-nav {
  flex-direction: row;
  background-color: transparent;
}
.site-menu .navbar-nav .nav-item {
  margin: 0 30px;
  position: relative;
}
.site-menu .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.site-menu .navbar-nav .nav-item:last-child::after {
  display: none;
}
.site-menu .navbar-nav .nav-item::after {
  content: "";
  width: 1px;
  height: 19px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -30px;
  top: 10px;
}
.site-menu .navbar-nav .nav-item .nav-link {
  color: var(--dl-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}
.site-menu .navbar-nav .nav-item .nav-link.active {
  color: var(--dl-default);
}
.site-menu .navbar-nav .nav-item.dropdown::after {
  right: -40px;
}
.site-menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu, .site-menu .navbar-nav .nav-item.dropdown.show .dropdown-menu {
  display: block !important;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-toggle {
  pointer-events: none;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  border: none;
  vertical-align: unset;
  position: absolute;
  margin: 0 0 0 10px;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
  position: absolute;
  padding: 17px 10px 13px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1215686275);
  border: none;
  overflow: visible;
  min-width: 280px;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
  color: var(--dl-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  text-align: start;
  margin: 0 0 10px;
  white-space: normal;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bbbbbb;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover, .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item.active {
  background-color: transparent;
  color: var(--dl-default);
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
  margin: 0;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown:hover, .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown.show {
  color: var(--dl-default);
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown:hover .dropdown-menu, .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown.show .dropdown-menu {
  display: block !important;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown .dropdown-item::after {
  transform: rotate(-90deg);
  right: 0;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown .dropdown-item:hover {
  color: var(--dl-default);
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  left: 100%;
  top: 0;
  display: none !important;
  margin-top: -0.25rem;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown .dropdown-menu li .dropdown-item {
  white-space: normal;
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #bbbbbb;
}
.site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
  margin: 0;
}
.footer .page-logo {
  margin: 0 0 39px;
}
.footer .page-logo a .logo {
  max-height: 78px;
}
.footer .footer-top {
  padding: 47px 0 37px;
}
.footer .footer-top .title {
  color: #323E48;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.footer .footer-top .list-group .list-group-item {
  color: #323E48;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 0;
  margin: 0 0 19px;
}
.footer .footer-top .list-group .list-group-item:hover {
  background-color: transparent;
  color: var(--dl-default);
}
.footer .footer-top .list-group .list-group-item:last-child {
  margin: 0;
}
.footer .footer-top .list-group.social .list-group-item {
  width: unset;
}
.footer .footer-top .list-group.social .list-group-item img {
  max-height: 30px;
}
.footer .footer-top .list-group.info .list-group-item img {
  max-height: 20px;
}
.footer .footer-bottom {
  padding: 37px 0 53px;
  border-top: 1px solid #61687C;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom p {
  margin: 0;
  color: #415466;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.footer .footer-bottom .portlet-navigation .portlet {
  margin: 0;
}
.footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item:last-child .nav-link {
  padding: 0;
}
.footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item:last-child .nav-link::after {
  display: none;
}
.footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item .nav-link {
  background-color: unset;
  color: #415466;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  padding: 0 30px 0 0;
}
.footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item .nav-link::after {
  content: "-";
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 1;
}
.footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item .nav-link.active {
  background-color: unset;
}
.footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item .nav-link:hover {
  color: var(--dl-default);
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #DFE4F4 !important;
  color: var(--dl-black);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 0 !important;
  width: 44px;
  height: 44px;
  text-align: center !important;
  line-height: 44px !important;
  border-radius: 15px !important;
  display: none !important;
  cursor: pointer !important;
  transition: all 0.7s !important;
}
.scroll-to-top:hover {
  background-color: var(--dl-default) !important;
  color: var(--dl-white) !important;
}
.scroll-to-top i {
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.3em;
}
.scroll-to-top i::before {
  content: "\f077";
}
.scroll-to-top.active {
  display: block !important;
}

@keyframes scroll-top {
  0% {
    bottom: -7px;
  }
  100% {
    bottom: 5px;
  }
}
.page-logo a .logo {
  max-width: 240px;
  max-height: 74px;
  object-fit: cover;
}

.page-title {
  position: relative;
}
.page-title .page-heading {
  color: var(--dl-black);
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 1.36px;
}
.page-title .page-description {
  color: var(--dl-black);
  font-size: 24px;
  font-weight: 500;
  line-height: 151.523%;
}
.page-title .title-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 130px 0;
  position: relative !important;
}
.page-title .title-image::after, .page-title .title-image::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.page-title .title-image::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 66.13%, rgba(0, 0, 0, 0.42) 80.65%, rgba(0, 0, 0, 0.41) 89.69%, rgba(0, 0, 0, 0.31) 99.1%);
}
.page-title .title-image::before {
  background: linear-gradient(180deg, #066839 0%, rgba(6, 104, 57, 0.55) 100%);
  mix-blend-mode: color;
}
.page-title .title-image .page-heading, .page-title .title-image .page-description {
  position: relative;
  z-index: 9;
  text-align: center;
}
.page-title .title-image .page-heading {
  color: var(--dl-white);
  margin: 0 0 52px;
}
.page-title .title-image .page-description {
  color: var(--dl-white);
}
.page-title .dl-breadcrumb {
  --bs-breadcrumb-divider: ">";
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.page-title .dl-breadcrumb .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.page-title .dl-breadcrumb .breadcrumb .breadcrumb-item {
  color: var(--dl-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.page-title .dl-breadcrumb .breadcrumb .breadcrumb-item::before {
  color: var(--dl-white);
  background-image: none;
  margin: 0;
  top: 0;
  left: -5px;
}
.page-title .dl-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--dl-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}
.page-title .dl-breadcrumb .breadcrumb .breadcrumb-item:hover a {
  color: var(--dl-default);
}

.breadcrump-black .dl-breadcrumb .breadcrumb .breadcrumb-item {
  color: var(--dl-black);
}
.breadcrump-black .dl-breadcrumb .breadcrumb .breadcrumb-item::before {
  color: var(--dl-black);
}
.breadcrump-black .dl-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--dl-black);
}
.title {
  margin: 0 0 3rem;
  clear: both;
}
.title .text-title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.title .text-title.fs-lg {
  font-size: 68px;
  line-height: 78px;
  letter-spacing: 1.36px;
}
.title .text-desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dl-btn[disabled], .dl-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed !important;
}
.dl-btn img {
  width: unset !important;
  height: unset !important;
  margin: 0 0.3rem;
}
.dl-btn.active {
  border: none;
}

.dl-btn.active.default {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.dl-btn-default {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-gray {
  background-color: #dee2e6;
}

.dl-btn-outline {
  border: 2px solid var(--dl-default);
  background-color: transparent;
}
.dl-btn-outline.btn-outline-darkgray {
  border-color: #333;
  color: #333;
}

.btn-link {
  color: var(--dl-default) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 163.78% !important;
  text-decoration: none !important;
  padding: 0;
}

.btn-back {
  box-shadow: 0px 0px 5px 0px rgba(136, 165, 191, 0.2) !important;
  background-color: var(--dl-white) !important;
  color: var(--dl-black) !important;
  border-radius: 100% !important;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  line-height: 38px !important;
}
.btn-back i {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
}
.btn-back i::before {
  content: "\f053";
}

.btn-more {
  border-radius: 40px;
  background-color: var(--dl-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  color: var(--dl-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 7px 23px;
}
.btn-more:hover {
  background-color: var(--dl-white);
  color: var(--dl-black);
}

.btn-share {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: var(--dl-white);
  padding: 10px 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.btn-share:hover {
  background: var(--dl-white);
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #D9D9D9;
}
.btn-share::after {
  display: none;
}

.btn-icon {
  padding: 0;
}
.btn-icon img {
  max-height: 44px;
  border-radius: 4px;
  margin: 0;
}

.btn-download {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: var(--dl-white);
  padding: 10px 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.btn-download:hover {
  background: var(--dl-white);
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #D9D9D9;
}

.btn-apply {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: var(--dl-white);
  padding: 10px 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.btn-apply:hover {
  background: var(--dl-white);
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #D9D9D9;
}

.dl-btn-group.btn-group-tags {
  display: block;
}
.dl-btn-group.btn-group-tags .btn {
  color: #066839;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  margin: 0 5px 0 0;
}

.dl-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #C4CEDF;
  margin: 0 0 27px;
  padding: 0 0 27px;
  border-radius: 0 !important;
}
.dl-accordion .accordion-item:last-child {
  border: none !important;
}
.dl-accordion .accordion-item .accordion-header .accordion-button {
  background-color: var(--dl-white);
  color: #252E4A;
  font-size: 27px;
  font-weight: 700;
  line-height: 32.803px;
  text-transform: capitalize;
  box-shadow: none;
}
.dl-accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(0deg);
}
.dl-accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.dl-accordion .accordion-item .accordion-collapse .accordion-body {
  color: #62769D;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.dl-accordion.accordion-arrow .accordion-item {
  border: none;
}
.dl-accordion.accordion-arrow .accordion-item .accordion-header .accordion-button {
  padding-left: 75px;
}
.dl-accordion.accordion-arrow .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(270deg);
  margin: 0;
  left: 0;
  position: absolute;
  width: 65px;
  height: 65px;
  background-position: 50% 50%;
  border-radius: 100%;
  border: 1.5px solid #292D32;
}
.dl-accordion.accordion-arrow .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.dl-accordion.accordion-arrow .accordion-item .accordion-collapse .accordion-body {
  padding: 24px 0 0 75px;
}

.dl-tabs tbody tr td {
  border-radius: 3px;
  background: var(--dl-white);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  color: #001833;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding: 26px 21px;
  margin: 0 0 20px;
}
.dl-tabs tbody tr td span {
  color: #D4D4D4;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.dl-slider .owl-carousel {
  position: unset;
}
.dl-slider .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 38px);
  left: 0;
  margin: 0;
  z-index: 9;
}
.dl-slider .owl-carousel .owl-nav button {
  position: absolute;
  background-color: var(--dl-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  width: 56px;
  height: 46px;
  line-height: 46px !important;
  color: rgb(37, 46, 74) !important;
  border: 1px solid #fff !important;
  font-size: 1em !important;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.dl-slider .owl-carousel .owl-nav button.disabled {
  opacity: 0.6;
}
.dl-slider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}
.dl-slider .owl-carousel .owl-nav button.owl-next {
  right: 0;
  border-radius: 6px 0 0 6px;
}
.dl-slider .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  margin: 0;
  z-index: 999;
  text-align: center;
}
.dl-slider .owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.dl-slider .owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px 0;
}
.dl-slider .owl-carousel .owl-dots .owl-dot.active span {
  width: 26px;
  background-color: #fff;
  border-radius: 30px;
}
.dl-slider .owl-carousel .owl-dots .owl-dot.active span, .dl-slider .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #fff;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item::after {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(1, 0, 0, -2, 0, 0);
  z-index: 1;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card {
  border-radius: 0;
  margin: 0;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .dl-media #vedio {
  width: 100%;
  height: 695px;
  border-radius: 0;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  max-height: 695px;
  border-radius: 0;
  object-fit: cover;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay {
  padding: 0;
  bottom: 140px;
  top: unset;
  z-index: 9;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title, .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text, .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay p {
  width: 70%;
  color: var(--dl-white);
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}
.dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text, .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay p {
  font-size: 16px;
  font-weight: 500;
  line-height: 151.523%;
}
.dl-slider .owl-carousel.owl-home .owl-nav button {
  background-color: rgba(241, 241, 241, 0.2);
  border: none !important;
}
.dl-slider .owl-carousel.owl-home .owl-nav button i {
  color: var(--dl-white);
}
.dl-slider .owl-carousel.owl-home .owl-nav button.owl-prev {
  left: 0;
}
.dl-slider .owl-carousel.owl-home .owl-nav button.owl-next {
  right: 0;
}
.dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card {
  text-align: center;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto 39px;
}
.dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text {
  color: #415466;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 7px;
}
.dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text.text-muted {
  color: #8691A6 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text p {
  font-size: 16px;
}
.dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-description {
  color: var(--dl-black);
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}
.dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-description + p {
  color: var(--dl-black);
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}
.dl-slider .owl-carousel.owl-leadership {
  min-height: 400px;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage {
  display: flex;
  align-items: end;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item {
  transition: all 0.7s;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .item .card {
  text-align: center;
  border: none;
  box-shadow: none;
  padding: 60px 0 0;
  margin: 85px 0 0;
  position: relative;
  background: #FFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .item .card .card-header {
  position: absolute;
  width: 100%;
  top: -90px;
  left: 0;
  background-color: transparent;
  border: none;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .item .card .card-header .card-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto 39px;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .item .card .card-body.card-title {
  color: var(--dl-black) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin: 0 !important;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text {
  color: var(--dl-black);
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  min-height: 25px;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center {
  min-width: 10% !important;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card {
  padding: 145px 0 0;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card .card-header .card-img {
  max-width: 220px;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card .card-body .card-title {
  font-size: 24px;
}
.dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card .card-body .card-text {
  font-size: 20px;
  font-weight: 500;
}
.dl-slider .owl-carousel.owl-leadership .owl-nav.disabled {
  display: block;
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::after {
  background: linear-gradient(180deg, #066839 0%, rgba(6, 104, 57, 0.55) 100%);
  mix-blend-mode: color;
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(9, 18, 66, 0) 94.9%);
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card {
  border-radius: 0;
  margin: 0;
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  max-height: 748px;
  border-radius: 0;
  object-fit: cover;
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay {
  padding: 0;
  bottom: 94px;
  top: unset;
  z-index: 9;
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title, .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
  width: 70%;
  color: var(--dl-white);
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  margin: 0 0 40px;
}
.dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 151.523%;
  margin: 0 0 40px;
}
.dl-slider .owl-carousel.owl-news .owl-nav.disabled {
  display: block;
}
.dl-slider .owl-carousel.owl-news .owl-nav button {
  background-color: rgba(241, 241, 241, 0.2);
  border: none !important;
  color: var(--dl-white) !important;
}
.dl-slider .owl-carousel.owl-news .owl-nav button.owl-prev {
  left: 0;
}
.dl-slider .owl-carousel.owl-news .owl-nav button.owl-next {
  right: 0;
}
.dl-slider .owl-carousel.owl-home-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  min-height: 425px;
  object-fit: cover;
}
.dl-slider .owl-carousel.owl-home-news .owl-nav.disabled {
  display: block;
}
.dl-slider .owl-carousel.owl-about-history {
  padding: 100px 0;
  margin: 100px 0 0;
}
.dl-slider .owl-carousel.owl-about-history::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 114px;
  left: 20px;
  background-color: var(--dl-default);
  z-index: -1;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage {
  padding: 80px 0 0;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item:nth-child(even) .item .card .card-body .card-text {
  position: absolute;
  top: -67px;
  -webkit-line-clamp: 2;
  min-height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-title {
  background-color: var(--dl-default) !important;
  color: var(--dl-white) !important;
  padding: 8px 31px;
  text-align: center;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 19px solid var(--dl-default);
  position: absolute;
  right: -3px;
  top: 16px;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text {
  color: var(--dl-black);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  border-left: 1px solid var(--dl-default);
  padding: 0 0 0 15px;
  position: relative;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text strong {
  display: block;
  color: var(--dl-default);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::after, .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--dl-default);
  position: absolute;
  left: -3px;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::before {
  top: 0;
}
.dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::after {
  bottom: 0;
}
.dl-slider .owl-carousel.owl-initiative .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  border-radius: 10px;
}
.dl-slider .owl-carousel.owl-initiative .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-title {
  min-height: 72px;
}
.dl-slider .owl-carousel.owl-initiative .owl-nav.disabled {
  display: block;
}
.dl-slider .owl-carousel.owl-certifications .owl-nav.disabled {
  display: block;
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::after {
  background: linear-gradient(180deg, #066839 0%, rgba(6, 104, 57, 0.55) 100%);
  mix-blend-mode: color;
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(9, 18, 66, 0) 94.9%);
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card {
  border-radius: 0;
  margin: 0;
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  max-height: 748px;
  border-radius: 0;
  object-fit: cover;
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay {
  padding: 0;
  bottom: 94px;
  top: unset;
  z-index: 9;
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title, .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
  width: 70%;
  color: var(--dl-white);
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  margin: 0 0 40px;
}
.dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 151.523%;
  margin: 0 0 40px;
}
.dl-slider .owl-carousel.owl-gallery .owl-nav.disabled {
  display: block;
}
.dl-slider .owl-carousel.owl-gallery .owl-nav button {
  background-color: rgba(241, 241, 241, 0.2);
  border: none !important;
  color: var(--dl-white) !important;
}
.dl-slider .owl-carousel.owl-gallery .owl-nav button.owl-prev {
  left: 0;
}
.dl-slider .owl-carousel.owl-gallery .owl-nav button.owl-next {
  right: 0;
}
.dl-slider .owl-carousel.owl-news-images .lightbox-card .lightbox-img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
.dl-slider .owl-carousel.owl-news-images .owl-nav {
  display: block !important;
}
.dl-slider .owl-carousel.owl-news-images .owl-nav button.owl-prev {
  left: 0;
}
.dl-slider .owl-carousel.owl-news-images .owl-nav button.owl-next {
  right: 0;
}
.dl-slider .owl-carousel.owl-project-images .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-project-images .owl-stage-outer .owl-stage .owl-item .item::before {
  display: none;
}
.dl-slider .owl-carousel.owl-project-images .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  max-height: 500px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid #F0F2F6;
}
.dl-slider .owl-carousel.owl-project-images .owl-nav button {
  background-color: rgba(241, 241, 241, 0.2);
  border: none !important;
  border-radius: 6px !important;
}
.dl-slider .owl-carousel.owl-project-images .owl-nav button i {
  color: var(--dl-white);
}
.dl-slider .owl-carousel.owl-project-images .owl-nav button.owl-prev {
  left: 30px;
}
.dl-slider .owl-carousel.owl-project-images .owl-nav button.owl-next {
  right: 30px;
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::after {
  background: linear-gradient(180deg, #066839 0%, rgba(6, 104, 57, 0.55) 100%);
  mix-blend-mode: color;
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(9, 18, 66, 0) 94.9%);
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card {
  border-radius: 0;
  margin: 0;
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
  max-height: 748px;
  border-radius: 0;
  object-fit: cover;
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay {
  padding: 0;
  bottom: 94px;
  top: unset;
  z-index: 9;
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title, .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
  width: 70%;
  color: var(--dl-white);
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  margin: 0 0 40px;
}
.dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 151.523%;
  margin: 0 0 40px;
}
.dl-slider .owl-carousel.owl-projects .owl-nav.disabled {
  display: block;
}
.dl-slider .owl-carousel.owl-projects .owl-nav button {
  background-color: rgba(241, 241, 241, 0.2);
  border: none !important;
  color: var(--dl-white) !important;
}
.dl-slider .owl-carousel.owl-projects .owl-nav button.owl-prev {
  left: 0;
}
.dl-slider .owl-carousel.owl-projects .owl-nav button.owl-next {
  right: 0;
}
.dl-card .card {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.dl-card .card .card-header {
  border: none;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.dl-card .card .card-header .card-img {
  border-radius: 20px;
  object-fit: cover;
}
.dl-card .card .card-header .card-img.icon {
  height: 32px;
  width: 32px;
  border-radius: 0;
}
.dl-card .card .card-header .badge {
  position: absolute;
  top: 15px;
  left: 15px;
}
.dl-card .card .card-header .badge strong {
  color: #066337;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.dl-card .card .card-header .lightbox-card .lightbox-img {
  max-height: 395px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 0 39px;
}
.dl-card .card .card-body .card-title {
  color: var(--dl-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.dl-card .card .card-body .card-title.fs-lg {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}
.dl-card .card .card-body .card-title.fs-md {
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.dl-card .card .card-body .card-title.fs-xs {
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}
.dl-card .card .card-body .card-title.fs-sm {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.dl-card .card .card-body a.card-title:hover {
  color: var(--dl-default);
}
.dl-card .card .card-body a.card-title a:hover {
  color: var(--dl-default);
}
.dl-card .card .card-body .card-text {
  color: var(--dl-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.dl-card .card .card-body .card-text a {
  color: var(--dl-default);
  text-decoration: underline;
}
.dl-card .card .card-footer {
  background-color: transparent;
  border: none;
}
.dl-card .card .card-actions .dropdown {
  display: contents;
}
.dl-card.statistics {
  padding: 35px 0;
}
.dl-card.statistics .card {
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  margin: 0;
}
.dl-card.statistics .card .card-body .card-title {
  color: var(--dl-black);
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
}
.dl-card.statistics .card .card-body .card-text {
  color: var(--dl-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.dl-card.card-overlay.overlay-light .card .card-header::after {
  background: rgba(0, 0, 0, 0.4);
}
.dl-card.card-overlay.overlay-text-center .card .card-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.dl-card.card-overlay.overlay-hover .card:hover .card-header::after {
  background: rgba(0, 0, 0, 0.4);
}
.dl-card.card-overlay.overlay-hover .card:hover .card-body {
  display: flex;
}
.dl-card.card-overlay.overlay-hover .card .card-header::after {
  background: transparent;
  transition: all 1s;
}
.dl-card.card-overlay.overlay-hover .card .card-body {
  display: none;
}
.dl-card.card-overlay.overlay-text-bottom .card .card-body {
  bottom: -75px;
  top: unset;
  width: 100%;
}
.dl-card.card-overlay.overlay-text-bottom .card .card-body .card-text {
  background-color: var(--dl-white);
  color: var(--dl-black);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  padding: 24px;
  border-radius: 4px;
  border: 2px solid #EFF2FA;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.dl-card.card-overlay .card .card-header {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.dl-card.card-overlay .card .card-header::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: luminosity;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dl-card.card-overlay .card .card-body {
  position: absolute;
  padding: 50px;
  top: 0;
  left: 0;
}
.dl-card.card-overlay .card .card-body .card-title {
  color: var(--dl-white);
}
.dl-card.card-overlay .card .card-body .card-title.fs-lg {
  font-size: 42px;
  line-height: 48px;
  text-transform: capitalize;
}
.dl-card.card-overlay .card .card-body .card-text {
  color: var(--dl-white);
}
.dl-card.title-border .card {
  margin: 0 0 80px;
}
.dl-card.title-border .card .card-body {
  padding: 0 0 0 25px;
}
.dl-card.title-border .card .card-body .card-title {
  position: relative;
}
.dl-card.title-border .card .card-body .card-title::after {
  content: "";
  border-radius: 10px;
  background: #26CA0B;
  position: absolute;
  left: -25px;
  top: 0;
  width: 10px;
  height: 100%;
}
.dl-card.card-shadow .card {
  border-radius: 16px;
  border: 1px solid #EFF2FA;
  background-color: var(--dl-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.dl-card.card-shadow .card .card-header .card-img {
  border-radius: 16px 16px 0 0;
}
.dl-card.card-shadow.list-card-shadow .card .card-header .card-img {
  border-radius: 16px 0 0 16px;
}
.dl-card.card-border .card {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 50px 37px;
  background-color: var(--dl-white);
}
.dl-card.card-details .card .card-body .list-group {
  margin: 35px 0 19px;
}
.dl-card.card-details .card .card-body .list-group .list-group-item {
  color: #838181;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding: 0 25px 0 0;
}
.dl-card.card-details .card .card-body .list-group .list-group-item:last-child::after {
  display: none;
}
.dl-card.card-details .card .card-body .list-group .list-group-item::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  background-color: #838181;
}
.dl-card.card-details .card .card-body .card-title {
  color: var(--dl-black);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 40px;
}
.dl-card.card-details .card .card-body .card-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 39px;
}
.dl-card.card-details .card .card-body #vedio {
  margin: 0 0 39px;
}
.dl-card.card-details .card .card-body .btn-group {
  display: block;
}
.dl-card.card-details .card .card-body .btn-group .btn {
  color: #066839;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  margin: 0 5px 0 0;
}
.dl-card.card-icons .card {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.dl-card.card-icons .card .card-header .card-img {
  max-height: 180px;
  width: unset;
  margin: 0 auto;
  display: block;
}
.dl-card.card-icon-bg .card .card-header {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 4px;
  text-align: center;
  padding: 0;
}
.dl-card.card-icon-bg .card .card-header .card-img {
  max-height: 38px;
  width: unset;
  border-radius: 0;
}
.dl-card.card-icon-bg .card .card-body .card-title {
  color: #001833;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 0;
}
.dl-card.card-icon-bg .card .card-body .card-text {
  color: #001833;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 14px 0 0;
}
.dl-card .card-job-details {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.dl-card .card-job-details .card-body {
  padding: 0;
}
.dl-card .card-job-details .card-body .card-title {
  color: var(--dl-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.dl-card.card-partners .card .card-header {
  min-height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-card.card-partners .card .card-header .card-img {
  max-height: 165px;
  max-width: 70%;
}
.dl-card.card-bg .card {
  border-radius: 12px;
  border: 2px solid #F0F0F0;
  background: var(--dl-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.dl-card.card-certifications .card .card-img {
  border-radius: 12px;
  border: 2px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.dl-card.card-certifications .card .card-body .card-title {
  min-height: 72px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.dl-card.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  grid-auto-rows: minmax(100px, auto);
}
.dl-card.card-grid .card {
  margin: 0;
}
.dl-card.card-grid .card .card-header img {
  height: 210px;
  object-fit: cover;
}
.dl-card.card-grid .card .card-header .badge {
  bottom: 15px;
  top: unset;
}
.dl-card.card-grid .card .card-body h3 {
  display: none;
}
.dl-card.card-grid .card:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.dl-card.card-grid .card:first-child .card-header img {
  height: 575px;
}
.dl-card.card-grid .card:nth-child(2) {
  grid-column: 3/3;
  grid-row: 1;
}
.dl-card.card-grid .card:nth-child(3) {
  grid-column: 3/3;
  grid-row: 2;
}
.dl-card.grid-product .card {
  margin: 0;
}
.dl-card.grid-product .card .card-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.dl-card.grid-product .card .card-header picture {
  display: none;
}
.dl-card.grid-product .card .card-header picture:first-child, .dl-card.grid-product .card .card-header picture:nth-child(2), .dl-card.grid-product .card .card-header picture:nth-child(3) {
  display: block;
}
.dl-card.grid-product .card .card-header picture:nth-child(2) img, .dl-card.grid-product .card .card-header picture:nth-child(3) img {
  height: 225px;
}
.dl-card.grid-product .card .card-header picture:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.dl-card.grid-product .card .card-header picture:first-child img {
  height: 450px;
}
.dl-card.grid-product .card .card-header picture:nth-child(2) {
  grid-column: 1/2;
  grid-row: 4;
}
.dl-card.grid-product .card .card-header picture:nth-child(3) {
  grid-column: 2/2;
  grid-row: 4;
}
.dl-card.card-projects .card .card-header .badge {
  position: unset;
  margin: 25px 0 0;
  padding: 7px 16px;
  font-size: 14px;
  border-radius: 50px;
}
.dl-card.card-projects .card .card-body .card-title {
  font-size: 24px;
}
.dl-card.card-projects .card .card-body .card-title.fs-md {
  font-size: 18px;
}
.dl-card.card-projects .card .card-body .card-title.fs-lg {
  font-size: 28px;
}
.dl-card.card-projects .card .card-body hr {
  margin: 42px 0;
}
.dl-card.card-projects .card .card-body .card-text {
  font-size: 18px;
}
.dl-card.card-projects .card .card-body .card-text strong {
  font-size: 24px;
}
.dl-card.card-projects .card .card-body .card-text.fs-lg {
  font-size: 20px;
}
.dl-card.card-quotes .card .card-body {
  padding: 4rem 0 0 4rem;
}
.dl-card.card-quotes .card .card-body::before {
  content: "";
  background: url("/o/egas-resources/images/icons/quotes.svg");
  width: 54px;
  height: 54px;
  position: absolute;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  filter: grayscale(1);
  opacity: 0.5;
}
.dl-card.card-quotes .card .card-body::before {
  top: 0;
  left: 0;
}
.dl-card.card-chart .row .col-12 {
  text-align: center;
}
.dl-card.card-chart .row .col-12 .card .card-header .card-img {
  height: 365px;
  width: 365px;
}
.dl-card.card-chart .row .col-12 .card .card-body .card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.dl-card.card-chart .row .col-12 .card .card-body .card-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.dl-card.card-chart .row .col-12:nth-child(1) {
  margin: 0 0 4rem;
}
.dl-card.card-chart .row .col-12:nth-child(1)::before {
  content: "";
  background-color: #909FBA;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 2px);
  width: 2px;
  height: 50px;
}
.dl-card.card-chart .row .col-12:nth-child(1)::after {
  content: "";
  background-color: #909FBA;
  position: absolute;
  bottom: -30px;
  left: calc(12% + 5px);
  width: calc(75% + 2px);
  height: 2px;
}
.dl-card.card-chart .row .col-12:nth-child(2) .card::before, .dl-card.card-chart .row .col-12:nth-child(5) .card::before {
  content: "";
  background-color: #909FBA;
  position: absolute;
  top: -35px;
  left: calc(50% - 2px);
  width: 2px;
  height: 16px;
}
.dl-card.card-chart .row .col-12:nth-child(10) .card::before, .dl-card.card-chart .row .col-12:nth-child(21) .card::before {
  content: "";
  background-color: #909FBA;
  position: absolute;
  top: -35px;
  left: calc(50% - 2px);
  width: 2px;
  height: 16px;
}
.dl-card.card-chart .row .col-12.col-md-1::after {
  content: "";
  background-color: #909FBA;
  position: absolute;
  top: -35px;
  left: calc(46% + 5px);
  width: calc(98% + 2px);
  height: 2px;
}
.dl-card.card-chart .row .col-12.col-md-1:last-child::after {
  display: none;
}
.dl-card.card-chart .row .col-md-3 .card .card-header .card-img {
  height: 181px;
  width: 181px;
}
.dl-card.card-chart .row .col-md-3 .card .card-body .card-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.dl-card.card-chart .row .col-md-3 .card .card-body .card-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.dl-card.card-chart .row .col-md-1 {
  margin: 4rem 0 0;
}
.dl-card.card-chart .row .col-md-1 .card .card-header .card-img {
  height: 86px;
  width: 86px;
}
.dl-card.card-chart .row .col-md-1 .card .card-body .card-title {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
}
.dl-card.card-chart .row .col-md-1 .card .card-body .card-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 9px;
}
.dl-card.card-chart .card .card-header .card-img {
  width: unset;
}
.dl-card.card-chart .card .card-body {
  padding: 1rem 0 0;
}
.dl-card.sitemap .title {
  margin-bottom: 70px;
}
.dl-card.sitemap .links-wrapper .links-list .list-title {
  margin-bottom: 22px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  letter-spacing: 1px;
}
.dl-card.sitemap .links-wrapper .links-list .list-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dl-card.sitemap .links-wrapper .links-list .list-group .list-group-item {
  padding: 0;
  border: none;
  width: fit-content;
}
.dl-card.sitemap .links-wrapper .links-list .list-group .list-group-item:hover {
  color: var(--primary);
  background-color: transparent;
}
.dl-card.organizational-structure .bg-light-grey {
  padding: 85px 79px;
}
.dl-card.organizational-structure .card {
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 95px !important;
  border-radius: 16px;
  padding: 15px;
  margin-inline-end: 15px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.dl-card.organizational-structure .card .card-img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.dl-card.organizational-structure .card .card-body {
  padding: 0;
}
.dl-card.organizational-structure .card .card-title,
.dl-card.organizational-structure .card .card-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(2, 2, 2);
  margin: 0;
  text-align: center;
}
.dl-card.organizational-structure .card .card-text {
  font-weight: 500;
  font-size: 12px;
}
.dl-card.organizational-structure .card::after {
  content: "";
  width: 200%;
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: transparent;
  height: 26.5px;
}
.dl-card.organizational-structure .card::before {
  content: "";
  width: 0;
  height: 100px;
  position: absolute;
  background-color: #d9d9d9;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}
.dl-card.organizational-structure .card:nth-child(2)::before {
  display: none;
}
.dl-card.organizational-structure .card:last-child {
  margin: 0;
}
.dl-card.organizational-structure .cards-wrapper {
  position: relative;
  gap: 83px;
  justify-content: space-between;
}
.dl-card.organizational-structure .cards-wrapper .portlet-body {
  display: flex;
  position: relative;
  gap: 15px;
  justify-content: flex-start;
  --dl-gutter-x: 1.5rem;
  --dl-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--dl-gutter-x));
  margin-left: calc(-0.5 * var(--dl-gutter-x));
}
.dl-card.organizational-structure .cards-wrapper::after {
  content: "";
  width: 75%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #d9d9d9;
  border-bottom-color: transparent;
  height: 30px;
}
.dl-card.organizational-structure .cards-wrapper::before {
  content: "";
  width: 1px;
  height: 47px;
  position: absolute;
  background-color: #d9d9d9;
  left: 50%;
  transform: translateX(-50%);
  top: -95px;
}
.dl-card.organizational-structure .cards-wrapper .card::after, .dl-card.organizational-structure .cards-wrapper .card::before {
  display: none;
}
.dl-card.organizational-structure .cards-wrapper.first-row .card, .dl-card.organizational-structure .cards-wrapper.second-row .card {
  display: none;
}
.dl-card.organizational-structure .cards-wrapper.first-row .card:nth-child(3), .dl-card.organizational-structure .cards-wrapper.first-row .card:nth-child(4), .dl-card.organizational-structure .cards-wrapper.first-row .card:nth-child(5) {
  display: flex;
}
.dl-card.organizational-structure .cards-wrapper.second-row .card:nth-child(6), .dl-card.organizational-structure .cards-wrapper.second-row .card:nth-child(7), .dl-card.organizational-structure .cards-wrapper.second-row .card:nth-child(8) {
  display: flex;
}
.dl-card.organizational-structure .cards-wrapper + .cards-wrapper {
  margin-top: 35px;
}
.dl-card.organizational-structure .cards-wrapper + .cards-wrapper::after {
  top: -42px;
}
.dl-card.organizational-structure .cards-wrapper + .cards-wrapper::before {
  top: -93px;
  height: 51px;
}
.dl-card.organizational-structure .level-three .card .card-img {
  width: 70px;
  height: 70px;
}
.dl-card.organizational-structure .level-three .card .card-title, .dl-card.organizational-structure .level-three .card .card-text {
  font-size: 12px;
}
.dl-card.organizational-structure .level-three .card .card-text {
  font-size: 10px;
}
.dl-card.card-gallery .card .card-header .card-img, .dl-card.card-gallery .card .card-header .video {
  width: 100%;
  height: 235px;
  border-radius: 10px;
}
.dl-card.card-album .card .card-header .card-img, .dl-card.card-album .card .card-header .video {
  width: 100%;
  height: 290px;
  border-radius: 10px;
}
.dl-form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-title,
.form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-title {
  color: var(--dl-black);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 25px;
}
.dl-form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line,
.form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line {
  display: none;
}
.dl-form .form-group,
.form .form-group {
  margin: 0 0 24px;
}
.dl-form .form-group .control-lable, .dl-form .form-group .ddm-label,
.form .form-group .control-lable,
.form .form-group .ddm-label {
  color: var(--dl-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.dl-form .form-group .form-control,
.form .form-group .form-control {
  color: #000;
  border-radius: 15px;
  border: 1px solid #62769D;
  box-shadow: none;
}
.dl-form .form-group .form-control:focus,
.form .form-group .form-control:focus {
  border-color: var(--dl-default);
}
.dl-form .form-group .input-icon,
.form .form-group .input-icon {
  position: relative;
}
.dl-form .form-group .input-icon i, .dl-form .form-group .input-icon img,
.form .form-group .input-icon i,
.form .form-group .input-icon img {
  position: absolute;
  color: #dee2e6;
  top: 8px;
  left: 9px;
  z-index: 1;
}
.dl-form .form-group .input-icon .form-control,
.form .form-group .input-icon .form-control {
  padding: 0.5rem 0.8rem 0.5rem 2.5rem;
}
.dl-form .form-group .input-group .input-group-text,
.form .form-group .input-group .input-group-text {
  background-color: transparent;
  border: 1px solid #62769D;
  border-right: none;
  border-radius: 15px;
  position: relative;
}
.dl-form .form-group .input-group .input-group-text::after,
.form .form-group .input-group .input-group-text::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #AAA;
  position: absolute;
  right: 1px;
  top: 20%;
}
.dl-form .form-group .input-group .form-control,
.form .form-group .input-group .form-control {
  border-left: none;
}
.dl-form .dl-list-group,
.form .dl-list-group {
  margin: 43px 0 0;
}
.dl-form .dl-list-group .list-group-item,
.form .dl-list-group .list-group-item {
  margin: 0 0 15px;
}
.dl-form .form-action,
.form .form-action {
  margin: 43px 0 0;
}
.dl-form .form-action .btn,
.form .form-action .btn {
  padding: 16px 12px;
  border-radius: 18px;
}
.dl-form .lfr-ddm-form-pagination-controls .btn-primary,
.form .lfr-ddm-form-pagination-controls .btn-primary {
  padding: 16px 12px;
  border-radius: 18px;
  width: 100%;
  background-color: var(--dl-default);
  border-color: var(--dl-default);
}

.dl-dropdown .dropdown-menu {
  background-color: var(--dl-white);
  box-shadow: 4px 4px 22px rgba(18, 46, 101, 0.16);
  border-radius: 15px;
  border: none;
}
.dl-dropdown .dropdown-menu li .dropdown-item {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  text-align: start;
  display: flex;
}
.dl-dropdown .dropdown-menu li .dropdown-item img {
  width: unset !important;
}

.dl-list-group .list-group-item {
  padding: 0.5rem 0;
  border: none;
  background-color: transparent;
}
.dl-list-group a.list-group-item:hover {
  color: var(--dl-default);
}
.dl-list-group.social .list-group-item {
  background-color: transparent;
  width: unset;
  border: none;
}
.dl-list-group.list-group-desc .list-group-item {
  padding: 0.5rem 0 0.5rem 18px;
}
.dl-list-group.list-group-desc .list-group-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #26CA0B;
  position: absolute;
  left: 0;
  top: 15px;
}
.dl-list-group.list-group-desc.desc-black .list-group-item::before {
  background-color: var(--dl-black);
}
.dl-list-group.list-group-career .list-group-item {
  border-radius: 3px;
  background: var(--dl-white);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #001833;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding: 26px 21px;
  margin: 0 0 20px;
}
.dl-list-group.list-group-career .list-group-item span {
  color: #D4D4D4;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.dl-list-group.list-description .list-group-item {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.dl-list-group.list-description .list-group-item img {
  height: 40px;
  width: 30px;
  margin: 0 20px 0 0;
}
.dl-list-group.list-description .list-group-item .content {
  color: #001833;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.dl-list-group.list-description .list-group-item .content span {
  color: #818A93;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.dl-tabs .nav {
  border: none;
}
.dl-tabs .nav .nav-item .nav-link {
  color: #001833;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  padding: 0.5rem 0;
  box-shadow: none;
}
.dl-tabs .nav .nav-item .nav-link.active {
  color: var(--dl-default);
}
.dl-tabs .tab-content .tab-pane {
  padding: 0;
}
.dl-tabs.vertical-tabs .portlet-category-facet .portlet-body .form .search-facet .panel-header-link {
  display: none;
}
.dl-tabs.vertical-tabs .portlet-category-facet .portlet-body .form .search-facet .facet-value .btn {
  white-space: nowrap;
}
.dl-tabs.vertical-tabs div:nth-child(2) {
  width: 100%;
}
.dl-tabs.vertical-tabs .tab-content {
  width: 100%;
}
.dl-chart .title {
  max-width: 50%;
}
.dl-chart .title .text-title {
  color: #62769D;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.dl-chart .chart {
  width: 100%;
  height: 350px;
  direction: ltr;
}

.dl-text {
  position: relative;
}
.dl-text .text-title {
  color: #415466;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.dl-text .text-muted {
  color: #8691A6;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.dl-text .text-desc {
  color: var(--dl-black);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}
.dl-text.text-quotes .text-desc::after, .dl-text.text-quotes .text-desc::before {
  content: "";
  background: url("/o/egas-resources/images/icons/quotes.svg");
  width: 54px;
  height: 54px;
  position: absolute;
}
.dl-text.text-quotes .text-desc::before {
  left: -40px;
}
.dl-text.text-quotes .text-desc::after {
  right: -40px;
  transform: rotate(180deg);
}

.dl-filter {
  margin: 0 0 45px;
}
.dl-filter .title {
  margin: 0 0 32px;
}
.dl-filter .title .text-title {
  margin: 0;
}
.dl-filter .nav-tabs {
  border: none;
  border-radius: 40px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 0 13px;
}
.dl-filter .nav-tabs .nav-item {
  margin: 0;
}
.dl-filter .nav-tabs .nav-item:last-child .nav-link::after {
  display: none;
}
.dl-filter .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 16px 21px;
  background-color: transparent;
  box-shadow: none;
}
.dl-filter .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #909FBA;
  right: 0;
  top: 20%;
}
.dl-filter .nav-tabs .nav-item .nav-link img {
  max-height: 24px;
  filter: brightness(0) invert(0);
}
.dl-filter .nav-tabs .nav-item .nav-link.active img, .dl-filter .nav-tabs .nav-item .nav-link:hover img {
  filter: unset;
}
.dl-filter .form-group {
  margin: 32px 0 0;
}
.dl-filter .form-group .form-control {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #EFF2FA;
  backdrop-filter: blur(37px);
  min-width: 590px;
}
.dl-filter .dropdown span {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.dl-filter .dropdown .dropdown-toggle {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.dl-filter .dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  border: none;
  vertical-align: unset;
}
.dl-filter .btn-group {
  margin: 21px 0 0;
}
.dl-filter .btn-group.btn-shadow .btn {
  border-radius: 40px !important;
  border: none;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.dl-filter .btn-group.btn-shadow .btn.active {
  background-color: var(--dl-default);
  border-color: var(--dl-default);
  color: var(--dl-white);
}
.dl-filter .btn-group .btn {
  border-radius: 30px !important;
  border: 1px solid var(--dl-black);
  padding: 7px 34px !important;
  margin-right: 15px !important;
  box-shadow: none;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
  flex: none;
}
.dl-filter .btn-group .btn.active {
  background-color: var(--dl-default);
  border-color: var(--dl-default);
  color: var(--dl-white);
}
.dl-filter .dl-form .form-group {
  margin: 0;
}
.dl-filter .portlet-sort .form .dropdown {
  display: flex;
  align-items: center;
  justify-content: end;
}
.dl-filter .portlet-sort .form .dropdown span {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.dl-filter .portlet-sort .form .dropdown .form-group {
  margin: 0 !important;
}
.dl-filter .portlet-sort .form .dropdown .form-group .form-control {
  min-width: unset !important;
}

.lightboxOverlay {
  opacity: 1;
}

.lightbox {
  position: fixed;
  top: 0 !important;
}
.lightbox .lb-outerContainer {
  position: unset;
  margin: 10% auto 0;
}
.lightbox .lb-outerContainer .lb-container .lb-nav {
  top: 15%;
  z-index: -1;
}
.lightbox .lb-outerContainer .lb-container .lb-nav a {
  display: block !important;
  opacity: 1 !important;
}
.lightbox .lb-dataContainer .lb-data .lb-details {
  margin: 20px 0 0;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
  color: var(--dl-white);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
  color: var(--dl-white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.lightbox .lb-dataContainer .lb-data .lb-closeContainer {
  position: absolute;
  top: 35px;
  left: 35px;
}
.dl-media #vedio {
  object-fit: cover;
  width: 100%;
  height: 520px;
  border-radius: 30px;
}

.dl-badge {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
}
.dl-badge.badge-lg {
  padding: 12px 15px;
  font-size: 18px;
  min-width: 95px;
  border-radius: 10px;
}
.dl-badge.badge-md {
  padding: 7px 11px;
  font-size: 14px;
  border-radius: 8px;
}
.dl-badge.badge-white {
  background-color: var(--dl-white);
  color: #62769D;
}
.dl-badge.badge-orange, .dl-badge.badge-on-going {
  background: #FDEAD5;
  color: #FD8809;
}
.dl-badge.badge-green, .dl-badge.badge-completed {
  background: #E2FFF1;
  color: #3BAC74;
}

.pagination-bar .pagination .page-item .page-link::before {
  display: none !important;
}
.pagination-bar .pagination .page-item .page-link.active {
  background-color: var(--dl-default);
  color: var(--dl-white);
}
.pagination-bar .pagination .page-item.active .page-link {
  background-color: var(--dl-default);
  color: var(--dl-white);
}

.dl-map .map, .dl-map iframe {
  width: 100%;
  height: 850px;
}

.tooltip .tooltip-arrow {
  background-color: var(--dl-default);
  display: none;
}
.tooltip .tooltip-inner {
  background-color: var(--dl-default);
  border-radius: 12px;
}

.portlet-search-bar .search-bar-suggestions .input-group-item .input-group .form-control {
  border-radius: 15px 0 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #EFF2FA;
  backdrop-filter: blur(37px);
}
.portlet-search-bar .search-bar-suggestions .input-group-item .input-group .input-group-inset-item {
  border-radius: 0 15px 15px 0;
  background-color: #EFF2FA;
  backdrop-filter: blur(37px);
  border: none;
}
.portlet-layout .portlet-column .portlet-dropzone .portlet-type-facet, .portlet-layout .portlet-column .portlet-dropzone .portlet-folder-facet, .portlet-layout .portlet-column .portlet-dropzone .portlet-user-facet {
  display: none;
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-header-link {
  padding-left: 0;
  padding-right: 0;
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-header-link .panel-title {
  color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-header-link .collapse-icon-open svg, .portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-header-link .collapse-icon-closed svg {
  fill: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .asset-type .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:checked ~ .custom-control-label::before, .portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--dl-default);
  border-color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .asset-type .facet-value .custom-checkbox .facet-checkbox-label .term-count, .portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .term-count {
  color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .asset-type .facet-value a, .portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .list-unstyled .facet-value a {
  color: var(--dl-black);
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .asset-type .facet-value a:hover, .portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .list-unstyled .facet-value a:hover {
  color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .asset-type .facet-value a .term-count, .portlet-layout .portlet-column .portlet-dropzone .form .panel-group .panel .panel-collapse .list-unstyled .facet-value a .term-count {
  color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .search-total-label strong {
  color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .display-list .list-group .list-group-item .autofit-col-expand .autofit-section .list-group-title a .highlight.mark {
  background-color: var(--dl-default);
  color: var(--dl-white);
}
.portlet-layout .portlet-column .portlet-dropzone .display-list .list-group .list-group-item .autofit-col-expand .autofit-section .list-group-title a:hover {
  color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .display-list .list-group .list-group-item .autofit-col-expand .autofit-section .search-results-metadata .list-group-subtext .subtext-item strong {
  color: var(--dl-default);
}
.portlet-layout .portlet-column .portlet-dropzone .display-list .list-group .list-group-item .autofit-col-expand .autofit-section .search-results-metadata .list-group-subtext .subtext-item .highlight.mark {
  background-color: var(--dl-default);
  color: var(--dl-white);
}
.portlet-layout .portlet-column .portlet-dropzone .display-list .list-group .list-group-item .autofit-col-expand .autofit-section .search-results-metadata .list-group-subtext:first-child .subtext-item:nth-child(1), .portlet-layout .portlet-column .portlet-dropzone .display-list .list-group .list-group-item .autofit-col-expand .autofit-section .search-results-metadata .list-group-subtext:first-child .subtext-item:nth-child(2) {
  display: none;
}

.rtl body, .rtl .tooltip, .rtl .popover, .rtl p, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
  font-family: "Cairo" !important;
}
.rtl .site-menu .navbar-nav .nav-item:last-child {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .site-menu .navbar-nav .nav-item::after {
  right: unset;
  left: -30px;
}
.rtl .site-menu .navbar-nav .nav-item .nav-link::before {
  left: unset;
  right: 0;
}
.rtl .site-menu .navbar-nav .nav-item.dropdown::after {
  right: unset;
  left: -40px;
}
.rtl .site-menu .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  margin: 0 10px 0 0;
}
.rtl .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
  margin: 0;
}
.rtl .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown .dropdown-item::after {
  transform: rotate(90deg);
  right: unset;
  left: 0;
}
.rtl .site-menu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  left: unset;
  right: 100%;
}
.rtl .footer .footer-top .list-group .list-group-item.phone {
  direction: ltr;
}
.rtl .footer .footer-top .list-group .list-group-item.phone img {
  float: inline-end;
  transform: rotateY(180deg);
}
.rtl .footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item .nav-link {
  padding: 0 0 0 30px;
}
.rtl .footer .footer-bottom .portlet-navigation .portlet .portlet-content .portlet-content-container .portlet-body .nav .nav-item .nav-link::after {
  right: unset;
  left: 10px;
}
.rtl .scroll-to-top {
  right: unset;
  left: 20px;
}
@keyframes scroll-top {}
.rtl .page-title .dl-breadcrumb {
  --bs-breadcrumb-divider: ">";
}
.rtl .page-title .dl-breadcrumb .breadcrumb .breadcrumb-item::before {
  left: unset;
  right: -5px;
}
.rtl .fa-arrow-right-long, .rtl .fa-chevron-right, .rtl .fa-chevron-left {
  transform: rotate(180deg);
}
.rtl .dl-accordion .accordion-item .accordion-header .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.rtl .dl-slider .owl-carousel .owl-nav button.owl-prev {
  left: unset;
  right: 0;
  border-radius: 6px 0 0 6px;
}
.rtl .dl-slider .owl-carousel .owl-nav button.owl-next {
  right: unset;
  left: 0;
  border-radius: 0 6px 6px 0;
}
.rtl .dl-slider .owl-carousel .owl-nav button.owl-next i {
  transform: rotate(180deg);
}
.rtl .dl-slider .owl-carousel.owl-home .owl-nav button.owl-prev {
  left: unset;
  right: 0;
}
.rtl .dl-slider .owl-carousel.owl-home .owl-nav button.owl-next {
  right: unset;
  left: 0;
}
.rtl .dl-slider .owl-carousel.owl-news .owl-nav button.owl-prev {
  left: unset;
  right: 0;
}
.rtl .dl-slider .owl-carousel.owl-news .owl-nav button.owl-next {
  right: unset;
  left: 0;
}
.rtl .dl-slider .owl-carousel.owl-about-history .owl-stage-outer::after {
  left: unset;
  right: 20px;
}
.rtl .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-title::after {
  border-left: none;
  right: unset;
  border-right: 19px solid var(--dl-default);
  left: -3px;
}
.rtl .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text {
  border-left: unset;
  padding: 0 15px 0 0;
  border-right: 1px solid var(--dl-default);
}
.rtl .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::after, .rtl .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::before {
  left: unset;
  right: -3px;
}
.rtl .dl-card .card .card-header .badge {
  left: unset;
  right: 15px;
}
.rtl .dl-card.card-overlay .card .card-body {
  left: unset;
  right: 0;
}
.rtl .dl-card.title-border .card .card-body {
  padding: 0 25px 0 0;
}
.rtl .dl-card.title-border .card .card-body .card-title::after {
  left: unset;
  right: -25px;
}
.rtl .dl-card.card-details .card .card-body .list-group .list-group-item {
  padding: 0 0 0 25px;
}
.rtl .dl-card.card-details .card .card-body .list-group .list-group-item::after {
  right: unset;
  left: 10px;
}
.rtl .dl-card.card-details .card .card-body .btn-group .btn {
  margin: 0 0 0 5px;
}
.rtl .dl-form .form-group .input-icon i, .rtl .dl-form .form-group .input-icon img,
.rtl .form .form-group .input-icon i,
.rtl .form .form-group .input-icon img {
  left: unset;
  right: 9px;
}
.rtl .dl-form .form-group .input-icon .form-control,
.rtl .form .form-group .input-icon .form-control {
  padding: 0.5rem 2.5rem 0.5rem 0.8rem;
}
.rtl .dl-form .form-group .input-group .input-group-text,
.rtl .form .form-group .input-group .input-group-text {
  border-left: none;
  border-right: 1px solid #62769D;
}
.rtl .dl-form .form-group .input-group .input-group-text::after,
.rtl .form .form-group .input-group .input-group-text::after {
  right: unset;
  left: 1px;
}
.rtl .dl-form .form-group .input-group .form-control,
.rtl .form .form-group .input-group .form-control {
  border-right: none;
  border-left: 1px solid #62769D;
}
.rtl .dl-list-group.list-group-desc .list-group-item {
  padding: 0.5rem 18px 0.5rem 0;
}
.rtl .dl-list-group.list-group-desc .list-group-item::before {
  left: unset;
  right: 0;
}
.rtl .dl-list-group.list-description .list-group-item img {
  margin: 0 0 0 20px;
}
.rtl .dl-text.text-quotes .text-desc::after, .rtl .dl-text.text-quotes .text-desc::before {
  content: "";
}
.rtl .dl-text.text-quotes .text-desc::before {
  right: -40px;
  left: unset;
}
.rtl .dl-text.text-quotes .text-desc::after {
  left: -40px;
  right: unset;
}
.rtl .dl-filter .nav-tabs .nav-item .nav-link::after {
  right: unset;
  left: 0;
}
.rtl .dl-filter .btn-group .btn {
  margin-right: unset !important;
  margin-left: 15px !important;
}
.rtl .lightbox .lb-dataContainer .lb-data .lb-closeContainer {
  left: unset;
  right: 35px;
}
/*Small devices (landscape phones, 576px and up)*/
/*Medium devices (tablets, 768px and up)*/
/*Large devices (desktops, 992px and up , 991px and down)*/
@media (max-width: 991px) {
  .section.get-news-section .title, .section.get-news-section .dl-form {
    max-width: unset;
  }
  .header .navbar.header-top {
    display: none;
  }
  .header .navbar.header-bottom .container {
    justify-content: space-between !important;
  }
  .site-menu {
    width: 100%;
  }
  .site-menu .navbar-collapse .navbar-nav {
    margin: 20px 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #eff2fa;
  }
  .site-menu .navbar-collapse .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .site-menu .navbar-collapse .navbar-nav .nav-item::after {
    display: none;
  }
  .site-menu .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
  }
  .site-menu .navbar-toggler {
    border: none;
  }
  .site-menu .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
    position: relative;
    width: 20px;
    height: 3px;
    background-color: #000;
    border-radius: 15px;
  }
  .site-menu .navbar-toggler .navbar-toggler-icon::after, .site-menu .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    content: "";
    position: absolute;
    right: 0;
    width: 27px;
    height: 3px;
    background-color: #000;
    border-radius: 15px;
  }
  .site-menu .navbar-toggler .navbar-toggler-icon::after {
    top: -10px;
  }
  .site-menu .navbar-toggler .navbar-toggler-icon::before {
    bottom: -10px;
  }
  .top-menu .navbar-nav {
    border: none !important;
  }
  .top-menu .navbar-nav .nav-item {
    margin: 0 10px !important;
  }
  .top-menu .navbar-nav .nav-item .nav-link {
    background: var(--dl-black);
  }
  .top-menu .navbar-nav .nav-item .dropdown .nav-link::after {
    display: none;
  }
  .top-menu .navbar-nav .nav-item.nav-search .input-icon img {
    filter: brightness(0) invert(1);
    z-index: 2;
  }
  .top-menu .navbar-nav .nav-item.nav-search .input-icon .form-control {
    background: var(--dl-black);
    border-radius: 15px;
  }
  .top-menu .navbar-nav .nav-item.nav-culture .nav-link {
    background: var(--dl-black);
    color: var(--dl-white);
  }
  .top-menu .navbar-nav .nav-item.nav-culture .portlet-language .portlet-content .portlet-content-container .portlet-body a {
    background: var(--dl-black);
    color: var(--dl-white);
  }
  .top-menu .navbar-nav .nav-item.nav-apps .nav-link {
    max-height: unset;
  }
  .footer .footer-top .title {
    margin: 2rem 0 1rem;
  }
  .footer .footer-bottom {
    flex-direction: column;
    align-items: start;
  }
  @keyframes scroll-top {}
  .page-logo {
    flex-grow: 1;
  }
  .title {
    flex-direction: column;
    width: 100%;
  }
  .dl-btn[disabled], .dl-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed !important;
  }
  .dl-btn img {
    width: unset !important;
    height: unset !important;
    margin: 0 0.3rem;
  }
  .dl-btn.active {
    border: none;
  }
  .dl-btn.active.default {
    border: 1px solid var(--primary);
    color: var(--primary);
  }
  .dl-btn-default {
    background-color: var(--primary) !important;
    color: #fff !important;
  }
  .btn-white {
    background-color: #fff;
    color: #000;
  }
  .btn-gray {
    background-color: #dee2e6;
  }
  .dl-btn-outline {
    border: 2px solid var(--dl-default);
    background-color: transparent;
  }
  .dl-btn-outline.btn-outline-darkgray {
    border-color: #333;
    color: #333;
  }
  .btn-link {
    color: var(--dl-default) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 163.78% !important;
    text-decoration: none !important;
    padding: 0;
  }
  .btn-back {
    box-shadow: 0px 0px 5px 0px rgba(136, 165, 191, 0.2) !important;
    background-color: var(--dl-white) !important;
    color: var(--dl-black) !important;
    border-radius: 100% !important;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    line-height: 38px !important;
  }
  .btn-back i {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-style: normal;
  }
  .btn-back i::before {
    content: "\f053";
  }
  .btn-more {
    border-radius: 40px;
    background-color: var(--dl-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    color: var(--dl-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 7px 23px;
  }
  .btn-more:hover {
    background-color: var(--dl-white);
    color: var(--dl-black);
  }
  .btn-share {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: var(--dl-white);
    padding: 10px 15px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .btn-share:hover {
    background: var(--dl-white);
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid #D9D9D9;
  }
  .btn-share::after {
    display: none;
  }
  .btn-icon {
    padding: 0;
  }
  .btn-icon img {
    max-height: 44px;
    border-radius: 4px;
    margin: 0;
  }
  .btn-download {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: var(--dl-white);
    padding: 10px 15px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .btn-download:hover {
    background: var(--dl-white);
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid #D9D9D9;
  }
  .btn-apply {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: var(--dl-white);
    padding: 10px 15px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .btn-apply:hover {
    background: var(--dl-white);
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid #D9D9D9;
  }
  .dl-btn-group.btn-group-tags {
    display: block;
  }
  .dl-btn-group.btn-group-tags .btn {
    color: #066839;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    margin: 0 5px 0 0;
  }
  .dl-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #C4CEDF;
    margin: 0 0 27px;
    padding: 0 0 27px;
    border-radius: 0 !important;
  }
  .dl-accordion .accordion-item:last-child {
    border: none !important;
  }
  .dl-accordion .accordion-item .accordion-header .accordion-button {
    background-color: var(--dl-white);
    color: #252E4A;
    font-size: 27px;
    font-weight: 700;
    line-height: 32.803px;
    text-transform: capitalize;
    box-shadow: none;
  }
  .dl-accordion .accordion-item .accordion-header .accordion-button::after {
    transform: rotate(0deg);
  }
  .dl-accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .dl-accordion .accordion-item .accordion-collapse .accordion-body {
    color: #62769D;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
  }
  .dl-accordion.accordion-arrow .accordion-item {
    border: none;
  }
  .dl-accordion.accordion-arrow .accordion-item .accordion-header .accordion-button {
    padding-left: 75px;
  }
  .dl-accordion.accordion-arrow .accordion-item .accordion-header .accordion-button::after {
    transform: rotate(270deg);
    margin: 0;
    left: 0;
    position: absolute;
    width: 65px;
    height: 65px;
    background-position: 50% 50%;
    border-radius: 100%;
    border: 1.5px solid #292D32;
  }
  .dl-accordion.accordion-arrow .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
    transform: rotate(0deg);
  }
  .dl-accordion.accordion-arrow .accordion-item .accordion-collapse .accordion-body {
    padding: 24px 0 0 75px;
  }
  .dl-slider .owl-carousel {
    position: unset;
  }
  .dl-slider .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 38px);
    left: 0;
    margin: 0;
    z-index: 9;
  }
  .dl-slider .owl-carousel .owl-nav button {
    position: absolute;
    background-color: var(--dl-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    width: 56px;
    height: 46px;
    line-height: 46px !important;
    color: rgb(37, 46, 74) !important;
    border: 1px solid #fff !important;
    font-size: 1em !important;
    text-align: center;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
  }
  .dl-slider .owl-carousel .owl-nav button.disabled {
    opacity: 0.6;
  }
  .dl-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 6px 6px 0;
  }
  .dl-slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
    border-radius: 6px 0 0 6px;
  }
  .dl-slider .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    margin: 0;
    z-index: 999;
    text-align: center;
  }
  .dl-slider .owl-carousel .owl-dots .owl-dot {
    outline: none;
  }
  .dl-slider .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px 0;
  }
  .dl-slider .owl-carousel .owl-dots .owl-dot.active span {
    width: 26px;
    background-color: #fff;
    border-radius: 30px;
  }
  .dl-slider .owl-carousel .owl-dots .owl-dot.active span, .dl-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
  }
  .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item::after {
    z-index: 1;
  }
  .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .dl-media #vedio {
    height: 430px;
  }
  .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    height: 430px;
  }
  .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
    font-size: 32px;
    line-height: 38px;
  }
  .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text, .dl-slider .owl-carousel.owl-home .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay p {
    font-size: 16px;
    line-height: 19px;
  }
  .dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card {
    text-align: center;
    border: none;
    box-shadow: none;
    background-color: transparent;
  }
  .dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto 39px;
  }
  .dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text {
    color: #415466;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 7px;
  }
  .dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text.text-muted {
    color: #8691A6 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-description {
    color: var(--dl-black);
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
  }
  .dl-slider .owl-carousel.owl-testimonials .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-description + p {
    color: var(--dl-black);
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
  }
  .dl-slider .owl-carousel.owl-leadership {
    min-height: 400px;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage {
    display: flex;
    align-items: end;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item {
    transition: all 0.7s;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .card {
    text-align: center;
    border: none;
    box-shadow: none;
    padding: 60px 0 0;
    margin: 85px 0 0;
    position: relative;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .card .card-header {
    position: absolute;
    width: 100%;
    top: -90px;
    left: 0;
    background-color: transparent;
    border: none;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .card .card-header .card-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto 39px;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .card .card-body.card-title {
    color: var(--dl-black) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    margin: 0 !important;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item .card .card-body .card-text {
    color: var(--dl-black);
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
    min-height: 25px;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center {
    min-width: 10% !important;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card {
    padding: 145px 0 0;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card .card-header .card-img {
    max-width: 220px;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card .card-body .card-title {
    font-size: 24px;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-stage-outer .owl-stage .owl-item.center .card .card-body .card-text {
    font-size: 20px;
    font-weight: 500;
  }
  .dl-slider .owl-carousel.owl-leadership .owl-nav.disabled {
    display: block;
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::after {
    background: linear-gradient(180deg, #066839 0%, rgba(6, 104, 57, 0.55) 100%);
    mix-blend-mode: color;
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(9, 18, 66, 0) 94.9%);
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card {
    border-radius: 0;
    margin: 0;
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    max-height: 748px;
    border-radius: 0;
    object-fit: cover;
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay {
    padding: 0;
    bottom: 94px;
    top: unset;
    z-index: 9;
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title, .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
    width: 70%;
    color: var(--dl-white);
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 78px;
    margin: 0 0 40px;
  }
  .dl-slider .owl-carousel.owl-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 151.523%;
    margin: 0 0 40px;
  }
  .dl-slider .owl-carousel.owl-news .owl-nav.disabled {
    display: block;
  }
  .dl-slider .owl-carousel.owl-news .owl-nav button {
    background-color: rgba(241, 241, 241, 0.2);
    border: none !important;
    color: var(--dl-white) !important;
  }
  .dl-slider .owl-carousel.owl-news .owl-nav button.owl-prev {
    left: 0;
  }
  .dl-slider .owl-carousel.owl-news .owl-nav button.owl-next {
    right: 0;
  }
  .dl-slider .owl-carousel.owl-home-news .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    min-height: 425px;
    object-fit: cover;
  }
  .dl-slider .owl-carousel.owl-home-news .owl-nav.disabled {
    display: block;
  }
  .dl-slider .owl-carousel.owl-about-history {
    padding: 100px 0;
    margin: 100px 0 0;
  }
  .dl-slider .owl-carousel.owl-about-history::before {
    content: "";
    background: url("/o/egas-resources/images/bg/map.svg");
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 114px;
    left: 20px;
    background-color: var(--dl-default);
    z-index: -1;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage {
    padding: 80px 0 0;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item:nth-child(even) .item .card .card-body .card-text {
    position: absolute;
    top: -67px;
    -webkit-line-clamp: 2;
    min-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card {
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-title {
    background-color: var(--dl-default) !important;
    color: var(--dl-white) !important;
    padding: 8px 31px;
    text-align: center;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 19px solid var(--dl-default);
    position: absolute;
    right: -3px;
    top: 16px;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text {
    color: var(--dl-black);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    border-left: 1px solid var(--dl-default);
    padding: 0 0 0 15px;
    position: relative;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text strong {
    display: block;
    color: var(--dl-default);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::after, .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--dl-default);
    position: absolute;
    left: -3px;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::before {
    top: 0;
  }
  .dl-slider .owl-carousel.owl-about-history .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-text::after {
    bottom: 0;
  }
  .dl-slider .owl-carousel.owl-initiative .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    border-radius: 10px;
  }
  .dl-slider .owl-carousel.owl-initiative .owl-stage-outer .owl-stage .owl-item .item .card .card-body .card-title {
    min-height: 72px;
  }
  .dl-slider .owl-carousel.owl-initiative .owl-nav.disabled {
    display: block;
  }
  .dl-slider .owl-carousel.owl-certifications .owl-nav.disabled {
    display: block;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::after {
    background: linear-gradient(180deg, #066839 0%, rgba(6, 104, 57, 0.55) 100%);
    mix-blend-mode: color;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(9, 18, 66, 0) 94.9%);
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card {
    border-radius: 0;
    margin: 0;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    max-height: 748px;
    border-radius: 0;
    object-fit: cover;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay {
    padding: 0;
    bottom: 94px;
    top: unset;
    z-index: 9;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title, .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
    width: 70%;
    color: var(--dl-white);
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 78px;
    margin: 0 0 40px;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 151.523%;
    margin: 0 0 40px;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-nav.disabled {
    display: block;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-nav button {
    background-color: rgba(241, 241, 241, 0.2);
    border: none !important;
    color: var(--dl-white) !important;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-nav button.owl-prev {
    left: 0;
  }
  .dl-slider .owl-carousel.owl-gallery .owl-nav button.owl-next {
    right: 0;
  }
  .dl-slider .owl-carousel.owl-news-images .lightbox-card .lightbox-img {
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
  }
  .dl-slider .owl-carousel.owl-news-images .owl-nav button.owl-prev {
    left: 0;
  }
  .dl-slider .owl-carousel.owl-news-images .owl-nav button.owl-next {
    right: 0;
  }
  .dl-slider .owl-carousel.owl-project-images .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-project-images .owl-stage-outer .owl-stage .owl-item .item::before {
    display: none;
  }
  .dl-slider .owl-carousel.owl-project-images .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    max-height: 500px;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid #F0F2F6;
  }
  .dl-slider .owl-carousel.owl-project-images .owl-nav button {
    background-color: rgba(241, 241, 241, 0.2);
    border: none !important;
    border-radius: 6px !important;
  }
  .dl-slider .owl-carousel.owl-project-images .owl-nav button i {
    color: var(--dl-white);
  }
  .dl-slider .owl-carousel.owl-project-images .owl-nav button.owl-prev {
    left: 30px;
  }
  .dl-slider .owl-carousel.owl-project-images .owl-nav button.owl-next {
    right: 30px;
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::after, .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::after {
    background: linear-gradient(180deg, #066839 0%, rgba(6, 104, 57, 0.55) 100%);
    mix-blend-mode: color;
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(9, 18, 66, 0) 94.9%);
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card {
    border-radius: 0;
    margin: 0;
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img {
    max-height: 748px;
    border-radius: 0;
    object-fit: cover;
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay {
    padding: 0;
    bottom: 94px;
    top: unset;
    z-index: 9;
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title, .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
    width: 70%;
    color: var(--dl-white);
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 78px;
    margin: 0 0 40px;
  }
  .dl-slider .owl-carousel.owl-projects .owl-stage-outer .owl-stage .owl-item .item .card .card-img-overlay .card-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 151.523%;
    margin: 0 0 40px;
  }
  .dl-slider .owl-carousel.owl-projects .owl-nav.disabled {
    display: block;
  }
  .dl-slider .owl-carousel.owl-projects .owl-nav button {
    background-color: rgba(241, 241, 241, 0.2);
    border: none !important;
    color: var(--dl-white) !important;
  }
  .dl-slider .owl-carousel.owl-projects .owl-nav button.owl-prev {
    left: 0;
  }
  .dl-slider .owl-carousel.owl-projects .owl-nav button.owl-next {
    right: 0;
  }
  .dl-card .card {
    border: none;
    box-shadow: none;
    background-color: transparent;
  }
  .dl-card .card .card-header {
    border: none;
    padding: 0;
    position: relative;
    background-color: transparent;
  }
  .dl-card .card .card-header .card-img {
    border-radius: 20px;
    object-fit: cover;
  }
  .dl-card .card .card-header .card-img.icon {
    height: 32px;
    width: 32px;
    border-radius: 0;
  }
  .dl-card .card .card-header .badge {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .dl-card .card .card-header .badge strong {
    color: #066337;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
  }
  .dl-card .card .card-header .lightbox-card .lightbox-img {
    max-height: 395px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 0 39px;
  }
  .dl-card .card .card-body .card-title {
    color: var(--dl-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .dl-card .card .card-body .card-title.fs-lg {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
  }
  .dl-card .card .card-body .card-title.fs-md {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }
  .dl-card .card .card-body .card-title.fs-xs {
    font-size: 32px;
    font-weight: 600;
    line-height: 131%;
  }
  .dl-card .card .card-body .card-title.fs-sm {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }
  .dl-card .card .card-body a.card-title:hover {
    color: var(--dl-default);
  }
  .dl-card .card .card-body a.card-title a:hover {
    color: var(--dl-default);
  }
  .dl-card .card .card-body .card-text {
    color: var(--dl-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .dl-card .card .card-body .card-text a {
    color: var(--dl-default);
    text-decoration: underline;
  }
  .dl-card .card .card-footer {
    background-color: transparent;
    border: none;
  }
  .dl-card .card .card-actions .dropdown {
    display: contents;
  }
  .dl-card.statistics {
    padding: 35px 0;
  }
  .dl-card.statistics .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
    margin: 0;
  }
  .dl-card.statistics .card .card-body .card-title {
    color: var(--dl-black);
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }
  .dl-card.statistics .card .card-body .card-text {
    color: var(--dl-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  .dl-card.card-overlay.overlay-light .card .card-header::after {
    background: rgba(0, 0, 0, 0.4);
  }
  .dl-card.card-overlay.overlay-text-center .card .card-body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .dl-card.card-overlay.overlay-hover .card:hover .card-header::after {
    background: rgba(0, 0, 0, 0.4);
  }
  .dl-card.card-overlay.overlay-hover .card:hover .card-body {
    display: flex;
  }
  .dl-card.card-overlay.overlay-hover .card .card-header::after {
    background: transparent;
    transition: all 1s;
  }
  .dl-card.card-overlay.overlay-hover .card .card-body {
    display: none;
  }
  .dl-card.card-overlay.overlay-text-bottom .card .card-body {
    bottom: -75px;
    top: unset;
    width: 100%;
  }
  .dl-card.card-overlay.overlay-text-bottom .card .card-body .card-text {
    background-color: var(--dl-white);
    color: var(--dl-black);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    padding: 24px;
    border-radius: 4px;
    border: 2px solid #EFF2FA;
    min-height: 100px;
    display: flex;
    align-items: center;
  }
  .dl-card.card-overlay .card .card-header {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  .dl-card.card-overlay .card .card-header::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    mix-blend-mode: luminosity;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dl-card.card-overlay .card .card-body {
    position: absolute;
    padding: 50px;
    top: 0;
    left: 0;
  }
  .dl-card.card-overlay .card .card-body .card-title {
    color: var(--dl-white);
  }
  .dl-card.card-overlay .card .card-body .card-title.fs-lg {
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
  }
  .dl-card.card-overlay .card .card-body .card-text {
    color: var(--dl-white);
  }
  .dl-card.title-border .card {
    margin: 0 0 80px;
  }
  .dl-card.title-border .card .card-body {
    padding: 0 0 0 25px;
  }
  .dl-card.title-border .card .card-body .card-title {
    position: relative;
  }
  .dl-card.title-border .card .card-body .card-title::after {
    content: "";
    border-radius: 10px;
    background: #26CA0B;
    position: absolute;
    left: -25px;
    top: 0;
    width: 10px;
    height: 100%;
  }
  .dl-card.card-shadow .card {
    border-radius: 16px;
    border: 1px solid #EFF2FA;
    background-color: var(--dl-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  }
  .dl-card.card-shadow .card .card-header .card-img {
    border-radius: 16px 16px 0 0;
  }
  .dl-card.card-shadow.list-card-shadow .card .card-header .card-img {
    border-radius: 16px 0 0 16px;
  }
  .dl-card.card-border .card {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding: 50px 37px;
    background-color: var(--dl-white);
  }
  .dl-card.card-details .card .card-body .list-group {
    margin: 35px 0 19px;
  }
  .dl-card.card-details .card .card-body .list-group .list-group-item {
    color: #838181;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding: 0 25px 0 0;
  }
  .dl-card.card-details .card .card-body .list-group .list-group-item:last-child::after {
    display: none;
  }
  .dl-card.card-details .card .card-body .list-group .list-group-item::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    background-color: #838181;
  }
  .dl-card.card-details .card .card-body .card-title {
    color: var(--dl-black);
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 40px;
  }
  .dl-card.card-details .card .card-body .card-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 39px;
  }
  .dl-card.card-details .card .card-body #vedio {
    margin: 0 0 39px;
  }
  .dl-card.card-details .card .card-body .btn-group {
    display: block;
  }
  .dl-card.card-details .card .card-body .btn-group .btn {
    color: #066839;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    margin: 0 5px 0 0;
  }
  .dl-card.card-icons .card {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
  }
  .dl-card.card-icons .card .card-header .card-img {
    max-height: 180px;
    width: unset;
    margin: 0 auto;
    display: block;
  }
  .dl-card.card-icon-bg .card .card-header {
    width: 74px;
    height: 74px;
    line-height: 74px;
    border-radius: 4px;
    text-align: center;
    padding: 0;
  }
  .dl-card.card-icon-bg .card .card-header .card-img {
    max-height: 38px;
    width: unset;
    border-radius: 0;
  }
  .dl-card.card-icon-bg .card .card-body .card-title {
    color: #001833;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0 0;
  }
  .dl-card.card-icon-bg .card .card-body .card-text {
    color: #001833;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 14px 0 0;
  }
  .dl-card .card-job-details {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .dl-card .card-job-details .card-body {
    padding: 0;
  }
  .dl-card .card-job-details .card-body .card-title {
    color: var(--dl-black);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .dl-card.card-partners .card .card-header {
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dl-card.card-partners .card .card-header .card-img {
    max-height: 165px;
    max-width: 70%;
  }
  .dl-card.card-bg .card {
    border-radius: 12px;
    border: 2px solid #F0F0F0;
    background: var(--dl-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  }
  .dl-card.card-certifications .card .card-img {
    border-radius: 12px;
    border: 2px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  }
  .dl-card.card-certifications .card .card-body .card-title {
    min-height: 72px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .dl-card.card-grid {
    display: flex;
    flex-direction: column;
  }
  .dl-card.card-grid .card .card-header img {
    height: 210px !important;
    object-fit: cover;
  }
  .dl-card.grid-product .card {
    margin: 0;
  }
  .dl-card.grid-product .card .card-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .dl-card.grid-product .card .card-header picture {
    display: none;
  }
  .dl-card.grid-product .card .card-header picture:first-child, .dl-card.grid-product .card .card-header picture:nth-child(2), .dl-card.grid-product .card .card-header picture:nth-child(3) {
    display: block;
  }
  .dl-card.grid-product .card .card-header picture:nth-child(2) img, .dl-card.grid-product .card .card-header picture:nth-child(3) img {
    height: 225px;
  }
  .dl-card.grid-product .card .card-header picture:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .dl-card.grid-product .card .card-header picture:first-child img {
    height: 450px;
  }
  .dl-card.grid-product .card .card-header picture:nth-child(2) {
    grid-column: 1/2;
    grid-row: 4;
  }
  .dl-card.grid-product .card .card-header picture:nth-child(3) {
    grid-column: 2/2;
    grid-row: 4;
  }
  .dl-card.card-projects .card .card-header .badge {
    position: unset;
  }
  .dl-card.card-projects .card .card-body .card-title {
    font-size: 24px;
  }
  .dl-card.card-projects .card .card-body .card-title.fs-md {
    font-size: 18px;
  }
  .dl-card.card-projects .card .card-body .card-title.fs-lg {
    font-size: 28px;
  }
  .dl-card.card-projects .card .card-body hr {
    margin: 42px 0;
  }
  .dl-card.card-projects .card .card-body .card-text {
    font-size: 18px;
  }
  .dl-card.card-projects .card .card-body .card-text strong {
    font-size: 24px;
  }
  .dl-card.card-projects .card .card-body .card-text.fs-lg {
    font-size: 20px;
  }
  .dl-card.card-quotes .card .card-body {
    padding: 4rem 0 0 4rem;
  }
  .dl-card.card-quotes .card .card-body::before {
    content: "";
    background: url("/o/egas-resources/images/icons/quotes.svg");
    width: 54px;
    height: 54px;
    position: absolute;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.5;
  }
  .dl-card.card-quotes .card .card-body::before {
    top: 0;
    left: 0;
  }
  .dl-card.card-chart .row .col-12 {
    text-align: center;
  }
  .dl-card.card-chart .row .col-12 .card .card-header .card-img {
    height: 365px;
    width: 365px;
  }
  .dl-card.card-chart .row .col-12 .card .card-body .card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }
  .dl-card.card-chart .row .col-12 .card .card-body .card-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  .dl-card.card-chart .row .col-12:nth-child(1) {
    margin: 0 0 4rem;
  }
  .dl-card.card-chart .row .col-12:nth-child(1)::before {
    content: "";
    background-color: #909FBA;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 2px);
    width: 2px;
    height: 50px;
  }
  .dl-card.card-chart .row .col-12:nth-child(1)::after {
    content: "";
    background-color: #909FBA;
    position: absolute;
    bottom: -30px;
    left: calc(12% + 5px);
    width: calc(75% + 2px);
    height: 2px;
  }
  .dl-card.card-chart .row .col-12:nth-child(2) .card::before, .dl-card.card-chart .row .col-12:nth-child(5) .card::before {
    content: "";
    background-color: #909FBA;
    position: absolute;
    top: -35px;
    left: calc(50% - 2px);
    width: 2px;
    height: 16px;
  }
  .dl-card.card-chart .row .col-12:nth-child(10) .card::before, .dl-card.card-chart .row .col-12:nth-child(21) .card::before {
    content: "";
    background-color: #909FBA;
    position: absolute;
    top: -35px;
    left: calc(50% - 2px);
    width: 2px;
    height: 16px;
  }
  .dl-card.card-chart .row .col-12.col-md-1::after {
    content: "";
    background-color: #909FBA;
    position: absolute;
    top: -35px;
    left: calc(46% + 5px);
    width: calc(98% + 2px);
    height: 2px;
  }
  .dl-card.card-chart .row .col-12.col-md-1:last-child::after {
    display: none;
  }
  .dl-card.card-chart .row .col-md-3 .card .card-header .card-img {
    height: 181px;
    width: 181px;
  }
  .dl-card.card-chart .row .col-md-3 .card .card-body .card-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }
  .dl-card.card-chart .row .col-md-3 .card .card-body .card-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
  .dl-card.card-chart .row .col-md-1 {
    margin: 4rem 0 0;
  }
  .dl-card.card-chart .row .col-md-1 .card .card-header .card-img {
    height: 86px;
    width: 86px;
  }
  .dl-card.card-chart .row .col-md-1 .card .card-body .card-title {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
  }
  .dl-card.card-chart .row .col-md-1 .card .card-body .card-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 9px;
  }
  .dl-card.card-chart .card .card-header .card-img {
    width: unset;
  }
  .dl-card.card-chart .card .card-body {
    padding: 1rem 0 0;
  }
  .dl-card.sitemap .title {
    margin-bottom: 70px;
  }
  .dl-card.sitemap .links-wrapper .links-list .list-title {
    margin-bottom: 22px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    letter-spacing: 1px;
  }
  .dl-card.sitemap .links-wrapper .links-list .list-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .dl-card.sitemap .links-wrapper .links-list .list-group .list-group-item {
    padding: 0;
    border: none;
    width: fit-content;
  }
  .dl-card.sitemap .links-wrapper .links-list .list-group .list-group-item:hover {
    color: var(--primary);
    background-color: transparent;
  }
  .dl-card.organizational-structure .bg-light-grey {
    padding: 85px 79px;
  }
  .dl-card.organizational-structure .card {
    position: relative;
    padding: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 425px;
    max-width: 425px;
    gap: 17px;
    margin: 0 0 95px;
    border-radius: 16px;
    padding: 25px;
    padding-inline-end: 35px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  }
  .dl-card.organizational-structure .card .card-img {
    width: 101px;
    border-radius: 100%;
  }
  .dl-card.organizational-structure .card .card-body {
    padding: 0;
  }
  .dl-card.organizational-structure .card .card-title,
  .dl-card.organizational-structure .card .card-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(2, 2, 2);
    margin: 0;
  }
  .dl-card.organizational-structure .card .card-text {
    font-weight: 500;
  }
  .dl-card.organizational-structure .card::after {
    content: "";
    width: 200%;
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: transparent;
    height: 26.5px;
  }
  .dl-card.organizational-structure .card::before {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    background-color: #d9d9d9;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
  }
  .dl-card.organizational-structure .card:nth-child(2)::before {
    display: none;
  }
  .dl-card.organizational-structure .cards-wrapper {
    position: relative;
    gap: 83px;
    justify-content: space-between;
  }
  .dl-card.organizational-structure .cards-wrapper::after {
    content: "";
    width: 75%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #d9d9d9;
    border-bottom-color: transparent;
    height: 30px;
  }
  .dl-card.organizational-structure .cards-wrapper::before {
    content: "";
    width: 1px;
    height: 47px;
    position: absolute;
    background-color: #d9d9d9;
    left: 50%;
    transform: translateX(-50%);
    top: -95px;
  }
  .dl-card.organizational-structure .cards-wrapper .card::after, .dl-card.organizational-structure .cards-wrapper .card::before {
    display: none;
  }
  .dl-card.organizational-structure .cards-wrapper.first-row .card, .dl-card.organizational-structure .cards-wrapper.second-row .card {
    display: none;
  }
  .dl-card.organizational-structure .cards-wrapper.first-row .card:nth-child(3), .dl-card.organizational-structure .cards-wrapper.first-row .card:nth-child(4), .dl-card.organizational-structure .cards-wrapper.first-row .card:nth-child(5) {
    display: flex;
  }
  .dl-card.organizational-structure .cards-wrapper.second-row .card:nth-child(6), .dl-card.organizational-structure .cards-wrapper.second-row .card:nth-child(7), .dl-card.organizational-structure .cards-wrapper.second-row .card:nth-child(8) {
    display: flex;
  }
  .dl-card.organizational-structure .cards-wrapper + .cards-wrapper {
    margin-bottom: 0;
  }
  .dl-card.organizational-structure .cards-wrapper + .cards-wrapper::after {
    top: -42px;
  }
  .dl-card.organizational-structure .cards-wrapper + .cards-wrapper::before {
    top: -93px;
    height: 51px;
  }
  .dl-form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-title,
  .form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-title {
    color: var(--dl-black);
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 25px;
  }
  .dl-form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line,
  .form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line {
    display: none;
  }
  .dl-form .form-group,
  .form .form-group {
    margin: 0 0 24px;
  }
  .dl-form .form-group .control-lable, .dl-form .form-group .ddm-label,
  .form .form-group .control-lable,
  .form .form-group .ddm-label {
    color: var(--dl-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
  .dl-form .form-group .form-control,
  .form .form-group .form-control {
    color: #000;
    border-radius: 15px;
    border: 1px solid #62769D;
    box-shadow: none;
  }
  .dl-form .form-group .form-control:focus,
  .form .form-group .form-control:focus {
    border-color: var(--dl-default);
  }
  .dl-form .form-group .input-icon,
  .form .form-group .input-icon {
    position: relative;
  }
  .dl-form .form-group .input-icon i, .dl-form .form-group .input-icon img,
  .form .form-group .input-icon i,
  .form .form-group .input-icon img {
    position: absolute;
    color: #dee2e6;
    top: 8px;
    left: 9px;
    z-index: 1;
  }
  .dl-form .form-group .input-icon .form-control,
  .form .form-group .input-icon .form-control {
    padding: 0.5rem 0.8rem 0.5rem 2.5rem;
  }
  .dl-form .form-group .input-group .input-group-text,
  .form .form-group .input-group .input-group-text {
    background-color: transparent;
    border: 1px solid #62769D;
    border-right: none;
    border-radius: 15px;
    position: relative;
  }
  .dl-form .form-group .input-group .input-group-text::after,
  .form .form-group .input-group .input-group-text::after {
    content: "";
    width: 1px;
    height: 60%;
    background-color: #AAA;
    position: absolute;
    right: 1px;
    top: 20%;
  }
  .dl-form .form-group .input-group .form-control,
  .form .form-group .input-group .form-control {
    border-left: none;
  }
  .dl-form .dl-list-group,
  .form .dl-list-group {
    margin: 43px 0 0;
  }
  .dl-form .dl-list-group .list-group-item,
  .form .dl-list-group .list-group-item {
    margin: 0 0 15px;
  }
  .dl-form .form-action,
  .form .form-action {
    margin: 43px 0 0;
  }
  .dl-form .form-action .btn,
  .form .form-action .btn {
    padding: 16px 12px;
    border-radius: 18px;
  }
  .dl-form .lfr-ddm-form-pagination-controls .btn-primary,
  .form .lfr-ddm-form-pagination-controls .btn-primary {
    padding: 16px 12px;
    border-radius: 18px;
    width: 100%;
    background-color: var(--dl-default);
    border-color: var(--dl-default);
  }
  .dl-dropdown .dropdown-menu {
    background-color: var(--dl-white);
    box-shadow: 4px 4px 22px rgba(18, 46, 101, 0.16);
    border-radius: 15px;
    border: none;
  }
  .dl-dropdown .dropdown-menu li .dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    text-align: start;
    display: flex;
  }
  .dl-dropdown .dropdown-menu li .dropdown-item img {
    width: unset !important;
  }
  .dl-list-group .list-group-item {
    padding: 0.5rem 0;
    border: none;
    background-color: transparent;
  }
  .dl-list-group.social .list-group-item {
    background-color: transparent;
    width: unset;
    border: none;
  }
  .dl-list-group.list-group-desc .list-group-item {
    padding: 0.5rem 0 0.5rem 18px;
  }
  .dl-list-group.list-group-desc .list-group-item::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #26CA0B;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .dl-list-group.list-group-desc.desc-black .list-group-item::before {
    background-color: var(--dl-black);
  }
  .dl-list-group.list-group-career .list-group-item {
    border-radius: 3px;
    background: var(--dl-white);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #001833;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    padding: 26px 21px;
    margin: 0 0 20px;
  }
  .dl-list-group.list-group-career .list-group-item span {
    color: #D4D4D4;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
  }
  .dl-list-group.list-description .list-group-item {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  .dl-list-group.list-description .list-group-item img {
    height: 40px;
    width: 30px;
    margin: 0 20px 0 0;
  }
  .dl-list-group.list-description .list-group-item .content {
    color: #001833;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }
  .dl-list-group.list-description .list-group-item .content span {
    color: #818A93;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    display: block;
  }
  .dl-tabs .nav {
    border: none;
  }
  .dl-tabs .nav .nav-item .nav-link {
    color: #001833;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    padding: 0.5rem 0;
    box-shadow: none;
  }
  .dl-tabs .nav .nav-item .nav-link.active {
    color: var(--dl-default);
  }
  .dl-tabs .tab-content .tab-pane {
    padding: 0;
  }
  .dl-tabs.vertical-tabs .portlet-category-facet .portlet-body .form .search-facet .panel-header-link {
    display: none;
  }
  .dl-tabs.vertical-tabs .portlet-category-facet .portlet-body .form .search-facet .facet-value .btn {
    white-space: nowrap;
  }
  .dl-tabs.vertical-tabs div:nth-child(2) {
    width: 100%;
  }
  .dl-tabs.vertical-tabs .tab-content {
    width: 100%;
  }
  .dl-chart .title {
    max-width: 50%;
  }
  .dl-chart .title .text-title {
    color: #62769D;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
  .dl-chart .chart {
    width: 100%;
    height: 350px;
    direction: ltr;
  }
  .dl-text.text-quotes .text-desc {
    padding: 0 60px;
    font-size: 20px;
    line-height: 30px;
  }
  .dl-text.text-quotes .text-desc::before {
    left: 0;
  }
  .dl-text.text-quotes .text-desc::after {
    right: 0;
  }
  .dl-filter {
    margin: 0 0 45px;
  }
  .dl-filter .title {
    margin: 0 0 32px;
  }
  .dl-filter .title .text-title {
    margin: 0;
  }
  .dl-filter .nav-tabs {
    border: none;
    border-radius: 40px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 0 13px;
  }
  .dl-filter .nav-tabs .nav-item {
    margin: 0;
  }
  .dl-filter .nav-tabs .nav-item:last-child .nav-link::after {
    display: none;
  }
  .dl-filter .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 16px 21px;
    background-color: transparent;
    box-shadow: none;
  }
  .dl-filter .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background-color: #909FBA;
    right: 0;
    top: 20%;
  }
  .dl-filter .nav-tabs .nav-item .nav-link img {
    max-height: 24px;
    filter: brightness(0) invert(0);
  }
  .dl-filter .nav-tabs .nav-item .nav-link.active img, .dl-filter .nav-tabs .nav-item .nav-link:hover img {
    filter: unset;
  }
  .dl-filter .form-group {
    margin: 32px 0 0;
  }
  .dl-filter .form-group .form-control {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #EFF2FA;
    backdrop-filter: blur(37px);
    min-width: 590px;
  }
  .dl-filter .dropdown span {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  .dl-filter .dropdown .dropdown-toggle {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }
  .dl-filter .dropdown .dropdown-toggle::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    border: none;
    vertical-align: unset;
  }
  .dl-filter .btn-group {
    margin: 21px 0 0;
  }
  .dl-filter .btn-group.btn-shadow .btn {
    border-radius: 40px !important;
    border: none;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  }
  .dl-filter .btn-group.btn-shadow .btn.active {
    background-color: var(--dl-default);
    border-color: var(--dl-default);
    color: var(--dl-white);
  }
  .dl-filter .btn-group .btn {
    border-radius: 30px !important;
    border: 1px solid var(--dl-black);
    padding: 7px 34px !important;
    margin-right: 15px !important;
    box-shadow: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }
  .dl-filter .btn-group .btn.active {
    background-color: var(--dl-default);
    border-color: var(--dl-default);
    color: var(--dl-white);
  }
  .dl-filter .dl-form .form-group {
    margin: 0;
  }
  .dl-filter .portlet-sort .form .dropdown {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .dl-filter .portlet-sort .form .dropdown span {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  .dl-filter .portlet-sort .form .dropdown .form-group {
    margin: 0 !important;
  }
  .dl-filter .portlet-sort .form .dropdown .form-group .form-control {
    min-width: unset !important;
  }
  .lightboxOverlay {
    opacity: 1;
  }
  .lightbox {
    position: fixed;
    top: 0 !important;
  }
  .lightbox .lb-outerContainer {
    position: unset;
    margin: 10% auto 0;
  }
  .lightbox .lb-outerContainer .lb-container .lb-nav {
    top: 15%;
    z-index: -1;
  }
  .lightbox .lb-outerContainer .lb-container .lb-nav a {
    display: block !important;
    opacity: 1 !important;
  }
  .lightbox .lb-dataContainer .lb-data .lb-details {
    margin: 20px 0 0;
  }
  .lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
    color: var(--dl-white);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
    color: var(--dl-white);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .lightbox .lb-dataContainer .lb-data .lb-closeContainer {
    position: absolute;
    top: 35px;
    left: 35px;
  }
  .dl-media #vedio {
    object-fit: cover;
    width: 100%;
    height: 520px;
    border-radius: 30px;
  }
  .dl-badge {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
  }
  .dl-badge.badge-lg {
    padding: 12px 15px;
    font-size: 18px;
    min-width: 95px;
    border-radius: 10px;
  }
  .dl-badge.badge-md {
    padding: 7px 11px;
    font-size: 14px;
    border-radius: 8px;
  }
  .dl-badge.badge-white {
    background-color: var(--dl-white);
    color: #62769D;
  }
  .dl-badge.badge-orange, .dl-badge.badge-on-going {
    background: #FDEAD5;
    color: #FD8809;
  }
  .dl-badge.badge-green, .dl-badge.badge-completed {
    background: #E2FFF1;
    color: #3BAC74;
  }
  .pagination-bar .pagination .page-item .page-link::before {
    display: none !important;
  }
  .pagination-bar .pagination .page-item .page-link.active {
    background-color: var(--dl-default);
    color: var(--dl-white);
  }
  .pagination-bar .pagination .page-item.active .page-link {
    background-color: var(--dl-default);
    color: var(--dl-white);
  }
  .dl-map .map, .dl-map iframe {
    width: 100%;
    height: 850px;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/

/*# sourceMappingURL=style.min.css.map */
