@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Inter:wght@100..900&display=swap");


:root {
    --dh-ff-body: 'Inter', sans-serif;
    --dh-ff-heading: 'Outfit', sans-serif;
    --dh-ff-p: 'Inter', sans-serif;
    --dh-ff-fontawesome: "Font Awesome 6 Pro";


    --dh-fw-normal: normal;
    --dh-fw-thin: 100;
    --dh-fw-elight: 200;
    --dh-fw-light: 300;
    --dh-fw-regular: 400;
    --dh-fw-medium: 500;
    --dh-fw-sbold: 600;
    --dh-fw-bold: 700;
   
    --dh-fs-h2: 50px;
  
    --dh-color-common-white: #ffffff;
    --dh-color-common-black: #000000;
    --dh-color-heading-primary: #323c45;
    --dh-color-text-body: #717171;
    --dh-color-theme-primary: #faba42;
    --dh-color-theme-secondary: #335b3b;
    --dh-color-theme-bg: #fafafc;
  
}
body {
  font-family: 'Inter', sans-serif; /* default */
  line-height: 28px;
}

h1, h2, h3 {
  font-family: 'Outfit', sans-serif; /* headings */
}
a {
    text-decoration: none;
}

/*----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.dh-header-topbar-area {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  /*margin-bottom: 25px;*/
  color: #fff;
}
@media (max-width: 991px) {
  .dh-header-topbar-area {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .dh-header-topbar-area {
    margin-bottom: 0;
  }
}

.dh-header-area {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.4s;
  background-color: #335b3b;
}
.dh-header-area .dh-top-content-area {
  padding: 30px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .dh-header-area .dh-top-content-area {
    padding: 15px 0;
  }
}
.dh-header-area.header-absolute {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.dh-header-area.sticky {
  position: fixed;
  padding: 0px 0;
  background: #335b3b;
  animation: sticky 0.9s;
}
.dh-header-area.sticky .dh-bottom-content-area {
  /*padding-bottom: 0;*/
  border: none;
}
.dh-header-area.sticky .dh-top-content-area {
  padding: 0;
  border: none;
}
.dh-header-area.header-1.header-sticky {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.dh-header-area.header-1.sticky {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
.dh-header-area.header-2.sticky .dh-top-content-area {
  background: #335b3b;
}

.logo-area {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1199px) {
  .logo-area {
    max-width: 140px;
  }
}
.logo-area a {
  display: inline-block;
}
.logo-area a img {
  width: 100%;
          background: #fff;
}

.header-content-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-content-area {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.info-right-item {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: center;
}
@media (max-width: 1199px) {
  .info-right-item {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .info-right-item {
    justify-content: end;
  }
}
@media (max-width: 575px) {
  .info-right-item {
    gap: 10px;
  }
}
.info-right-item .info-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1199px) {
  .info-right-item .info-navbar ul {
    gap: 10px;
  }
}
.info-right-item .info-navbar ul li a {
  width: 50px;
  height: 50px;
  line-height: 15px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 50%;
  color: #fff;
  background: rgba(236, 255, 243, 0.1);
  transition: 0.4s;
  position: relative;
  z-index: 3;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .info-right-item .info-navbar ul li a {
    width: 40px;
    height: 40px;
  }
}
.info-right-item .info-navbar ul li a {
  background-color: #faba42;
}
.info-right-item .info-navbar ul li a:hover {
  background-color: #faba42;
}
.info-right-item .info-navbar ul li button {
  width: 50px;
  height: 50px;
  line-height: 15px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 50%;
  color: #fff;
  background: rgba(236, 255, 243, 0.1);
  transition: 0.4s;
  position: relative;
  z-index: 3;
  font-size: 22px;
}
.info-right-item .info-navbar ul li button i {
  transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .info-right-item .info-navbar ul li button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.info-right-item .info-navbar ul li button:hover {
  background: #faba42;
}

/* Header Info */
.header-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575px) {
  .header-info ul {
    justify-content: center;
    column-gap: 30px;
  }
}
.header-info ul li {
  position: relative;
  color: #fafafc;
  padding: 10px 30px 10px 65px;
  border-right: 2px solid rgba(255, 255, 255, 0.15);
}
.header-info ul li:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .header-info ul li {
    border-right: none;
    border-left: none;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .header-info ul li {
    padding: 8px 0 8px 25px;
  }
}
.header-info ul li a {
  color: #fafafc;
  transition: 0.4s;
}
.header-info ul li i {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  color: #faba42;
}
@media (max-width: 575px) {
  .header-info ul li i {
    font-size: 18px;
    left: 0;
  }
}

/* Sticky Animation */
@-webkit-keyframes sticky {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0%); }
}
@keyframes sticky {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0%); }
}


.header-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.header-share ul li {
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding: 10px 50px;
}
@media (max-width: 991px) {
  .header-share ul li {
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .header-share ul li {
    padding: 0;
    border-right: none;
    border-left: none;
  }
}
.header-share ul li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 50%;
  color: #000;
  background: #fff;
  position: relative;
  z-index: 3;
  font-size: 14px;
  margin-left: 10px;
}
.header-share ul li a i {
  color: #000;
}
.header-share ul li a:first-child {
  margin-left: 0;
}
.header-share ul li a:hover {
  background-color: #faba42;
  color: #fff;
}
.header-share ul li a:hover i {
  color: #fff;
}
/* !END: Theme Header CSS */
/*----------------------------------------
START: Theme Meanmenu CSS (Compiled to CSS)
----------------------------------------*/
.dh-bottom-content-area {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  /*padding-bottom: 30px;*/
      background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    padding: 10px 0;
}
@media (max-width: 991px) {
  .dh-bottom-content-area {
    padding-bottom: 5px;
  }
  .dh-bottom-content-area .col-lg-12{
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .dh-bottom-content-area {
    /*padding-top: 5px;*/
  }
}

.bottom-content-area {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1399px) {
  .menu-area {
    /*gap: 0px;*/
  }
}
@media (max-width: 1199px) {
  .menu-area {
    gap: 25px;
  }
}

.dh-menu-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1399px) {
  .dh-menu-area ul {
    gap: 35px;
  }
}
@media (max-width: 1199px) {
  .dh-menu-area ul {
    gap: 24px;
  }
}

.dh-menu-area ul li {
  position: relative;
  z-index: 1;
}

.dh-menu-area ul li a {
  color: #000;
  transition: 0.4s;
  position: relative;
  padding: 15px 0;
  display: block;
  font-weight: 500;
    font-size: 18px;
}

.dh-menu-area ul li a::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 2px;
  border-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background: #faba42;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.dh-menu-area ul li.current-menu-item a,
.dh-menu-area ul li:hover a {
  color: #faba42;
}
.dh-menu-area ul li.current-menu-item a::before,
.dh-menu-area ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.dh-menu-area ul li.current-menu-item a::after,
.dh-menu-area ul li:hover a::after {
  color: #faba42;
}

.dh-menu-area ul li.has-dropdown > a {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.dh-menu-area ul li.has-dropdown > a::after {
      position: absolute;
    content: "\f107";
    top: 54%;
    transform: translateY(-50%);
    right: 0;
    font-family: 'FontAwesome';
    transition: 0.1s;
    line-height: 1;
    font-size: 14px;
}

.dh-menu-area ul li:last-child {
  margin-right: 0;
}

.dh-menu-area ul li > .sub-menu {
  text-align: left;
  margin: 0;
  list-style: none;
  background: #fff;
  position: absolute;
  opacity: 0;
  padding: 10px 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.6s;
  width: 250px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  top: 100%;
  display: block;
  left: 0;
  pointer-events: none;
}
.dh-menu-area ul li > .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: #faba42;
  content: "";
  transition: 0.6s;
}

.dh-menu-area ul li > .sub-menu > li {
  display: block;
  width: 100%;
  margin-right: 0;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.dh-menu-area ul li > .sub-menu > li > a {
  position: relative;
  padding: 8px 20px;
  display: block;
  color: #000;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
}
.dh-menu-area ul li > .sub-menu > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #faba42;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.4s;
}

.dh-menu-area ul li > .sub-menu > li:last-child {
  padding-bottom: 0;
}

.dh-menu-area ul li > .sub-menu > li.has-dropdown > a::after {
  content: "\f105";
  right: 10px;
  color: #fff;
}

.dh-menu-area ul li > .sub-menu > li.current-menu-item,
.dh-menu-area ul li > .sub-menu > li:hover {
  padding-left: 15px;
}
.dh-menu-area ul li > .sub-menu > li.current-menu-item > a,
.dh-menu-area ul li > .sub-menu > li:hover > a {
  color: #faba42;
}
.dh-menu-area ul li > .sub-menu > li.current-menu-item > a::before,
.dh-menu-area ul li > .sub-menu > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  width: 14px;
}
.dh-menu-area ul li > .sub-menu > li.current-menu-item > a::after,
.dh-menu-area ul li > .sub-menu > li:hover > a::after {
  color: #faba42;
}

.dh-menu-area ul li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 0;
}

.dh-menu-area ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
  pointer-events: inherit;
}
.dh-menu-area ul li:hover > .sub-menu::before {
  width: 100%;
}

/* !END: Theme Meanmenu CSS */
/*----------------------------------------
START: Theme Canvas CSS (Compiled)
----------------------------------------*/
.dh-overlay-canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(57, 202, 110, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}

.dh-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 485px;
  z-index: 9999;
  background: #335b3b;
  padding: 30px 30px 30px;
  right: -450px;
  opacity: 0;
  visibility: visible;
  overflow-y: scroll;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .dh-offcanvas-area {
    width: 330px;
    padding: 30px 20px;
  }
}
.dh-offcanvas-area .des {
  margin-bottom: 15px;
  color: #fff;
}
.dh-offcanvas-area .canvas-title {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.dh-offcanvas-area .canvas-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 88px;
  height: 2px;
  background: #faba42;
  z-index: 2;
}
.dh-offcanvas-area .canvas-title .title {
  color: #fff;
}
.dh-offcanvas-area .contact-info-list {
  margin-bottom: 30px;
}
.dh-offcanvas-area .offcanvas-icon {
  font-size: 40px;
  color: var(--dh-secondary-color);
  transition: 0.4s;
}
.dh-offcanvas-area .offcanvas-icon i {
  color: #fff;
  transform: rotate(90deg);
}
.dh-offcanvas-area .offcanvas-icon i:hover {
  color: #faba42;
}
.dh-offcanvas-area .dh-offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 25px;
  margin-bottom: 45px;
}
.dh-offcanvas-area .dh-search-box {
  position: relative;
  margin-bottom: 40px;
}
.dh-offcanvas-area .dh-search-box form input {
  border: 1px solid #323c45;
  width: 100%;
  padding: 13px 15px;
  border-radius: 3px;
  font-size: 17px;
}
.dh-offcanvas-area .dh-search-box form input::placeholder {
  color: #000;
}
.dh-offcanvas-area .dh-search-box form input::-ms-input-placeholder {
  color: #000;
}
.dh-offcanvas-area .dh-search-box form a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 57.2px;
  height: 57.2px;
  line-height: 57.2px;
  border-radius: 0px 3px 3px 0px;
  background: #faba42;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.dh-offcanvas-area .dh-search-box form a:hover {
  color: #fff;
}
.dh-offcanvas-area .offcanvas-share {
  margin-bottom: 45px;
}
.dh-offcanvas-area .offcanvas-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.dh-offcanvas-area .offcanvas-share ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 50%;
  color: #000;
  background: #fff;
  position: relative;
  z-index: 3;
  font-size: 14px;
  margin-left: 10px;
}
.dh-offcanvas-area .offcanvas-share ul li a i {
  color: #000;
}
.dh-offcanvas-area .offcanvas-share ul li a:first-child {
  margin-left: 0;
}
.dh-offcanvas-area .offcanvas-share ul li a:hover {
  background-color: #faba42;
  color: #fff;
}
.dh-offcanvas-area .offcanvas-share ul li a:hover i {
  color: #fff;
}
.dh-offcanvas-area .contact-map iframe {
  width: 400px;
  height: 227px;
}

.canvas_expanded .dh-offcanvas-area {
  right: 0;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.canvas_expanded .dh-overlay-canvas,
.canvas_expanded .dh-offcanvas-area {
  opacity: 1;
  visibility: visible;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav ul li li {
  margin-left: 15px;
}
.mean-container .mean-nav ul li li a {
  text-transform: capitalize;
  padding: 15px 35px 12px 0;
  width: 100%;
  color: #fff;
}
.mean-container .mean-nav ul li li li {
  margin-left: 15px;
}
.mean-container .mean-nav ul li li li a {
  text-transform: capitalize;
  padding: 15px 0 12px 0;
  width: 100%;
  color: #fff;
}

.mobile-navbar-menu {
  overflow: hidden;
}
.mobile-navbar-menu .mean-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #e0e3ed;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile-navbar-menu #mobile-menu > ul {
  display: block !important;
}
.mobile-navbar-menu .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-navbar-menu .mean-nav {
  background: transparent;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 20px;
}
.mobile-navbar-menu .mean-nav ul li:first-child {
  border-top: none;
}
.mobile-navbar-menu .mean-nav ul li a {
  color: #fff;
  border-top: none;
  padding: 14px 0;
  width: 100%;
  font-family: var(--dh-ff-heading);
  font-weight: var(--dh-fw-regular);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-navbar-menu .mean-nav ul li a.mean-expand i.fa-plus {
  display: block;
}
.mobile-navbar-menu .mean-nav ul li a.mean-expand i.fa-minus {
  display: none;
}
.mobile-navbar-menu .mean-nav ul li a.mean-expand.mean-clicked i.fa-minus {
  display: block;
  color: #faba42;
}
.mobile-navbar-menu .mean-nav ul li a.mean-expand.mean-clicked i.fa-plus {
  display: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important;
    font-size: 14px;
}
/* !END: Theme Canvas CSS */


/*----------------------------------------
START: Theme Slider CSS (compiled)
----------------------------------------*/
.dh-slider-section {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .dh-slider-section {
    padding-bottom: 70px;
  }
}

.dh-slider-section .swiper-pagination {
  width: auto;
  right: 130px;
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .dh-slider-section .swiper-pagination {
    right: 75px;
  }
}
@media (max-width: 991px) {
  .dh-slider-section .swiper-pagination {
    right: 10px;
  }
}
.dh-slider-section .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  background: transparent;
  position: relative;
  color: #fff;
  opacity: 1;
  display: block;
  font-size: 17px;
  font-weight: var(--dh-fw-medium);
  margin: 0 0 20px 0;
 
  transition: 0.1s;
  height: 25px;
  padding-left: 15px;
  width: 10px;
  box-sizing: content-box;
}
@media (max-width: 575px) {
  .dh-slider-section .swiper-pagination .swiper-pagination-bullet {
    font-size: 15px;
  }
}
.dh-slider-section .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "0";
  top: 0;
  right: 10px;
  left: auto;
  transition: 0.1s;
}
.dh-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.dh-slider-section .swiper-pagination .swiper-pagination-bullet-active {
  color: #faba42;
}
@media (max-width: 575px) {
  .dh-slider-section .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 15px;
  }
}
.dh-slider-section .swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 100%;
  width: 47px;
  height: 2px;
  background: #faba42;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .dh-slider-section .swiper-pagination .swiper-pagination-bullet-active::before {
    display: none;
  }
}

.dh-slider-section .slider-sec-shape {
  position: absolute;
  left: 10%;
  bottom: 35%;
  z-index: 3;
}
@media (max-width: 1799px) {
  .dh-slider-section .slider-sec-shape {
    bottom: 30%;
    left: 5%;
  }
}
@media (max-width: 1599px) {
  .dh-slider-section .slider-sec-shape {
    bottom: 25%;
    left: 3%;
  }
}
@media (max-width: 1399px) {
  .dh-slider-section .slider-sec-shape {
    bottom: 32%;
    left: 2%;
  }
}
@media (max-width: 991px) {
  .dh-slider-section .slider-sec-shape {
    display: none;
  }
}

.dh-slider-item {
  min-height: 964px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .dh-slider-item {
    min-height: 850px;
  }
}
@media (max-width: 991px) {
  .dh-slider-item {
    min-height: 720px;
  }
}
.dh-slider-item .slider-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
.dh-slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.dh-slider-item .slider-content {
  padding-top: 110px;
  padding-bottom: 20px;
  max-width: 1075px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1399px) {
  .dh-slider-item .slider-content {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .dh-slider-item .slider-content {
    padding-top: 80px;
    padding-bottom: 10px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .dh-slider-item .slider-content {
    padding-right: 40px;
  }
}
.dh-slider-item .slider-content .slider-text {
  padding-left: 110px;
}
@media (max-width: 991px) {
  .dh-slider-item .slider-content .slider-text {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .dh-slider-item .slider-content .slider-text {
    padding-left: 0;
  }
}
.dh-slider-item .slider-content .slider-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 110px;
  line-height: 1.1;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}
@media (max-width: 1399px) {
  .dh-slider-item .slider-content .slider-title {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .dh-slider-item .slider-content .slider-title {
    font-size: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .dh-slider-item .slider-content .slider-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .dh-slider-item .slider-content .slider-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.dh-slider-item .slider-content .slider-sub-title {
  color: #fff;
  font-weight: var(--dh-fw-elight);
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  padding-left: 110px;
  font-size: 90px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}
@media (max-width: 1399px) {
  .dh-slider-item .slider-content .slider-sub-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .dh-slider-item .slider-content .slider-sub-title {
    font-size: 50px;
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .dh-slider-item .slider-content .slider-sub-title {
    font-size: 30px;
    padding-left: 70px;
  }
}
@media (max-width: 575px) {
  .dh-slider-item .slider-content .slider-sub-title {
    padding-left: 40px;
  }
}
.dh-slider-item .slider-content .slider-sub-title::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #faba42;
}
@media (max-width: 991px) {
  .dh-slider-item .slider-content .slider-sub-title::before {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .dh-slider-item .slider-content .slider-sub-title::before {
    width: 30px;
  }
}
.dh-slider-item .slider-content .slider-sub-title span {
  color: #faba42;
}
.dh-slider-item .slider-content .desc {
  max-width: 780px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}
.dh-slider-item .slider-content .desc p {
  margin-bottom: 0;
  color: #fff;
    font-size: 17px;
    line-height: 29px;
}
@media (max-width: 991px) {
  .dh-slider-item .slider-content .desc p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dh-slider-item .slider-content .desc p {
    line-height: 1.9;
  }
}
.dh-slider-item .slider-content .slider-button {
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 700ms;
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 991px) {
  .dh-slider-item .slider-content .slider-button {
    margin-top: 30px;
  }
}

.dh-slider-item .slider-sub-title {
  transform: translateX(125px);
}
.dh-slider-item .slider-title {
  transform: translateY(-125px);
}
.dh-slider-item .slider-button,
.dh-slider-item .desc {
  transform: translateY(125px);
}
.dh-slider-item.swiper-slide-active .slider-sub-title,
.dh-slider-item.swiper-slide-active .desc,
.dh-slider-item.swiper-slide-active .slider-title,
.dh-slider-item.swiper-slide-active .slider-button {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}
/* !END: Theme Slider CSS */
.dh-header-btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: 0.6s ease;
  z-index: 1;
  font-size: 15px;
  color: #000;
  font-weight: var(--dh-fw-medium);
  padding: 13px 19px 13px 30px;
  border-radius: 0;
  border: none;
}
.dh-header-btn i {
  font-size: 18px;
  font-weight: var(--dh-fw-bold);
  margin-left: 8px;
  position: relative;
  top: 3px;
  transition: 0.1s;
  color: #000;
}
.dh-header-btn:before,
.dh-header-btn:after {
  transition: 0.6s ease;
  content: "";
  position: absolute;
  z-index: -1;
}
.dh-header-btn.btn {
  background: #fff;
}
.dh-header-btn.btn:before,
.dh-header-btn.btn:after {
  background: #faba42;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg);
  width: 175%;
}
.dh-header-btn.btn:before {
  left: -125%;
}
.dh-header-btn.btn:after {
  right: -124%;
}
.dh-header-btn.btn:hover:before,
.dh-header-btn.btn:hover:after {
  width: 105%;
}
.dh-header-btn:hover {
  color: #335b3b;
}
.dh-header-btn:hover i {
  color: #335b3b;
}

.dh-transparent-btn {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 1s all ease;
  border-radius: 0;
  border: 2px solid #faba42;
  font-size: 17px;
  font-weight: var(--dh-fw-medium);
  color: #faba42;
  padding: 13px 22px 13px 30px;
}
.dh-transparent-btn::before {
  background: #faba42;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  border-radius: 0;
}
.dh-transparent-btn i {
  font-size: 18px;
  font-weight: var(--dh-fw-bold);
  margin-left: 8px;
  position: relative;
  color: #faba42;
  top: 3px;
}
.dh-transparent-btn.btn::before {
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 0;
}
.dh-transparent-btn.btn:hover::before {
  height: 380%;
}
.dh-transparent-btn:hover {
  color: #000;
  border: 2px solid #faba42;
}
.dh-transparent-btn:hover i {
  color: #000;
}


.dh-service-item {
  max-width: 1170px;
  margin: auto;
  position: relative;
  margin-top: -75px;
  z-index: 5;
}
.dh-service-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dh-service-item ul li .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
  background: #fff;
  padding: 30px 60px 30px 30px;
  border-bottom: 1px solid #faba42;
  border-left: 1px solid #faba42;
  border-right: 1px solid #faba42;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .dh-service-item ul li .service-content {
    padding: 15px 60px 15px 20px;
  }
}
@media (max-width: 575px) {
  .dh-service-item ul li .service-content {
    padding: 15px 40px 15px 20px;
  }
}
.dh-service-item ul li .service-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(123, 123, 123, 0.4);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.dh-service-item ul li .service-content .service-icon {
  width: 60px;
  height: 87px;
  /*line-height: 75px;*/
    line-height: 97px;
  text-align: center;
  display: inline-block;
  background: #faba42;
  color: #fff;
  font-size: 40px;
}
.dh-service-item ul li .service-content .title {
  margin-bottom: 10px;
}
.dh-service-item ul li .service-content .sub-title {
  font-family: var(--dh-ff-heading);
  font-weight: var(--dh-fw-medium);
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding-left: 35px;
}
.dh-service-item ul li .service-content .sub-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #faba42;
}
.dh-service-item ul li .service-content .item-shape {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 92px;
  height: 18px;
 /* -webkit-mask-image: url(../images/shape/service-hover.svg);
          mask-image: url(../images/shape/service-hover.svg);*/
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--dh-color-grey-3);
}
.dh-service-item ul li .service-content:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.dh-service-item ul li .service-content:hover::before {
  opacity: 1;
  visibility: visible;
}

.dh-service-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dot-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

h2 {
    font-size: 50px;
}

.dh-sec-heading {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.dh-sec-heading .sub-title {
  color: #335b3b;
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: var(--dh-fw-medium);
  margin-bottom: 0px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-sec-heading .sub-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.dh-sec-heading .sec-title {
 color: #faba42;
    margin-bottom: 30px;
    font-size: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .dh-sec-heading .sec-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .dh-sec-heading .sec-title {
    font-size: 26px;
    line-height: 1.5;
  }
}
.dh-sec-heading .sec-title span {
  color: #323c45;
  font-weight: var(--dh-fw-elight);
  position: relative;
  z-index: 1;
  padding-left: 110px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-sec-heading .sec-title span {
    padding-left: 70px;
  }
}
.dh-sec-heading .sec-title span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 88px;
  height: 2px;
  background: #faba42;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-sec-heading .sec-title span::before {
    width: 50px;
  }
}


.dh-about-section {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-about-section {
    padding-bottom: 80px;
  }
}
.dh-about-section.dh-about-page {
  padding-top: 120px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-about-section.dh-about-page {
    padding-top: 80px;
  }
}
.dh-about-section .dh-sec-heading {
  margin-bottom: 40px;
}
.dh-about-section .sec-shape {
  position: absolute;
  top: 0;
  left: 10%;
  width: 92px;
  height: 18px;
 /* -webkit-mask-image: url(../images/shape/service-hover.svg);
          mask-image: url(../images/shape/service-hover.svg);*/
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--dh-color-grey-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-about-section .sec-shape {
    left: 50%;
  }
}


.dh-counter-section {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-counter-section {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

.dh-counter-section-two {
  background: #335b3b;
  padding: 60px 0;
}

.fun-fact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-fact-area {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .fun-fact-area {
    gap: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .counter-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper {
    margin-top: 20px;
  }
}

.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-item .about-icon {
  font-size: 50px;
  color: #faba42;
}
.counter-item .dh-count {
  font-size: 30px;
  font-weight: var(--dh-fw-bold);
  color: #faba42;
  font-family: var(--dh-ff-heading);
  margin-bottom: 5px;
  letter-spacing: 3px;
}
@media (max-width: 575px) {
  .counter-item .dh-count {
    font-size: 25px;
  }
}
.counter-item .sub-title {
  color: var(--dh-color-heading-heading);
  font-size: 17px;
  font-weight: var(--dh-fw-medium);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-content-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.dh-primary-btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: 0.6s ease;
  z-index: 1;
  font-size: 17px;
  color: #000;
  font-weight: var(--dh-fw-medium);
  padding: 19px 20px 19px 30px;
  border-radius: 0;
  border: none;
}
.dh-primary-btn i {
  font-size: 18px;
  font-weight: var(--dh-fw-bold);
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.dh-primary-btn:before,
.dh-primary-btn:after {
  transition: 0.6s ease;
  content: "";
  position: absolute;
  z-index: -1;
}
.dh-primary-btn.btn {
  background: #335b3b;
}
.dh-primary-btn.btn:before,
.dh-primary-btn.btn:after {
  background: #faba42;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg);
  width: 175%;
}
.dh-primary-btn.btn:before {
  left: -125%;
}
.dh-primary-btn.btn:after {
  right: -124%;
}
.dh-primary-btn.btn:hover {
  color: #fff;
  background: #000;
}
.dh-primary-btn.btn:hover:before,
.dh-primary-btn.btn:hover:after {
  width: 105%;
}
.about-content-one .dh-about-button {
    margin-top: 50px;
}
.about-image-group .about-lg-image {
    position: relative;
}
.about-image-group .about-lg-image .about-circle {
    position: absolute;
    top: 40px;
    right: 40px;
    background: #fff;
    width: 147px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #faba42;
    z-index: 1;
}
.about-image-group .about-lg-image .about-circle .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}.about-image-group .about-lg-image .about-circle .video-play a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    background: var(--dh--color-theme-primary);
    color: var(--dh--color-common-white);
    border-radius: 50%;
    font-size: 16px;
    word-spacing: 2px;
}
.about-image-group .about-lg-image .about-circle .video-play a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    background: #faba42;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    word-spacing: 2px;
}
.about-image-group .about-lg-image .about-circle svg.shape-1 {
    -webkit-animation: rotateImg 10s infinite 
linear;
    animation: rotateImg 10s infinite 
linear;
}

.about-image-group .about-lg-image .about-circle svg {
    position: absolute;
    top: -43px;
    left: -43px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: var(--dh-fw-medium);
    z-index: 2;
    width: 120px;
    height: 120px;
}
@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-image-group {
  position: relative;
  z-index: 1;
  text-align: right;
  right: -135px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group {
    right: 0;
  }
}
.about-image-group .about-lg-image {
  position: relative;
}
.about-image-group .about-lg-image .about-circle {
  position: absolute;
  top: 40px;
  right: 40px;
  background: #fff;
  width: 147px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #faba42;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-lg-image .about-circle {
    width: 110px;
    height: 110px;
    top: 20px;
    right: 20px;
  }
}
.about-image-group .about-lg-image .about-circle svg {
  position: absolute;
  top: -43px;
  left: -43px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: var(--dh-fw-medium);
  z-index: 2;
  width: 120px;
  height: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-lg-image .about-circle svg {
    width: 90px;
    height: 90px;
    top: -28px;
    left: -28px;
  }
}
.about-image-group .about-lg-image .about-circle svg.shape-1 {
  -webkit-animation: rotateImg 10s infinite linear;
          animation: rotateImg 10s infinite linear;
}
.about-image-group .about-lg-image .about-circle .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.about-image-group .about-lg-image .about-circle .video-play a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  background: #faba42;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  word-spacing: 2px;
}
.about-image-group .about-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: absolute;
  bottom: 25px;
  left: -65%;
  padding: 30px 30px;
  max-width: 374px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-experience {
    left: -35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-experience {
    max-width: 300px;
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-experience {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-experience {
    left: 45px;
  }
}
.about-image-group .about-experience::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgba(123, 123, 123, 0.4);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: -1;
}
.about-image-group .about-experience .about-icon {
  width: 60px;
  height: 87px;
  /*line-height: 70px;*/
    line-height: 97px;
  text-align: center;
  color: #fff;
  background: #faba42;
  font-size: 35px;
}
.about-image-group .about-experience .counter-number {
  text-align: left;
}
.about-image-group .about-experience .counter-number .dh-count {
  font-size: 30px;
  color: #323c45;
  font-weight: var(--dh-fw-bold);
}
.about-image-group .about-experience .sub-title {
  font-size: 18px;
  font-weight: var(--dh-fw-medium);
  font-family: var(--dh-ff-heading);
  position: relative;
  padding-left: 35px;
}
.about-image-group .about-experience .sub-title::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #faba42;
}
.about-image-group .about-experience .about-shape {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 92px;
  height: 18px;
  /*-webkit-mask-image: url(../images/shape/service-hover.svg);
          mask-image: url(../images/shape/service-hover.svg);*/
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--dh-color-grey-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-experience .about-shape {
    top: 20px;
    right: 20px;
  }
}
.dh-service-section {
  background: var(--dh-color-theme-bg);
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.dh-service-section .dh-sec-heading {
  margin-bottom: 50px;
}
.dh-service-section-two {
  background: #fafafc;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dh-service-section-two {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-section-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dh-service-section-two .dh-sec-heading-two {
  max-width: 670px;
  margin-left: 0;
  margin-bottom: -100px;
  z-index: 6;
}
.dh-service-item-two {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
  background: transparent;
  padding: 65px 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dh-service-item-two {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two {
    gap: 25px;
    padding: 65px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two {
    padding-bottom: 30px;
  }
}
.dh-service-item-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgba(123, 123, 123, 0.4);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.dh-service-item-two .service-icon-box {
  position: relative;
  z-index: 1;
}
.dh-service-item-two .service-icon-box .item-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92px;
  height: 18px;
/*  -webkit-mask-image: url(../images/shape/service-hover.svg);
          mask-image: url(../images/shape/service-hover.svg);*/
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /*background: #faba42;*/
}
.dh-service-item-two .service-icon-box .service-icon {
  position: relative;
  z-index: 1;
  padding: 33px 38px;
  top: -40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two .service-icon-box .service-icon {
    padding: 30px;
  }
}
.dh-service-item-two .service-icon-box .service-icon i {
  width: 98px;
  height: 98px;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  background: #faba42;
  color: #000;
  border-radius: 50%;
  font-size: 50px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 30.784px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30.784px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two .service-icon-box .service-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
  }
}
.dh-service-item-two .service-icon-box .service-icon .hover-shape-border {
  position: relative;
}
.dh-service-item-two .service-icon-box .service-icon .border-shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
}
.dh-service-item-two .service-icon-box .service-icon .icon-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dh-service-item-two .service-icon-box .service-icon .icon-shape .shadow-1 {
  top: 0;
  left: 0;
  background: #edce92;
  width: 174px;
  height: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two .service-icon-box .service-icon .icon-shape .shadow-1 {
    width: 130px;
  }
}
.dh-service-item-two .service-icon-box .service-icon .icon-shape .shadow-2 {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, rgba(57, 202, 110, 0.5)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to bottom, rgba(57, 202, 110, 0.5) -100%, rgba(21, 22, 37, 0) 64%);
  width: 2px;
  height: 300px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two .service-icon-box .service-icon .icon-shape .shadow-2 {
    height: 250px;
  }
}
.dh-service-item-two .service-icon-box .service-icon .icon-shape .shadow-3 {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, rgba(57, 202, 110, 0.5)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to bottom, rgba(57, 202, 110, 0.5) -100%, rgba(21, 22, 37, 0) 64%);
  width: 2px;
  height: 300px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two .service-icon-box .service-icon .icon-shape .shadow-3 {
    height: 250px;
  }
}
.dh-service-item-two .service-content {
  max-width: 396px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dh-service-item-two .service-content {
    padding-left: 15px;
  }
}
.dh-service-item-two .service-content .title {
  margin-bottom: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two .service-content .title {
    font-size: 24px;
  }
}
.dh-service-item-two .service-content .title a {
  color: #323c45;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dh-service-item-two .service-content .title a:hover {
  color: #faba42;
}
.dh-service-item-two .service-content .desc p {
  font-size: 17.24px;
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-two .service-content .desc p {
    font-size: 16px;
  }
}
.dh-service-item-two .service-content .read-more {
  margin-top: 17px;
}
.dh-service-item-two .service-content .read-more .link {
  font-size: 20px;
  color: #faba42;
  font-weight: var(--dh-fw-medium);
  display: inline-block;
}
.dh-service-item-two .service-content .read-more .link i {
  position: relative;
  top: 0px;
  padding-left: 10px;
  color: #335b3b;
}
.dh-service-item-two .service-content .read-more .link:hover {
  color: #335b3b;
}
.dh-service-item-two .service-content .read-more .link:hover i {
  color: #faba42;
}
.dh-service-item-two:hover {
  background-color: #fff;
}
.dh-service-item-two:hover::before {
  opacity: 1;
  visibility: visible;
}
.dh-service-item-two:hover .icon-shape .shadow-1 {
  background: #faba42;
}
.dh-service-item-two:hover .icon-shape .shadow-2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, #faba42), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to bottom, #faba42 -100%, rgba(21, 22, 37, 0) 64%);
}
.dh-service-item-two:hover .icon-shape .shadow-3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, #faba42), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to bottom, #faba42 -100%, rgba(21, 22, 37, 0) 64%);
}
.dh-counter-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-counter-section {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

.dh-counter-section-two {
  background: #335b3b;
  padding: 60px 0;
}
.counter-content-area .counter-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-content-area .counter-item-two {
    gap: 20px;
    margin-bottom: 10px;
  }
}
.counter-content-area .counter-item-two:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-content-area .counter-item-two:last-child {
    margin-bottom: 20px;
  }
}
.counter-content-area .counter-item-two .counter-icon {
  font-size: 60px;
  color: #323c45;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-content-area .counter-item-two .counter-icon {
    font-size: 45px;
  }
}
.counter-content-area .counter-item-two .counter-number .dh-count {
  font-size: 50px;
  color: #323c45;
  font-family: var(--dh-ff-heading);
  font-weight: var(--dh-fw-bold);
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    line-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-content-area .counter-item-two .counter-number .dh-count {
    font-size: 35px;
  }
}
.counter-content-area .counter-item-two .counter-number .sub-title {
  font-size: 20px;
  font-family: var(--dh-ff-heading);
  font-weight: var(--dh-fw-sbold);
  color: #faba42;
  position: relative;
  bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-content-area .counter-item-two .counter-number .sub-title {
    font-size: 20px;
  }
}
.dh-process-item {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}
.dh-process-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 60, 69, 0.8)), to(rgba(50, 60, 69, 0)));
  background: linear-gradient(0deg, rgba(50, 60, 69, 0.8) 0%, rgba(50, 60, 69, 0) 100%);
}
.dh-process-item img {
  width: 100%;
}
.dh-process-item .process-content {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-process-item .process-content {
    gap: 14px;
  }
}
.dh-process-item .process-content .process-icon {
  width: 67px;
  height: 90px;
  /*line-height: 90px;*/
    line-height: 97px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #faba42;
  font-size: 37px;
  position: relative;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-process-item .process-content .process-icon {
    width: 60px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
  }
}
.dh-process-item .process-content .process-title .title {
  color: #fff;
  margin-bottom: 0;
}
.dh-process-item:hover .process-content {
  padding-left: 15px;
  background-color: #fff;
  bottom: 0;
}
.dh-process-item:hover .process-content .process-icon {
  bottom: 30px;
}
.dh-process-item:hover .process-content .process-title .title {
  color: #000;
}
.dh-choose-us-section {
   padding-top: 70px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-choose-us-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.dh-choose-us-section .dh-sec-heading-two {
  max-width: 760px;
  margin-left: 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-choose-us-section .dh-sec-heading-two {
    margin-bottom: 40px;
  }
}
.dh-choose-us-section .dh-sec-heading-two .desc p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 2.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-choose-us-section .dh-sec-heading-two .desc p {
    font-size: 16px;
    line-height: 1.9;
  }
}
.dh-choose-us-section.choose-us-2 .dh-sec-heading-three {
  max-width: 892px;
  width: 100%;
  margin-bottom: 60px;
}
.dh-choose-us-section.choose-us-2 .dh-sec-heading-three .title {
  margin-bottom: 30px;
}
.dh-choose-us-section.choose-us-2 .dh-sec-heading-three p {
  font-size: 18px;
  line-height: 1.9;
}
.dh-choose-us-section.choose-us-2 .dh-sec-heading-three p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-choose-us-section.choose-us-2 .dh-sec-heading-three {
    margin-bottom: 40px;
  }
  .dh-choose-us-section.choose-us-2 .dh-sec-heading-three .title {
    margin-bottom: 15px;
  }
}

.dh-choose-us-item {
  margin-bottom: 30px;
  padding: 20px 30px 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ececec;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-choose-us-item {
    padding: 15px;
  }
}
.dh-choose-us-item .choose-us-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  margin-bottom: 10px;
}
.dh-choose-us-item .choose-us-top-content .choose-us-icon {
  font-size: 79px;
    color: #355b3d;
    padding-bottom: 20px;
}
.dh-choose-us-item .choose-us-top-content .choose-us-text span {
  font-size: 50px;
  font-family: var(--dh-ff-heading);
  font-weight: var(--dh-fw-bold);
  color: rgba(113, 113, 113, 0.2);
}
.dh-choose-us-item .title {
  margin-bottom: 4px;
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    color: green;
    text-align: center;
}
.dh-choose-us-item .desc {
  margin-bottom: 8px;
}
.dh-choose-us-item .desc p {
  margin-bottom: 0;
    text-align: center;
}
.dh-choose-us-item .read-more a {
  color: #335b3b;
  font-size: 17px;
  font-weight: var(--dh-fw-medium);
}
.dh-choose-us-item .read-more a i {
  font-size: 18px;
  font-weight: var(--dh-fw-bold);
  position: relative;
  top: 5px;
  margin-left: 10px;
  color: #335b3b;
}
.dh-choose-us-item:hover {
  background: var(--dh-color-light-3);
  -webkit-box-shadow: 15px 15px 30px 0px rgba(50, 60, 69, 0.05);
          box-shadow: 15px 15px 30px 0px rgba(50, 60, 69, 0.05);
}
.dh-choose-us-item:hover .choose-us-icon {
  color: #faba42;
}
/*.dh-choose-us-item:hover .title {
  color: #faba42;
}*/
.dh-choose-us-item:hover .read-more a {
  color: #faba42;
}
.dh-choose-us-item:hover .read-more a i {
  color: #faba42;
}
.dh-process-section{
padding-top: 80px;
  padding-bottom: 80px;

    position: relative;
    z-index: 2;
}
.dh-testimonial-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f3f3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-testimonial-section .dh-sec-heading {
    text-align: center;
  }
}
.dh-testimonial-section .testimonial-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  line-height: 1;
  color: #335b3b;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}
.dh-testimonial-section .testimonial-navigation .testimonial-next,
.dh-testimonial-section .testimonial-navigation .testimonial-prev {
  display: inline-block;
}
.dh-testimonial-section .testimonial-navigation .testimonial-next i,
.dh-testimonial-section .testimonial-navigation .testimonial-prev i {
  line-height: 1;
}
.dh-testimonial-section .testimonial-navigation .testimonial-next:hover,
.dh-testimonial-section .testimonial-navigation .testimonial-prev:hover {
  color: #faba42;
}
.dh-testimonial-section .testimonial-navigation .testimonial-prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dh-testimonial-section .testimonial-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .dh-testimonial-section .testimonial-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.dh-service-section .sec-shape-4 {
    position: absolute;
    top: -12%;
    right: 0;
    z-index: -1;
}
.dh-testimonial-item {
  text-align: center;
}
.dh-testimonial-item .testimonial-auother .auother-image img {
    border-radius: 50%;
}
.dh-testimonial-item .testimonial-auother {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.dh-footer-area {
  background: #335b3b;
  position: relative;
  overflow: hidden;
}
.footer-top-area {
  padding-top: 80px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-top-area {
    padding-top: 80px;
  }
}

.footer-widget {
  margin-bottom: 20px;
}
.footer-widget .footer-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget .footer-title {
    margin-bottom: 25px;
  }
}
.footer-widget .footer-title .title {
  color: #fff;
  margin-bottom: 0;
}

.footer1-col-2 {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer1-col-2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-col-2 {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer1-col-2 {
    padding-left: 0;
  }
}

.footer1-col-4 {
  padding-left: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer1-col-4 {
    padding-left: 0;
  }
}

.footer2-col-1 {
  position: relative;
  z-index: 2;
  padding: 69px 44px;
}
.footer2-col-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: -webkit-gradient(linear, left top, left bottom, from(#323c45), to(rgba(50, 60, 69, 0)));
  background: linear-gradient(180deg, #323c45 0%, rgba(50, 60, 69, 0) 100%);
}
.footer2-col-1 .footer-title {
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.footer2-col-1 .footer-timer {
  position: relative;
  z-index: 2;
}
.footer2-col-1 .footer-timer ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer2-col-1 .footer-timer ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer2-col-1 {
    padding: 45px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer2-col-1 .footer-title {
    margin-bottom: 25px;
  }
}
.solar-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  /*bottom: 25px;*/
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.75rem);
      -ms-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
          box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  -webkit-transition: all 0.2s linear, margin-right 0s;
  transition: all 0.2s linear, margin-right 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .solar-scroll-top {
    right: 15px;
    bottom: 15px;
  }
}

.solar-scroll-top.progress-done {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.solar-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #faba42;
}

.solar-scroll-top > svg path {
  fill: none;
}

.solar-scroll-top > svg.progress-circle path {
  stroke: #faba42;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media (min-width: 1px) {
  .solar-scroll-top.progress-done {
    opacity: 1;
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}.footer-info {
  max-width: 336px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.footer-info .footer-logo {
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-info .footer-logo a {
  display: inline-block;
}
.footer-info .footer-logo a img {
  width: 100%;
      background: #fef8a2;
}
.footer-info .desc {
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-info .desc {
    margin-bottom: 20px;
  }
}
.footer-info .desc p {
     color: #fff;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 15px;

}
.footer-info .footer-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-info .footer-share ul li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: #000;
  background: #fff;
  position: relative;
  z-index: 3;
  font-size: 14px;
  margin-left: 10px;
}
.footer-info .footer-share ul li a i {
  color: #000;
}
.footer-info .footer-share ul li a:first-child {
  margin-left: 0;
}
.footer-info .footer-share ul li a:hover {
  background-color: #faba42;
  color: #fff;
}
.footer-info .footer-share ul li a:hover i {
  color: #fff;
}

.widget_nav_menu .footer-menu {
  position: relative;
  z-index: 2;
}
.widget_nav_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu .footer-menu ul li {
  margin-bottom: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .widget_nav_menu .footer-menu ul li {
    margin-bottom: 10px;
  }
}
.widget_nav_menu .footer-menu ul li a {
      color: #fff;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    padding-left: 0;
    font-size: 15px;
}
.widget_nav_menu .footer-menu ul li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #faba42;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget_nav_menu .footer-menu ul li a:hover {
  color: #faba42;
  padding-left: 20px;
}
.widget_nav_menu .footer-menu ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.widget_nav_menu .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-contact {
  position: relative;
  z-index: 2;
}
.footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact ul li {
    color: #fff;
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
    line-height: 2;
    line-height: 26px;
    font-size: 15px;
}
.footer-contact ul li a {
  color: #fff;
  font-weight: var(--dh-fw-medium);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-contact ul li a:hover {
  color: #faba42;
}
.footer-contact ul li i {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  color: #faba42;
}
.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.dh-copyright-area {
  padding: 15px 0;
}

.copyright-content-ara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-ara {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-ara .copyright-text {
    margin-bottom: 15px;
  }
}
.copyright-content-ara .copyright-text p {
  margin-bottom: 0;
  color: #fff;
}
.copyright-content-ara .copyright-text p a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.copyright-content-ara .copyright-text p a:hover {
  color: #faba42;
}
.copyright-content-ara .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.copyright-content-ara .copyright-menu ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.copyright-content-ara .copyright-menu ul li a:hover {
  color: #faba42;
}
.dh-footer-area {
    background: #323c45;
    position: relative;
    overflow: hidden;
}
.footer-section-shape .secton-group-one .shape-one {
    position: absolute;
    left: 35px;
    bottom: 35%;
    opacity: 0.1;
}.footer-section-shape .secton-group-one .shape-two {
    position: absolute;
    left: 9%;
    bottom: 17%;
    opacity: 0.1;
}.footer-section-shape .secton-group-one .shape-three {
    position: absolute;
    left: 26%;
    bottom: 25%;
}.footer-section-shape .secton-group-one .shape-four {
    position: absolute;
    right: 20%;
    bottom: 15px;
}.footer-section-shape .secton-group-one .shape-five {
    position: absolute;
    bottom: -10px;
    left: 30px;
    opacity: 0.1;
}
.dh-contact-section-two {
  background: #fafafc;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.dh-contact-section-two .contact-bg-shape {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 240px;
  width: 100%;
  z-index: -1;
}
.dh-contact-section-two .contact-bottom-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.dh-contact-section-two .contact-left-shape {
  position: absolute;
  left: 80px;
  bottom: 0;
  max-width: 145px;
  width: 100%;
  z-index: -1;
}
.dh-contact-section-two .contact-right-shape {
  position: absolute;
  right: 90px;
  bottom: 0;
  max-width: 105px;
  width: 100%;
  z-index: -1;
}
.dh-contact-section-two .dh-sec-heading-three .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-contact-section-two .contact-right-shape,
  .dh-contact-section-two .contact-left-shape,
  .dh-contact-section-two .contact-bg-shape {
    max-width: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-contact-section-two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dh-contact-section-two .contact-bottom-shape {
    bottom: -5px;
  }
  .dh-contact-section-two .form-box-three {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-contact-section-two .contact-bg-shape,
  .dh-contact-section-two .contact-right-shape,
  .dh-contact-section-two .contact-left-shape,
  .dh-contact-section-two .contact-bottom-shape {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-left-content {
    margin-bottom: 50px;
  }
}

.contact-left-content-two .desc {
  margin-bottom: 30px;
}
.contact-left-content-two .desc p {
  font-size: 18px;
  line-height: 2.1;
}
.contact-left-content-two .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-left-content-two {
    margin-bottom: 50px;
  }
}
.form-box-three {
  border-radius: 20px;
  background: #355b3d;
  padding: 25px;
  max-width: 535px;
  width: 100%;
}
.form-box-three .contact-content {
  margin-bottom: 20px;
}
.form-box-three .contact-content .title {
  color: #faba42;
  margin-bottom: 10px;
}
.form-box-three .contact-content .title span {
  color: #335b3b;
  font-weight: var(--dh-fw-light);
}
.form-box-three .contact-content p {
  margin-bottom: 0;
  color: #fff;
}
.form-box-three .input-form {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.form-box-three .input-form textarea,
.form-box-three .input-form input[type=tel],
.form-box-three .input-form input[type=email],

.form-box-three .input-form input[type=text] {
  border: 1.5px solid var(--dh-color-grey-3);
  padding: 13px 20px 13px 50px;
  width: 100%;
  background: #fff;
  color: #335b3b;
    font-size: 15px;
  border-radius: 10px;
}
.form-box-three .input-form input[type=file] {
  border: 1.5px solid var(--dh-color-grey-3);
  padding: 10px 10px 10px 20px;
  width: 100%;
  background: #fff;
  color: #335b3b;
  border-radius: 10px;
}
.form-box-three .input-form textarea::-ms-input-placeholder,
.form-box-three .input-form input[type=tel]::-ms-input-placeholder,
.form-box-three .input-form input[type=email]::-ms-input-placeholder,
.form-box-three .input-form input[type=text]::-ms-input-placeholder {
  color: var(--dh-color-grey-1);
}
.form-box-three .input-form textarea::-webkit-input-placeholder, .form-box-three .input-form input[type=tel]::-webkit-input-placeholder, .form-box-three .input-form input[type=email]::-webkit-input-placeholder, .form-box-three .input-form input[type=text]::-webkit-input-placeholder {
  color: var(--dh-color-grey-1);
}
.form-box-three .input-form textarea::-moz-placeholder, .form-box-three .input-form input[type=tel]::-moz-placeholder, .form-box-three .input-form input[type=email]::-moz-placeholder, .form-box-three .input-form input[type=text]::-moz-placeholder {
  color: var(--dh-color-grey-1);
}
.form-box-three .input-form textarea:-ms-input-placeholder, .form-box-three .input-form input[type=tel]:-ms-input-placeholder, .form-box-three .input-form input[type=email]:-ms-input-placeholder, .form-box-three .input-form input[type=text]:-ms-input-placeholder {
  color: var(--dh-color-grey-1);
}
.form-box-three .input-form textarea::-ms-input-placeholder, .form-box-three .input-form input[type=tel]::-ms-input-placeholder, .form-box-three .input-form input[type=email]::-ms-input-placeholder, .form-box-three .input-form input[type=text]::-ms-input-placeholder {
  color: var(--dh-color-grey-1);
}
.form-box-three .input-form textarea::placeholder,
.form-box-three .input-form input[type=tel]::placeholder,
.form-box-three .input-form input[type=email]::placeholder,
.form-box-three .input-form input[type=text]::placeholder {
  color: var(--dh-color-grey-1);
}
.form-box-three .input-form textarea {
  padding: 15px 15px;
  resize: none;
  min-height: 126px;
}
.form-box-three .input-form span {
  font-size: 20px;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  line-height: 1;
  color: #faba42;
}
.form-box-three label {
  color: #fff;
  font-family: var(--dh-ff-heading);
  font-weight: var(--dh-fw-medium);
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.form-box-three .submit-button .dh-primary-btn {
  border-radius: 8px;
  padding: 15px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .form-box-three {
    padding: 25px 15px;
  }
}.dh-contact-section-two .contact-bg-shape {
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 240px;
    width: 100%;
    z-index: -1;
}.dh-contact-section-two .contact-bottom-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}.contact-infos .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-infos .contact-item:last-child {
  margin-bottom: 0;
}
.contact-infos .contact-item .contact-icon {
  font-size: 30px;
  line-height: 1;
  color: #335b3b;
}
.contact-infos .contact-item .contact-text .title {
  margin-bottom: 5px;
 
  font-weight: var(--dh-fw-sbold);
  font-size: 18px;
}
.contact-infos .contact-item .contact-text span {
  font-size: 18px;
}
.contact-infos .contact-item .contact-text a {
  font-size: 18px;
  color: #000;
}
.contact-infos .contact-item .contact-text a:hover {
  color: #faba42;
}
.dh-process-section .process-left-sec-shape {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 890px;
    width: 100%;
    z-index: -1;
}
.dh-process-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #335b3b;
    z-index: -1;
}.dh-process-section .process-right-sec-shape1 {
    position: absolute;
    top: 28%;
    left: 0;
    max-width: 190px;
    width: 100%;
    z-index: -1;
}
.dh-process-section .process-left-sec-shape1 {
    position: absolute;
    top: 50px;
    right: 0;
    max-width: 110px;
    width: 100%;
    z-index: -1;
}.dh-process-section .process-right-sec-shape1 {
    position: absolute;
    top: 28%;
    left: 0;
    max-width: 190px;
    width: 100%;
    z-index: -1;
}


.breadcrumb-wrapper {
    padding-top: 200px;
    padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;

}
.breadcrumb-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 9, 13, 0.62)), to(rgba(3, 9, 13, 0.62)));
  background: linear-gradient(0deg, rgba(3, 9, 13, 0.62) 0%, rgba(3, 9, 13, 0.62) 100%);
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper {
   /* padding-top: 245px;
    padding-bottom: 90px;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    padding-top: 125px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-wrapper {
 padding-top: 163px;
        padding-bottom: 22px;
  }
}

.breadcrumb-content-area {
  position: relative;
  z-index: 9;
}
.breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
  color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 25px;
  }
  .breadcrumb-content-area .breadcrumb-link i

 {
    color: #fff;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 12px !important;
    position: relative;
    top: 0px;
}
.breadcrumb-content-area .breadcrumb-link span {
    color: #fff;
    font-size: 12px !important;
}
}
.breadcrumb-content-area .breadcrumb-link span {
  color: #fff;
  font-size: 14px;
 
}
.breadcrumb-content-area .breadcrumb-link i {
 color: #fff;
    padding-left: 7px;
    padding-right: 8px;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.breadcrumb-content-area .breadcrumb-link a span {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
 
}
.breadcrumb-content-area .breadcrumb-link a span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.breadcrumb-content-area .breadcrumb-link a span:hover::before {
  width: 100%;
}
.dh-about-section-three {
  background-color: #fafafc;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.dh-about-section-three .dh-sec-heading-three .title {
  margin-bottom: 30px;
}
.dh-about-section-three .about-top-shape {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  max-width: 190px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dh-about-section-three {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-about-section-three .about-top-shape {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-about-section-three {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-about-section-three .dh-sec-heading-three .title {
    margin-bottom: 20px;
  }
  .dh-about-section-three .about-top-shape {
    display: none;
  }
}
@media (max-width: 575px) {
  .dh-about-section-three {
    padding-top: 50px;
  }
}

.about-image-group-three {
  text-align: end;
  position: relative;
  z-index: 1;
  right: -40px;
  max-width: 660px;
  width: 100%;
}
.about-image-group-three .about-top-image {
  position: relative;
  max-width: 560px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
}
.about-image-group-three .about-top-image::before {
  position: absolute;
  content: "";
  width: 114px;
  height: 380px;
  right: -20px;
  top: -20px;
  border-radius: 0px 40px 0px 0px;
  background: #faba42;
  z-index: -1;
}
.about-image-group-three .about-top-image img {
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-three .about-top-image {
    max-width: 310px;
  }
}
.about-image-group-three .about-bottom-image {
  position: absolute;
  bottom: -14%;
  left: 0;
  z-index: 2;
  max-width: 315px;
  width: 100%;
}
.about-image-group-three .about-bottom-image img {
  border-radius: 12px;
}
.about-image-group-three .about-bottom-image .video-play {
  position: absolute;
  top: -70px;
  right: 70px;
}
.about-image-group-three .about-bottom-image .video-play .popup-videos-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 95px;
  height: 95px;
  font-size: 22px;
  border-radius: 50%;
  color: #335b3b;
  position: relative;
  z-index: 2;
}
.about-image-group-three .about-bottom-image .video-play .popup-videos-button::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border: 1px solid rgba(57, 202, 110, 0.5);
  border-radius: 50%;
}
.about-image-group-three .about-bottom-image .video-play .popup-videos-button::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  border: 1px solid #faba42;
  border-radius: 50%;
}
.about-image-group-three .about-bottom-image .video-play .popup-videos-button i {
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-three .about-bottom-image {
    max-width: 235px;
  }
}
.about-image-group-three .about-text {
  background: rgba(50, 60, 69, 0.12);
  stroke-width: 1px;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  position: absolute;
  right: -16%;
  top: 8%;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  max-width: 255px;
  width: 100%;
  padding: 20px 20px;
}
.about-image-group-three .about-text .title {
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.22);
  margin-bottom: 10px;
  line-height: 1.4;
}
.about-image-group-three .about-text p {
  font-size: 12px;
  color: #fff;
}
.about-image-group-three .about-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three .about-text {
    max-width: 220px;
    padding: 20px 10px;
  }
}
.about-image-group-three .shape-one {
  position: absolute;
  left: 0;
  top: 36px;
  max-width: 150px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three .shape-one {
    max-width: 80px;
    left: -15px;
  }
}
.about-image-group-three .shape-two {
  position: absolute;
  right: -16%;
  top: -15%;
  max-width: 200px;
  width: 100%;
  z-index: -1;
}
.about-image-group-three .shape-three {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
  max-width: 90px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three {
    right: 0;
  }
  .about-image-group-three .about-text {
    right: -6%;
  }
  .about-image-group-three .shape-three {
    top: 50%;
    left: 0;
    max-width: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three {
    margin: auto;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three .shape-three,
  .about-image-group-three .shape-one {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three {
    max-width: 380px;
  }
  .about-image-group-three .about-bottom-image {
    max-width: 250px;
    left: -30px;
  }
  .about-image-group-three .about-text {
    right: -18%;
  }
  .about-image-group-three .about-feature-item {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .about-text {
    right: -16%;
    top: -20%;
  }
}
@media (max-width: 575px) {
  .about-image-group-three {
   max-width: 328px;
        margin-bottom: 30px;
        margin-top: 90px;
  }
  .about-image-group-three .about-bottom-image {
    max-width: 180px;
    left: -35px;
  }
  .about-image-group-three .about-bottom-image .video-play {
    top: -35px;
    right: 70px;
  }
  .about-image-group-three .about-bottom-image .video-play .popup-videos-button {
    width: 65px;
    height: 65px;
  }
  .about-image-group-three .about-bottom-image .video-play .popup-videos-button::before {
    width: 50px;
    height: 50px;
  }
  .about-image-group-three .about-bottom-image .video-play .popup-videos-button::after {
    width: 40px;
    height: 40px;
  }
  .about-image-group-three .shape-two {
    display: none;
  }
  .about-image-group-three .about-top-image::before {
    height: 360px;
    right: -15px;
    top: -15px;
  }
  .about-image-group-three .about-feature-item {
    gap: 20px;
  }
}

.about-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.about-feature-item .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about-feature-item .feature-content .feature-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  line-height: 1;
  border-radius: 10px;
  font-size: 25px;
  background: #335b3b;
  color: #fff;
}
.about-feature-item .feature-content .feature-text .title {
  margin-bottom: 5px;
  color: #faba42;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-feature-item {
    gap: 20px;
  }
}
.dh-about-section-two {
     padding-top: 30px;
    padding-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dh-about-section-two {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dh-about-section-two {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-about-section-two {
    padding-bottom: 80px;
  }
}
.dh-about-section-two .about-sec-shape {
  position: absolute;
  right: 30px;
  bottom: 26%;
  z-index: 2;
}
.about-image-group-two {
  position: relative;
  z-index: 1;
  left: -110px;
  max-width: 665px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-two {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two {
    margin-bottom: 175px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-two {
    margin-bottom: 150px;
  }
}
.about-image-group-two .group-1 {
  max-width: 550px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-image-group-two .group-1 {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .group-1 {
    max-width: 430px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .group-1 {
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .group-1 {
    max-width: 280px;
  }
}
.about-image-group-two .group-2 {
  max-width: 545px;
  width: 100%;
  position: absolute;
  top: 74px;
  right: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-image-group-two .group-2 {
    max-width: 505px;
    top: 45px;
    right: 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .group-2 {
    max-width: 420px;
    top: 74px;
    right: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .group-2 {
    max-width: 400px;
    top: 60px;
    right: 55px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .group-2 {
    max-width: 270px;
    top: 45px;
    right: 50px;
  }
}
.about-image-group-two .group-3 {
  max-width: 535px;
  width: 100%;
  position: absolute;
  top: 141px;
  right: -30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-image-group-two .group-3 {
    max-width: 495px;
    top: 140px;
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .group-3 {
    max-width: 420px;
    top: 140px;
    right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .group-3 {
    max-width: 380px;
    top: 130px;
    right: 10px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .group-3 {
    max-width: 260px;
    top: 115px;
    right: 30px;
  }
}
.about-image-group-two .group-shape {
  position: absolute;
  top: -50px;
  left: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .group-shape {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .group-shape {
    left: 0;
    max-width: 200px;
  }
}
.dh-value-section {
  padding-top: 70px; 
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-value-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.dh-value-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
  background: linear-gradient(306deg, rgba(3, 9, 13, 0.85) 29.81%, rgba(50, 60, 69, 0.72) 94.38%);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-value-section::before {
    height: 100%;
  }
}
.dh-value-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 653px;
  top: 0;
  left: 0;
  background-image: url(../images/banner/value-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-value-section::after {
    height: 100%;
  }
}
.dh-value-section .dh-sec-heading-two {
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-value-section .dh-sec-heading-two {
    margin-bottom: 40px;
  }
}
.dh-value-section .dh-sec-heading-two .sub-title {
  color: #fff;
}
.dh-value-section .dh-sec-heading-two .title {
  color: #fff;
}

.dh-value-item {
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-value-item {
    padding: 30px;
  }
}
.dh-value-item .value-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-value-item .value-top-content {
    margin-bottom: 15px;
  }
}
.dh-value-item .value-top-content .value-icon {
  font-size: 90px;
  color: green;
  line-height: 1;
}
.dh-value-item .value-top-content .value-number .number {
  font-size: 50px;
  font-family: var(--dh-ff-heading);
  font-weight: var(--dh-fw-bold);
  color: rgba(113, 113, 113, 0.2);
}
.dh-value-item .title {
  margin-bottom: 20px;
    color: green;
}
.dh-value-item .desc p {
  margin-bottom: 0;
  line-height: 1.8;
}
.dh-value-item:hover {
  background: #ecfff3;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.dh-work-section {
  background: var(--dh-color-theme-bg);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-work-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dh-work-section .dh-sec-heading-two {
  max-width: 720px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-work-section .dh-sec-heading-two {
    margin-bottom: 40px;
  }
}

.dh-work-item.text-end {
  /*margin-right: 75px;*/
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dh-work-item.text-end {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-work-item.text-end {
    text-align: center !important;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work-image img {
    width: 100%;
  }
}

.dh-work-item {
  margin-bottom: 60px;
  /*margin-left: 75px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-work-item {
    margin-bottom: 30px;
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-work-item {
    margin-left: 0;
    text-align: center;
  }
}
.dh-work-item:last-child {
  margin-bottom: 0;
}
.dh-work-item .work-icon {
  width: 90px;
  height: 90px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  background: var(--dh-color-light-3);
  border-radius: 50%;
  font-size: 40px;
  color: #323c45;
  border: 1px solid #323c45;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-work-item .work-icon {
    width: 70px;
    height: 70px;
    line-height: 80px;
    font-size: 30px;
  }
}
.dh-work-item .title {
  margin-bottom: 10px;
}
.dh-work-item .desc p {
  margin-bottom: 0;
}
.dh-service-item-three {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-item-three {
    margin-bottom: 60px;
  }
}
.dh-service-item-three .service-image {
  position: relative;
}
.dh-service-item-three .service-image img {
  width: 100%;
}
.dh-service-item-three .service-image .service-icon {
  position: absolute;
  bottom: -37px;
  left: 0;
  z-index: 1;
  padding: 25px;
}
.dh-service-item-three .service-image .service-icon::before {
  position: absolute;
  content: "";
  width: 296px;
  height: 100%;
  top: -42%;
  left: -105%;
  background: #323c45;
  border: 3px solid #323c45;
  border-radius: 112.891px 0px 0px 112.891px;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.dh-service-item-three .service-image .service-icon i {
  width: 82px;
  height: 82px;
  line-height: 82px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  background: #323c45;
  border: 4px solid #fff;
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.dh-service-item-three .service-content {
  padding: 55px 30px 30px;
}
.dh-service-item-three .service-content .title {
  margin-bottom: 10px;
}
.dh-service-item-three .service-content .title a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
      color: #000;
      font-size: 22px;
}
.dh-service-item-three .service-content .title a:hover {
  color: #323c45;
}
.dh-service-item-three .service-content .desc {
  margin-bottom: 15px;
  /*max-width: 322px;*/
}
.dh-service-item-three .service-content .desc p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
.dh-service-item-three .service-content .read-more a {
  color: #faba42;
  font-size: 17px;
  font-weight: var(--dh-fw-medium);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dh-service-item-three .service-content .read-more a i {
  font-size: 18px;
  font-weight: var(--dh-fw-bold);
  position: relative;
  top: 5px;
  margin-left: 10px;
  color: var(--dh-color-theme-secondary);
}
.dh-service-item-three .service-content .read-more a:hover {
  color: #323c45;
}
.dh-service-item-three .service-content .read-more a:hover i {
  color: #323c45;
}
.dh-service-item-three:hover {
  background-color: #f6f6f6;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.dh-service-item-three:hover .service-icon::before {
  background-color: #323c45;
  border-color: #323c45;
}
.dh-faq-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background: var(--dh-color-theme-bg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-faq-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.dh-faq-section .dh-sec-heading-four {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-faq-section .dh-sec-heading-four {
    margin-bottom: 40px;
  }
}

.accordion-item {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 9;
  background: transparent;
}
.accordion-item .accordion-header {
  background: #fff;
  margin-bottom: 15px;
}
.accordion-item .accordion-header .accordion-button {
     font-size: 18px;
    font-family: var(--dh-ff-heading);
    font-weight: 600;
    padding: 15px 55px 15px 20px;
    background-color: transparent;
    position: relative;
    color: #323c45;
    line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
  }
}
.accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
}
.accordion-item .accordion-header .accordion-button:before {
  position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    content: "+";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    width: 35px;
    height: 35px;
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #323c45;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #faba42;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
          border: 1px solid;
          /*background: */
}
.accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  content: "-";
}
.accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-body {
  padding: 5px 0 25px 20px;
}
.accordion-item .accordion-body strong {
 font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 2.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-item .accordion-body strong {
    font-size: 16px;
    line-height: 1.9;
  }
}

.accordion-item-two {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 9;
  background: transparent;
}
.accordion-item-two .accordion-header {
  background: var(--dh-color-theme-secondary);
  margin-bottom: 10px;
}
.accordion-item-two .accordion-header .accordion-button {
  font-size: 20px;
    font-family: var(--dh-ff-heading);
    font-weight: 600;
    padding: 20px 55px 20px 25px;
    background-color: transparent;
    position: relative;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-item-two .accordion-header .accordion-button {
    font-size: 19px;
  }
}
.accordion-item-two .accordion-header .accordion-button.collapsed {
  color: #000;
  background: #fafafc;
}
/* Default collapsed state: plus icon */
.accordion-item-two .accordion-header .accordion-button:before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "\f067"; /* fa-plus */
     font-family: "Font Awesome 5 Free";
    font-weight: 900; /* solid style */
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    color: #323c45;
    border-radius: 50%;
    border: 0.5px solid #323c45;
    transition: 0.4s;
}

/* Expanded state: minus icon */
.accordion-item-two .accordion-header .accordion-button:not(.collapsed):before {
    content: "\f068"; /* fa-minus */
    color: #fff; /* optional, change if needed */
    border-color: #fff; /* optional */
}

.accordion-item-two .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item-two .accordion-header .accordion-button:not(.collapsed):before {
    content: "\f068"; /* fa-minus */
    font-family: "Font Awesome 5 Free"; /* must match loaded FA kit */
    font-weight: 900; /* solid style */
    border: 0.5px solid #fff;
    color: #fff;
    display: inline-block; /* helps ensure it shows */
    padding: 2px; /* optional, makes border visible */
}

.accordion-item-two .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item-two .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item-two .accordion-body {
  padding: 5px 0 25px 20px; 
  width: 100%;
}
.accordion-item-two .accordion-body strong {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  max-width: 597px;
  line-height: 2.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-item-two .accordion-body strong {
    font-size: 16px;
    line-height: 1.9;
  }
}

.contact-infos-cc .contact-item .contact-icon {
   font-size: 30px;
    line-height: 1;
    color: #335b3b;
    background: #faba42;
    padding: 19px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.contact-infos-cc .contact-item {
    
    align-items: center;
}
.social-sh{
  list-style: none;
}
.social-sh a {
    padding: 10px 22px;
    font-size: 22px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    background: #355b3d;
    color: #fff;
}

.social-sh .fa-brands:hover {
    opacity: 0.7;
}


.mcsl-box {
   display: flex
;
    gap: 20px;
    margin-bottom: 30px;
    align-items: self-start;
    /*padding: 30px 40px 30px;*/
    border-radius: 20px;
    /* background-color: #006bb312; */
    /*background-color: #fff;*/
    /*border-radius: 20px;*/
    /*filter: drop-shadow(0px 20px 50px rgba(219, 228, 223, 0.4));*/
}
.slb-l span {
    width: 60px;
    height: 60px;
    background: #fdb92d;
    color: #000;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    box-shadow: 4px 4px 0px #00000033;
    line-height: 21px;
}
.slb-r h5 {
        text-transform: capitalize;
    font-weight: 800;
    color: #355b3d;
    letter-spacing: 0.4px;
    font-size: 18px;
    margin-bottom: 6px;
}
.slb-r p, .slb-r p a {
       margin: 0;
    font-weight: 400;
    color: #000;
    font-size: 17px;
    line-height: 30px;
}
.tt{
  font-size: 35px
}
.dh-service-details {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-details {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

.service-details-item {
  /*margin-bottom: 30px;*/
}
.service-details-item .details-image {
  margin-bottom: 30px;
}
.service-details-item .title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details-item .title {
    font-size: 38px;
  }
}
.service-details-item p {
  margin-bottom: 10px;
    line-height: 28px;
  /*font-size: 18px;*/
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details-item p {
    font-size: 16px;
    line-height: 1.9;
  }
}
.service-details-item .service-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details-item .service-wrapper .dh-video-area {
    margin-bottom: 30px;
  }
}
.service-details-item .service-wrapper .video-image::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details-item .service-wrapper .video-image img {
    width: 100%;
  }
}
.service-details-item .service-wrapper .service-content .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.service-details-item .service-wrapper .service-content p {
  line-height: 27px;
  font-size: 15px;
  margin-bottom: 15px;
}
.service-details-item .service-wrapper .service-content .check-list ul li {
  font-size: 17px;
  font-weight: var(--dh-fw-medium);
  color: #323c45;
  margin-bottom: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details-item .service-wrapper .service-content .check-list ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.service-details-item .service-wrapper .service-content .check-list ul li:last-child {
  margin-bottom: 0;
}
.service-details-item .service-wrapper .service-content .check-list ul li i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background: #323c45;
  position: relative;
  top: -2px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-item .service-wrapper .service-content .check-list ul li i {
    margin-right: 10px;
  }
}

.dh-service-widget {
  background: #f6f6f6;
    margin-bottom: 24px;
    padding: 30px;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-widget {
    padding: 20px;
  }
}
.dh-service-widget .side-title {
  font-size: 24px;
    color: #faba42;
    position: relative;
    margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-widget .side-title {
    font-size: 26px;
  }
}
.dh-service-widget .side-title::before {
 position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 40.48px;
    height: 1px;
    background: #323c45;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-service-widget .side-title::before {
    width: 50px;
  }
}

.sidebar-download ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-download ul li {
  font-size: 18px;
  font-weight: var(--dh-fw-medium);
  margin-bottom: 10px;
  font-family: var(--dh-ff-heading);
}
.sidebar-download ul li:last-child {
  margin-bottom: 0;
}
.sidebar-download ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
              color: #000;
}
.sidebar-download ul li a span {
  color: #323c45;
  font-weight: var(--dh-fw-bold);
}
.sidebar-download ul li a:hover {
  color: #323c45;
}
.sidebar-download ul li a:hover span {
  color: #323c45;
}

.sidebar-contact .contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.sidebar-contact .contact-text .contact-icon {
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border: 1px solid #323c45;
  border-radius: 50%;
}
.sidebar-contact .contact-text .title {
  margin-bottom: 0;
}
.sidebar-contact a {
  font-size: 24px;
    color: #eca92c;
  font-weight: var(--dh-fw-bold);
  font-family: var(--dh-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  /*margin-bottom: 20px;*/
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-contact a {
    font-size: 25px;
  }
}
.sidebar-contact a:hover {
  color: #323c45;
}
.sidebar-contact p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 0;
}


.sidebar-catagory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-catagory ul li {
  font-size: 18px;
  font-weight: var(--dh-fw-medium);
  margin-bottom: 10px;
  font-family: var(--dh-ff-heading);
}
.sidebar-catagory ul li:last-child {
  margin-bottom: 0;
}
.sidebar-catagory ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
              color: #000;
}
.sidebar-catagory ul li a span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #000;
  font-weight: var(--dh-fw-bold);
}
.sidebar-catagory ul li a span i {
  font-weight: var(--dh-fw-bold);
}
.sidebar-catagory ul li a:hover {
  color: #39ca6e;
}
.sidebar-catagory ul li a:hover span {
  background-color: #39ca6e;
  color: #fff;
}
.dh-work-item-s {
    padding: 22px 32px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #faba42;
    height: 250px;
    /*min-height: 230px;*/
}
.dh-work-item-s .desc{
      font-size: 15px;
}
.dh-work-item-s .work-icon {
    width: 90px;
    height: 90px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    background: var(--dh-color-light-3);
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    border: 1px solid #323c45;
    margin-bottom: 20px;
    background: #335b3b;
}
.desc-s{
  font-size: 14px;
}
.dh-choose-us-item-s{
 height: 250px;
}

.dh-process-section-two {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.dh-process-section-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: var(--dh-color-theme-secondary);
  z-index: -1;
}
.dh-process-section-two .dh-sec-heading-three {
  max-width: 710px;
  margin-bottom: 60px;
}
.dh-process-section-two .dh-sec-heading-three .sub-title {
  color: var(--dh-color-common-white);
}
.dh-process-section-two .dh-sec-heading-three .title {
  color: var(--dh-color-theme-primary);
}
.dh-process-section-two .dh-sec-heading-three .title span {
  color: var(--dh-color-common-white);
  font-weight: var(--dh-fw-elight);
}
.dh-process-section-two .process-left-sec-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 890px;
  width: 100%;
  z-index: -1;
}
.dh-process-section-two .process-right-sec-shape {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 650px;
  width: 100%;
  z-index: -1;
}
.dh-process-section-two .process-right-sec-shape1 {
  position: absolute;
  top: 28%;
  left: 0;
  max-width: 190px;
  width: 100%;
  z-index: -1;
}
.dh-process-section-two .process-left-sec-shape1 {
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 110px;
  width: 100%;
  z-index: -1;
}
.dh-process-section-two .process-shape-two {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6%;
  max-width: 135px;
  width: 100%;
}
.dh-process-section-two .process-shape-three {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  max-width: 135px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dh-process-section-two {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .dh-process-section-two .dh-sec-heading-three {
    margin-bottom: 30px;
  }
  .dh-process-section-two .process-images img {
    width: 100%;
  }
  .dh-process-section-two .process-right-sec-shape1,
  .dh-process-section-two .process-shape-three,
  .dh-process-section-two .process-shape-two,
  .dh-process-section-two .process-left-sec-shape1,
  .dh-process-section-two .process-right-sec-shape,
  .dh-process-section-two .process-left-sec-shape {
    display: none;
  }
}
.dh-process-item-two {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border-radius: 15px;
}
.dh-process-item-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--dh-color-theme-primary)), color-stop(87.9%, rgba(50, 60, 69, 0)));
  background: linear-gradient(0deg, var(--dh-color-theme-primary) 0%, rgba(50, 60, 69, 0) 87.9%);
  opacity: 0;
  visibility: hidden;
}
.dh-process-item-two .process-images img {
  border-radius: 15px;
}
.dh-process-item-two .process-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.dh-process-item-two .process-content .process-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  line-height: 1;
  font-size: 50px;
  border: 1px solid var(--dh-color-common-white);
  background: rgba(57, 202, 110, 0.14);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--dh-color-common-white);
  margin-bottom: 20px;
}
.dh-process-item-two .process-content .process-icon i {
  position: relative;
  top: 2px;
}
.dh-process-item-two .process-content .process-title .title {
  color: var(--dh-color-common-white);
  margin-bottom: 0;
}
.dh-process-item-two .process-content .process-title .title span {
  color: var(--dh-color-common-white);
  font-weight: var(--dh-fw-light);
}
.dh-process-item-two:hover .process-content .process-icon {
  color: var(--dh-color-common-white);
  background-color: rgba(57, 202, 110, 0.14);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.dh-process-item-two:hover::before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.dh-process-section-two .dh-sec-heading-three {
    max-width: 710px;
    margin-bottom: 60px;
}

.dh-sec-heading-three {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}
.free-consultation-number {
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    justify-content: space-between;
    padding-left: 40px;
    border-radius: 30px;
}
.free-consultation-number span {
    font-size: 30px;
    font-weight: bold;
    padding: 38px 29px;
    border-radius: 30px;
    color: white;
}
.free-consultation-number h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}
.free-consultation

 {
    border: 5px solid #D9D9D9;
    border-radius: 30px;
    padding: 10px;
    padding-left: 0;
    width: 95%;
    margin-left: auto;
    margin-top: 40px;
}
.process-solutions .heading {
    padding-bottom: 40px;
}
.free-consultation-number {
    display: flex
;
    align-items: center;
    background-color: #FAFAFA;
    justify-content: space-between;
    padding-left: 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-left: 10px;
}
.free-consultation p {
    padding-left: 35px;
    padding-bottom: 0px;
}
.free-consultation svg {
    margin-left: 35px;
}
.free-consultation:hover .free-consultation-number span{
    background-color: #faba42;
}
.free-consultation-number span {
    background-color: #0A9642;
}
.service-content{
 padding: 20px;
    background: #f9f9f9;
}
.service-content  p

 {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 16px !important;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Outfit';
    font-weight: 300;
}
.service-card  h5{
  font-size: 20px
}
.service-card img{
  height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.dh-dd .swiper-slide{
  margin: 10px 0;
  
}
.dh-dd .swiper-slide  img{
 --r: 20px; /* the radius */
  --s: 30px; /* size of inner curve */
  --x: 20px; /* horizontal offset (no percentage) */
  --y: 10px; /* vertical offset (no percentage) */
  
  /*width: 250px;*/
  aspect-ratio: 1;
  background: #3FB8AF;
  /*border-radius: var(--r);*/
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}
.dh-dd .swiper-slide .service-content {
  
}

.solar-benefits {
  background: #f9fbfd;
}

 .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

 .section-title span {
  color: #f9a825; /* solar yellow */
}

 .section-subtitle {
  color: #555;
  font-size: 1rem;
}
.solar-advantages-timeline {
  background: #f9f9f9;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #f9b233;
  border-radius: 2px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.timeline-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #f9b233;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.timeline-icon img {
  width: 30px;
  height: 30px;
}

.timeline-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.timeline-content p {
  font-size: 14px;
  color: #555;
}
.why-choose {
  background: #f7f7f7;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}
.section-title span { color: #f9b233; }

.subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

.choose-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.choose-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.choose-box p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.choose-highlights {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.choose-highlights li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.choose-highlights li::before {
  content: "✅";
  margin-right: 10px;
  color: #28a745;
  font-size: 18px;
}


.benefit-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.benefit-box .icon {
     font-size: 50px;
    margin-bottom: 15px;
    background: #f7bb50;
    width: 90px;
    margin: auto;
    margin-bottom: 15px;
    height: 90px;
    line-height: 100px;
    border-radius: 50%;
}

.benefit-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.benefit-box p {
  font-size: 0.95rem;
  color: #555;
}

.benefit-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.section-gap{
  padding: 80px 0
}
/* Shared title */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}
.section-title span { color: #f9b233; }
.subtitle { font-size: 16px; color: #666; }

.solar-advantages .advantage-list {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.solar-advantages .advantage-list:hover {
  transform: translateY(-5px);
}
.solar-advantages .advantage-list .icon {
  font-size: 28px;
  color: #28a745;
  margin-right: 15px;
  flex-shrink: 0;
}
.solar-advantages .advantage-list .content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.solar-advantages .advantage-list .content p {
  font-size: 14px;
  color: #555;
}
/* Applications */
.applications {
  background: #fff;
}
.app-card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s;
}
.app-card:hover {
  background: #f9b233;
  color: #fff;
}
.app-card .icon {
  font-size: 70px;
  display: block;
  margin-bottom: 8px;
}

/* Why Choose Us */
.why-choose {
  background: #f7f7f7;
}
.choose-box {
  background: #fff;
  border-left: 5px solid #f9b233;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.choose-box p {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
}
.wcu-thumb {
  position: relative;
}
.wcu-thumb .wcu-shape {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}
.wcu-thumb .wcu-shape2 {
  position: absolute;
  right: 30%;
  bottom: 7.6%;
}

/* Large devices */
@media (max-width: 1199px) {
  .wcu-thumb-1 {
    text-align: center;
    margin-bottom: 50px;
  }
  .wcu-card-wrap.right-wrap {
    text-align: left;
  }
  .wcu-card-wrap.right-wrap .wcu-card {
    flex-direction: row;
  }
}
@media (max-width: 320px) {
  .wcu-card {
    flex-wrap: wrap;
  }
}.wcu-area-1 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .wcu-area-1 {
    margin-bottom: 80px;
  }
}

.wcu-card-wrap.right-wrap {
  text-align: end;
}
.wcu-card-wrap.right-wrap .wcu-card {
  flex-direction: row-reverse;
}

.wcu-card {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 30px 30px 30px;
  height: 250px;
  /* Large devices */
}
@media (max-width: 1399px) {
  .wcu-card {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1199px) {
  .wcu-card {
    padding: 0 30px 30px 30px;
  }
}
.wcu-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .wcu-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wcu-card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.wcu-card .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f7bb50;
  opacity: 0.1;
  border-radius: 0 0 10px 10px;
}
.wcu-card .icon img {
  transition: 0.4s;
}
.wcu-card .wcu-card-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.2em;
     font-family: 'Inter';
}
@media (max-width: 1399px) {
  .wcu-card .wcu-card-title {
    font-size: 20px;
  }
}
.wcu-card .wcu-card-text {
       font-size: 17px;
    margin-bottom: -0.5em;
    line-height: 28px;
    font-family: 'Inter';
    font-weight: 400;
}
.wcu-card:hover .icon img {
  transform: rotateY(180deg);
}
.wcu-area-2 {
  /*background: #ececec;*/
  padding: 30px 0 80px;
}
.portfolio-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-box .portfolio-box-thumb {
  position: relative;
  border-radius: 10px;
}
.portfolio-box .portfolio-box-thumb img {
  border-radius: 10px;
  width: 100%;
      height: 320px;
    margin-bottom: 30px;
    object-fit: cover;
}
.portfolio-box .portfolio-box-details {
 position: absolute;
    z-index: 1;
    bottom: 40px;
    right: 30px;
    background-color: #fff;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0px 4px 9px -1px rgba(19, 16, 34, 0.03);
    border-radius: 10px;
    max-width: 382px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    flex-wrap: wrap;
    transition: 0.4s;
    opacity: 10;
    gap: 10px;
        width: 85%;
}
.portfolio-box .portfolio-box-details_subtitle {
      color: #e89c16;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font);
    margin-top: -0.3em;
    margin-bottom: 1px;
    display: block;
}
.portfolio-box .portfolio-box-details_title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: -0.4em;
}
.portfolio-box .portfolio-box-details_title a {
     color: var(--title-color);
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
}
.portfolio-box .portfolio-box-details_title a:hover {
  color: #faba42;
}
.portfolio-box .portfolio-box-details .icon-btn {
--btn-size: 74px;
    background: #faba42;
    border-radius: 10px;
    color: #fff;
    flex: none;
    position: absolute;
    right: 10px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.portfolio-box .portfolio-box-details .icon-btn:hover {
  background: var(--title-color);
}
.portfolio-box:hover .portfolio-box-details {
  bottom: 50px;
  opacity: 1;
}
.work-process-two{
    position:relative;
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    /*background: #f3faf8;*/
    padding: 100px 0px 50px;
}

.work-process-two .title-box{
    position: relative;
    margin-bottom: 50px;
}

.work-process-two .title-box .text{
    position: relative;
    padding-top: 10px;
    line-height: 1.7em;
    max-width: 490px;
}

.work-process-two .process{
    position: relative;
}

.process-block-two{
    position: relative;
    margin-bottom: 50px;
}

.process-block-two .inner-box{
    position: relative;
    display: block;
    text-align: center;
}

.process-block-two .inner-box:before{
    content: '';
    position: absolute;
    right: -40px;
    top: 45px;
    width: 40px;
    height: 70px;
    background: url(../images/tri-pattern-3.png) left center no-repeat;
}

.process .process-block-two:last-child .inner-box:before{
    display: none;
}

.process-block-two .icon-box{
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    background: #ffffff;
    color: #24a77e;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.process-block-two:hover .icon-box{
    background: #f7bb50;
    color: #ffffff;
    box-shadow: none;
}

.process-block-two .icon-box .icon{
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 64px;
}

.process-block-two .icon-box .count{
    position: absolute;
    right: 3px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.process-block-two:hover .icon-box .count{
    bottom: 100%;
    right: 0px;
    margin-bottom: -50px;
}

.process-block-two .icon-box .count .number {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background: #24a77e;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07),0px 10px 20px 0px rgba(0,0,0,0.03);
}


.process-block-two:hover .icon-box .count .number{
    background: #ffffff;
    color: #24a77e;
}

.process-block-two .icon-box .count .number:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}

.process-block-two:hover .icon-box .count .number:before{
    border-color: rgba(0,0,0,0.15);
}

.process-block-two .lower-box{
    position: relative;
    display: block;
}

.process-block-two h5{
    position: relative;
    color: #132728;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.process-block-two .text{
    position: relative;
    font-size: 16px;
    color: #000;
}
.process-block-two .icon-box .count {
    position: absolute;
    right: 3px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px; /* center text */
    text-align: center;
    background: #24a77e;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07),0px 10px 20px 0px rgba(0,0,0,0.03);
}

.process-block-two .icon-box .count:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}
.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
}
 .pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 12px 18px 12px 18px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}
 .pc-whatsapp a:hover {
    background: #00a315;
    transition: 0.5s;
}
.pc-whatsapp a i {
    font-size: 26px;
}
.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}
.pc-whatsapp a::before, 
    .pc-whatsapp a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }
    .pc-whatsapp a::after {
      animation-delay: 1s;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }