@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


:root {
  --primary-color: #721319;
  --secondary-color: #F4A61E;
  --head-dark: #27292B;
  --text-dark: #4d4d4d;
  --white: #FFFFFF;
  --bg-color: #F1F2EF;
  --black: #000000;
  --transition: all 0.3s ease-in-out;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

html {
  scroll-behavior: smooth;
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Lato", sans-serif;
  background: var(--white);
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative;
  letter-spacing: 0.3px;
}

body {
  background: url(../images/vertical-line-bg.svg);
  z-index: -1;
}


::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: var(--black);
  opacity: 1
}

:-ms-input-placeholder {
  color: var(--black);
  opacity: 1
}

a {
  color: var(--text-dark);
  text-decoration: none
}

a:hover {
  color: var(--text-dark);
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--head-dark);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

p {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  margin-bottom: 15px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid rgb(70 70 70 / .3);
  width: 100%;
  display: block;
  color: var(--text-dark);
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}


section {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.inner-sections {
  padding: 60px 0;
}

.culture-sections {
  margin-bottom: 60px;
}

.btn {
  height: auto;
  background-color: var(--secondary-color) !important;
  cursor: pointer !important;
  margin: 0;
  position: relative !important;
  display: inline-block !important;
  font-size: 20px !important;
  font-weight: 500;
  text-transform: capitalize;
  top: 0;
  left: 0;
  width: auto;
  padding: 10px 30px !important;
  transition: 0.3s;
  color: var(--head-dark);
  border: 1px solid var(--head-dark) !important;
  margin-right: 23px;
  border-radius: 45px;
  line-height: 1.3;
}

.btn.btn-second {
  background-color: var(--white) !important;
  color: var(--head-dark) !important;
  border: 1px solid var(--head-dark) !important;
}

.btn:hover {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
  border: 1px solid var(--primary-color) !important;

}

.btn:hover input[type="submit"] {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
  border: 1px solid var(--primary-color) !important;

}

.btn svg path {
  fill: var(--white) !important;
}

.btn:hover svg path {
  fill: var(--primary-color) !important;
}

.red-text {
  color: #ef171b;
  font-weight: 700;
  font-size: 60px;
}




.top-bar {
  background: var(--primary-color);
  background: linear-gradient(136deg, rgba(115, 19, 26, 1) 7%, rgba(244, 166, 30, 1) 100%);
  color: var(--white);
}

.top-bar-content {
  padding: 4px;
}

.top-bar-content p {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar {
  position: fixed;
  /* background-color: var(--white); */
  padding: 10px 0;
  z-index: 9;
  width: 100%;
  transition: all 0.4s ease-in-out;
  backdrop-filter: blur(10px);
}

.scrolled {
  position: fixed;
  top: 0;
  background-color: var(--white);
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  box-shadow: -1px 3px 25px #c4c4c4;
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
  width: 100%;
  max-width: 80%;
}

.arrow-icon.active path {
  fill: var(--text-dark) !important;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: var(--head-dark)
}

.navbar .navbar-nav.sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar .container-fluid {
  padding: 0px 90px;
}

.navbar.scrolled .container-fluid {
  padding: 5px 80px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 600 !important;
  color: var(--white);
  opacity: 1;
  margin: 0 16px;
  cursor: pointer;
  text-transform: capitalize;
  ;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--secondary-color) !important;
  font-weight: 800;
}

.navbar-brand {
  width: 100%;
  max-width: 22%
}

.navbar-brand img {
  width: 100%;
  max-width: 75%
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.nav-link.active {
  color: #000000 !important;
  font-weight: 900 !important;
}

.banner-content {
  /* opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%; */
  margin: auto;
  text-align: justify;
  margin-top: 22px;
}

.our-story {
  opacity: 1;
  position: absolute;
  left: auto;
  top: -10%;
  margin: auto;
  text-align: justify;
  z-index: -1;
  text-transform: uppercase;
  right: auto;
  text-align: center;
  margin: auto;
  width: 100%;
}

.our-story h2 {
  font-size: 8vw;
  color: #a0192b1b;
  text-transform: uppercase;
  /* content: attr(data-content); */
  /* font-size: 200px; */
  font-weight: 700;
  color: #700f1c00;
  line-height: 1;
  -webkit-text-stroke: 1px #700f1c30;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

.banner-info {
  /* position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
  /* mix-blend-mode: difference; */
  z-index: 9;
}

.banner-info h1 {
  color: var(--secondary-color);
  font-size: 4vw;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  /* mix-blend-mode: difference; */
  transition: width 0.5s ease-in-out;
}

.banner-wrapper {
  position: relative;
}

.banner-item {
  text-align: center;
}

.banner-item img {
  height: 100%;
  /* transform: scale(0.8); */
  z-index: -1;
  mix-blend-mode: color-burn;
  border-radius: 20px;
  margin-bottom: 40px;
  width: 72%;
  margin: auto;
  text-align: center;
}



.hp-brands {
  height: 100vh;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 216rem
}

@media (orientation: landscape) and (min-width: 451px) and (max-width: 925px) {
  .hp-brands {
    height: 100%;
    margin-bottom: var(--spacer-140--mobile)
  }
}

@media (max-width: 500px) {
  .hp-brands {
    height: 100%;
    margin-bottom: var(--spacer-140--mobile)
  }
}

.hp-brands__holder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.hp-brands__wrapper {
  z-index: 1;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50vw
}

.hp-brands__wrapper .marquee {
  position: absolute;
  left: -50vw;
  top: 30%;
  height: 100%
}

.hp-brands__wrapper .marquee__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.hp-brands__wrapper .marquee__sub-title {
  padding-top: 22rem
}

@media (max-width: 915px) {
  .hp-brands__wrapper .marquee__sub-title {
    padding-top: 5rem
  }
}




.hero-marquee {
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 15px;
}

.marquee {
  font-size: 0;
}

.clipped-text {
  display: inline-block;
  font-size: 60px;
  margin-right: 50px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.clipped-text b {
  margin-left: 30px;
}


.mission-item span {
  margin: 0 0 0px;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
  color: var(--primary-color);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

.mission-content {
  margin-left: 28px;
}

.mission-item h5 {
  margin: 0 0 10px 0;
  font-size: 30px;
  color: var(--primary-color);
}

.mission-icon {
  text-align: right;
}

.mission-icon svg {
  opacity: 0.4;
}

.mission-wrapper .row {
  align-items: center;
  border-bottom: 2px dotted #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.mission-wrapper .row:last-child {
  border-bottom: unset;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


.dsn-fill.color-light span.word {
  -webkit-text-fill-color: rgba(255, 255, 255, var(--opacity, 0.1));
}

.dsn-fill:not(.color-light) span.word {
  -webkit-text-fill-color: rgba(0, 0, 0, var(--opacity, 0.1));
}

.dsn-fill span.word {
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--heading-color), var(--heading-color));
  background-size: 0 100%;
}

.active-v-scroll .grid-item .box-content {
  position: relative;
  width: 100%;
}

.work-scroll .dsn-posts .dsn-item-post .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 20px;
  border-radius: 5px;
}

.dsn-swiper-parallax-transform {
  transition-property: opacity, transform, visibility;
}

.work-scroll .dsn-posts .dsn-item-post .img-cat .box-image-bg {
  height: 80vh;
}

.cover-bg-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.work-scroll .dsn-posts .dsn-item-post .post-info {
  flex-wrap: wrap;
  gap: 10px;
}

.title-block {
  letter-spacing: 2px;
  font-size: 22px;
}

.work-scroll .dsn-posts .dsn-item-post .post-content .cat {
  padding: 0;
}

.dsn-btn-shape {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.work-scroll .dsn-posts .dsn-item-post .dsn-btn-shape {
  justify-self: flex-end;
}

.active-v-scroll .grid-item:not(:last-child) {
  height: 100vh;
}

.active-v-scroll .grid-item {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}

.work-scroll .dsn-posts .dsn-item-post {
  border-radius: 15px;
}






/* section.blank:nth-of-type(odd) {
background-color: #f0f0f0;
}

section.blank:nth-of-type(even) {
background-color: #ffffff;
} */



.heading {
  margin-bottom: 30px;
}

.heading h2 {
  font-size: 56px;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--primary-color);
}

.heading span,
.why-choose-content span {
  font-size: 22px;
  color: var(--secondary-color);
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}

.heading h2 span {
  font-size: 56px;
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-transform: capitalize;
  color: var(--secondary-color);
}

.sub-get-in-touch-img-home .heading h2 {
  line-height: 1;
  margin-bottom: 30px;
}

.sub-get-in-touch-img-home .heading p {
  width: 100%;
  max-width: 75%;
  line-height: 1.5;
}

.sub-get-in-touch-img-home .heading p a {
  color: rgb(129, 31, 233);
  font-weight: 700;
}

section.horizontal,
.horizontal-section {
  overflow-x: hidden;
  background-color: rgb(250 250 250);
}

section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  height: 70vh;
}


section.horizontal .item {
  position: relative;
  padding: 50px 20px;
  flex: 0 0 600px;
  height: calc(100vh - 0px);
  display: flex;
  align-items: center;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  background-color: transparent;
  flex-direction: column;
}

section.horizontal .item img {
  width: 100%;
  border-radius: 5%;
}

section.horizontal .item p {
  position: relative;
  /* display: flex;
  align-items: center; */
  line-height: 1.7;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  /* border-right: 1px solid rgba(0, 0, 0, 0.06); */
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

section.horizontal .item h5 {
  text-align: start;
  margin: 0;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 6px;
  margin-top: 2px;
}

section.horizontal .item:before {
  position: absolute;
  font-size: 180px;
  opacity: .13;
  font-weight: bolder;
  z-index: 1;
  -webkit-transform: translate(-30px, -50px);
  transform: translate(-30px, -50px);
  line-height: 1;
  left: 2%;
  top: 5%;
}

.h-500 {
  height: 405px;
  object-fit: cover;
}



section.horizontal .animation-wrap.to-right {
  counter-reset: item;
  float: left;
}

section.horizontal .animation-wrap.to-left {
  counter-reset: item 11;
  float: right;
}

section.horizontal .animation-wrap.to-right .item:before {
  counter-increment: item;
  content: counter(item);
}

section.horizontal .animation-wrap.to-left .item:before {
  counter-increment: item -1;
  content: counter(item);
}



section.horizontal .animation-wrap .item:nth-child(2n+2) {
  align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n+4) {
  align-items: flex-end;
}


.panel-manufacturing ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.panel-manufacturing ul li span {
  margin-right: 12px;
}

.panel-manufacturing ul li span img {
  width: 30px;
}

.main-banner-item img {
  width: 100%;
}

.panel-manufacturing ul li p {
  margin: 0;
  font-size: 22px;
  color: var(--head-dark);
}

.why-choose-content {
  padding: 70px 0;
}



.why-choose-content h2 {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: bolder;
}

.why-choose-content p {
  font-family: 21px;
}

.why-chosse-img img {
  width: 100%;
  max-width: 90%;
}

.application-item {
  margin-bottom: 15px;
  border-radius: 0;
  position: relative;
}

.application-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to top, rgb(0 0 0), rgb(224 224 224 / 0%));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  backdrop-filter: blur(3px);
  padding: 10px;
}

.application-info p {
  font-size: 25px;
  margin: 0;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.4px;

}

.application-section {
  background-color: #f7f7f7;
  background-image: url(../images/industries/industries.jpg);
}

.work-process-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.full-video {
  width: 80%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}


/* .application-wrapper .row {
  transform: scale(0.4);
} */

.electrify-call .contact-code {
  background: linear-gradient(to right, #2c0008, #9b0d1a);
  color: var(--white);
  display: inline-flex !important;
  align-items: center;
}

.electrify-call .contact-code:hover span {
  color: var(--white);
}

.electrify-call svg {
  fill: var(--white);
}

.electrify-call .contact-code:hover svg {
  fill: var(--white);
}

.electrify-item h2 {
  font-size: 68px;
  color: var(--head-dark);
  margin-bottom: 25px;
  line-height: 1.2;
  text-align: center;
}

.electrify-section .electrify-items {
  padding: 40px;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--primary-color);
  background: linear-gradient(to right, #ffffff1f, #9b0d1927, #ffffff42);
}








.v-dark,
.v-light {
  background-color: #171717;
  color: #d9d9d9;
}

.dsn-btn {
  position: relative;
  text-align: center;
}

.dsn-btn-shape {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.dsn-btn-shape .button {
  position: relative;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  height: 40px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.dsn-btn .title-btn {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
}

.dsn-btn .title-btn,
.dsn-btn .dsn-icon {
  z-index: 2;
}

.dsn-btn .title-btn[data-animate-text] {
  overflow: hidden;
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
  transform-origin: 0 center;
}

.dsn-btn .title-btn[data-animate-text]:before {
  position: absolute;
  content: attr(data-animate-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateZ(7deg);
  opacity: 0;
}

.dsn-btn-shape .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}

.background-main {
  background-color: #111111;
}

.dsn-btn-shape .icon svg {
  fill: #000;
  width: 12px;
  height: 12px;
}

.d-grid:not(.dsn-isotope) {
  display: grid;
}

.d-grid.custom-width {
  grid-template-columns: auto 73%;
}

.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.d-grid:not(.dsn-isotope):not(.align-items-center, .align-items-end) {
  align-items: stretch;
}

.title-block {
  letter-spacing: 2px;
  font-size: 22px;
}

.title-lg {
  color: var(--white);
}

@media only screen and (min-width: 992px) {
  .title-lg {
    font-size: 120px;
    line-height: 130px;
    text-transform: uppercase;
  }
}

.text-upper {
  text-transform: uppercase;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}

.bottom-box {
  margin-top: 40px;
}

.bottom-box .title-block {
  color: #fff;
}

.bottom-box p {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.footer .marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.footer .marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 24s linear infinite;
  animation: marquee 24s linear infinite;
  font-size: 173px;
  font-family: "Gravitas One", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-top: -22px;
}

.footer .logo-wrap {
  background-color: #ffffff;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  position: relative;
  top: -62px;

}

.footer .logo-wrap .logo {
  justify-content: center;
  align-items: center;
  width: 185px;
}

.footer .logo-wrap .shape-one,
.footer .logo-wrap .shape-two {
  position: absolute;
  top: 0;
}

.footer .logo-wrap .shape-one path,
.footer .logo-wrap .shape-two path {
  fill: #ffffff;
}

.footer .logo-wrap .shape-one {
  left: -30px;
}

.footer .logo-wrap .shape-two.shape-two {
  right: -30px;
}

.circle-after.circle-before.circle-both-before {
  padding-left: 30px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
}

.widget-title .circle-after.circle-before.circle-both-before {
  font-size: 30px;
}

.circle-before:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
}

.circle-after:after,
.circle-before:before {
  background-color: #fff;
}

.circle-after:after,
.circle-before:before {
  border-radius: 50%;
}

.circle-before:before {
  left: 0;
}

.circle-after.circle-before.circle-both-before:after {
  right: auto;
  left: 10px;
}

.footer .footer-links ul li {
  font-size: 14px;
}

.footer .footer-links ul li {
  margin-bottom: 10px;
}

.footer .copyright {
  padding: 30px 0;
}

.copyright p {
  margin: 0;
  color: #fff;
}

.copyright p span a {
  margin: 0;
  color: #ffffff;
}

.text-upper a,
.col-contact p,
.text-upper a,
.col-contact p a {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}

ul.address p,
.widget-title h3 {
  color: #fff;
}

ul.address li span {
  margin-top: 6px;
  padding: 10px;
  background-color: #030200;
  border-radius: 5px;
  margin-right: 13px;
  display: inline-block;
  height: max-content;
  box-shadow: 3px 3px 4px 2px #656565;
}

ul.address li {
  display: flex;
}

.newsletter-widget {
  margin-bottom: 30px;
}

.footer-all-links {
  margin-top: 44px;
  padding-top: 50px;
  border-top: 1px solid #464646;
}

.dsn-btn:hover .title-btn[data-animate-text]>span {
  transform: rotateZ(-7deg);
  opacity: 0;
}

.dsn-btn:hover .title-btn[data-animate-text]:before {
  transform: none;
  opacity: 1;
}

.dsn-default-btn .dsn-btn .dsn-icon {
  padding: 7px 17px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsn-default-btn .dsn-btn .dsn-icon.no-padding {
  padding: 0;
}

.footer .copyright .dsn-default-btn .dsn-icon {
  rotate: 180deg;
}

.dsn-btn .btn-icon-left {
  margin-right: 10px;
}

.dsn-icon svg,
.dsn-icon svg path {
  fill: #fff;
}

.dsn-icon svg {
  width: 20px;
  height: 20px;
}

ul.servicing-list li {
  list-style-type: disclosure-closed;
  line-height: 1.6;
  font-size: 20px;
  list-style-position: inside;
  margin-bottom: 8px;
}

.servicing-types-section h4 {
  font-size: 30px;
  text-transform: capitalize;
  color: #890707;
}

.servicing-types-section h4::before {
  left: 0 !important;
  width: 65px;
  bottom: -1px;
  top: auto;
  position: absolute;
  content: "";
  background-color: #890707;
  padding: 2px;
  border-radius: 4px;

}

.products-details-img img {
  width: 100%;
}

.contact-map iframe {
  width: 100%;
}

.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}

.footer-whatsapp-left.mail {
  margin: 0 20px 230px 0;
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 165px 0;
  z-index: 999999;
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.mobile-footer-social-icon-main {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer-whatsapp-call {
    display: none;
  }

  .mobile-footer-social-icon-main {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .mobile-footer-social-icon {
    width: 33%;
    display: inline-block;
    text-align: center;
  }

 .book-app, .mobile-footer-social-icon {
    width: 100%;
    padding: 18px 10px;
    float: left;
    line-height: 1.2;
    text-align: center;
    max-height: auto;
}
  .mobile-footer-social-icon:nth-child(2){
    background-color: var(--secondary-color);
  }

  .book-app a, .mobile-footer-social-icon a {
    font-size: 15px;
    color: #fff;
  }

  .footer-box , .mobile-footer-social-icon-main{
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer{
    margin-bottom: 50px;
  }
}

.contacr-bottom-info h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0px;
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
  margin-top: 7px;
}

.contacr-bottom-info p {
  margin: 0;
}

footer {
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0 0px;
  background-size: cover;
  background-color: #000;
  padding-top: 60px;
}

.footer-items .footer-item:first-child {
  border-bottom: 1px solid #424242;
}

.footer-items .footer-item:last-child {
  margin-top: 40px;
}

.footer-logo {
  margin: 0px 0 50px;
  width: 100%;
  max-width: 200px;
}

.footer-heading h5 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
}

.footer-heading p {
  color: #ffffff;
}

.footer-list {
  padding-left: 94px;
}

.footer-list ul li a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  transition: all 0.7s;
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.footer-since {
  font-size: 45px;
  font-weight: 700;
  -webkit-text-stroke: 1px #ffffff !important;
  -webkit-text-fill-color: #ffffff00;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.footer-list ul li a svg {
  position: absolute;
  top: 10%;
  right: auto;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  left: 0;
  transition: all 0.5s ease;
  transform: translateX(-30px);
}

.footer-list ul li a:hover {
  padding-left: 30px !important;
  color: #ffffff;
  font-weight: 700;
}

.footer-list ul li a:hover svg {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.footer-social-icon span {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #000;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon svg {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.footer-widget .btn {
  background: #8fb64e36;
  color: #8fb64e;
  font-weight: 600;
}

.footer-widget .footer-social-icon:has(a svg:hover) a svg:not(:hover) {
  filter: blur(2px);
  transform: translateY(15px);
}



.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f0f0f0;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background-color: black;
  transition: all 0.3s ease;
  background: rgb(137, 7, 7);
  background: linear-gradient(90deg, rgba(137, 7, 7, 1) 0%, rgba(0, 0, 0, 1) 100%);
}


.progress-circle-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-circle {
  width: 65px;
  height: 65px;
}

.progress-circle-bar {
  fill: none;
  stroke: #890707;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
  fill: transparent;
  stroke: #ededed;
  stroke-width: 5;
  stroke-dasharray: none;
}


.scroll-to-top {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #890707;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.scroll-to-top svg {
  display: block;
  width: 30px;
  height: 30px;
  stroke: white;
  transition: all 0.1s ease;
}

.servicing-parts {
  overflow: visible;
}

#one-roof {
  position: absolute;
  top: -10%;
  left: 0;
  width: 12%;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* .inner-header-banner{
  background-color: var(--primary-color);
  padding: 140px;
} */

.header-banner-content {
  position: absolute;
  top: auto;
  bottom: 18%;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
}

.inner-banner-div .header-banner {
  overflow: hidden;
}

@keyframes scaleBanner {
  0% {
    transform: scale(10.35s);
  }

  100% {
    transform: scale(1);
  }
}

.header-banner img {
  animation: scaleBanner 4s ease-in-out 1s forwards;
  transform: scale(1.3);
  height: 650px;
  object-fit: cover;
}

.header-banner-content h2 {
  font-size: calc(5vw + 15px);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgb(0 0 0 / .25);
  text-transform: capitalize;
  color: #fff;
  text-align: left;
}

.header-banner {
  overflow: hidden;
}

.inner-main-contents {
  margin-top: 20px;
}

.inner-contents {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(to right, #f4e7e9, #00000000);
  height: 100%;

  margin-bottom: 20px;
}

.inner-contents h4 {
  margin-bottom: 10px;
  font-size: 30px;
  margin-top: 10px;
}

.shape-image-animation {
  position: absolute;
  bottom: 0;
  left: 0;
}

.shape-image-animation svg {
  height: auto;
  width: auto;
}

/* .factsheet {
  background-color: #fffcfc;
} */

.fact-card {
  text-align: center;
  border-radius: 20px;
  transition: var(--transition);
  background-color: var(--white);
  margin-bottom: 20px;
}

.fact-icon {
  margin-bottom: 10px;
}

.fact-icon i {
  font-size: 50px;
}

.fact-card h5 {
  font-size: 24px;
  margin-bottom: 5px;
}

.fact-card p {
  text-align: center;
}

.progress {
  background-color: #d8d8d8;
  border-radius: 20px;
  position: relative;
  margin: 15px 0;
  height: 20px;
  width: 100%;
}

.progress-done {
  background: linear-gradient(to left, #f1a940, #a0182a);
  box-shadow: 0 3px 3px -5px #a0182a, 0 2px 5px #f1a940;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
  font-size: 13px;
}

.fact-card:hover {
  background-color: #fff;
  box-shadow: 10px 10px 20px grey;
}

.team-title h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.team-title p {
  text-align: justify;
}

.factsheet .heading span {
  margin-bottom: 5px;
  display: block;
  color: var(--white);
}

.factsheet .heading h2 {
  margin-bottom: 14px;
  display: block;
  line-height: 1.2;
  color: var(--white);
}

.factsheet .heading p {
  margin-bottom: 15px;
  text-align: justify;
  color: var(--white);
}

.img-bg {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  z-index: -1;
  object-fit: cover;
}

.product-box img {
  border-radius: 20px;
}

.inner-product-item {
  position: relative;
  margin-bottom: 20px;
  margin: 30px;
}

.inner-product-item img {
  width: 100%;
}

.inner-products-info {
  width: 85%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 2px 10px #d1d1d161;
  padding: 22px 15px 18px;
  border-radius: 20px;
  margin-top: -12%;
  z-index: 9;
  position: relative;
  height: 100%;
  text-align: center;
  background: linear-gradient(to right, #fff0f2, #fdf6ed);
}

.inner-products-info::after,
.inner-products-info::before {
  content: "";
  position: absolute;
  right: 55px;
  width: 15px;
  height: 25px;
  border-radius: 0 0 20px 20px;
  top: 0px;
  background-color: var(--primary-color);
  box-shadow: 1px 0px 3px #11111117;
}

.inner-products-info::after {
  top: 0;
  right: auto;
  left: 55px;
}

.inner-products-info h3 {
  font-size: 28px;
  margin-bottom: 0px;
  text-align: center;
}

.inner-products-info p {
  margin-bottom: 7px;
  line-height: 1.4;
  font-size: 18px;
  text-align: center;
  display: none;
}

.go-links {
  position: absolute;
  top: 15px;
  left: 10px;
  transform: translateX(-10px);
  opacity: 0;
  transition: var(--transition);

}

.inner-product-item:hover .go-links {
  transform: translateX(0);
  transition: var(--transition);
  opacity: 1;
  animation: vibrate ease-out 1s infinite;
}



@keyframes vibrate {
  0% {
    left: -4px;
    right: -6px;
  }

  12.5% {
    left: 4px;
    right: 0px;
  }

  25.0% {
    left: 4px;
    right: 6px;
  }

  37.5% {
    left: 0px;
    right: -6px;
  }

  50.0% {
    left: 0px;
    right: 6px;
  }

  62.5% {
    left: 4px;
    right: -6px;
  }

  75.0% {
    left: 4px;
    right: 0;
  }

  87.5% {
    left: 2px;
    right: 6px;
  }

  100% {
    left: 0px;
    right: 6px;
  }
}

.breadcrumb {
  display: flex;
  box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.25rem;
  border-radius: 35px;
}

.breadcrumb-links {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

.breadcrumb-links>li:nth-child(n + 4) {
  display: none;
}

.breadcrumb-box {
  display: flex;
  align-items: center;
}

.breadcrumb-link {
  color: var(--text-dark);
}

.breadcrumb-box:hover>*:not(.breadcrumb-icon) {
  color: var(--white);
}

.breadcrumb-icon,
.breadcrumb-icon-home {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--white);
}

.breadcrumb-links li:first-child .breadcrumb-text {
  display: none;
}

.breadcrumb-text {
  margin-left: 1rem;
  font-size: 0.975rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--white);
}

.breadcrumb-text:hover,
.breadcrumb-text:focus,
.breadcrumb-text:active {
  color: var(--secondary-color) !important;
}

@media (min-width: 640px) {
  .breadcrumb-links>li:nth-child(n + 4) {
    display: block;
  }

  .breadcrumb-links li:first-child .breadcrumb-text {
    display: block;
  }
}

.breadcrumb {
  text-align: center;
  width: max-content;
  margin: 0;
  background-color: var(--primary-color);
}

.header-banner-content span {
  display: none;
}



.accordionWrapper {
  padding: 30px 30px 30px 0;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  margin: auto;
  box-shadow: 0 1.5em 85px 0 rgb(0 0 0 / .2);
  margin-bottom: 20px;
}

.accordionItem {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font: 400 14px / 1.1 "Roboto", sans-serif
}

.accordionItemHeading {
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 8px 18px;
  font-size: 20px;
  background: #b5495833;
  color: #000;
  width: 100%;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.accordionItemHeading a {
  color: #000000;
  letter-spacing: 0.7px;
}

.accordionItemHeading span {
  float: right;
  font-size: 25px
}

.close .accordionItemContent {
  height: 0;
  transition: height 1s ease-out;
  transform: scaleY(0);
  float: left;
  display: block
}

.open .accordionItemContent {
  padding: 0 10px 10px;
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.4s ease;
  box-sizing: border-box
}

.open .accordionItemHeading {
  margin: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0 20px 20px 0;
  color: #000
}

h3.accordion-title {
  text-align: center;
  font-size: 31px;
  letter-spacing: 1px
}

li.accordion-li {
  padding: 6px 15px;
  display: flex;
  align-items: flex-start;
  border-left: 2px solid #cbcbcb;
  margin: 0;
  transition: all 0.2s ease-in-out
}

li.accordion-li svg {
  display: none
}

li.accordion-li a {
  text-align: left;
  color: #000;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300 !important;
  letter-spacing: .75px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out
}

li.accordion-li:hover,
li.accordion-li.active {
  border-left: 5px solid #f1a537;
}

li.accordion-li:hover a,
li.accordion-li.active a {
  font-weight: 400 !important;
  font-size: 19px
}

.details-inner-content {
  margin-bottom: 30px;
}

.details-inner-content h6 {
  font-size: 25px;
  color: var(--secondary-color);
  line-height: 1.3;
  margin-bottom: 10px;
}

.details-inner-content-list-item h6 {
  /* font-size: 26px; */
  color: var(--primary-color);
  /* text-transform: capitalize; */
  /* letter-spacing: 0.7px; */
  font-size: 22px;
  line-height: 1.6;
  /* color: #fff; */
  text-align: left;
  /* text-transform: math-auto; */
  /* font-weight: 500; */
  margin-bottom: 15px;
  background: #f1a53729;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 10px;
  position: relative;
  border-radius: 0 30px 30px 0;
  letter-spacing: .7px;
  text-transform: capitalize;
  font-weight: 700;
}

.details-inner-content-list-item h6::after {
  content: "";
  position: absolute;
  border-width: 14px;
  border-style: solid;
  border-color: #f1a53729 #fff0 #fff0 #fff0;
  transition: transform 0.5s;
  bottom: -28px;
  left: 1px;
}

.details-item-content p {
  font-size: 17px;
  margin-bottom: 8px;
}

.sub-titles-text {
  font-size: 25px;
  color: var(--secondary-color);
  line-height: 1.3;
  margin-bottom: 10px;
}

.details-inner-content-list-item {
  margin-bottom: 35px;
}

.details-inner-content-list-item ul li {
  margin: 0px;
  overflow: hidden;
  text-align: left;
  color: var(--text-dark);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.57;
  margin-bottom: 10px;
  display: flex;
}

.details-inner-content-list-item ul li span {
  margin-right: 8px;
}

.details-inner-content-list-item ul li span svg {
  width: 18px;
  opacity: 0.2;
}

.details-inner-content-list-item ul li p {
  margin-bottom: 0;
}

/* .details-inner-content-list-item .key-features {
  font-size: 24px !important;
  color: var(--secondary-color);
  line-height: 1.3;
  margin-bottom: 10px;
} */

.details-img {
  margin-bottom: 20px;
}

.details-img img {
  border-radius: 20px;
  overflow: hidden;
}

.sticky-bar {
  position: sticky;
  position: -webkit-sticky;
  top: 0%;
}

.details-img {
  position: sticky;
  top: 0;
}

.details-item-title h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.details-item-title span {
  font-size: 15px;
  margin-bottom: 16px;
  color: var(--text-dark);
  display: block;
}
.panel-inner-item{
  margin-bottom: 22px;
}

@media screen and (min-width: 1340px) {
  .panel-inner-item {
    margin: 20px 40px;
  }
}

.panel-inner-content h3 {
  font-size: 33px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  margin: 0;
  margin-top: 2px;
}

.panel-inner-img {
  box-shadow: 4px 4px 6px #c7c7c7;
  border-radius: 30px;
  box-shadow: rgb(0 0 0 / 14%) 0px 4px 12px;
}

.panel-inner-img img {
  border-radius: 10px;
}

.portfolio-item {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 21px #d0d0d0;
}

.portfolio-info span {
  font-size: 15px;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  display: block;
}

.portfolio-info h3 {
  margin-bottom: 5px;
  font-size: 30px;
}

.portfolio-info p {
  font-size: 17px;
  /* color: var(--black); */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.portfolio-info {
  padding: 20px 25px;
}

.call-info h3 {
  text-align: center;
  margin: 0;
  font-size: 27px;
  margin-bottom: 6px;
  color: var(--primary-color);
}

.call-icon {
  display: none;
}

.call-item {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  height: 100%;
  background: linear-gradient(to right, #f9f8f8, #fffaf5);
  padding: 20px;
  box-shadow: 0px -4px 1px #9e1326;
}

.call-info p {
  text-align: center;
  margin: 0;
}

.contact-item {
  width: 100%;
  background: #f5f5f7;
  padding: 36px;
  border-radius: 50px;
}

.form-group.has-feedback {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  border-radius: 19px;
  border: 1px solid #e1e1e1e0;
  padding: 14px;
  box-shadow: 0px 0px 6px #ececec;
}
#index-form .form-control {
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    padding: 14px;
    box-shadow: unset;
    background-color: #fafafa;
    margin-top: 3px;
}

.contact-title h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: var(--primary-color);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

.contact-title h2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: var(--secondary-color);
}

.input[type="submit"] {
  color: var(--white);
  /* white text */
}

iframe {
  border-radius: 50px;
}


.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
  color: var(--white);
  background: var(--primary-color);
  padding: 10px;
  font-size: 16px;
  width: 52px;
  height: 52px;
  border-radius: 10px;
}

.banner-slider .swiper-button-next:after,
.banner-slider .swiper-rtl .swiper-button-prev:after,
.banner-slider .swiper-button-prev:after,
.banner-slider .swiper-rtl .swiper-button-next:after {
  font-size: 31px;
  padding: 10px;
}

.team-info {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.team-info img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.1;
}

/* .leader-items {
  margin: 80px 0;
} */

.leader-text {
  margin-bottom: 40px;
}

.leader-text p {
  font-size: 20px;
  line-height: 1.8;
  padding: 0 90px;
  text-align: center;
}

.leader-box {
  text-align: center;
}

.leader-profile {
  margin-bottom: 0px;
}

.leader-profile img {
  border-radius: 50%;
  overflow: hidden;
  width: 320px;
  height: 320px;
  box-shadow: -1px 0px 10px #eeeeee;
}

.leader-info h3 {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 28px;
}

.leader-info h4 {
  font-weight: 600;
  font-size: 26px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.leader-info p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 46px;
  text-align: center;
}

.form-group {
  margin-bottom: 1rem;
}

.sub-get-in-touch-home .form-group label {
  color: var(--head-dark);
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.sub-main-get-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  flex-direction: column;
}

.sub-get-in-touch-pt-pb {
  background-color: #fafafa;
  background-image: url(../images/bottom-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:1440px) {
  .sub-get-in-touch-pt-pb .container-fluid {
    padding: 0 12%;
  }
}

.pointer-event-all {
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.pointer-event-all .content {
  pointer-events: all;
  position: relative;
  z-index: 1;
  background: #0000004d;
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(16px);
}

.title-lg {
  margin: 0;
  text-align: center;
}

.dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.left-0 {
  z-index: -1;
  pointer-events: none;
}

.img-box-parallax {
  clip-path: circle(5% at 50% 50%);
  transition: clip-path 0.3s ease-out;
}

.cover-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dsn-btn-play {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(251, 251, 251, 0.18);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-color {
  color: var(--white);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 10px;
}

.title-lg {
  font-size: 6vw;
}

@media only screen and (min-width: 992px) {
  .title-lg {
    line-height: 130px;
  }
}

.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.d-grid:not(.dsn-isotope) {
  display: grid;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.z-index-1 {
  z-index: 1;
}

.scroll-container {
  height: 300vh;
  /* enough space to scroll */
  background: #111;
}

.section-wrapper {
  height: 200vh;
  /* height for animation area */
  position: relative;
}

.section-video {
  position: relative;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}


.modal-logo img {
  width: 100%;
  max-width: 50%;
  margin: auto;
  margin-bottom: 0px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-content a,
.modal-content span {
  color: var(--head-dark);
  font-size: 17px;
  font-weight: 500;
  display: inline-flex;
  padding: 15px 0 0 10px;
  width: 100%;
  align-items: center;
}

.modal-body .has-feedback {
  margin-bottom: 12px
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  color: #000000 !important;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.modal-header {
  background-color: var(--primary-color);
  color: #ffffff;
  text-align: center;
}

.modal-header h5 {
  color: #ffffff;
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 500
}

.modal-header .btn-close {
  margin: 0;
  filter: invert(1);
}

.modal-logo {
  padding: 10px 0px 10px;
}

.modal-body {
  padding: 0
}

label.error {
  color: red !important;
  font-weight: 400;
  font-size: 12px !important;
  text-transform: capitalize;
  position: absolute;
  bottom: -15px;
  left: 0;
}

label#captcha-error {
  left: 15px;
}



/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 180px 0;
  z-index: 999999;
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.heading-list {
  width: 100%;
  max-width: 75%;
}

.heading-list ul {
  margin-top: 40px;
}

.heading-list ul li {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0 20px;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.heading-list ul li p {
  margin: 0;
}
.heading-list ul li span{
  margin-right: 10px;
}
.heading-list ul li span img{
  width: 100%;
  max-width: 35px;
}

/* Footer Whatsapp & Call icon Left Right End */