
/*----------------------------------------*/
/* >> Template Sections
    5. About
    6. Animation
    7. Contact
    8. CTA
    9. Feature
   10. Footer
   11. Header
   12. Helping
   13. Hero
   14. MeanMenu
   15. News
   16. Preloader
   17. Project
   18. Propertie
   19. Section
   20. Service
   21. Team
   22. Testimonial
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
:root {
	
--balaji-blue: #373465;	
--balaji-green: #0f7a49;	
	
  --st-body: #fff;
  --st-black: #000;
  --st-white: #fff;
  --st-theme: #C2DF93;
  --st-theme2: #E3572D;
  --st-header: #16243E;
  --st-text: #555E72;
  --st-border: #FCFCFC;
  --st-bg: #FFF9F6;
  --st-bg2: #F4F4F4;
  --st-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: var(--st-white);
  font-family: "Manrope", sans-serif;
  padding: 15px 18px;
  transition: 500ms;
  background-color: var(--balaji-blue);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 9;
  /* color: var(--st-theme); */
}
.theme-btn::before {
  content: "";
  background-color: var(--balaji-green);
  border-radius: 100px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn:hover::before {
  transform: translate(0, 0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--st-text);
  background-color: var(--st-white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--st-white);
  outline: none;
}

input {
  color: var(--st-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--balaji-blue);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 72px;
  font-weight: 800;
  line-height: 112%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 117%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 134%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--balaji-blue);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.about-wrapper .about-image {
  max-width: 518px;
  position: relative;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    margin-left: 0;
    max-width: 1000px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .about-image-2 {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 9;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .about-image-2 {
    max-width: 150px;
  }
}
.about-wrapper .about-image .counter-box {
  position: absolute;
  writing-mode: vertical-rl;
  top: 50%;
  left: -100px;
  transform: translateY(-50%) rotate(180deg);
  display: grid;
  gap: 10px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .counter-box {
    display: none;
  }
}
.about-wrapper .about-image .counter-box h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 5px;
  color: var(--balaji-green);
}
.about-wrapper .about-image .counter-box p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--balaji-green);
}
.about-wrapper .about-image .bar-shape {
  width: 502px;
  height: 88px;
  background-color: var(--balaji-green);
  opacity: 0.56;
  display: inline-block;
  position: absolute;
  bottom: 73px;
  left: -100px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-image .bar-shape {
    bottom: 35px;
    left: -90px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .bar-shape {
    display: none;
  }
}
.about-wrapper .about-content h2{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
}
.about-wrapper .about-content h6 {
    color: var(--balaji-green);
    font-size: 20px;
    margin-bottom: 10px;
}
.about-wrapper .about-content .about-text {
  margin-bottom: 20px;
}

.about-wrapper .about-content .about-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-btn {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
  }
}
.about-wrapper .about-content .about-btn .call-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-wrapper .about-content .about-btn .call-info .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--balaji-green);
  border-radius: 50%;
  color: #fff;
}
.about-wrapper .about-content .about-btn .call-info .content span {
  display: inline-block;
  margin-bottom: 5px;
}

.about-section {
  position: relative;
  z-index: 9;
  background: #fff !important;
}
.about-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    max-width: 600px;
  }
}
.about-wrapper-2 .about-content .about-text {
  margin-top: 25px;
}
.about-wrapper-2 .about-content ul {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-content ul {
    margin-top: 30px;
    margin-top: 25px;
  }
}
.about-wrapper-2 .about-content ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-content ul li {
    display: grid;
  }
}
.about-wrapper-2 .about-content ul li .icon {
  border-radius: 8px;
  border: 1px solid rgba(204, 206, 213, 0.24);
  background: var(--st-white);
  max-width: 80px;
  width: 100%;
  height: 80px;
  line-height: 90px;
  text-align: center;
  font-size: 40px;
  color: var(--balaji-blue);
  transition: all 0.4s ease-in-out;
}
.about-wrapper-2 .about-content ul li .content h4 {
  margin-bottom: 5px;
}
.about-wrapper-2 .about-content ul li:not(:last-child) {
  margin-bottom: 25px;
}
.about-wrapper-2 .about-content ul li:hover .icon {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.about-wrapper-2 .about-image-items .about-image-1 {
  display: flex;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    display: block;
  }
}
.about-wrapper-2 .about-image-items .about-image-1 .thumb {
  max-width: 483px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 .thumb {
    max-width: 700px;
  }
}
.about-wrapper-2 .about-image-items .about-image-1 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px 0px;
}
.about-wrapper-2 .about-image-items .about-image-1 .counter-box {
  writing-mode: vertical-rl;
  display: grid;
  gap: 10px;
  transform: rotate(180deg);
  border-radius: 0px 0 0 16px;
  background: var(--balaji-green);
  padding: 20px 36px;
  height: 260px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 .counter-box {
    transform: rotate(0deg);
    writing-mode: initial;
    height: initial;
    margin-top: -20px;
  }
}
.about-wrapper-2 .about-image-items .about-image-1 .counter-box h2 {
  font-size: 40px;
  color: var(--st-white);
}
.about-wrapper-2 .about-image-items .about-image-1 .counter-box h4 {
  color: var(--st-white);
  font-weight: 600;
  opacity: 0.88;
}
.about-wrapper-2 .about-image-items .about-image-2 {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 {
    display: block;
  }
}
.about-wrapper-2 .about-image-items .about-image-2 .icon-box {
  background-color: var(--balaji-blue);
  padding: 43px 24px;
  display: inline-block;
  border-radius: 0px 0px 0px 16px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 .icon-box {
    display: block;
  }
}
.about-wrapper-2 .about-image-items .about-image-2 .icon-box .icon {
  border-radius: 8px;
  border: 1px solid rgba(204, 206, 213, 0.24);
  background: transparent;
  font-size: 40px;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 84px;
  color: var(--st-theme);
}
.about-wrapper-2 .about-image-items .about-image-2 .icon-box .content {
  margin-top: 20px;
}
.about-wrapper-2 .about-image-items .about-image-2 .icon-box .content h4 {
  color: var(--st-white);
  margin-bottom: 14px;
}
.about-wrapper-2 .about-image-items .about-image-2 .icon-box .content p {
  color: var(--st-white);
  opacity: 0.7;
  max-width: 230px;
}
.about-wrapper-2 .about-image-items .about-image-2 .thumb-2 {
  max-width: 365px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 .thumb-2 {
    max-width: 700px;
  }
}
.about-wrapper-2 .about-image-items .about-image-2 .thumb-2 img {
  border-radius: 16px 0px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
}

.about-section-2 {
  position: relative;
  z-index: 9;
}
.about-section-2 .left-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about-wrapper-3 .about-image {
  position: relative;
}
.about-wrapper-3 .about-image .border-shape {
  position: absolute;
  top: -5px;
  left: 15px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .border-shape {
    display: none;
  }
}
.about-wrapper-3 .about-image .border-shape img {
  width: initial;
  height: initial;
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-content .about-list-item {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 55px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-item {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-wrapper-3 .about-content .about-list-item .list-item .list {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-item .list-item .list {
    margin-bottom: 30px;
  }
}
.about-wrapper-3 .about-content .about-list-item .list-item .list li {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--balaji-blue);
}
.about-wrapper-3 .about-content .about-list-item .list-item .list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .about-list-item .list-item .list li i {
  color: var(--balaji-green);
  margin-right: 12px;
}
.about-wrapper-3 .about-content .about-list-item .counter-box {
  background-color: var(--st-theme);
  border-radius: 16px;
  padding: 56px 36px;
  text-align: center;
  width: 268px;
}
.about-wrapper-3 .about-content .about-list-item .counter-box h2 {
  font-size: 72px;
  font-weight: 800;
}
.about-wrapper-3 .about-content .about-list-item .counter-box h4 {
  font-weight: 800;
}

.about-section-3 {
  position: relative;
  z-index: 9;
}
.about-section-3 .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-section-3 .right-shape {
    display: none;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.contact-wrapper .contact-content {
  background-color: var(--st-theme);
  padding: 48px;
  border-radius: 24px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-content {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .contact-wrapper .contact-content {
    padding: 24px;
  }
}
.contact-wrapper .contact-content .section-title {
  margin-bottom: 32px;
}
.contact-wrapper .contact-content .section-title h2 {
  font-size: 32px;
}
.contact-wrapper .contact-content form .form-clt input, .contact-wrapper .contact-content form .form-clt textarea {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 30px;
  color: var(--st-text);
  line-height: 1;
}
.contact-wrapper .contact-content form .form-clt textarea {
  padding-bottom: 92px;
}
.contact-wrapper .contact-content form .form-clt .single-select {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 30px;
  color: var(--st-text);
  line-height: 1;
}
.contact-wrapper .contact-content form .form-clt .single-select::after {
  right: 20px;
  width: 9px;
  height: 9px;
}
.contact-wrapper .contact-content form .form-clt .single-select .list {
  width: 100%;
}
.contact-wrapper .contact-content form .theme-btn::before {
  background-color: var(--balaji-green);
}
.contact-wrapper .contact-content form .theme-btn:hover {
  color: var(--st-white);
}



.registration-wrapper {
  border-radius: 24px;
  background: #F4F4F4;
  padding: 56px;
}
@media (max-width: 767px) {
  .registration-wrapper {
    padding: 28px;
  }
}
.registration-wrapper .form-clt span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: "Manrope", sans-serif;
  color: var(--balaji-blue);
  margin-bottom: 18px;
}
.registration-wrapper .form-clt input {
  width: 100%;
  border: none;
  background-color: var(--st-white);
  padding: 18px 30px;
  line-height: 1;
  border-radius: 8px;
  color: var(--st-text);
}
.registration-wrapper .form-check-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .registration-wrapper .form-check-items {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.registration-wrapper .form-check-items .form-check .form-check-input:checked {
  background-color: var(--balaji-blue);
}
.registration-wrapper .form-check-items .form-check label {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--balaji-blue);
  cursor: pointer;
}
.registration-wrapper .form-check-items .lin-btn {
  display: inline-block;
  color: var(--balaji-green);
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
}
.registration-wrapper .theme-btn {
  width: 100%;
  background-color: var(--st-theme);
  color: var(--balaji-blue);
}
.registration-wrapper .theme-btn::before {
  background-color: var(--balaji-blue);
}
.registration-wrapper .theme-btn:hover {
  color: var(--st-white);
}
.registration-wrapper p {
  font-size: 18px;
}
.registration-wrapper p a {
  font-weight: 500;
  color: var(--balaji-blue);
}

.from-box-wrapper {
  display: flex;
  align-items: center;
  gap: 90px;
  backdrop-filter: blur(24px);
  border-radius: 100px;
  background-color: var(--balaji-blue);
  padding: 22px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .from-box-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 30px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .from-box-wrapper {
    flex-wrap: wrap;
    gap: 70px;
  }
}
@media (max-width: 575px) {
  .from-box-wrapper {
    flex-wrap: wrap;
    gap: 92px;
  }
}
@media (max-width: 500px) {
  .from-box-wrapper {
    flex-wrap: wrap;
    gap: 70px;
  }
}
.from-box-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--st-theme);
  width: 16%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .from-box-wrapper::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .from-box-wrapper .search-box h5 {
    color: var(--st-white);
  }
}
.from-box-wrapper .form-item {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1199px) {
  .from-box-wrapper .form-item {
    min-width: initial;
  }
}
@media (max-width: 575px) {
  .from-box-wrapper .form-item.style-2 {
    margin-bottom: -40px;
  }
}
.from-box-wrapper .form-item h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--st-white);
  margin-bottom: 15px;
  display: inline-block;
}
.from-box-wrapper .form-item input {
  width: 100%;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  border: none;
  color: var(--st-white);
}
.from-box-wrapper .form-item input::placeholder {
  color: var(--st-white);
}
.from-box-wrapper .form-item .single-select {
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 1;
  height: initial;
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--st-white);
}
.from-box-wrapper .form-item .single-select .option {
  color: var(--balaji-blue);
}
.from-box-wrapper .form-item .single-select::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.from-box-wrapper .theme-btn {
  background-color: var(--balaji-green);
  color: var(--st-white);
  padding: 19px 36px;
}
.from-box-wrapper .theme-btn::before {
  background-color: var(--balaji-blue);
}

.from-section {
  position: relative;
}
@media (max-width: 1199px) {
  .from-section {
    overflow: hidden;
  }
}
.from-section .shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .from-section .shape {
    display: none;
  }
}

.cta-check-wrapper .check-abode-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cta-check-wrapper .check-abode-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-check-wrapper .check-abode-items .left-items {
  max-width: 640px;
}
.cta-check-wrapper .check-abode-items .right-items .client-info-box {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cta-check-wrapper .check-abode-items .right-items .client-info-box {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
  }
}
.cta-check-wrapper .check-abode-items .right-items .client-info-box .client-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cta-check-wrapper .check-abode-items .right-items .client-info-box .client-item .thumb img {
  border-radius: 16px;
}
.cta-check-wrapper .cta-image-items {
  border-radius: 24px;
  position: relative;
  z-index: 9;
  padding: 348px 132px 48px;
}
@media (max-width: 1199px) {
  .cta-check-wrapper .cta-image-items {
    padding: 80px 30px 80px;
  }
}
.cta-check-wrapper .cta-image-items .text-line {
  position: absolute;
  top: 0;
  left: 22px;
  bottom: 0;
  color: #FFF9F6;
  font-family: "Manrope", sans-serif;
  font-size: 100px;
  font-weight: 800;
  letter-spacing: -1px;
  opacity: 0.12;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.cta-check-wrapper .cta-image-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  background: linear-gradient(279deg, rgba(22, 36, 62, 0) 6.9%, var(--Text-Primary, #16243E) 91.99%);
  z-index: -1;
}
.cta-check-wrapper .cta-image-items .cta-content h2 {
  color: var(--st-white);
}
.cta-check-wrapper .cta-image-items .cta-content p {
  color: var(--st-white);
  max-width: 705px;
  opacity: 0.8;
  margin-top: 15px;
}
.cta-check-wrapper .cta-image-items .cta-content .theme-btn {
  background-color: var(--st-theme);
  color: var(--balaji-blue);
  margin-top: 32px;
}
.cta-check-wrapper .cta-image-items .cta-content .theme-btn::before {
  background-color: var(--st-white);
}

.cta-check-section {
  position: relative;
  z-index: 9;
}
.cta-check-section .cta-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-check-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--balaji-blue);
  top: 65%;
  z-index: -1;
}
.cta-check-section.bg-white-style::before {
  background-color: var(--st-white);
}

.cta-download-app-wrapper {
  border-radius: 32px;
  background-color: var(--st-theme);
  padding: 0 72px;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .cta-download-app-wrapper {
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
  }
}
.cta-download-app-wrapper .content {
  max-width: 760px;
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}
.cta-download-app-wrapper .content .section-title .theme-btn {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .cta-download-app-wrapper .content .section-title .theme-btn {
    margin-top: 30px;
  }
}
.cta-download-app-wrapper .content .section-title .theme-btn::before {
  background-color: var(--balaji-green);
}
.cta-download-app-wrapper .content .section-title .theme-btn:hover {
  color: var(--st-white);
}
.cta-download-app-wrapper .thumb {
  margin-left: -70%;
}
@media (max-width: 1199px) {
  .cta-download-app-wrapper .thumb {
    margin-left: 0;
  }
}
.cta-download-app-wrapper .thumb img {
  width: 100%;
  height: 100%;
}

.cta-download-section {
  position: relative;
  z-index: 9;
}
.cta-download-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--balaji-blue);
  z-index: -1;
  top: 50%;
  height: initial;
}
.gt-counter-section{}
.gt-counter-wrapper {
  border-radius: 12px;
  background: var(--balaji-green);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 45px 30px;
}
@media (max-width: 991px) {
  .gt-counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-counter-wrapper .gt-counter {
  position: relative;
  width: 100%;
  text-align: center;
}
.gt-counter-wrapper h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -1px;
}
@media (max-width: 575px) {
  .gt-counter-wrapper h2 {
    font-size: 50px;
  }
}
.gt-counter-wrapper p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: #fff;
  /* position: absolute; */
  width: 100%;
  text-align: center;
  /* background-color: var(--st-theme); */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}
@media (max-width: 575px) {
  .gt-counter-wrapper p {
    font-size: 16px;
  }
}

.gt-counter-section {
  position: relative;
  z-index: 9;
  margin-top: -83px;
}
.gt-counter-section::before {
  content: "";
}
.gt-counter-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F4F4F4;
  z-index: -1;
  top: 50%;
}

.video-bg-wrapper .logo-item {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .video-bg-wrapper .logo-item {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.video-bg-wrapper .logo-item .logo-image {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  padding: 16px 38px;
  height: 80px;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.video-bg-wrapper .logo-item .logo-image:hover {
  border: 1px solid var(--balaji-green);
  border-radius: 100px;
}
.video-bg-wrapper .video-button {
  position: relative;
  background: rgba(227, 87, 45, 0.24);
  border: 2px solid var(--st-white);
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 300px;
}
@media (max-width: 1199px) {
  .video-bg-wrapper .video-button {
    margin-top: 30px;
  }
}
.video-bg-wrapper .video-button .video-btn {
  text-align: center;
  color: var(--st-white);
  display: inline-block;
  text-align: center;
  font-size: 24px;
  z-index: 999;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 108px;
  height: 108px;
  line-height: 108px;
  background-color: var(--balaji-green);
  border-radius: 100%;
}

.video-bg-section {
  position: relative;
  z-index: 9;
}
.video-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #16243E 0%, rgba(22, 36, 62, 0) 100%);
  z-index: -1;
}

.footer-wrapper {
  padding: 65px 0 60px;
  position: relative;
}
.footer-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 39%;
  transform: translateX(-50%);
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(155, 155, 155, 0.24);
}
@media (max-width: 1199px) {
  .footer-wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-wrapper {
    padding: 80px 0 80px;
  }
}
.footer-left-items {padding-right: 50px;}
.footer-wrapper .footer-left-items .footer-logo {
  margin-bottom: 20px;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.footer-wrapper .footer-left-items .footer-text {
  color: var(--st-white);
  max-width: 522px;
}
.footer-wrapper .footer-left-items .footer-contact-list {
  margin-top: 30px;
}
.footer-wrapper .footer-left-items .footer-contact-list li {
  /* font-size: 20px; */
  color: rgba(255, 255, 255, 0.88);
  font-family: "Manrope", sans-serif;
  /* font-weight: 600; */
}
.footer-wrapper .footer-left-items .footer-contact-list li a {
  color: rgba(255, 255, 255, 0.88);
}
.footer-wrapper .footer-left-items .footer-contact-list li i {
  margin-right: 10px;
  color: var(--st-theme);
}
.footer-wrapper .footer-left-items .footer-contact-list li:not(:last-child) {
  margin-bottom: 30px;
}

.footer-wrapper .foorer-right-items {
  /* margin-left: 20px; */
}
.footer-wrapper .foorer-right-items h3 {
  font-size: 32px;
  color: var(--st-white);
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .footer-wrapper .foorer-right-items h3 {
    font-size: 26px;
  }
}
.footer-wrapper .foorer-right-items p {
  color: var(--st-white);
  opacity: 0.7;
}
.footer-wrapper .foorer-right-items form {
  position: relative;
  margin-top: 20px;
}
.footer-wrapper .foorer-right-items form .in_put_btn {
    display: flex;
    padding: 10px 10px 10px 38px;
    background: #fff;
    border-radius: 72px;
}
.footer-wrapper .foorer-right-items form input {
  border: none;
  background-color: var(--st-white);
  color: var(--st-text);
  line-height: 1;
  flex: 1;
}
.footer-wrapper .foorer-right-items form .theme-btn {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.footer-wrapper .foorer-right-items form .theme-btn::before {
  background-color: var(--balaji-blue);
}
.footer-wrapper .foorer-right-items .footer-widget-items {
  margin-top: 30px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .widget-head {
  margin-bottom: 24px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .widget-head h4 {
  color: var(--st-white);
  font-weight: 800;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li a {
  color: #fff;
  opacity: 0.7;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li:hover a {
  color: var(--st-theme);
  opacity: 1;
}

.footer-widget-wrapper {
  padding: 90px 0 120px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .footer-widget-items {
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head h3 {
  color: var(--st-white);
  font-weight: 800;
}
.footer-widget-wrapper .footer-widget-items .footer-content {
  max-width: 500px;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 h3 {
  margin-bottom: 5px;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon span {
  color: var(--st-white);
  font-family: "Manrope", sans-serif;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon a {
  color: var(--st-white);
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon a:hover {
  color: var(--balaji-green);
}
.footer-widget-wrapper .footer-widget-items .footer-content form {
  position: relative;
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .footer-content form input {
  border: none;
  width: 100%;
  background-color: var(--st-white);
  border-radius: 100px;
  padding: 19px 25px;
  color: var(--st-text);
  line-height: 1;
}
.footer-widget-wrapper .footer-widget-items .footer-content form .theme-btn {
  background-color: var(--balaji-green);
  color: var(--st-white);
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 18px 26px;
}
.footer-widget-wrapper .footer-widget-items .footer-content form .theme-btn::before {
  background-color: var(--balaji-blue);
}
.footer-widget-wrapper .footer-widget-items .contact-list li {
  display: flex;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}
.footer-widget-wrapper .footer-widget-items .contact-list li i {
  color: var(--st-theme);
  line-height: 2;
}
.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget-items .contact-list li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 17px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget-items .list-area li a {
  color: #fff;
  opacity: 0.7;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover a {
  color: var(--st-theme);
  opacity: 1;
}
.footer-widget-wrapper .footer-middle-content {
  text-align: center;
  border-bottom: 1px solid rgba(204, 206, 213, 0.16);
  padding-bottom: 48px;
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-middle-content .footer-logo {
  margin-bottom: 40px;
}
.footer-widget-wrapper .footer-middle-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 786px;
  margin: 0 auto;
}

.footer-bottom {
  border-top: 1.5px solid rgba(155, 155, 155, 0.24);
  padding: 18px 0;
}
.footer-bottom p {
  text-align: center;
  font-size: 18px;
  color: var(--st-white);
}
.footer-bottom p a {
  color: #fff;
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.footer-bottom-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-wrapper .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--st-white);
}
.footer-bottom-wrapper .social-icon a:hover {
  background-color: var(--st-theme);
  color: var(--balaji-blue);
}
.footer-bottom-wrapper.style-2 {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(48px);
  padding: 28px 40px;
}
@media (max-width: 1199px) {
  .footer-bottom-wrapper.style-2 {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .footer-bottom-wrapper.style-2 {
    justify-content: start;
  }
}
.footer-bottom-wrapper.style-2 .bottom-list {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .footer-bottom-wrapper.style-2 .bottom-list {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.footer-bottom-wrapper.style-2 .bottom-list li a {
  color: rgba(255, 255, 255, 0.88);
}
.footer-bottom-wrapper.style-2 .bottom-list li a:hover {
  color: var(--balaji-green);
}

.footer-section {
  position: relative;
  z-index: 9;
}
.footer-section .footer-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .logo {width: 270px;}
.header-main .logo img{width:100%}
.mean__menu-wrapper {}
.mean__menu-wrapper .main-menu {
    display: flex;
    gap: 10px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  font-family: "Manrope", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  margin: 0 10px;
}
.header-main .main-menu ul li .dw_arrow {}
.header-main .main-menu ul li .dw_arrow:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: -12px;
    }
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--balaji-green);
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--st-white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--balaji-blue);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--balaji-green);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--balaji-blue);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--balaji-green);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--balaji-green);
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--balaji-green);
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--balaji-green);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--balaji-green);
}

.header-main .main-menu ul li:hover > a {
  color: var(--balaji-green);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--balaji-green);
}
.header-main .main-menu ul li:hover > .submenu {opacity: 1;visibility: visible;}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.header-1 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
.header-1 .header-logo-2 {
  display: none;
}

.header-1 .header-right .theme-btn {
  background: var(--balaji-blue);
  color: var(--st-white);
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 18px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-right .theme-btn:hover {
  color: #ffffff;
}
.header-1 .sidebar__toggle {
  cursor: pointer;
}
.header-1 .sidebar__toggle .header-bar {
  position: relative;
  width: 40px;
  height: 11px;
}
@media (max-width: 470px) {
  .header-1 .sidebar__toggle .header-bar {
    width: 25px;
  }
}
.header-1 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--st-white);
  overflow: hidden;
}
.header-1 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--st-white);
  left: 0;
  width: 40px;
}
@media (max-width: 470px) {
  .header-1 .sidebar__toggle .header-bar span:first-child {
    width: 25px;
  }
}
.header-1 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--st-white);
  width: 40px;
}
@media (max-width: 470px) {
  .header-1 .sidebar__toggle .header-bar span:last-child {
    width: 25px;
  }
}
.header-1 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.header-2 {
  position: relative;
  border-bottom: none;
  background-color: transparent;
}
.header-2.style-3::before {
  display: none;
}
.header-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--st-theme);
  z-index: -1;
  width: calc(100% - 515px);
  clip-path: polygon(0 19%, 0 0, 38% 0%, 71% 0%, 100% 0, 100% 0, 97% 106%, 100% 104%, 100% 29%, 100% 100%, 0 100%, 0 48%);
}
@media (max-width: 1600px) {
  .header-2::before {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1399px) {
  .header-2::before {
    display: none;
  }
}
.header-2 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 1600px) {
  .header-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-2 .container-fluid {
    padding: 0 30px;
  }
}
.header-2 .header-main .main-menu ul li a {
  color: var(--balaji-blue);
}
.header-2 .header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-2 .header-main .main-menu ul li a:hover {
  color: var(--balaji-green) !important;
}
.header-2 .header-main .sidebar__toggle {
  color: var(--balaji-blue);
}
.header-2 .header-right .search-toggler {
  color: var(--balaji-blue);
}
.header-2 .header-right .theme-btn {
  background-color: var(--st-theme) !important;
  color: var(--balaji-blue);
}
.header-2 .header-right .theme-btn::before {
  background-color: var(--balaji-blue);
}
.header-2 .header-right .theme-btn:hover {
  background-color: var(--balaji-blue);
  color: var(--st-white) !important;
  border: 1px solid var(--balaji-blue) !important;
}
.header-2 .header-right .sidebar__toggle .header-bar span {
  background: var(--balaji-blue);
  overflow: hidden;
}
.header-2 .header-right .sidebar__toggle .header-bar span:first-child {
  background: var(--balaji-blue);
}
.header-2 .header-right .sidebar__toggle .header-bar span:last-child {
  background: var(--balaji-blue);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--st-white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-logo {
  display: none;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--balaji-blue);
}
.sticky.header-1 .header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--balaji-green);
}
.sticky.header-1 .header-main .sidebar__toggle {
  color: var(--balaji-blue);
}
.sticky.header-1 .header-right .search-toggler {
  border: 1px solid rgba(0, 0, 0, 0.32);
  color: var(--balaji-blue);
}
@media (max-width: 575px) {
  .sticky.header-1 .header-right .search-toggler {
    border: 1px none;
  }
}
.sticky.header-1 .header-right .theme-btn {
  border: 1px solid var(--balaji-blue);
  color: var(--balaji-blue);
  background-color: transparent;
}
@media (max-width: 1199px) {
  .sticky.header-1 .header-right .theme-btn {
    display: none;
  }
}
.sticky.header-1 .header-right .theme-btn:hover {
  color: #fff;
}
.sticky.header-1 .sidebar__toggle .header-bar span {
  background: var(--balaji-blue);
  overflow: hidden;
}
.sticky.header-1 .sidebar__toggle .header-bar span:first-child {
  background: var(--balaji-blue);
}
.sticky.header-1 .sidebar__toggle .header-bar span:last-child {
  background: var(--balaji-blue);
}

.offcanvas__info {
  background: var(--st-white) none repeat scroll 0 0;
  border-left: 2px solid var(--balaji-green);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info .offcanvas__logo img {
  width: 130px;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--st-text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--balaji-green);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--st-white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: #F4F4F4;
  color: var(--balaji-blue);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 50%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--st-theme);
  color: var(--st-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.gt-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.gt-breadcrumb-wrapper:before{content:'';background-image: linear-gradient(180deg, rgb(255 255 255) 15.41%, rgb(0 0 0 / 19%) 54.17%);position: absolute;width: 100%;height: 100%;z-index: 0;top: 0;}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper {
    background-image: none !important;
    background-color: var(--balaji-blue);
  }
}
.gt-breadcrumb-wrapper .gt-page-heading {
  position: relative;
  padding: 220px 0 60px;
  z-index: 9;
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 160px 0 130px;
  }
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    text-align: center;
    padding: 180px 0 130px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--st-white);
  font-size: 40px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 800;
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 40px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    margin-top: 15px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--st-white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--st-white);
  transition: all 0.4s ease-in-out;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a:hover {
  color: var(--st-theme);
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a i {
  color: var(--st-theme);
  margin-right: 5px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
  color: var(--st-white);
}
.gt-breadcrumb-wrapper .gt-breadcrumb-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 140px;
}
@media (max-width: 1600px) {
  .gt-breadcrumb-wrapper .gt-breadcrumb-image {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-breadcrumb-image {
    display: none;
  }
}

.gt-error-items {
  text-align: center;
}
.gt-error-items .gt-error-image {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-error-items .gt-error-image {
    margin-bottom: 40px;
  }
}
.gt-error-items .gt-error-image img {
  width: 100%;
  height: 100%;
}
.gt-error-items h2 {
  margin-bottom: 20px;
}
.gt-error-items p {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .gt-error-items p {
    margin-bottom: 30px;
  }
}
.gt-error-items .theme-btn {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.gt-error-items .theme-btn::before {
  background-color: var(--balaji-blue);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--st-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--st-theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.st-array-button {
  display: flex;
  align-items: center;
  gap: 14px;
}

.array-prev {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--st-theme);
  color: var(--st-white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.array-prev:hover {
  background-color: var(--balaji-blue);
  color: var(--st-white);
}

.array-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--balaji-blue);
  color: var(--st-white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.array-next:hover {
  background-color: var(--st-theme);
  color: var(--st-white);
}

.swiper-dot {
  padding-top: 50px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: rgba(252, 252, 252, 0.7);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--st-theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--st-theme);
  content: "";
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.st-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.st-brand-slide-element {
  width: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.sticky-style {
  position: sticky !important;
  top: 140px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: #F4F4F4;
  color: var(--balaji-blue);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "Manrope", sans-serif;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--balaji-blue);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--st-white);
}

.swiper.imgSlider {
  position: relative;
  bottom: 50px;
  left: 24%;
}
@media (max-width: 1199px) {
  .swiper.imgSlider {
    bottom: 110px;
  }
}
@media (max-width: 991px) {
  .swiper.imgSlider {
    bottom: 120px;
  }
}
@media (max-width: 575px) {
  .swiper.imgSlider {
    bottom: 63px;
  }
}

.hero-1 {
  background-color: var(--balaji-blue);
}

@media (max-width: 1199px) {
  .hero-1 {
    padding-bottom: 0;
  }
}
.hero-1 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
.hero-1 .hero-content {
  max-width: 680px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 10px 14px;
}
.hero-1 .hero-content h5 {
  color: var(--balaji-blue);
  margin-bottom: 12px;
}
@media (max-width: 470px) {
  .hero-1 .hero-content h5 {
    font-size: 16px;
  }
}
.hero-1 .hero-content h5 i {
  margin-right: 8px;
}
.hero-1 .hero-content h1 {
  color: var(--st-white);
  margin-bottom: 20px;
}
.hero-1 .hero-content p {
  color: var(--st-white);
  opacity: 0.7;
}
.hero-1 .hero-content .hero-button {
    margin-top: 20px;
}
.hero-1 .hero-image {
  margin-left: -40%;
}



.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--balaji-blue);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  font-family: "Manrope", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--balaji-green);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--balaji-green);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}



.news-card-items-3 {
  border-radius: 16px;
  background-color: var(--st-white);
  margin-top: 30px;
}
.news-card-items-3 .news-image {
  position: relative;
  height: 229px;
}
.news-card-items-3 .news-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  object-fit: cover;
}
.news-card-items-3 .news-image .post-box {
  border-radius: 4px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--balaji-blue);
  padding: 8px 4px;
  position: absolute;
  left: 24px;
  bottom: -30px;
}
.news-card-items-3 .news-image .post-box h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: #fff;
}
.news-card-items-3 .news-image .post-box h4 span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.news-card-items-3 .news-content {
  padding: 5px 24px 24px;
}
.news-card-items-3 .news-content h3 {
    font-size: 20px;
}
.news-card-items-3 .news-content .news-meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 15px;
  margin-left: 75px;
}
.news-card-items-3 .news-content .news-meta li {
  position: relative;
}
.news-card-items-3 .news-content .news-meta li img {
  margin-right: 5px;
}
.news-card-items-3 .news-content .news-meta li.style-2::before {
  position: absolute;
  content: "";
  background-color: var(--balaji-green);
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 10px;
  left: -12px;
}
.news-card-items-3 .news-content h3 a:hover {
  color: var(--balaji-green);
}
.news-card-items-3 .news-content .link-btn {
  display: inline-block;
  margin-top: 24px;
  font-family: "Manrope", sans-serif;
  color: var(--balaji-green);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--balaji-green);
}

.gt-news-details-wrapper .gt-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.gt-news-details-wrapper .gt-news-details-content {
  margin-top: 24px;
}
.gt-news-details-wrapper .gt-news-details-content p {
    margin-bottom: 15px;
}
.gt-news-details-wrapper .gt-news-details-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 800;
}

.gt-news-details-wrapper .gt-news-details-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 800;
}
.gt-news-details-wrapper .gt-news-details-content ul{
    margin-bottom: 15px;
}
.gt-news-details-wrapper .gt-news-details-content ul li{
    position: relative;
    padding-left: 20px;
}
.gt-news-details-wrapper .gt-news-details-content ul li i{}
.gt-news-details-wrapper .gt-news-details-content ul li:before{content: "\f102";font-family: flaticon !important;color: var(--balaji-green);font-size: 14px;position: absolute;left: 0;}




.gt-news-details-wrapper .gt-news-details-content .text {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .text {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding: 30px 0;
}

.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--balaji-blue);
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: var(--st-bg2);
  border-radius: 8px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .social-share a:hover {
  color: var(--st-white);
  background-color: var(--balaji-green);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area {
  margin-top: 40px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area h3 {
  font-size: 28px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment:last-child{
    border-bottom: none;
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .reply {
  padding: 5px 18px;
  font-weight: 400;
  background-color: var(--balaji-green);
  color: var(--st-white);
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .reply:hover {
  background-color: var(--balaji-blue);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap {
  background-color: var(--st-bg2);
  padding: 30px;
  border-radius: 16px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap h3 {
  margin-bottom: 30px;
  border-bottom: 1.2px solid rgba(102, 102, 102, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 28px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt span {
  color: var(--balaji-blue);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt input, .gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--st-border);
  padding: 16px 20px;
  font-weight: 400;
  color: var(--st-text);
  background-color: var(--st-white);
  border-radius: 8px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt input::placeholder, .gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea::placeholder {
  color: var(--st-text);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.theme-btn {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.theme-btn::before {
  background-color: var(--balaji-blue);
}

.gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 40px;
  background-color: var(--st-bg2);
  padding: 30px;
  border-radius: 16px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form {
  width: 100%;
  position: relative;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form input {
  background-color: var(--st-white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--st-text);
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  border-radius: 8px;
  font-size: 18px;
  height: 100%;
  background-color: var(--st-theme);
  color: var(--st-white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button:hover {
  background-color: var(--balaji-blue);
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-weight: 800;
}
.gt-recent-content {flex:1}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
    flex-wrap: wrap;
  }
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb {
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h5 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h5 a:hover {
  color: var(--balaji-green);
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content ul li {
  color: var(--st-text);
  font-weight: 500;
}

.gt-main-sideber .service-details-sidebar {
  text-align: center;
  padding: 50px 40px;
  border-radius: 16px;
}
.gt-main-sideber .service-details-sidebar .gt-content {
  margin-top: 20px;
}
.gt-main-sideber .service-details-sidebar .gt-content span {
  color: var(--st-white);
  opacity: 0.88;
}
.gt-main-sideber .service-details-sidebar .gt-content h3 {
  margin-top: 10px;
}
.gt-main-sideber .service-details-sidebar .gt-content h3 a {
  color: var(--st-white);
}
.gt-main-sideber .service-details-sidebar .gt-content .theme-btn {
  margin-top: 30px;
  background-color: var(--st-theme);
  color: var(--balaji-blue);
}
.gt-main-sideber .service-details-sidebar .gt-content .theme-btn::before {
  background-color: var(--balaji-green);
}
.gt-main-sideber .service-details-sidebar .gt-content .theme-btn:hover {
  color: var(--st-white);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--balaji-green);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Manrope", sans-serif, "Jost", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--balaji-green);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--balaji-blue);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Manrope", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--balaji-green);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #F4F4F4;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.st-back-to-top {
  background-color: var(--balaji-green);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--st-white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.st-back-to-top:hover {
  background-color: var(--balaji-blue);
  color: var(--st-white);
}
.st-back-to-top:hover img {
  animation: slideUp 600ms;
}
.st-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--st-theme);
  background-color: var(--st-theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--st-theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--st-text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--st-theme);
  border: 1px solid #686363;
  opacity: 0;
}


.st-page-nav-wrap ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.st-page-nav-wrap ul li {
  display: inline-block;
}
.st-page-nav-wrap ul li:first-child {
  border: 1px solid #BFBFBF;
}
.st-page-nav-wrap ul li:first-child a {
  color: var(--st-theme);
  background-color: transparent;
}
.st-page-nav-wrap ul li:last-child {
  border: 1px solid var(--st-theme);
}
.st-page-nav-wrap ul li:last-child a {
  color: var(--st-theme);
  background-color: transparent;
}
.st-page-nav-wrap ul li .st-page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--balaji-blue);
  text-align: center;
  background-color: var(--st-bg);
  border: 1px solid transparent;
}
.st-page-nav-wrap ul li .st-page-numbers.current {
  background-color: var(--st-theme);
  color: var(--st-white);
}
@media (max-width: 767px) {
  .st-page-nav-wrap ul li .st-page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.st-page-nav-wrap ul li .st-page-numbers i {
  margin-top: 2px;
}
.st-page-nav-wrap ul li .st-page-numbers:hover {
  background-color: var(--st-theme);
  color: var(--st-white);
}

.project-wrapper {

}
.project-wrapper  .project-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.project-box-items {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
}
.project-box-items.style-margin {
}
@media (max-width: 1199px) {
  .project-box-items.style-margin {
    margin-top: 30px !important;
  }
}
.project-box-items .project-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 16px 16px 0px 0px;
}
.project-box-items .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0px 0px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-box-items .project-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-box-items .project-thumb .project-post-box {
  border-radius: 4px;
  display: inline-block;
  background-color: var(--balaji-green);
  padding: 5px 14px;
  color: #fff;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
  border-radius: 32px;
}
.project-box-items .project-content {
  padding: 24px;
}
.project-box-items .project-content .location {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.project-box-items .project-content .location i {
  color: var(--balaji-green);
}
@media (max-width: 1399px) {
  .project-box-items .project-content h3 {
    font-size: 20px;
  }
}
.project-box-items .project-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items .project-content h3 a:hover {
  color: var(--balaji-green);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--balaji-green) 0%, var(--balaji-green) 100%);
}
.project-box-items .project-content .project-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .project-box-items .project-content .project-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-box-items .project-content .project-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  gap: 10px;
}
.project-box-items .project-content .project-list li i {
  font-size: 18px;
  line-height: 1;
}
.project-box-items .project-content .project-link-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  background: var(--balaji-green);
  margin-top: 24px;
  font-family: "Manrope", sans-serif;
  transition: all 0.4s ease-in-out;
  color: #ffff;
  border-radius: 7px;
  padding: 6px 16px;
}
.project-box-items .project-content .project-link-btn i {
  margin-right: 8px;
}
.project-box-items .project-content .project-link-btn:hover {
  text-decoration: underline;
}
.project-box-items:hover .project-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-box-items:hover .project-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-image-2 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.project-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-image-2 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-image-2 .project-content-item {
  position: absolute;
  bottom: 32px;
  left: -100px;
  border-radius: 0px 8px 8px 0px;
  background: var(--balaji-blue);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  gap: 64px;
}
@media (max-width: 1600px) {
  .project-image-2 .project-content-item {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .project-image-2 .project-content-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.project-image-2 .project-content-item span {
  display: inline-block;
  color: var(--st-theme);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.project-image-2 .project-content-item span::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 24px;
  height: 2px;
  background-color: var(--st-theme);
}
.project-image-2 .project-content-item h3 a {
  color: var(--st-white);
}
.project-image-2 .project-content-item h3 a:hover {
  color: var(--st-theme);
}
.project-image-2 .project-content-item .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--st-theme);
}
.project-image-2 .project-content-item .link-btn i {
  margin-left: 8px;
}
.project-image-2 .project-content-item .link-btn:hover {
  color: var(--balaji-green);
}
.project-image-2:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-image-2:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-image-2:hover .project-content-item {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.project-details-wrapper .details-content h2 {
  font-size: 40px;
}
.project-details-wrapper .project-information {
  border-radius: 16px;
  background: #F4F4F4;
  padding: 32px;
  position: relative;
  z-index: 9;
}
.project-details-wrapper .project-information h3 {
  font-weight: 800;
}
.project-details-wrapper .project-information ul {
  margin-top: 25px;
}
.project-details-wrapper .project-information ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrapper .project-information ul li:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-information ul li span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--balaji-blue);
}
.project-details-wrapper .project-information .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.project-details-wrapper .project-information .social-icon span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--balaji-blue);
}
.project-details-wrapper .project-information .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: var(--balaji-blue);
}
.project-details-wrapper .project-information .social-icon a:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.project-details-wrapper .project-details-items .details-image {
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-items .details-image {
    margin-top: 0;
  }
}
.project-details-wrapper .project-details-items .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.project-details-wrapper .list-items {
  margin-top: 30px;
}
.project-details-wrapper .list-items h3 {
  font-size: 32px;
  font-weight: 800;
}
.project-details-wrapper .list-items ul {
  margin-top: 25px;
}
.project-details-wrapper .list-items ul li {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-details-wrapper .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .list-items ul li i {
  color: var(--balaji-green);
}
.project-details-wrapper .details-2 {
  margin-top: 30px;
}
.project-details-wrapper .details-2 img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 1199px) {
  .propertie-feature-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .propertie-feature-wrapper {
    padding: 80px 0 0;
  }
}
.propertie-feature-wrapper .propertie-content .propertie-text {
  color: var(--st-white);
  opacity: 0.7;
  margin-top: 25px;
  max-width: 580px;
}
.propertie-feature-wrapper .propertie-content .theme-btn {
  margin-top: 45px;
  background-color: transparent;
  color: var(--st-white);
  border: 1.5px solid var(--st-theme);
}
@media (max-width: 767px) {
  .propertie-feature-wrapper .propertie-content .theme-btn {
    margin-top: 25px;
    padding: 18px 24px;
    font-size: 15px;
  }
}
.propertie-feature-wrapper .propertie-content .theme-btn:hover {
  color: var(--balaji-blue);
}
@media (max-width: 1199px) {
  .propertie-feature-wrapper .propertie-image img {
    width: 100%;
    height: 100%;
  }
}

.propertie-wrapper .propertie-slider2 {
  margin-left: -17%;
  margin-right: -17%;
}
@media (max-width: 1199px) {
  .propertie-wrapper .propertie-slider2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.propertie-box-image {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.propertie-box-image.height-style {
  height: 463px;
}
.propertie-box-image.height-style img {
  object-fit: cover;
}
.propertie-box-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.propertie-box-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.propertie-box-image .propertie-content-item {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  border-radius: 0px 0px 16px 16px;
  background: var(--balaji-green);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.propertie-box-image .propertie-content-item span {
  display: inline-block;
  color: var(--st-theme);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.propertie-box-image .propertie-content-item span::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 24px;
  height: 2px;
  background-color: var(--st-theme);
}
.propertie-box-image .propertie-content-item h3 a {
  color: var(--st-white);
}
.propertie-box-image .propertie-content-item h3 a:hover {
  color: var(--st-theme);
}
.propertie-box-image .propertie-content-item .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  background: #fff;
  color: var(--balaji-green);
  padding: 5px 12px;
  border-radius: 5px;
}
.propertie-box-image .propertie-content-item .link-btn i {
  margin-left: 8px;
}
.propertie-box-image .propertie-content-item .link-btn:hover {
  color: #fff;
}
.propertie-box-image:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.propertie-box-image:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.propertie-box-image:hover .propertie-content-item {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.listing-wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .listing-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .listing-wrapper {
    margin-top: 30px;
  }
}
.listing-wrapper .listing-items-thumb {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  height: 544px;
  width: 239px !important;
  position: relative;
}
@media (max-width: 991px) {
  .listing-wrapper .listing-items-thumb {
    width: 779px !important;
  }
  .listing-wrapper .listing-items-thumb .listing-content {
    opacity: 1;
    visibility: visible;
    right: 32px;
  }
  .listing-wrapper .listing-items-thumb .post-box {
    opacity: 1;
    visibility: visible;
  }
}
.listing-wrapper .listing-items-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.listing-wrapper .listing-items-thumb .post-box {
  position: absolute;
  top: 32px;
  left: 32px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--balaji-blue);
  font-family: "Manrope", sans-serif;
  background-color: var(--st-theme);
  padding: 9px 18px;
  line-height: 1;
  border-radius: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.listing-wrapper .listing-items-thumb .listing-content {
  position: absolute;
  right: -200px;
  bottom: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.listing-wrapper .listing-items-thumb .listing-content .pricing-text {
  display: inline-block;
  background-color: var(--balaji-green);
  color: var(--st-white);
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  padding: 9px 14px;
  line-height: 1;
  border-radius: 8px 8px 0px 0px;
}
.listing-wrapper .listing-items-thumb .listing-content .content {
  border-radius: 0px 8px 8px 8px;
  background: var(--st-white);
  padding: 32px;
}
.listing-wrapper .listing-items-thumb .listing-content .content h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--balaji-green);
  margin-bottom: 10px;
}
.listing-wrapper .listing-items-thumb .listing-content .content h3 a:hover {
  color: var(--balaji-green);
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .listing-wrapper .listing-items-thumb .listing-content .content .project-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  gap: 10px;
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list li img {
  width: initial;
  border-radius: 0;
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list li i {
  font-size: 18px;
  line-height: 1;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .listing-wrapper .listing-items-thumb .listing-content .content .listing-btn {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .theme-btn {
  background-color: transparent;
  border: 1px solid var(--balaji-green);
  color: var(--balaji-green);
  padding: 18px 32px;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .theme-btn::before {
  background-color: var(--balaji-green);
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .theme-btn:hover {
  color: var(--st-white);
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .client-info img {
  width: initial;
  height: initial;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .client-info p {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.listing-wrapper .listing-items-thumb.active {
  width: 779px !important;
}
.listing-wrapper .listing-items-thumb.active .listing-content {
  opacity: 1;
  visibility: visible;
  right: 32px;
}
.listing-wrapper .listing-items-thumb.active .post-box {
  opacity: 1;
  visibility: visible;
}

.propertie-wrapper-3 .content .nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.propertie-wrapper-3 .content .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  border-radius: 32px;
  background: #fff;
  color: var(--balaji-blue);
  padding: 9px 22px;
  line-height: 1;
}
.propertie-wrapper-3 .content .nav .nav-item .nav-link.active {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.propertie-wrapper-3 .content .list-items {
  margin-top: 30px;
}
.propertie-wrapper-3 .content .list-items li {
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--balaji-blue);
}
.propertie-wrapper-3 .content .list-items li:not(:last-child) {
  margin-bottom: 20px;
}
.propertie-wrapper-3 .content .list-items li i {
  color: var(--balaji-green);
  margin-right: 10px;
}
.propertie-wrapper-3 .propertie-image {
  margin-left: -60px;
}
@media (max-width: 1199px) {
  .propertie-wrapper-3 .propertie-image {
    margin-left: 0;
  }
}
.propertie-wrapper-3 .propertie-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 16px 200px;
}

.propertie-list-sidebar .propertie-widget-items {
  border-radius: 16px;
  background: #F4F4F4;
  margin-top: 30px;
  padding: 32px;
}
.propertie-list-sidebar .propertie-widget-items h3 {
  margin-bottom: 20px;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid rgb(229, 229, 229);
  top: 5px;
  border-radius: 4px;
  background-color: #fff;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--balaji-green);
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--balaji-green);
  font-size: 11px;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--st-white);
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .text-color {
  font-weight: 500;
  color: var(--balaji-blue);
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .text-color .star {
  color: #FFA41B;
  margin-right: 5px;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 20px;
  font-weight: 500;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd; /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #E3572D;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #E3572D;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #E3572D;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}
.propertie-list-sidebar .gt-category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--balaji-blue);
  transition: all 0.4s ease-in-out;
  background-color: var(--st-white);
  padding: 18px 22px;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  border-radius: 8px;
}
.propertie-list-sidebar .gt-category-list li a {
  color: var(--balaji-blue);
}
.propertie-list-sidebar .gt-category-list li i {
  transition: all 0.4s ease-in-out;
  color: var(--balaji-blue);
}
.propertie-list-sidebar .gt-category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.propertie-list-sidebar .gt-category-list li span b {
  font-weight: 400;
  color: var(--st-theme);
}
.propertie-list-sidebar .gt-category-list li:hover {
  background-color: var(--balaji-green);
}
.propertie-list-sidebar .gt-category-list li:hover a {
  color: var(--st-white);
}
.propertie-list-sidebar .gt-category-list li:hover i {
  color: var(--st-white);
}
.propertie-list-sidebar .tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 500;
  background: var(--st-white);
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 30px;
}
.propertie-list-sidebar .tagcloud a:last-child {
  margin-right: 0;
}
.propertie-list-sidebar .tagcloud a:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}

.gt-shop-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-shop-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-notices-wrapper p {
  font-size: 18px;
  color: var(--balaji-blue);
}
.gt-shop-notices-wrapper .form .single-select {
  padding: 16px 20px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  border: 1px solid #BFBFBF;
  background: #F2F2F2;
  color: var(--balaji-blue);
  border-radius: 8px;
}
.gt-shop-notices-wrapper .form .single-select::after {
  right: 20px;
  border-bottom: 2px solid var(--balaji-blue);
  border-right: 2px solid var(--balaji-blue);
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.gt-shop-notices-wrapper .form .single-select .option {
  color: var(--st-text);
}
.gt-shop-notices-wrapper .form .list {
  width: 100%;
}
.gt-shop-notices-wrapper .form-clt {
  max-width: 300px;
  width: 100%;
  position: relative;
  z-index: 99;
}



.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  color: var(--balaji-green);
  font-family: "Manrope", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}
@media (max-width: 767px) {
  .section-title h5 {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .section-title h5 {
    font-size: 14px;
  }
}
.section-title h5 i {
  color: var(--balaji-green);
}
.section-title h2 {
  text-transform: capitalize;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--balaji-blue);
}

.section-bg-2 {
  background-color: var(--balaji-blue);
}

.section-bg-3 {
  background-color: #F4F4F4;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-details-wrapper .gt-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.service-details-wrapper .gt-details-content {
  margin-top: 25px;
}
.service-details-wrapper .gt-details-content h2 {
  font-weight: 800;
  font-size: 40px;
}
.service-details-wrapper .gt-details-content .gt-box {
  font-size: 20px;
  font-weight: 600;
  color: var(--balaji-blue);
  font-family: "Manrope", sans-serif;
  border-radius: 8px;
  border-left: 5px solid var(--balaji-green);
  background: var(--st-bg);
  display: inline-block;
  padding: 24px 32px;
  font-style: italic;
  margin-top: 30px;
  line-height: 164%;
}
.service-details-wrapper .gt-details-content .gt-list-content {
  margin-top: 32px;
  margin-bottom: 40px;
}
.service-details-wrapper .gt-details-content .gt-list-content h3 {
  margin-bottom: 20px;
  font-weight: 800;
}
.service-details-wrapper .gt-details-content .gt-list-content ul li span {
  font-size: 16px;
  color: var(--balaji-blue);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
}
.service-details-wrapper .gt-details-content .gt-list-content ul li i {
  color: var(--balaji-green);
}
.service-details-wrapper .gt-details-content .gt-list-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-details-wrapper .gt-details-content .details-img {
  margin-top: 30px;
}
.service-details-wrapper .gt-details-content .details-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.service-details-wrapper .gt-details-content .details-img.style-2 {
  margin-top: 17px;
}
.service-details-wrapper .gt-details-content .faq-content {
  margin-top: 40px;
}
.service-details-wrapper .gt-details-content .faq-content h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .gt-details-content .faq-content h3 {
    font-size: 25px;
  }
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item {
  border: none !important;
  background: var(--st-bg);
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 800;
  color: var(--balaji-blue);
  letter-spacing: -0.2px;
  border: none !important;
  font-family: "Manrope", sans-serif;
  border-radius: 0;
  box-shadow: none;
  background: #F4F4F4;
  padding: 20px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1199px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 20px 0;
  }
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button::after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 22px;
  right: 24px;
  content: "\f061";
  color: var(--balaji-blue);
  font-family: "Font Awesome 6 Pro";
  background-image: none;
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-weight: 500;
  color: var(--balaji-green);
  transform: rotate(0);
  background-image: none;
  content: "\f063";
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background: #F4F4F4;
  padding: 22px 30px;
  color: var(--balaji-blue);
  border-radius: 16px;
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-left: 33px;
  padding-top: 15px;
  padding-right: 40px;
  color: var(--st-text);
  background: var(--st-bg2);
  padding-bottom: 28px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.service-box-items-2 {
  border-radius: 16px;
  background: #F4F4F4;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 1.5px solid #F4F4F4;
}
.service-box-items-2.style-2 {
  margin-top: 30px;
}
.service-box-items-2 .icon {
  border-radius: 8px;
  border: 1px solid rgba(204, 206, 213, 0.24);
  background: var(--st-white);
  width: 88px;
  height: 88px;
  line-height: 95px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  font-size: 48px;
  color: var(--balaji-blue);
}
.service-box-items-2 .content {
  margin-top: 25px;
}
.service-box-items-2 .content h3 {
  margin-bottom: 10px;
}
.service-box-items-2 .content h3 a:hover {
  color: var(--balaji-green);
}
.service-box-items-2 .content .link-btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: var(--balaji-blue);
  font-family: "Manrope", sans-serif;
  margin-top: 15px;
}
.service-box-items-2 .content .link-btn i {
  margin-right: 5px;
}
.service-box-items-2 .content .link-btn:hover {
  color: var(--balaji-green);
}
.service-box-items-2:hover {
  border: 1.5px solid var(--balaji-green);
}
.service-box-items-2:hover .icon {
  background-color: var(--balaji-green);
  color: var(--st-white);
}

.st-team-thumb-items {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.st-team-thumb-items img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.st-team-thumb-items .st-team-content {
  background-color: var(--balaji-green);
  text-align: center;
  padding: 16px 24px;
  position: absolute;
  bottom: -100px;
  left: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 104px;
}
.st-team-thumb-items .st-team-content h3 {
  margin-bottom: 5px;
}
.st-team-thumb-items .st-team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--st-white);
}
.st-team-thumb-items .st-team-content h3 a:hover {
  color: var(--st-white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--st-white) 0%, var(--st-white) 100%);
}
.st-team-thumb-items .st-team-content p {
  color: var(--st-white);
}
.st-team-thumb-items.mt-0:hover .st-team-content {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}

.team-section {
  position: relative;
}
.team-section .swiper-slide.swiper-slide-active .st-team-thumb-items .st-team-content {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .team-section .st-array-button {
    display: none;
  }
}
.team-section .st-array-button .array-prev {
  position: absolute;
  top: 53%;
  z-index: 99;
  left: 37.5%;
  transform: translate(-50%, -50%);
  background-color: var(--st-white);
  color: var(--balaji-blue);
}
@media (max-width: 1600px) {
  .team-section .st-array-button .array-prev {
    left: 33.5%;
  }
}
.team-section .st-array-button .array-prev:hover {
  background-color: var(--st-theme);
  color: var(--balaji-blue);
}
.team-section .st-array-button .array-next {
  position: absolute;
  top: 53%;
  z-index: 99;
  left: 62.5%;
  transform: translate(-50%, -50%);
  background-color: var(--st-theme);
  color: var(--balaji-blue);
}
.team-section .st-array-button .array-next:hover {
  background-color: var(--st-white);
  color: var(--balaji-blue);
}
@media (max-width: 1600px) {
  .team-section .st-array-button .array-next {
    left: 66.5%;
  }
}

.gt-team-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100% !important;
}
@media (max-width: 991px) {
  .gt-team-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gt-team-wrapper {
    margin-top: 30px;
  }
}
.gt-team-wrapper .team-box-img-2 {
  margin-top: 30px;
  width: 215px;
  height: 449px;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gt-team-wrapper .team-box-img-2 {
    width: initial;
    margin-top: 0;
  }
}
.gt-team-wrapper .team-box-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile {
  position: absolute;
  right: 24px;
  top: 24px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile ul li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--balaji-blue);
  color: var(--st-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile ul li a:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: var(--st-theme);
  color: var(--balaji-blue);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  border-radius: 50%;
}
.gt-team-wrapper .team-box-img-2 .gt-social-profile:hover ul {
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
}
.gt-team-wrapper .team-box-img-2 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--st-bg2);
  padding: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.gt-team-wrapper .team-box-img-2 .content h3 {
  margin-bottom: 5px;
  font-weight: 800;
}
.gt-team-wrapper .team-box-img-2 .content h3 a:hover {
  color: var(--balaji-green);
}
@media (max-width: 991px) {
  .gt-team-wrapper .team-box-img-2 {
    width: 335px !important;
  }
}
.gt-team-wrapper .team-box-img-2.active {
  width: 335px !important;
}
.gt-team-wrapper .team-box-img-2.active .gt-social-profile ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.gt-team-wrapper .team-box-img-2.active .content {
  opacity: 1;
  visibility: visible;
}

.team-section-2 {
  position: relative;
}
.team-section-2 .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-box-image-4 {
  position: relative;
}
.team-box-image-4 img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.team-box-image-4 .gt-social-profile {
  position: absolute;
  right: 24px;
  top: 24px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}
.team-box-image-4 .gt-social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-box-image-4 .gt-social-profile ul li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--balaji-blue);
  color: var(--st-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.team-box-image-4 .gt-social-profile ul li a:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.team-box-image-4 .gt-social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: var(--st-theme);
  color: var(--balaji-blue);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  border-radius: 50%;
}
.team-box-image-4 .gt-social-profile:hover ul {
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
}
.team-box-image-4 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--st-bg2);
  padding: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.team-box-image-4 .content h3 {
  margin-bottom: 5px;
  font-weight: 800;
}
.team-box-image-4 .content h3 a:hover {
  color: var(--balaji-green);
}
.team-box-image-4:hover .content {
  opacity: 1;
  visibility: visible;
}
.team-box-image-4:hover .gt-social-profile ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-card-item-3 {
  margin-top: 30px;
}
.team-card-item-3 .team-image {
  position: relative;
}
.team-card-item-3 .team-image .team-content {
  background-color: var(--st-white);
  padding: 10px 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 16px;
}
.team-card-item-3 .team-image .team-content h4 {
  font-weight: 800;
  margin-bottom: 5px;
}
.team-card-item-3 .team-image .team-content h4 a:hover {
  color: var(--st-theme);
}
.team-card-item-3 .team-image .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(90deg);
  position: absolute;
  background-color: var(--st-theme);
  padding: 12px 24px;
  border-radius: 124px;
  top: 40%;
  right: -30%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-card-item-3 .team-image .social-icon a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: var(--balaji-blue);
  border-radius: 100px;
  color: var(--st-white);
  transform: rotate(-90deg);
}
.team-card-item-3 .team-image .social-icon a:hover {
  background-color: var(--balaji-green);
}
.team-card-item-3 .team-image .social-icon span {
  color: var(--balaji-blue);
  font-weight: 600;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}
.team-card-item-3 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.team-card-item-3:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  right: -120px;
}

.gt-team-details-wrapper .gt-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.gt-team-details-wrapper .gt-details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-team-details-wrapper .gt-details-content {
    margin-left: 0;
  }
}
.gt-team-details-wrapper .gt-details-content h2 {
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-details-content span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
.gt-team-details-wrapper .gt-details-content .gt-list {
  margin-top: 30px;
}
.gt-team-details-wrapper .gt-details-content .gt-list li {
  color: var(--balaji-blue);
}
.gt-team-details-wrapper .gt-details-content .gt-list li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-details-content .gt-list li i {
  color: var(--balaji-blue);
  margin-right: 5px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  color: var(--balaji-blue);
  background-color: #F4F4F4;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon a:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items {
  margin-top: 35px;
  max-width: 550px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature:not(:last-child) {
  margin-bottom: 15px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-box-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  margin-bottom: 10px;
  color: var(--balaji-blue);
  text-transform: capitalize;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress {
  position: relative;
  height: 10px;
  background-color: var(--st-white);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-bar {
  background-color: var(--balaji-green);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--balaji-blue);
  font-family: "Manrope", sans-serif;
}
.gt-team-experience-wrapper .contact-form-items h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .gt-team-experience-wrapper .contact-form-items h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-team-experience-wrapper .contact-form-items h3 {
    font-size: 25px;
  }
}
.gt-team-experience-wrapper .contact-form-items .form-clt input, .gt-team-experience-wrapper .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--st-white);
  padding-bottom: 20px;
  padding: 16px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--st-text);
  font-size: 16px;
  border-radius: 4px;
}
.gt-team-experience-wrapper .contact-form-items .form-clt input::placeholder, .gt-team-experience-wrapper .contact-form-items .form-clt textarea::placeholder {
  color: var(--st-text);
}
.gt-team-experience-wrapper .contact-form-items .form-clt textarea {
  padding-bottom: 30px;
  resize: none;
}
.gt-team-experience-wrapper .contact-form-items button.gt-theme-btn .gt-icon-btn {
  background-color: var(--balaji-blue);
}
.gt-team-experience-wrapper .contact-form-items button.gt-theme-btn .gt-icon-btn::after {
  background-color: var(--st-theme);
}

.gt-testimonial-wrapper .gt-testimonial-left-content .gt-testimonial-text {
  margin-top: 25px;
}

.gt-testimonial-wrapper .gt-testimonial-box {
  border-radius: 12px;
  border: 1.5px solid var(--balaji-green);
  background: var(--st-white);
  padding: 40px;
  position: relative;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-box {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-box {
    padding: 22px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-box .star {
  color: #FCD554;
}
.gt-testimonial-wrapper .gt-testimonial-box .star i.color-2 {
  color: #9B9B9B;
}
.gt-testimonial-wrapper .gt-testimonial-box .gt-testi-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
}
.gt-testimonial-wrapper .gt-testimonial-box .gt-client-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
}
.gt-testimonial-wrapper .gt-testimonial-box .gt-client-info .gt-client-image {
    border-radius: 75px;
    overflow: hidden;
}
.gt-testimonial-wrapper .gt-testimonial-box .gt-client-info .gt-client-content h4 {
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-box .gt-client-info .gt-client-content h4 {
    font-size: 18px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-box .quote-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.gt-testimonial-wrapper .array-button-2 {
  margin-top: 50px;
}
.gt-testimonial-wrapper .array-button-2 .array-prev:hover, .gt-testimonial-wrapper .array-button-2 .array-next:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.gt-testimonial-wrapper .array-button-2 .array-prev {
  background-color: var(--st-white);
  color: var(--balaji-blue);
}
.gt-testimonial-wrapper .array-button-2 .array-prev:hover {
  background-color: var(--balaji-green);
  color: var(--st-white);
}
.gt-testimonial-wrapper .array-button-2 .swiper-dot1 {
  text-align: center;
}
.gt-testimonial-wrapper .array-button-2 .swiper-dot1 .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  transition: 0.6s;
  background-color: #fff;
  opacity: 1;
  border-radius: 60px;
  position: relative;
}
.gt-testimonial-wrapper .array-button-2 .swiper-dot1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--balaji-green);
  transition: 0.6s;
  position: relative;
  width: 51px;
}
.gt-testimonial-wrapper .array-button-2 .array-next {
  background-color: var(--balaji-green);
}
.gt-testimonial-wrapper .array-button-2 .array-next:hover {
  background-color: var(--balaji-blue);
}
.gt-testimonial-wrapper .array-button-2 {
  display: flex;
  align-items: center;
  gap: 13px;
}
.gt-testimonial-wrapper .array-button-2 .array-prev, .gt-testimonial-wrapper .array-button-2 .array-next, .gt-testimonial-wrapper .array-button-2 .cta-prev, .gt-testimonial-wrapper .array-button-2 .cta-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.testimonial-wrapper-2 .testimonial-left-content .testi-text {
  margin-top: 25px;
  max-width: 535px;
  margin-bottom: 48px;
}
.testimonial-wrapper-2 .testimonial-right-items .testimonial-box-2 {
  border-radius: 12px;
  border: 1.5px solid var(--balaji-green);
  background: var(--st-white);
  padding: 32px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
.testimonial-wrapper-2 .testimonial-right-items .testimonial-box-2 .star {
  color: #FCD554;
  margin-bottom: 15px;
}
.testimonial-wrapper-2 .testimonial-right-items .testimonial-box-2 p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
.testimonial-wrapper-2 .testimonial-right-items .testimonial-box-2 .client-info {
  margin-top: 30px;
}
.testimonial-wrapper-2 .testimonial-right-items .testimonial-box-2 .client-info h4 {
  font-weight: 800;
}
.testimonial-wrapper-2 .testimonial-right-items .client-info-image {
  max-width: 430px;
  margin: 40px auto 0;
  text-align: center;
}

.testimonial-section-2 {
  position: relative;
  z-index: 9;
}
.testimonial-section-2 .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.testimonial-box-item-3 {
  padding: 32px;
  background-color: var(--st-bg2);
  border-radius: 16px;
  border: 1px solid var(--st-bg2);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .testimonial-box-item-3 {
    padding: 30px;
  }
}
.testimonial-box-item-3.style-2 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.testimonial-box-item-3 p {
  max-width: 444px;
  margin-bottom: 24px;
}
.testimonial-box-item-3 .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-box-item-3 .client-info-item .client-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-box-item-3 .client-info-item .client-item .info-content h4 {
  font-weight: 800;
  margin-bottom: 5px;
}
.testimonial-box-item-3:hover {
  border: 1px solid var(--balaji-green);
}

.testimonial-section-3 {
  position: relative;
  z-index: 9;
}
.testimonial-section-3 .shape {
  position: absolute;
  left: 50;
  top: 0%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .shape {
    display: none;
  }
}
.testimonial-section-3 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 30px;
  }
}

.hero-section {
    height: 100vh;
}
.hero-section .baner_content {
    position: absolute;
    bottom: -10%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}
.carousel  { height: 100%;}
.carousel-inner {
    height: 100%;
}
.carousel-inner .carousel-item{
    height: 100%;
}
.carousel-inner .carousel-item:before{content:'';background-image: linear-gradient(180deg, rgb(255 255 255) 6.41%, rgb(0 0 0 / 19%) 37.17%);position: absolute;width: 100%;height: 100%;z-index: 0;top: 0;}
.carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
}
.right_btn_shift {
    display: flex;
    position: absolute;
    gap: 2px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 65px;
    flex-direction: column;
    right: 0;
    z-index: 99;
}
.right_btn_shift button{
    position: relative;
    width: 60px;
    background: var(--balaji-blue);
    height: 65px;
    border-radius: 5px;
    opacity: 0.7;
}
.right_btn_shift .carousel-control-next {}
.right_btn_shift .carousel-control-prev {}

.top_head{background: var(--balaji-blue);}
.header-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}
.header-top-area .header-content {
    display: flex;
}
.header-top-area .header-content li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
}
.header-top-area .header-content li a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    transition: all 0.4s;
}
.header-top-area .header-content li svg {
    margin: 0 4px 0 0;
    height: 16px;
    width: 16px;
    object-fit: cover;
  color:#fff
}
.header-top-area .header-content li span {
    color: #ffffff;
    display: inline-block;
    margin: 0 8px;
}

.header-top-area .list-content {
    /* position: relative; */
    display: flex;
    gap: 10px;
}
.header-top-area .list-content li {
    display: flex;
    flex-wrap: nowrap;
}
.header-top-area .list-content li a {
    color: #fff;
    line-height: 14px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-weight: 500;
}

.header-top-area .list-content li:nth-child(1) a{
    background: #ffffff;
    padding: 8px;
    border-radius: 3px;
    color: var(--balaji-blue);
}
.header-top-area .list-content li:nth-child(2) a{
    background: var(--balaji-green);
    padding: 8px;
    border-radius: 3px;
}



/*-------------------------*/
.services_list {padding:60px 0}
.services_list .grid_four{display: grid;grid-template-columns: repeat(4,1fr);gap: 15px;}
.service-card {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background-color: #F6F7F8;
    padding: 20px 20px;
    transition: all 0.4s 
ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}
.service-card__icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 45px;
    color: var(--balaji-green);
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s 
ease-in-out;
}
.service-card__icon  {
    width: 50px;
}
.service-card__icon  img {width:100%}
.service-card__content {
    text-align: center;
    flex: 1;
}
.service-card__title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.service-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms 
ease;
}
.service-card__shape {position: absolute;top: 0;left: 0;}
.service-card__shape::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: var(--balaji-green);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    transition: all 0.4s 
ease-in-out;
}
.service-card:hover {
    background-color: var(--balaji-blue);
}
.service-card:hover .service-card__icon {
    animation: wobble-horizontal-hover 1s 
ease-in-out 1;
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.service-card:hover .service-card__title, .service-card:hover .service-card__link, .service-card:hover .service-card__link i {
    color: var(--zoomvilla-white, #FFFFFF);
}
.service-card:hover .service-card__shape {
    background-color: var(--balaji-green);
    border-color: var(--zoomvilla-black, #222222);
}
.service-card:hover .service-card__shape::after {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.services_list .desc {
    text-align: center;
    width: 60%;
    margin: 0 auto 50px;
}
.services_list .desc h1{
    margin-bottom: 15px;
    padding: 0;
    color: var(--balaji-blue);
    font-size: 40px;
}
.services_list .desc h2{
    color: var(--balaji-green);
    font-size: 22px;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    margin-bottom: 25px;
}
.services_list .desc h2:before{content:'';width: 40px;height: 3px;background: var(--balaji-green);position: absolute;left: -50px;top: 11px;}
.services_list .desc h2:after{content:'';width: 40px;height: 3px;background: var(--balaji-green);position: absolute;right: -50px;top: 11px;}
.services_list .desc p{
    font-size: 18px;
}
/*-------------------------*/
.propertie-feature-section{position:relative}
.propertie-feature-section:before{content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #373465eb;}
.propertie-feature-wrapper .propertie-content .theme-btn.get_app_btn {
    background: #fff;
    color: var(--balaji-green);
}
.propertie-feature-wrapper .propertie-content .theme-btn.get_app_btn:hover {color:#fff}
.propertie-feature-wrapper .propertie-content .theme-btn.whats_app_btn {
    background: var(--balaji-green);
    color: #fff;
}

.main_heading{}
.main_heading .desc {
    text-align: center;
    width: 60%;
    margin: 0 auto 50px;
}
.main_heading .desc h1{
    margin-bottom: 15px;
    padding: 0;
    color: var(--balaji-blue);
    font-size: 40px;
}
.main_heading .desc h2{
    color: var(--balaji-green);
    font-size: 22px;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    margin-bottom: 25px;
}
.main_heading .desc h2:before{content:'';width: 40px;height: 3px;background: var(--balaji-green);position: absolute;left: -50px;top: 11px;}
.main_heading .desc h2:after{content:'';width: 40px;height: 3px;background: var(--balaji-green);position: absolute;right: -50px;top: 11px;}
.main_heading .desc p{font-size: 18px;}
.mean__menu-wrapper-sfd {display:flex}
.sticky.header-1 .header-right .search-toggler {
    border: 1px solid rgba(0, 0, 0, 0.32);
    color: var(--balaji-blue);
}
.header-1 .header-right .search-toggler {
    border-radius: 100px;
    border: 1px solid var(--balaji-blue);
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    color: var(--balaji-blue);
    text-align: center;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content .head-pop {
    background: var(--balaji-green);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}
.search-popup__content .head-pop h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.search-popup__content  .pop-body{
    padding: 30px 15px 15px;
    padding-top: 25p;
}
.search-popup__content  .pop-body .form_group {width: 100%;}
.search-popup__content .pop-body .gri_D_thre .form_group:nth-child(1),
.search-popup__content .pop-body .gri_D_thre .form_group:nth-child(2),
.search-popup__content .pop-body .gri_D_thre .form_group:nth-child(3)
{
  width: calc(33% - 11px);
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 70%;
  padding: 0;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  background: var(--bs-border-color);
}
.pop-body-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  }
.gri_D_thre {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  width: 100%;
  }
.search-popup__form {
  position: relative;
  
}
.search-popup__form .form_group{position: relative;background: #fff;padding: 25px 6px 6px 6px;border-radius: 7px;}
.search-popup__form .form_group label.label_head{position: absolute;font-size: 13px;font-weight: 500;line-height: 16px;background: var(--balaji-blue);color: #fff;padding: 4px 8px;margin-top: -35px;border-radius: 28px;}
.search-popup__form .form_group select{position: relative;outline: none;border: none;padding: 8px;border-radius: 5px;font-size: 15px;}


.search-popup__form .search-btn {
  padding: 0;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 17px;
  color: var(--st-white);
  background-color: var(--balaji-green);
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  gap: 7px;
}
.search-popup__form .search-btn:hover {
  background-color: var(--balaji-blue);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.price-lac-cr {/* margin-bottom:15px; */}
.price-lac-cr .price-container {
  }
.price-lac-cr .price-container label {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.price-lac-cr .labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-weight: bold;
    gap: 15px;
  }
.price-lac-cr .labels span {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid  #CCCCCC;
    width: 95px;
    text-align: center;
}

.price-lac-cr .slider-container {
    position: relative;
    height: 40px;
    background: #fff;
    border-radius: 5px;
  }

.price-lac-cr   input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
    top: 10px;
  }

.price-lac-cr input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: var(--balaji-green);
    cursor: pointer;
  }
.slider-track-pad {padding: 0;flex: 1;}
.price-lac-cr .track {
    position: absolute;
    height: 5px;
    background: #dee2e6;
    width: 100%;
    top: 18px;
    border-radius: 5px;
  }

.price-lac-cr .range {
    position: absolute;
    height: 5px;
    background: var(--balaji-green);
    top: 18px;
    border-radius: 5px;
  }
  
 .project-section {background: #f6f7f8;} 
 
 .propertie-image img.img-custom-anim-right{width:155%}
 
 
.ha_opt {
  display: flex;
  gap: 10px;flex-wrap: wrap;
}

.ha_opt label {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 20px;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s;
}

/* Radio button chhupa dena */
.ha_opt input[type="radio"] {
  display: none;
}

/* Jab radio select ho jaye, to uske label ka border color change ho */
.ha_opt input[type="radio"]:checked + label {
  border-color: #007bff;
  color: #007bff;
}

.vertical-tabs{
    display: flex;
    border-top: 1px solid #eee;
    padding-top: 30px;
    align-items: flex-start;
    gap: 25px;
}
.vertical-tabs .nav {
    width: 20%;
    gap: 10px;
}

 .vertical-tabs .nav .nav-item{
    border-radius: 3px;
    background: var(--var-blue);
    text-align:center;
    font-size: 20px;
    color:#fff;
    width: 100%;
    display: block;
    font-weight: 500;
}
 .vertical-tabs .nav .nav-item .nav-link.active{
    background: var(--balaji-green);
    color: #fff !important;
    background-color: var(--balaji-green);
}
 .vertical-tabs .nav .nav-item .nav-link{
    color: #fff !important;
    background-color: var(--balaji-blue);
}


 .vertical-tabs .tab-content {
    flex: 1;
}
 .vertical-tabs .tab-content .tab-pane {}
.vertical-tabs .taB-flex {
    display: flex;
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
}
.vertical-tabs .sv-tab-panel {
    border-radius: 7px;
    flex: 1;
    padding: 30px;
}
.vertical-tabs .sv-tab-panel h3 {
    margin: 0 0 20px 0;
    font-size: 23px;
}
.vertical-tabs .spanel {
    width: 25%;
}
.vertical-tabs .spanel img {
    width: 100%;
}
.mision-vision {padding-bottom:60px}

/*----------------------------------*/
.contact-info-box {
  position: relative;
  background: #fff;
  padding: 45px 30px 40px 100px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  height: 100%;
}

.contact-info-box:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--balaji-blue);
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    }
.contact-info-box:hover:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.contact-info-box:hover .content p,
.contact-info-box:hover .content a,
.contact-info-box:hover .content h3{color:#fff}
.contact-info-box .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #F4F4F4;
  color: var(--balaji-green);
  position: absolute;
  left: 25px;
  top: 46px;
}
.contact-info-box .content {position: relative;}
.contact-info-box .content h3 {
  margin-bottom: 10px;
}
.contact-info-box .content p, .contact-info-box .content a {
  font-size: 16px;
  color: var(--st-text);
  display: block;
}
.contact-wrapper-10 {
  border-radius: 24px;
  background: #F4F4F4;
  padding: 48px;
}
@media (max-width: 1199px) {
  .contact-wrapper-10 {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper-10 {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-10 {
    padding: 25px;
  }
}
.contact-wrapper-10 .section-title h2 {
  font-size: 32px;
}
.contact-wrapper-10 form {
  margin-top: 40px;
}
.contact-wrapper-10 form .form-clt select,
.contact-wrapper-10 form .form-clt input, .contact-wrapper-10 form .form-clt textarea {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 30px;
  color: var(--st-text);
  line-height: 1;
}
.contact-wrapper-10 form .form-clt textarea {
  padding-bottom: 92px;
}
.contact-wrapper-10 form .form-clt .single-select {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 30px;
  color: var(--st-text);
  line-height: 1;
}
.contact-wrapper-10 form .form-clt .single-select::after {
  right: 20px;
  width: 9px;
  height: 9px;
}
.contact-wrapper-10 form .form-clt .single-select .list {
  width: 100%;
}
.contact-wrapper-10 form .theme-btn::before {
  background-color: var(--balaji-green);
}
.contact-wrapper-10 form .theme-btn:hover {
  color: var(--st-white);
}
.googpemap-2 {width:100%; height:450px}
.googpemap-2 iframe {width:100%; height:100%}

/*----------------------------------*/
/*---------------blog-------------------*/
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 {
  margin-bottom: 48px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image {
  overflow: hidden;
  border-radius: 16px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 16px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
    font-size: 25px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 a:hover {
  color: var(--balaji-green);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--balaji-green) 0%, var(--balaji-green) 100%);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .theme-btn {
  padding: 16px 30px;
  border: 1px solid var(--balaji-green);
  background: transparent;
  color: var(--balaji-green);
  margin-top: 24px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .theme-btn::before {
  background-color: var(--balaji-green);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .theme-btn:hover {
  color: var(--st-white);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
/*---------------blog-------------------*/
/*---------------our team-------------------*/
.d_team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.d_team .box{
    position: relative;
}
.d_team .box .team_img {position: relative;}
.d_team .box .team_img:before {
    content: '';
    background: var(--aura-green);
    position: absolute;
    top: -13px;
    left: -13px;
    height: 90%;
    width: 90%;
    z-index: -1;
}
.d_team .box img{
    width: 100%;
}
.d_team .bg_box{
    background: #00441fb5;
    padding: 15px;
}
.d_team .bg_box h3{
    color: #fff;
    font-size: 23px;
    margin: 0;
    line-height: 30px;
}
.d_team .bg_box span{
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    display: block;
}
.hover_flexs .bg_box {
    background: #0000;
    padding: 0;
    border-top: 1px solid #eeeeee2e;
    margin-top: 25px;
    padding-top: 20px;
}
.bg_box_desc {
    position: absolute;
    bottom: 35px;
    width: 90%;
}
.bg_box_desc p{display:none}
.d_team .box .hover {
    position: absolute;
    top: 0;
    background: #000000db;
    z-index: 4;
    height: 100%;
	 opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.d_team .box .box_sc{    overflow: hidden;
    position: relative; }
.d_team .box:hover .hover{
  opacity: 1;
  transform: translateY(0);
}
.d_team .box .hover .hover_flex {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 25px;
}
.d_team .box .hover p{
    color: #fff;
}
.team-page {padding:100px 0}
.our_team_chairman {padding:60px 0}
.chair_main_profile {
    display: flex;
    gap: 60px;
    margin-top: 60px;
}
.chair_main_profile .desc{
    flex: 1;
}
.chair_main_profile .desc h1{
    font-size: 27px;
    color: var(--balaji-blue);
    margin-bottom: 20px;
}
.chair_main_profile .desc p{
    margin-bottom: 10px;
}
.chair_main_profile .desc h2{
    font-size: 20px;
    color: rgb(57 56 70);
    margin-top: 15px;
}
.chair_main_profile .desc h3{
    font-size: 14px;
    color: var(--balaji-green);
}
.chair_main_profile .chair_man{
    width: 35%;
    position: relative;
}
.chair_main_profile .chair_man img{
    width: 100%;
}
.chair_main_profile .chair_man:before{content:'';width: 85%;height: 85%;position: absolute;top: -15px;right: -15px;background: var(--balaji-green);z-index: -1;}

/*---------------our team-------------------*/
/*---------------post requirment-------------------*/
.login-box {
    background: #f8f0fc;
    padding: 70px 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: calc(100vh - 210px);
}
.form_start {
    /* box-shadow: 0 -3px 31px #0000000d, 0 6px 20px #00000005; */
    /* background: #fff; */
    /* padding: 25px; */
    /* border-radius: 6px; */
}
.form_start .for_bg {
    box-shadow: 0 -3px 31px #0000000d, 0 6px 20px #00000005;
    background: #fff;
    /* padding: 25px; */
    border-radius: 6px;
    margin-bottom: 25px;
    overflow: hidden;
}
.head_ing {
    display: flex;
    align-items: center;
    background: var(--balaji-blue);
    padding: 15px;
}
.head_ing img {
    height: 40px;
    margin-right: 10px;
}
.head_ing .df{}
.head_ing .df h3{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    text-align: left;
    display: flex;
    color: #fff;
}
.head_ing .df p{
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
}
.row_pd {padding:20px}
.form_start .form-group {
    margin-bottom: 1rem;
}
.form_start label {
    font-weight: 500;
    color: #0a0a0a;
    /* margin-bottom: 4px; */
    width: 100%;
    display: block;
}
.form_start label span.red {color:red}
.form_start .form-group input, .form_start .form-group select {
    height: 40px;
}
.form_start .form-group .iti {width:100%}
.form_start .text-right {display: flex;justify-content: space-between;}
.form_start .text-right .pre-bttn {background: var(--balaji-blue);width: auto;max-width: fit-content;padding: 7px 25px;color: #fff;border-radius: 6px;font-size: 17px;}
.form_start .text-right .pre-bttn:last-child {background: var(--balaji-green);}
/*---------------post requirment-------------------*/
.whychoseus {}
.whychoseus .content {}
.whychoseus .content h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.whychoseus .content h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.whychoseus .content p{
    margin-bottom: 15px;
    font-size: 16px;
}
.whychoseus .content ul{}
.whychoseus .content ul li{
    margin-bottom: 15px;
    font-size: 16px;
}
.whychoseus .content ul li b{}

/*------------------------------*/
.property-inner-section-find {
	    padding: 70px 0 70px;
    position: relative;
    z-index: 1;
}
.left_outer {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ced4dd;
    border-radius: 8px;
    margin-bottom: 10px;
    } 
.left_outer .box  {}
.left_outer .box:nth-child(2) .heading {
    border: navajowhite;
    padding-top: 0;
}

.left_outer .box .heading{
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}	
.left_outer .box .heading h3{font-size: 16px;line-height: 24px;font-weight: 600;color: #091e42;display: block;text-align: left;vertical-align: middle;}	
.left_outer .box .heading span {position:relative;width: 20px;}
.left_outer .box .heading span:before {
  content: url('../../img/down.svg');
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 7px;
  top: 6px;
}
.left_outer .box.active .heading span:before {
  content: url('../../img/up.svg');
}
		
.left_outer .box .bod_y{display: none;padding-top: 10px;}	
.left_outer .box.active .bod_y{display: block;}	
.left_outer .box .body_pd{}	
.left_outer .box .body_pd ul{}	
.left_outer .box .body_pd ul li{
    cursor: pointer;
    border: 1px solid #ebecf0;
    padding: 2px 12px 2px 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #42526e;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 24px;
    margin: 0 0px 8px 0px;
    position: relative;
}	
.left_outer .box .body_pd ul li label {    margin: 0;}
.left_outer .box .body_pd ul li:hover {background: #f3f3f3;}
.left_outer .box .body_pd ul li.active {    border: 1px solid #a3daff;
    color: #091e42;
    font-weight: 600;}
.left_outer .box .body_pd ul li:before {
  content: url('../../img/plus.svg');
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 7px;
  top: 6px;
}	
.left_outer .box .body_pd ul li.active:before {
  content: url('../../img/check.svg');
}	
.left_outer .box .body_pd label input {
    position: absolute;
    left: -18px;
    top: 5px;
}
.left_outer .box .body_pd label {
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #42526e;
    display: block;
    margin: 0 0px 8px 0px;
    position: relative;
}
/*------------------------------*/
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* background: #F2F3F3; */
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 15px 15px 15px;
    display: flex;
    gap: 30px;
    box-shadow: 0px 1px 4px 0px rgba(31, 92, 163, .2) !important;
    align-items: flex-start;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .slid_img {
    width: 35%;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .category-list ul {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .category-list ul li {
  display: inline-block;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .category-list ul li:nth-child(1) {
  margin: 0 8px 0 0;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .category-list ul li:nth-child(1) a {
    background: #000;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .category-list ul li a {
  color: #ffffff;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 12px;
  transition: all 0.4s;
  background: #073b3a;
  border-radius: 4px;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .category-list ul li a:hover {
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .img1 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.4s;
    height: 100%;
}



.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .tupleNew__bottom .ImgItem__star {
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .img1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 8px 0 0 8px;
}
.property-inner-section-find .tab-content .tab-pane .property-boxarea2 .flat_dsc {
    width: 65%;
}
.flat_dsc {}
.flat_dsc .csd{}
.flat_dsc .sec_loc{
    display: flex;
    justify-content: space-between;
}
.flat_dsc .sec_loc .loc_name{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #010c1f;
    display: block;
}
.flat_dsc .sec_loc .ribon{
    width: 67px;
    height: 18px;
    background: #d1cfcf;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, calc(100% - 54px) 50%);
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: #091e42;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12px;
    padding-left: 19px;
    padding-top: 2px;
    padding-bottom: 2px
    }
.flat_dsc .csd p{}
.flat_dsc .csd p a{
    color: #393939;
    font-size: 15px;
}
.flat_dsc .csd p a:hover {
    text-decoration: underline;
    color: #000;
}
.flat_dsc .csd p span{
    color: #000;
    font-weight: 600;
}

.price_fl {
    display: flex;
    gap: 35px;
    margin-top: 15px;
    position: relative;
}
.price_fl .box{
    position: relative;
}
.price_fl .box .mtr {
    display: flex;
    gap: 9px;
}
.price_fl .box .mtr  .sqm_drop {
    font-size: 14px;
    cursor: pointer;
}
.price_fl .box .mtr .sqm_drop img {
    width: 20px;
}
.price_fl .box .mtr .sqm_drop .tupleNew__srpAreaUnit {
    position: absolute;
    background: #ffff;
    padding: 0;
    box-shadow: 0px 0px 10px #eee;
    display: none;
}
.price_fl .box .mtr .sqm_drop .tupleNew__srpAreaUnit.active {display:block}
.price_fl .box .mtr .sqm_drop .tupleNew__srpAreaUnit ul {
    width: 100%;
}
.price_fl .box .mtr .sqm_drop .tupleNew__srpAreaUnit ul li {
    padding: 0 15px;
    font-size: 15px;
}
.price_fl .box .mtr .sqm_drop .tupleNew__srpAreaUnit ul li:hover {
    background: #eee;
}
.price_fl .box .mtr .sqm_drop .tupleNew__srpAreaUnit ul li  span {
    display: block;
}
.price_fl .box:before{content:'';width: 1px;height: 100%;position: absolute;background: #cfcfcf;right: -19px;}
.price_fl .box h3{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.price_fl .box h3 span {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
}
.price_fl .box h3 span img {
    width: 19px;
}
.price_fl .box p{
    color: var(--ztc-bg-bg-4);
    font-size: 15px;
}
.price_fl .box:last-child:before {display:none}

.highlightsWrap {
    display: flex;
    flex-wrap: nowrap;
    /* overflow-x: hidden; */
    max-width: 100%;
    align-items: center;
    margin: 20px 0;
}
.highlightsWrap .onlyHighlight{
    display: flex;
    flex-wrap: nowrap;
    /* overflow-x: hidden; */
    flex: 1;
    align-items: flex-start;
    gap: 5px;
}
.highlightsWrap .onlyHighlight .highligts{
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #091e42;
    margin-right: 6px;
}
.highlightsWrap .onlyHighlight .tupleNew{
    background: #eaeaea;
    border-radius: 4px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px 4px 8px;
    white-space: nowrap;
    max-width: max-content;
    gap: 5px;
}
.highlightsWrap .onlyHighlight .tupleNew span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #091e42;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
   
 .property-inner-section-find .tab-content .tab-pane .property-boxarea2 .img1 .carousel {height: 220px;} 
 .property-inner-section-find .tab-content .tab-pane .property-boxarea2 .img1 .carousel .carousel-inner{height: 100%;} 
 .property-inner-section-find .tab-content .tab-pane .property-boxarea2 .img1 .carousel .carousel-inner {height: 100%; } 
 .property-inner-section-find .tab-content .tab-pane .property-boxarea2 .img1 .carousel .carousel-inner img{ } 
 .property-inner-section-find .tab-content .tab-pane .property-boxarea2 .img1 .carousel .carousel-inner .carousel-item:before{display:none}
 .content-aread {
    display: flex;
    justify-content: space-between;
}
 .content-aread .btn-area{}
 .content-aread .btn-area .theme-btn1{
    background: var(--balaji-blue);
    color: #fff;
    padding: 5px 15px;
    display: block;
    width: fit-content;
    border-radius: 6px;
    font-size: 15px;
}
/*------------------------------*/
.area_convert {padding:60px 0 0}
.area_convert .converter-container {
        background-color: var(--balaji-blue);
        border: 1px solid var(--balaji-blue);
        border-radius: 8px;
        padding: 20px 30px;
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }

 .area_convert  .converter-container h3 {
        background-color: var(--balaji-green);
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 4px;
        border-bottom: 2px solid #ffffff75;
        text-align: left;
        margin-bottom: 20px;
        color: #fff;
    }

 .area_convert    table {
        width: 100%;
        border-collapse: collapse;
    }

.area_convert     td {
        padding: 10px 8px;
        vertical-align: middle;
    }

 .area_convert    label {
        font-weight: 500;
        color: #ccc;
    }

 .area_convert    input,.area_convert  select {
        width: 100%;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid var(--balaji-blue);
        color: var(--balaji-blue);
        border-radius: 4px;
        font-size: 14px;
        outline: none;
        transition: 0.3s;
    }

 .area_convert    input:focus, .area_convert select:focus {
        border-color: var(--balaji-green);
        box-shadow: 0 0 4px #cda34970;
    }

 .area_convert    .output-box {
        display: flex;
        align-items: center;
        gap: 6px;
    }

 .area_convert    .output-box input {
        flex: 1;
    }

  .area_convert   .output-box span {
        background-color: var(--balaji-green);
        color: #fff;
        font-weight: 600;
        padding: 8px 10px;
        border-radius: 4px;
        font-size: 13px;
    }

  .area_convert   .btn-row {
        text-align: right;
        padding-top: 10px;
    }

 .area_convert    button {
        background-color: var(--balaji-green);
        color: #fff;
        border: none;
        padding: 8px 18px;
        font-weight: 600;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-left: 8px;
    }

  .area_convert   button:hover {
        background-color: var(--balaji-green);
    }

  .area_convert   .clear-btn {
        background-color: #c10000;
    }

  .area_convert   .clear-btn:hover {
        background-color: #777;
    }
  .area_convert .area_img {}	
  .area_convert .area_img img{width:100%}	
  
 .hif_more {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 6px;
}

/*------------------------------*/
.propertie-details-wrapper {
    display: flex;
        align-items: center;
}
.propertie-details-wrapper .details-image {
    width: 60%;
}
.propertie-details-wrapper .details-content {
    width: 60%;
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    margin-left: -103px;
    position: relative;
    padding: 20px;
    border-radius: 15px;
}
.propertie-details-wrapper .details-content .details-image {}

.propertie-details-wrapper .details-content .desc {}
.propertie-details-wrapper .details-content .desc .desc-width{
    width: 50%;
}
.propertie-details-wrapper .details-content .desc .component__tableHead{
    display: flex;
    gap: 6px;
    align-items: center;
    color: #979797;
}
.propertie-details-wrapper .details-content .desc .component__tableHead img{
    width: 20px;
    height: 20px;
}
.component__details  {color: #343434;font-weight: 500;}
.component__details span {}
.component__details span.font_14 {
    font-size: 10px;
    color: #999;
    display: block;
    line-height: normal;
    margin-top: 3px;
    }
.sup_built{
    display: flex;
    font-size: 15px;
    line-height: 20px;
}
.sup_built .component_unitD{
    margin-left: 15px;
    cursor: pointer;
}
.sup_built .component_unitD span{
    color: var(--bs-blue);
}
.sup_built .component_unitD .component__unitList{
    position: absolute;
    z-index: 2;
    background: #fff;
    border: 1px solid #eee;
    display: none;
}
.sup_built .component_unitD .component__unitList.active {display:block}
.sup_built .component_unitD .component__unitList li {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}
.sup_built .component_unitD .component__unitList li:hover {background:#eee}
.desc_bor {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 30px;
}
.desc_bor:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: navajowhite;
}
.priv_df {
    font-size: 15px;
    line-height: 20px;
}
.priv_df en{
    color: #878787;
    font-size: 10px;
}
.priv_df span{
    color: var(--bs-blue);
    font-size: 14px;
	    cursor: pointer;
}
.propertie-details-wrapper .details-image {
    width: 50%;
    border-radius: 13px;
    overflow: hidden;
    height: 450px;
}
.propertie-details-wrapper .carousel-inner .carousel-item:before{display:none}
.priv_df {
    position: relative;
}
.priv_df .view_price:before{content:'';content: "";display: block;width: 0;height: 0;position: absolute;border-bottom-color: #b7b7b7;border-bottom-style: solid;border-bottom-width: 6px;border-left: 8px solid rgba(0,0,0,0);border-right: 8px solid rgba(0,0,0,0);top: -6px;right: 50px;}
.priv_df .view_price{
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px #eee;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    display: none;
}
.priv_df .view_price p{
    font-size: 15px;
    font-weight: 400;
    color: #979797;
    margin-bottom: 12px;
}
.priv_df .view_price p span{
    font-weight: 500;
    color: #4c4c4c;
}
.priv_df .view_price ul{}
.priv_df .view_price ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.priv_df .view_price ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.priv_df .view_price ul li p{
    font-size: 13px;
    margin: 0;
}
.priv_df .view_price ul li span{
    font-size: 13px;
    color: #000;
}

.priv_df span:hover .view_price{display:block}

.btn-area-center {    margin-top: 0;
    text-align: right;}
.btn-area-center a{}
/*------------------------------*/

img.n_gh {
    width: 200px;
}
.cd_cv p {
    padding: 12px 0px;
}