@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans.woff2") format("woff2-variations");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Devanagari";
  src: url("../fonts/noto-sans-dev.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --thm-font: "DM Sans", sans-serif;
  --thm-font-2: "Noto Sans Devanagari";
}

*, body, p {
  font-family: var(--thm-font), var(--thm-font-2);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--thm-font), var(--thm-font-2);
}

html[lang=mr] h1, html[lang=mr] h2, html[lang=mr] h3, html[lang=mr] h4, html[lang=mr] h5, html[lang=mr] h6, .sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4, .sec-title h5, .sec-title h6 {
  font-family: var(--thm-font), var(--thm-font-2);
}

html[lang=mr] p, html[lang=mr] ol li, html[lang=mr] ul li {
  font-family: var(--thm-font-2), var(--thm-font);
}

html[lang=mr] .instant-services-style1__content-bottom-single ul li .text a {
  font-family: var(--thm-font-2), var(--thm-font);
}

.instant-services-style1__content-bottom-single ul li .text a {
  font-family: var(--thm-font), var(--thm-font-2);
}

p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--thm-base);
}

.auto-container {
  width: 100%;
}

.shape1, .shape2 {
  opacity: 0.6;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.text-hightlight {
  color: var(--thm-base);
}

.text-lg {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.text-md {
  font-size: 1.5rem;
  line-height: 1.88rem;
}

.text-sm {
  font-size: 1.13rem;
  line-height: 1.63;
}

.sec-title .sub-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--thm-font);
  color: var(--thm-base);
  text-transform: uppercase;
}

.portfolio-style1__link a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
            Header
--------------------------------------------------------------*/
.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu-wrapper .menu-title {
  color: rgba(255, 255, 255, 0.5);
}

.header-info-wrapper {
  text-align: center;
  align-self: center;
  order: 3;
  padding-top: 10px;
}
.header-info-wrapper .header-title h1 {
  font-size: 1.13rem;
  line-height: 1.63;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-area: 8px;
  color: var(--thm-base);
}
.header-info-wrapper .header-title h1 span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--thm-black);
}

.img-logo {
  height: 100px;
  border-radius: 6px;
}

.logo-box-two {
  order: 2;
}
.logo-box-two .img-logo-2 {
  height: 100px;
}

.logo-box-one_alt .logo-box-one {
  gap: 10px;
}
.logo-box-one_alt .logo-box-one img {
  width: auto;
  height: 100px;
}

.custom-header .main-menu-one--two .auto-container {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-header .main-menu__wrapper-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-header .main-menu-one--two .logo-box-one {
  width: 100%;
}
.custom-header .main-menu-one--two .logo-box-one .logo-box-one__bg {
  display: none;
}
.custom-header .row {
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.navbar.navbar-custom {
  padding: 6px 0;
  background-color: #ff7a0c;
}
.navbar.navbar-custom .navbar-collapse {
  padding-top: 14px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar.navbar-custom .navbar-nav {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link {
  font-size: 18px;
  line-height: 26px;
  padding-left: 16px;
  padding-right: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link:hover {
  color: #fff;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.active {
  color: #ff7a0c;
  font-weight: 600;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.active:before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.btn-link {
  color: #fff;
  background-color: var(--thm-base);
  padding: 8px 20px;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.dropdown-toggle {
  padding-right: 34px;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
  content: "";
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23ffffff8c' d='M201 337c-9.4 9.4-24.6 9.4-33.9 0L7 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L327 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L201 337z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 14px;
  height: 14px;
  transition: all 200ms linear;
  z-index: 1;
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.dropdown-toggle:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23ffffff' d='M201 337c-9.4 9.4-24.6 9.4-33.9 0L7 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L327 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L201 337z'/%3E%3C/svg%3E");
}
.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.dropdown-toggle.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%233a3636' d='M201 337c-9.4 9.4-24.6 9.4-33.9 0L7 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L327 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L201 337z'/%3E%3C/svg%3E");
}

.main-menu .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-menu .main-menu__list > li > a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-menu-top {
  background-color: var(--thm-light-theme);
}
.main-menu-top .row > [class*=col] {
  padding-left: 6px;
  padding-right: 6px;
}
.main-menu-top .mt-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.main-menu-top .mt-btn-wrapper {
  display: flex;
}
.main-menu-top .mt-btn-wrapper .btn-one {
  border-radius: 0;
}
.main-menu-top .mt-list-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-menu-top .mt-list-wrapper .mt-list {
  display: flex;
  align-items: center;
}
.main-menu-top .mt-list-wrapper .mt-list li > a {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
  padding: 10px 20px;
  color: var(--thm-text-light);
}
.main-menu-top .mt-list-wrapper .mt-list li > a:hover {
  color: var(--thm-base);
}
.main-menu-top .mt-list-wrapper .mt-list li > a.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--thm-base);
  padding: 6px 10px;
  text-decoration: none;
}
.main-menu-top .mt-list-wrapper .mt-list li > a.btn-link:hover {
  background-color: var(--thm-base-dark);
}

.box-accessibility {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  height: 100%;
}
.box-accessibility > div {
  border-right: 1px solid #cbcbcb;
  padding-right: 14px;
}
.box-accessibility > div:last-child {
  padding-right: 0;
  border: none;
}
.box-accessibility .header-links-left button {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #181818;
  background: transparent;
  border: none;
  padding: 6px 12px;
}
.box-accessibility .header-links-left .btn-black {
  background: #000;
  color: #fff;
}
.box-accessibility .header-links-left .btn-white {
  background: #fff;
  color: var(--thm-base);
}
.box-accessibility .sitemap-holder .link-skip {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #181818;
}
.box-accessibility .sitemap-holder .link-skip:hover {
  color: var(--thm-base);
}

/*--------------------------------------------------------------
            Page Header
--------------------------------------------------------------*/
.breadcrumb-style1 {
  border-bottom: 5px solid var(--thm-base);
}

.page-title .pg-title-holder {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--thm-border-bottom);
  margin-bottom: 50px;
}
.page-title h2 {
  font-size: 1.5rem;
  line-height: 2.3rem;
  font-weight: 600;
  color: var(--thm-title);
}
.page-title .our-company-info__social-link {
  margin-top: 0;
}

/*--------------------------------------------------------------
            Social MEdia
--------------------------------------------------------------*/
.our-company-info__social-link li a {
  width: 40px;
  height: 40px;
  background-color: var(--thm-base);
  transition: all 0.5s ease-in;
}
.our-company-info__social-link li a:hover svg {
  width: 24px;
  height: 24px;
}
.our-company-info__social-link li a:hover svg path {
  fill: #152b3e;
}
.our-company-info__social-link li a.icon-facebook {
  background-color: #1877F2;
}
.our-company-info__social-link li a.icon-facebook svg path {
  fill: #fff;
}
.our-company-info__social-link li a.icon-facebook:hover {
  background-color: #004bad;
}
.our-company-info__social-link li a.icon-youtube {
  background-color: #ff0000;
}
.our-company-info__social-link li a.icon-youtube svg path {
  fill: #fff;
}
.our-company-info__social-link li a.icon-youtube:hover {
  background-color: #bb0000;
}
.our-company-info__social-link li a.icon-instagram {
  background-color: #E1306C;
}
.our-company-info__social-link li a.icon-instagram svg path {
  fill: #fff;
}
.our-company-info__social-link li a.icon-instagram:hover {
  background-color: #E13584;
}
.our-company-info__social-link li a.icon-whatsapp {
  background-color: #22d143;
}
.our-company-info__social-link li a.icon-whatsapp svg path {
  fill: #fff;
}
.our-company-info__social-link li a.icon-whatsapp:hover {
  background-color: #058d1e;
}

/*--------------------------------------------------------------
            Footer
--------------------------------------------------------------*/
.footer-area .our-company-info__social-link li a {
  background-color: #fff;
}
.footer-area .our-company-info__social-link li a.icon-facebook svg path {
  fill: #1877F2;
}
.footer-area .our-company-info__social-link li a.icon-facebook:hover svg path {
  fill: #fff;
}
.footer-area .our-company-info__social-link li a.icon-youtube svg path {
  fill: #ff0000;
}
.footer-area .our-company-info__social-link li a.icon-youtube:hover svg path {
  fill: #fff;
}
.footer-area .our-company-info__social-link li a.icon-instagram svg path {
  fill: #E1306C;
}
.footer-area .our-company-info__social-link li a.icon-instagram:hover svg path {
  fill: #fff;
}
.footer-area .our-company-info__social-link li a.icon-whatsapp svg path {
  fill: #22d143;
}
.footer-area .our-company-info__social-link li a.icon-whatsapp:hover svg path {
  fill: #fff;
}

.footer-logo-style1 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.img-footer-logo {
  height: 100px;
  border-radius: 6px;
}

.footer-widget-links ul li {
  padding-left: 20px;
  position: relative;
}
.footer-widget-links ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23f58020' d='M233 239c9.4 9.4 9.4 24.6 0 33.9L73 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L39 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L233 239z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 6px;
  width: 14px;
  height: 14px;
  transition: all 200ms linear;
  z-index: 1;
}

.footer-widget--contact-info ul li {
  align-items: flex-start;
  position: relative;
  padding-left: 26px;
}
.footer-widget--contact-info ul li .icon {
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-widget--contact-info ul li .icon svg {
  width: 20px;
  height: 20px;
}
.footer-widget--contact-info ul li .icon svg path {
  fill: var(--thm-base);
}

.footer-ipcount {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-ipcount span {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.footer-icons-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 0;
}
.footer-icons-area .fi-holder a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: auto;
  padding: 8px;
  border-radius: 6px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
.footer-icons-area .fi-holder a:hover {
  box-shadow: 0 2px 2px 7px rgba(68, 66, 66, 0.8);
}
.footer-icons-area .fi-holder a img {
  height: 100%;
}

.footer-bottom .bottom-inner .copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.footer-bottom .bottom-inner .copyright p a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom .bottom-inner .copyright p.sub-copyright {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
           Showcase
--------------------------------------------------------------*/
.sc-area .swiper-slide {
  min-height: 550px;
  display: flex;
  align-items: center;
}
.sc-area.main-slider.main-slider-one--two {
  padding-bottom: 50px;
}
.sc-area.main-slider.main-slider-one--two .auto-container {
  padding: 100px 15px 60px;
  height: 100%;
}
.sc-area .image-layer::before {
  z-index: 1;
}
.sc-area .main-slider-one__content .title h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: center;
}
.sc-area .main-slider-one__content .text p, .sc-area .main-slider-one__content .btn-box {
  text-align: center;
}

.sc-notification-area {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all 1000ms ease;
  z-index: 10;
}
.sc-notification-area .sc-notice-header {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  background-color: var(--thm-base);
  padding: 16px 50px 16px;
  margin: -42px -50px 30px;
}
.sc-notification-area .instant-services-style1__content {
  margin-top: 0;
}
.sc-notification-area .instant-services-style1__content-bottom {
  margin-left: 0;
  padding: 42px 30px 30px;
  overflow: hidden;
}
.sc-notification-area .instant-services-style1__content-bottom-single ul li {
  padding-left: 38px;
}
.sc-notification-area .instant-services-style1__content-bottom-single ul li .text a {
  font-family: var(--thm-font), var(--thm-font2);
  color: var(--theme-black-200);
}
.sc-notification-area .instant-services-style1__content-bottom-single ul li .text a:hover {
  color: var(--thm-base);
}
.sc-notification-area .instant-services-style1__content-bottom-single ul li .icon {
  top: 4px;
}
.sc-notification-area .instant-services-style1__content-bottom-single ul li .icon svg {
  width: 26px;
  height: 26px;
}
.sc-notification-area .instant-services-style1__content-bottom-single ul li .icon svg path {
  fill: var(--thm-base);
}

.sc-mini .breadcrumb-style1__inner h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #fff;
}

/*--------------------------------------------------------------
           boxes
--------------------------------------------------------------*/
.dign-boxes.features-style2 {
  padding: 30px 0 80px;
  background-color: #fff;
}
.dign-boxes .sec-title {
  text-align: center;
  padding-bottom: 50px;
}
.dign-boxes .sec-title h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #f95d02;
}
.dign-boxes .features-style2__inner {
  margin-top: 0;
  padding-bottom: 70px;
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.15);
}
.dign-boxes .features-style2__single-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dign-boxes .features-style2__single-icon img {
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.dign-boxes .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  display: none;
}
.dign-boxes .features-style2__single-content {
  margin-top: 20px;
}
.dign-boxes .features-style2__single-content h3, .dign-boxes .features-style2__single-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dign-boxes .features-style2__single-content p {
  line-height: 1.5rem;
}
.dign-boxes .dign-bx-desc {
  padding-right: 15px;
  padding-top: 80px;
}
.dign-boxes .dign-bx-area {
  gap: 30px;
  margin: 0 -12px;
  align-items: center;
  justify-content: center;
}
.dign-boxes .dig-main-image h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: var(--thm-base);
}

.about-box .bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
.about-box .about-style2__content-bottom .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.about-box .about-style2__content {
  margin-top: 0;
}
.about-box .row [class*=col-]:first-child {
  margin-bottom: 60px;
}
.about-box .about-style2__experience-box .odometer.odometer-auto-theme, .about-box .about-style2__experience-box .odometer.odometer-theme-default {
  margin-right: 10px;
}
.about-box .about-style2__experience-box .odometer.odometer-auto-theme .odometer-digit, .about-box .about-style2__experience-box .odometer.odometer-theme-default .odometer-digit {
  width: 35px;
}
.about-box .about-style2__img {
  max-width: 100%;
  margin-left: 0;
}
.about-box .about-style2__img .inner.v-inner {
  height: 300px;
  padding: 14px;
  background-color: #fff;
}
.about-box .about-style2__img .inner.v-inner iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.about-box p {
  text-align: justify;
}

.obj-boxes .obj-box-desc {
  padding-bottom: 50px;
}
.obj-boxes .obj-box-desc p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.obj-boxes .obj-box-area {
  padding-top: 30px;
}
.obj-boxes .obj-box-area .services-style1__single-content {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
}
.obj-boxes .obj-box-area .services-style1__single-content::before {
  display: none;
}
.obj-boxes .obj-box-area .services-style1__single-text .btn-box {
  margin-top: 10px;
}
.obj-boxes .obj-box-area .services-style1__single-text .btn-box svg {
  width: 50px;
  height: 30px;
}
.obj-boxes .obj-box-area .services-style1__single-text .btn-box svg path {
  fill: #000;
}
.obj-boxes .obj-box-area .services-style1__single-text h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.obj-boxes .obj-box-area .services-style1__single {
  height: 200px;
}

.services-style-page .obj-box-area .services-style1__single-content {
  background-color: #F6F6F6;
}

.services-style1__single .services-style1__single-content {
  cursor: pointer;
}
.services-style1__single .services-style1__single-content::before {
  display: none;
}
.services-style1__single .services-style1__single-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-style1__single .services-style1__single-icon::before {
  background-color: var(--thm-base);
}
.services-style1__single .services-style1__single-icon svg {
  width: 45px;
  height: 35px;
  z-index: 1;
}
.services-style1__single .services-style1__single-icon svg path {
  fill: var(--thm-base);
}
.services-style1__single .btn-box svg {
  width: 50px;
  height: 30px;
}
.services-style1__single .btn-box svg path {
  fill: #000;
}
.services-style1__single:hover .services-style1__single-text h3 a {
  color: var(--thm-base);
}
.services-style1__single:hover .services-style1__single-icon::before {
  opacity: 1;
}
.services-style1__single:hover .services-style1__single-icon svg path {
  fill: #fff;
}

.announce-box .instant-services-style1__content-bottom {
  padding: 20px;
}
.announce-box .instant-services-style1--style2__title .sec-title {
  padding-bottom: 0;
}
.announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder {
  box-shadow: none;
  padding-bottom: 22px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder .ls-link {
  box-shadow: none;
}
.announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder .text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder:last-child {
  margin-bottom: 0;
}
.announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder .icon {
  top: 4px;
}
.announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder .icon svg {
  width: 26px;
  height: 26px;
}
.announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder .icon svg path {
  fill: var(--thm-base);
}
.announce-box .instant-services-style1__content-bottom-single .btn-wrapper {
  justify-content: flex-start;
}

.anc-bx-year {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  background: #eb8d00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 200px;
  padding: 20px 40px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 0px 1px #e0e0e0;
}
.anc-bx-year::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 480l48 0 0 32-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L220.1 0c12.7 0 24.9 5.1 33.9 14.1L369.9 129.9c9 9 14.1 21.2 14.1 33.9L384 304l-32 0 0-112-112 0c-26.5 0-48-21.5-48-48l0-112L64 32C46.3 32 32 46.3 32 64l0 384c0 17.7 14.3 32 32 32zM351.5 160c-.7-2.8-2.1-5.4-4.2-7.4L231.4 36.7c-2.1-2.1-4.6-3.5-7.4-4.2L224 144c0 8.8 7.2 16 16 16l111.5 0zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z' fill='%23ffffff25'/%3E%3C/svg%3E");
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 0;
}
.anc-bx-year:hover {
  color: #fff;
  text-decoration: none;
  background: var(--thm-base-dark);
  box-shadow: 0px 0px 25px 0px rgba(100, 100, 100, 0.3);
}
.anc-bx-year .label-size {
  display: flex;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  color: #ececec;
  z-index: 1;
}

.blog-style1 {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 90px;
  z-index: 1;
}

.announcement-ticker-area {
  padding: 0 0 40px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.announcement-ticker-wrapper {
  background-color: #f3f3f3;
}
.announcement-ticker-wrapper .at-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  background-color: var(--thm-green);
  padding: 6px 20px;
  min-width: 100px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 50;
}
.announcement-ticker-wrapper .at-swiper {
  padding: 0px 10px 0 120px;
  overflow: hidden;
  position: relative;
  min-height: 88px;
  width: 100%;
}
.announcement-ticker-wrapper .at-swiper .ats-wrapper {
  display: flex;
  width: 500%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  animation: marquee 25s linear infinite;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.announcement-ticker-wrapper .at-swiper .ls-holder {
  width: 100%;
  margin-bottom: 0;
}
.announcement-ticker-wrapper .at-swiper .ls-holder .ls-link {
  display: flex;
  gap: 14px;
  background-color: transparent;
  height: 100%;
  padding: 6px 14px;
  border-radius: 0;
  box-shadow: none;
  border-right: 1px solid rgba(var(--thm-black-rgb), 0.125);
}
.announcement-ticker-wrapper .at-swiper .ls-holder .ls-link::before {
  display: none;
}
.announcement-ticker-wrapper .at-swiper .ls-holder .ls-link:hover {
  background-color: rgba(245, 128, 32, 0.1);
  color: #f58020;
}
.announcement-ticker-wrapper .at-swiper .ls-holder .ls-link:hover .ls-date-wrapper {
  color: #696969;
}
.announcement-ticker-wrapper .at-swiper .ls-holder .ls-link .ls-detail-info {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.ac-text-blink {
  height: auto;
  width: 50px;
}

.blog-style1 .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.gallery-box .box-media-wrapper, .box-media .box-media-wrapper {
  margin-bottom: 30px;
}
.gallery-box .swiper-slide, .gallery-box .bx-card, .box-media .swiper-slide, .box-media .bx-card {
  position: relative;
  overflow: hidden;
}
.gallery-box .swiper-slide img, .gallery-box .bx-card img, .box-media .swiper-slide img, .box-media .bx-card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery-box .swiper-slide::before, .gallery-box .bx-card::before, .box-media .swiper-slide::before, .box-media .bx-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.3);
  z-index: 1;
}
.gallery-box .swiper-slide .ss-inner:before, .gallery-box .bx-card .ss-inner:before, .box-media .swiper-slide .ss-inner:before, .box-media .bx-card .ss-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(var(--thm-black-rgb), 0.6);
  transform: scaleX(0.5);
  opacity: 0;
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  z-index: 1;
}
.gallery-box .swiper-slide:hover .ss-inner::before, .gallery-box .bx-card:hover .ss-inner::before, .box-media .swiper-slide:hover .ss-inner::before, .box-media .bx-card:hover .ss-inner::before {
  transform: scaleX(1);
  opacity: 1;
}
.gallery-box .swiper-slide:hover .portfolio-style1__link, .gallery-box .bx-card:hover .portfolio-style1__link, .box-media .swiper-slide:hover .portfolio-style1__link, .box-media .bx-card:hover .portfolio-style1__link {
  transform: scale(1);
  opacity: 1;
  transition-delay: 500ms;
}
.gallery-box .bx-card, .box-media .bx-card {
  border-radius: 15px;
}
.gallery-box .box-media-row .bx-card-holder, .box-media .box-media-row .bx-card-holder {
  margin-bottom: 30px;
}

.box-media .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.box-media .swiper-button-prev, .box-media .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  transition: all 0.5s ease;
}
.box-media .swiper-button-prev:after, .box-media .swiper-button-next:after {
  font-size: 34px;
  line-height: 1;
  color: var(--thm-base);
}
.box-media .swiper-button-prev:hover, .box-media .swiper-button-next:hover {
  background-color: var(--thm-base);
}
.box-media .swiper-button-prev:hover:after, .box-media .swiper-button-next:hover:after {
  color: #fff;
}
.box-media .s-feeds-area {
  padding: 0 40px;
}
.box-media .s-feeds-area .s-feeds-wrapper {
  background: #fdfdfd;
  padding: 15px 15px 5px;
  border-radius: 15px;
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
}

.box-client {
  position: relative;
  padding: 80px 0;
}
.box-client .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.box-client .client-holder [class*=swiper-button-] {
  transform: translateY(-30%);
}
.box-client .client-holder [class*=swiper-button-]:after {
  font-size: 30px;
  color: var(--thm-base);
}
.box-client .client-holder .swiper-button-next {
  right: 0;
}
.box-client .client-holder .swiper-button-prev {
  left: 0;
}
.box-client .client-image-wrapper {
  text-align: center;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-client .client-image-wrapper img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.5s ease-in;
  cursor: pointer;
}

.box-team-area .team-style1 {
  padding-top: 0px;
  padding-bottom: 0;
}
.box-team-area .card-sp {
  display: block;
  width: 100%;
}
.box-team-area .card-sp .team-style1__single {
  max-width: 270px;
  margin: 0 auto 30px;
}
.box-team-area .team-style1__single {
  border-radius: 15px;
  min-height: 380px;
}
.box-team-area .team-stye1__single-content .inner-box {
  padding: 10px 14px 10px;
  min-height: 140px;
}
.box-team-area .team-stye1__single-content .inner-box h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  min-height: 76px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-team-area .team-stye1__single-content .inner-box p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-team-area .team-stye1__single-content .round-bg {
  display: none;
}
.box-team-area .team-style1__single-img-inner {
  padding: 15px;
  text-align: center;
}
.box-team-area .team-style1__single-img-inner::before {
  background-color: rgba(var(--thm-base), 0.5);
}

.about-style2__experience-box {
  bottom: -30px;
}
.about-style2__experience-box h2 {
  font-family: var(--thm-font);
}

.box-testimonial > .row [class*=col-] {
  margin-bottom: 35px;
}
.box-testimonial .card-test {
  padding: 30px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.5s ease-in-out;
}
.box-testimonial .card-test:hover {
  background-color: rgba(245, 128, 32, 0.06);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.07);
}
.box-testimonial .card-test:hover .ct-title {
  color: var(--thm-base);
}
.box-testimonial .card-test .ct-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--thm-black);
  margin-bottom: 6px;
}
.box-testimonial .card-test .ct-date {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: var(--thm-black-200);
  margin-bottom: 12px;
}
.box-testimonial .card-test .ct-stitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  min-height: 72px;
  color: var(--thm-black-200);
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
           list-style 
--------------------------------------------------------------*/
.ls-holder {
  margin-bottom: 30px;
}
.ls-holder .ls-link {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 500ms ease;
  background: #FFFFFF;
  box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
  border-radius: 40px;
  padding: 28px 40px 24px 40px;
  z-index: 2;
  overflow: hidden;
}
.ls-holder .ls-link::before {
  content: "";
  background-color: var(--thm-base);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease;
  z-index: -2;
}
.ls-holder .ls-link:hover {
  background-color: transparent;
  color: #fff;
}
.ls-holder .ls-link:hover::before {
  right: 0%;
  bottom: 0%;
  width: 100%;
}
.ls-holder .ls-link:hover .ls-date-wrapper {
  color: #fff;
}
.ls-holder .ls-detail-info {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.ls-holder .ls-date-wrapper {
  font-size: 14px;
  line-height: 22px;
  color: var(--thm-black-200);
  display: flex;
  align-items: center;
  gap: 14px;
}

.list-style-alt {
  margin-bottom: 40px;
}
.list-style-alt .ls-holder {
  margin-bottom: 20px;
}
.list-style-alt .ls-holder .ls-link {
  font-size: 1.12rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: var(--thm-black);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0px 10px 30px rgba(62, 84, 141, 0.1);
  border-radius: 6px;
  padding: 18px 20px 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.list-style-alt .ls-holder .ls-link:hover {
  color: #fff;
}
.list-style-alt .ls-holder .ls-link .icon {
  display: none;
}
.list-style-alt .ls-holder .ls-link .icon svg {
  width: 26px;
  height: 26px;
}
.list-style-alt .ls-holder .ls-link .icon svg path {
  fill: var(--thm-base);
}
.list-style-alt .ls-holder .ls-link:hover .icon svg path {
  fill: #fff;
}
.list-style-alt .ls-holder .badge {
  align-self: self-start;
  margin-left: 0;
}
.list-style-alt .ls-holder:nth-child(even) > .ls-link {
  background-color: #d9f5ff;
}

.content-list, ol {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-inline-start: 15px;
}
.content-list li, ol li {
  list-style: decimal;
  margin-bottom: 8px;
}
.content-list li a, ol li a {
  padding: 0;
  color: var(--thm-base);
}
.content-list li a:hover, ol li a:hover {
  color: var(--thm-base);
}
.content-list li ul, ol li ul {
  padding: 14px 0px 24px;
}
.content-list li ul li, ol li ul li {
  font-weight: 400;
  list-style: disc;
  padding-left: 0;
}
.content-list li ul li a, ol li ul li a {
  padding: 0;
}
.content-list li ul li::before, ol li ul li::before {
  display: none;
}

/*--------------------------------------------------------------
           Dropdown
--------------------------------------------------------------*/
.dropdown .dropdown-toggle {
  padding-right: 24px;
}
.dropdown .dropdown-toggle::after {
  content: "";
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23f58020' d='M201 337c-9.4 9.4-24.6 9.4-33.9 0L7 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L327 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L201 337z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 30%;
  width: 13px;
  height: 13px;
  transition: all 200ms linear;
  z-index: 1;
}
.dropdown .dropdown-menu {
  padding: 0;
  overflow: hidden;
  min-width: 320px;
}
.dropdown .dropdown-menu li > a.nav-link {
  color: var(--thm-gray);
  font-size: 15px;
  line-height: 22px;
  padding: 10px 16px;
}
.dropdown .dropdown-menu li > a.nav-link:hover {
  color: #fff;
  background-color: var(--thm-base);
}

.lang-dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 300ms ease;
}
.lang-dropdown ul {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: top;
  transform-style: preserve-3d;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.lang-dropdown ul li {
  width: 100%;
}
.lang-dropdown .lang-active {
  font-size: 0.9rem;
  line-height: 1.4rem;
  display: flex;
  color: var(--thm-base);
  padding-right: 22px;
}
.lang-dropdown .lang-active::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23f58020' d='M201 337c-9.4 9.4-24.6 9.4-33.9 0L7 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L327 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L201 337z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 20%;
  width: 13px;
  height: 13px;
  transition: all 200ms linear;
  z-index: 1;
}
.lang-dropdown .lang-item {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: var(--thm-font);
  color: var(--thm-gray);
  position: relative;
  display: flex;
  padding: 10px 16px;
  transition: 500ms;
}
.lang-dropdown .lang-item.active {
  color: #fff;
  background-color: var(--thm-base);
}
.lang-dropdown .lang-item:hover {
  color: #fff;
  background-color: var(--thm-base);
}
.lang-dropdown .lang-drop-right ul {
  left: auto;
  right: 0;
}

/*--------------------------------------------------------------
           Buttons
--------------------------------------------------------------*/
.btn {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--thm-font);
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  min-width: 120px;
  border-radius: 25px;
  text-transform: none;
  transition: all 0.3s ease-in-out 0.1s;
  overflow: hidden;
  z-index: 11;
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border-radius: 25px;
  transition: all 0.4s;
  transform: scale(0.5, 1);
  z-index: -2;
}

.btn-one .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-one .txt svg {
  width: 24px;
  height: 24px;
}
.btn-one .txt svg path {
  fill: #fff;
}

.btn-green {
  color: #fff;
  background-color: var(--thm-green);
}
.btn-green:before {
  background-color: var(--thm-dark-green);
}
.btn-green:hover {
  color: #fff;
}
.btn-green:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-blue {
  color: #fff;
  background-color: var(--thm-blue);
}
.btn-blue:before {
  background-color: var(--thm-dark-blue);
}
.btn-blue:hover {
  color: #fff;
}
.btn-blue:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-orange {
  color: #fff;
  background-color: var(--thm-primary-dark);
}
.btn-orange:before {
  background-color: var(--thm-black);
}
.btn-orange:hover {
  color: #fff;
}
.btn-orange:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-wrapper {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/*--------------------------------------------------------------
           Badge
--------------------------------------------------------------*/
.badge {
  font-size: 0.8rem;
  line-height: 1.25rem;
  border-radius: 6px;
  padding: 6px 20px;
  color: var(--thm-gray);
  background-color: rgba(0, 0, 0, 0.125);
}
.badge.badge-danger {
  color: #fff;
  background-color: var(--thm-red);
}
.badge.badge-success {
  color: #fff;
  background-color: var(--thm-dark-green);
}
.badge.badge-info {
  color: #fff;
  background-color: var(--thm-blue);
}

/*--------------------------------------------------------------
           Table
--------------------------------------------------------------*/
.table-custom thead {
  background-color: #ffd996;
  color: #212212;
}
.table-custom th {
  text-align: center;
  vertical-align: middle;
}
.table-custom .td-action {
  display: flex;
  align-items: center;
  gap: 6px;
}
.table-custom .td-action .btn {
  padding: 8px 16px;
  white-space: nowrap;
}
.table-custom tbody tr, .table-custom tfoot tr {
  vertical-align: middle;
}
.table-custom tbody tr td:last-child, .table-custom tbody tr td:first-child, .table-custom tbody tr td:nth-last-child(2), .table-custom tfoot tr td:last-child, .table-custom tfoot tr td:first-child, .table-custom tfoot tr td:nth-last-child(2) {
  text-align: center;
}
.table-custom .td-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.table-custom.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d9f5ff;
  --bs-table-accent-bg: transparent;
}

/*--------------------------------------------------------------
           Pages
--------------------------------------------------------------*/
.main-content {
  position: relative;
  padding: 80px 0;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
  padding: 12px 0;
  color: var(--thm-black);
}
.content-wrapper h3 {
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0 0 16px;
}
.content-wrapper h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--thm-base);
  padding: 0px 0 8px;
}
.content-wrapper h5 {
  font-size: 1.25rem;
  line-height: 2rem;
}
.content-wrapper ul > li {
  font-size: 1rem;
  line-height: 1.5rem;
  list-style: none;
  margin-bottom: 8px;
  padding-left: 26px;
  position: relative;
  text-align: justify;
}
.content-wrapper ul > li::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
  transform: rotate(-90deg);
  color: var(--thm-base);
  display: block;
}
.content-wrapper ol > li {
  list-style: decimal;
  margin-inline-start: 25px;
  text-align: justify;
}
.content-wrapper .cw-title-area {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 14px;
}
.content-wrapper .cw-title-area .cw-title {
  font-size: 1.13em;
  line-height: 1.62rem;
  font-weight: 600;
  color: var(--theme-black-200);
}
.content-wrapper p + h4, .content-wrapper ol + h4, .content-wrapper ul + h4 {
  padding: 20px 0 8px;
}
.content-wrapper p {
  text-align: justify;
}
.content-wrapper.objectives-list-wrapper ul li::before {
  display: block;
}

.objectives-list-wrapper .obj-box-area {
  padding-top: 30px;
}
.objectives-list-wrapper .obj-box-holder .services-style1__single-content {
  border-radius: 0;
}
.objectives-list-wrapper .obj-box-holder .services-style1__single {
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
}

.video-gallery-area .portfolio-style-holder {
  padding: 15px;
}
.video-gallery-area .portfolio-style1__single-img {
  border-radius: 15px;
}
.video-gallery-area .portfolio-style1__single-img .img-media {
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-listing-area {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--thm-border-bottom);
}
.menu-listing-area:last-child {
  margin-bottom: 0;
  border: none;
}
.menu-listing-area .ml-title {
  font-size: 1.62rem;
  line-height: 2.25rem;
  color: var(--thm-heading-text);
}
.menu-listing-area > .content-list {
  margin-inline-start: 0;
}
.menu-listing-area .has-child ul {
  margin-left: 20px;
}

.contact-area {
  padding-bottom: 0;
}
.contact-area .contact-info-area {
  margin-bottom: 50px;
}
.contact-area .contact-info-area > .row {
  margin-bottom: 40px;
}
.contact-area .contact-info-area > .row:last-child {
  margin-bottom: 0;
}
.contact-area .contact-page__content .title-box h4 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.contact-area .contact-page__contact-info {
  display: block;
  text-align: center;
  padding: 30px 15px;
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.125);
  cursor: pointer;
  transition: all 0.5s ease-in;
}
.contact-area .contact-page__contact-info:last-child {
  box-shadow: none;
}
.contact-area .contact-page__contact-info .cn-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contact-area .contact-page__contact-info .cn-info-title .text-box {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--thm-base);
}
.contact-area .contact-page__contact-info .cn-info-details {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  min-height: 48px;
  color: var(--thm-gray);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-area .contact-page__contact-info .cn-info-details a {
  color: var(--thm-gray);
}
.contact-area .contact-page__contact-info .cn-info-details a:hover {
  color: #fff;
}
.contact-area .contact-page__contact-info .cn-info-details p {
  text-align: center;
}
.contact-area .contact-page__contact-info .icon-box svg {
  width: 20px;
  height: 20px;
}
.contact-area .contact-page__contact-info .icon-box svg path {
  fill: var(--thm-base);
}
.contact-area .contact-page__contact-info:hover {
  border-radius: 8px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.125);
  background-color: var(--thm-base);
}
.contact-area .contact-page__contact-info:hover .cn-info-title .text-box {
  color: #fff;
}
.contact-area .contact-page__contact-info:hover .cn-info-details {
  color: #fff;
}
.contact-area .contact-page__contact-info:hover .cn-info-details a {
  color: #ffffff;
}
.contact-area .contact-page__contact-info:hover .icon-box svg path {
  fill: #ffffff;
}
.contact-area .google-map {
  display: flex;
}
.contact-area .google-map iframe {
  width: 100%;
  height: 450px;
}
.contact-area .con-detail-holder {
  margin-bottom: 40px;
}
.contact-area .cd-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #181818;
  background-color: #fff2e0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 14px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
           1
--------------------------------------------------------------*/
.custom-modal .modal-dialog {
  height: 80vh;
}
.custom-modal .btn-close {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: none;
  opacity: 0.8;
  z-index: 1555;
}
.custom-modal .btn-close svg {
  height: 16px;
  width: 16px;
}
.custom-modal .btn-close svg path {
  fill: rgba(0, 0, 0, 0.8);
}
.custom-modal .btn-close:hover {
  background: var(--thm-base);
}
.custom-modal .btn-close:hover svg path {
  fill: #fff;
}
.custom-modal .modal-body img {
  max-width: 80%;
}

.modal-backdrop.show {
  opacity: 0.7;
}

/*--------------------------------------------------------------
           Responsive Stylesheet
--------------------------------------------------------------*/
.pagination-area {
  margin-top: 50px;
}
.pagination-area .pagination {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: left;
  margin-inline-end: 0;
}
.pagination-area .pagination li {
  border: 1px solid #eee;
  padding: 0;
  height: 100%;
}
.pagination-area .pagination li::before {
  display: none;
}
.pagination-area .pagination li.active button {
  color: #fff;
  background-color: #ff7a0c;
}
.pagination-area .pagination li.active button:hover {
  background-color: #ff7a0c;
}
.pagination-area .pagination li span, .pagination-area .pagination li a, .pagination-area .pagination li button {
  font-size: 20px;
  line-height: 28px;
  padding: 8px 20px;
  display: inline-block;
}
.pagination-area .pagination li span.active, .pagination-area .pagination li a.active, .pagination-area .pagination li button.active {
  color: #fff;
  background-color: #ff7a0c;
}
.pagination-area .pagination li a, .pagination-area .pagination li button {
  padding: 8px 20px;
  color: #ff7a0c;
}
.pagination-area .pagination li a:hover, .pagination-area .pagination li button:hover {
  background-color: #ffeedf;
}
.pagination-area .pagination li:before {
  display: none;
}

/*--------------------------------------------------------------
           Responsive Stylesheet
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .dign-boxes .features-style2__single:nth-child(2), .dign-boxes .features-style2__single:nth-child(3), .dign-boxes .features-style2__single:nth-child(4) {
    margin-top: -50px;
  }
}
@media (min-width: 576px) {
  .header-info-wrapper .header-title h1 {
    font-size: 26px;
    line-height: 34px;
  }
  html[lang=mr] .header-info-wrapper .header-title h1 {
    font-size: 1.62rem;
    line-height: 2.25rem;
  }
  .sc-area.main-slider.main-slider-one--two .auto-container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sc-notification-area {
    width: 85%;
  }
  .about-box .about-style2__img {
    margin-left: 0;
  }
  .about-box .about-style2__img .inner.v-inner {
    height: 400px;
  }
  .dign-boxes .features-style2__single-icon {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .header-info-wrapper .header-title h1 {
    font-size: 1.62rem;
    line-height: 2.25rem;
  }
  html[lang=mr] .header-info-wrapper .header-title h1 {
    font-size: 1.62rem;
    line-height: 2.25rem;
  }
  .sc-notification-area {
    right: 0;
    left: 2%;
    width: 600px;
  }
  .announce-box .instant-services-style1__content-bottom {
    padding: 50px;
  }
  .announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder {
    padding-bottom: 10px;
  }
  .announce-box .instant-services-style1__content-bottom-single .list-style .ls-holder .text {
    flex-direction: row;
  }
  .dign-boxes .features-style2__single-content {
    margin-top: 34px;
  }
  .dign-boxes .features-style2__single-content h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .dign-boxes .features-style2__single-content p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .list-style-alt .ls-holder .ls-link {
    flex-direction: row;
    padding-bottom: 12px;
  }
  .list-style-alt .ls-holder .ls-link .icon {
    display: inline-block;
  }
  .list-style-alt .ls-holder .badge {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .main-menu-top .row > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-menu-top .mt-right {
    justify-content: flex-end;
  }
  .main-menu-top .mt-list-wrapper .mt-list li > a.btn-link {
    padding: 8px 22px;
  }
  .header-info-wrapper {
    order: 2;
    padding-top: 0;
  }
  .header-info-wrapper .header-title h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  html[lang=mr] .header-info-wrapper .header-title h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .logo-box-two {
    order: 3;
  }
  .custom-header .main-menu-one--two .logo-box-one .logo-box-one__bg {
    display: block;
  }
  .box-accessibility {
    gap: 14px;
    justify-content: flex-start;
  }
  .navbar.navbar-custom .navbar-collapse {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
  }
  .sc-area.main-slider.main-slider-one--two {
    padding-bottom: 0;
  }
  .sc-area .main-slider-one__content .title h2 {
    font-size: 3.12rem;
    line-height: 3.75rem;
    text-align: left;
  }
  .sc-area .main-slider-one__content .text p, .sc-area .main-slider-one__content .btn-box {
    text-align: left;
  }
  .sc-notification-area {
    position: absolute;
    right: 2%;
    left: auto;
    top: 50%;
    bottom: 10%;
    z-index: 5;
    transform: translateY(-110%);
    width: 40%;
  }
  .about-box .row [class*=col-]:first-child {
    margin-bottom: 0px;
  }
  .about-box .about-style2__img {
    margin-left: 0;
  }
  .about-box .about-style2__img .inner.v-inner {
    height: 500px;
  }
  .about-box .about-style2__experience-box {
    left: 0;
  }
  .box-media .box-media-wrapper {
    margin-bottom: 0px;
  }
  .box-media .s-feeds-area {
    padding: 0 20px;
  }
  .dign-boxes .bg-image {
    display: block;
  }
  .dign-boxes .dign-bx-desc {
    padding-right: 30px;
    padding-top: 40px;
  }
  .dign-boxes .dign-bx-area {
    gap: 0;
  }
  .announcement-ticker-wrapper .at-title {
    height: 76px;
  }
  .announcement-ticker-wrapper .at-swiper {
    min-height: 76px;
  }
  .announcement-ticker-wrapper .at-swiper .ls-holder {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .menu-wrapper {
    display: none;
  }
  .custom-header .main-menu-one--two .auto-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu-top .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-accessibility .header-links-left button {
    padding: 6px 12px;
  }
  .sc-area .main-slider-one__content .title h2 {
    font-size: 3.75rem;
    line-height: 4.75rem;
  }
  .sc-area.main-slider.main-slider-one--two .auto-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc-notification-area {
    right: 2%;
    width: 450px;
  }
  .about-box .row [class*=col-]:first-child {
    margin-bottom: 0px;
  }
  .about-box .about-style2__experience-box {
    left: -110px;
  }
  .box-media .box-media-wrapper {
    margin-bottom: 0px;
  }
  .box-media .s-feeds-area {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) {
  .sc-area .main-slider-one__content .title h2 {
    font-size: 4.75rem;
    line-height: 6.75rem;
  }
  .sc-notification-area {
    right: 5%;
    width: 600px;
    transform: translateY(-100%);
  }
}
@media (min-width: 1500px) {
  .sc-notification-area {
    right: 10%;
  }
  .dign-boxes .dign-bx-desc {
    padding-right: 60px;
  }
  .announcement-ticker-wrapper .at-swiper .ls-holder {
    width: auto;
  }
}/*# sourceMappingURL=main.css.map */