@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/* Condensed / Bold-Condensed */
@font-face {
  font-family: 'DINNextLTProCondensed';
  /* pick a clear family name */
  src: url('../fonts/fonnts.com-DINNextLTPro-BoldCondensed.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'DINNextLTPro-Regular';
  /* main family name */
  src: url('../fonts/fonnts.com-DINNextLTPro-Condensed.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Usage */
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  /* default */
}


h1 {
  font-family: 'DINNextLTPro-Regular', 'DINNextLTPro', sans-serif;
  font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DINNextLTPro-Regular', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}

.tp-project-2-heading h1 strong,
.tp-project-2-heading h2 strong,
.tp-project-2-heading h3 strong,
.tp-project-2-heading h4 strong,
.tp-project-2-heading h5 strong,
.tp-project-2-heading h6 strong {
  font-family: "DINNextLTProCondensed" !important;
  font-weight: normal;
  font-size: 10rem;
  letter-spacing: 0;
}

.tp-project-2-heading h3 {
  font-size: 40px;
  margin-bottom: -10px;
}

body,
p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

b {
  font-family: 'Montserrat', sans-serif !important;
}

/* main hero area start  */

.banner-wrapper,
.banner-content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner-content {
  overflow: hidden;
}

.banner-content .section {
  width: 100%;
  height: 100vh;
}

.banner-content .section.hero {
  background-image: url(../images/makka.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content .section.hero {
  background: none;
  position: relative;
  overflow: hidden;
}

.banner-content .section.hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.banner-wrapper .image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.banner-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg,
      rgba(226, 224, 211, 0) 0%,
      rgba(0, 0, 0, 0.8687850140056023) 100%);
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 23.8em;
  background: url(https://terriotech.com/cloud-overlay.png) 0 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
  z-index: 2;
  pointer-events: none;
  height: 43.75em;
}

@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.text-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-anim h1.tp-hero-3-title.lft-txt {
  position: relative;
  display: inline-block;
  top: 20%;
  left: 18%;
}

.text-anim h1.tp-hero-3-title.rgt-txt {
  position: relative;
  display: inline-block;
  top: 55%;
  left: 30%;
}

.text-anim h1.tp-hero-3-title span:last-child {
  position: relative;
  left: 25%;
}

.tp-hero-3-bg .plane {
  width: 200px;
  position: absolute;
  bottom: 70px;
  rotate: -20deg;
  left: 0;
}

.tp-header-logo img {
  width: 250px;
}

.header-sticky img {
  width: 180px;
}

#earth-section {
  position: relative;
  background: #000000;
  height: 100vh;
  min-height: 900px;
  padding-top: 150px;
}

canvas#myCanvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tp-hero-3-bg {
  z-index: 9;
}

.text-center {
  text-align: center !important;
  position: relative;
  z-index: 9;
}

.tp-slider-ptb .swiper-slide {
  padding: 0 20px;
}

.tp-testimonial-3-wrapper {
  background: #892022bf !important;
  backdrop-filter: blur(5px);
}

.tp-experiance-ptb .tp-experiance-item-content h3 {
  text-align: center;
  color: #fff;
  padding-top: 15px;
  font-size: 20px;
}

.overlay-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* .tp-experiance-item:not(:last-of-type) {
  padding: 0 !important;
} */

.tp-experiance-item-icon {
  margin-right: 0px;
}

.items-wrapper .item {
  transition: all 0.8s ease-in-out;
  padding: 30px 0 !important;
}

.items-wrapper.hover-active .item {
  transition: all 0.8s ease-in-out;
}

.items-wrapper.hover-active:hover .item {
  opacity: 0.1;
  transition: all 0.8s ease-in-out;
}

.items-wrapper.hover-active .item:hover {
  opacity: 1;
  transition: all 0.8s ease-in-out;
}

.tp-about-5-year {
  padding: 0;
  border: 0;
}

.tp-about-5-year img {
  width: 100%;
}

.tp-about-5-call a {
  font-size: 21px;
}

img#mainImage {
  opacity: 0;
  transition: 0.1s ease-in-out;
}

img.show-img {
  opacity: 1 !important;
}

.text-anim-2 {
  opacity: 0;
}

.tp-experiance-item-icon img {
  width: 90px;
}

.tp-testimonial-3-item-title {
  font-size: 26px;
  line-height: 1.3;
}

.tp-testimonial-3-user-title {
  font-size: 20px;
}

.tp-testimonial-3-user-content span {
  font-size: 18px;
}

#marqueeContainer {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

#marqueeContent {
  display: inline-block;
  margin-left: -100%;
}

.marquee_area {
  position: relative;
  padding: 10px 0 5px;
  background: #bc8a73;
}

.marquee_area .label {
  /* background-color: #058bc9; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  z-index: 1;
  position: relative;
}

.marquee_area .label p {
  color: #fff !important;
  font-size: 22px;
  text-transform: capitalize;
}

.marquee_area .marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 100%;
  animation: marquee 1000s linear infinite;
  color: #ffffff;
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 0;
}

.marquee-item {
  display: inline-block;
  margin-right: 50px;
  color: #ffffff;
}

.marquee_area .marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.h-100vh {
  height: 100vh;
}

.main-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.main-content.text-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tp-experiance-item-icon img {
  width: 90px;
}

.tp-contact-2-info a {
  color: #000000;
}

.tp-contact-2-heading p {
  color: rgb(0 0 0);
}

.tp-contact-2-title {
  color: #000000;
}

.tp-contact-2-info a span {
  border: 1px solid rgb(0 0 0 / 14%);
}

.cstm-contact {
  background: #831719;
  padding: 40px;
  border-radius: 10px;
}

#svg-stage svg {
  max-width: 1920px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.ball {
  fill: #fffce1;
  visibility: hidden;
}

.line {
  fill: none;
  stroke: #fffce1;
  stroke-width: 2px;
}

text {
  fill: #fffce1;
  font-size: 10px;
  visibility: hidden;
}

.theLine {
  stroke: #fffce1;
}

.tp-funfact-item-title::before {
  display: none;
}

.tp-funfact-item.mb-40 {
  backdrop-filter: blur(11px);
  padding: 41px;
  background: #ffffff0f;
}

.nav-link.active {
  background: #3f112d;
  color: #fff;
  padding: 20px 50px;
  border-radius: 48px;
}

.nav-link {
  background: transparent;
  padding: 20px 50px;
  border-radius: 48px;
  border: 1px solid #3f112d;
}

/* .cityScroller {
  width: initial;
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  height: 1.2em;
  display: inline-block;
  vertical-align: top;
}

.cityScroller .word {
  color: rgb(1, 171, 83);
  padding: 0px;
  margin: 0px;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
} */

.map_container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.map_container .pointer_block {
  position: absolute;
  transform: translate(-50%, -100%);
  z-index: 10;
  text-align: center;
}

.map_container .pointer_block .point {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0px solid rgb(217, 70, 97);
  transition: 0.5s;
}

.map_container .pointer_block .point img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
  filter: drop-shadow(3px 3px 5px #222222);
}

.map_container .pointer_block:hover .point {
  border-color: rgb(219, 77, 98);
}

.map_container .pointer_block:hover .point::before {
  background-color: rgb(34, 63, 131);
}

.map_container .pointer_block:nth-child(1) .point::before,
.map_container .pointer_block:nth-child(3) .point::before {
  animation-delay: 0.7s;
}

.map_container .pointer_block .content {
  opacity: 0;
  position: relative;
  width: max-content;
  max-width: 430px;
  padding: 33px 50px 33px 55px;
  bottom: 30px;
  left: -100px;
  transition: 1s;
  transform: translateY(-110%);
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  z-index: 999;
  pointer-events: none;
}

.map_container .pointer_block .content::before {
  position: absolute;
  content: "";
  left: 98px;
  bottom: -40px;
  border-width: 20px;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent;
  border-image: initial;
  overflow: hidden;
  z-index: 999;
}

.map_container .pointer_block:hover .content {
  opacity: 1;
  transform: translateY(-100%);
}

.map_container .pointer_block .content .text {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.map_container .pointer_block .content .logo {
  position: absolute;
  left: -30px;
  top: 50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.map_container .pointer_block .content h4 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.map_container .pointer_block .content h4 span {
  font-size: 18px;
}

div#vmap img {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 1200px) {
  .tp-footer-2-copyright-social a:not(:last-of-type) {
    margin-right: unset;
  }

  /* .pt-100 {
    padding-top: 100px;
  }
  .pb-100 {
    padding-bottom: 100px;
  } */
  #second-section .tp-about-5-heading .tp-section-5-title {
    font-size: 6vw;
  }

  .tp-about-5-heading p {
    font-size: 20px;
    line-height: 30px;
  }

  .tp-about-5-heading p {
    color: #000000;
  }

  /* .tp-about-5-counter-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  } */
  .tp-section-5-title {
    font-size: 44px;
  }

  .tp-hero-3-heading p {
    font-size: 18px;
    line-height: 26px;
  }

  .tp-portfolio-6-item-title {
 font-size: 40px;
        line-height: 1.3;
        text-align: center;
        text-transform: uppercase;
        min-height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800 !important;
        font-family: "DINNextLTProCondensed" !important;
  }

  .tp-blog-item-title {
    font-size: 20px;
  }

  .tp-experiance-ptb .tp-experiance-item-content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .tp-contact-2-info a {
    font-size: 18px;
    line-height: 26px;
  }
}

.appointment-btn {
  position: fixed;
  right: 0;
  top: 40%;
  /* ðŸ‘‰ à¤¯à¤¹à¤¾à¤‚ à¤¸à¥‡ vertical position control à¤•à¤°à¥‡à¤‚ (30%, 40%, 50% etc.) */
  z-index: 1000;
  transform: translateY(-50%);
}

.appointment-btn button {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #831719;
  color: #fff;
  border: none;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: 400;
  /* border-radius: 8px 0 0 8px; */
  transition: 0.3s;
}

.appointment-btn button:hover {
  background: #d62828;
}

/* Popup overlay */
.appointment-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

/* Popup content */
.popup-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 500px;
  max-width: 100%;
  position: relative;
  animation: popupFade 0.3s ease;
}

h2.cstm-appointment {
  font-size: 30px;
  padding-bottom: 24px;
}

form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  /* ðŸ‘‰ yeh line har input ke niche space degi */
  font-size: 14px;
  box-sizing: border-box;
}

@keyframes popupFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.scroll-line {
  z-index: 0;
  top: -10px;
  scale: 1.1;
}

.sircle-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.sircle-img {
  overflow: hidden;
  border-radius: 50%;
  transition: border-radius 0.3s;
  width: 40%;
}

.prime-color {
  color: #f88b18 !important;
}

.sircle-img {
  left: 10%;
}


#horizontal-scoll {
  padding: 100px 0;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 525px;
}

.horizontal {
  display: flex;
  height: 100%;
}

.horizontal>div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.horizontal>div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal>div:last-child {
  padding: 0 15px 0 5px;
}

.horizontal .card {
  align-items: stretch;
  width: 540px;
  padding: 50px 40px;
  background: #6e4ce1;
  border-radius: 38px;
  color: #f6f2e8;
}


.snap-slider-holder {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.snap-slide {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.snap-slide .img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.rounded-borders .snap-slide .img-mask {
  border-radius: 0;
}

.snap-slide .section-image {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.snap-slide .section-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 100;
  object-position: center;
  object-fit: cover;
}

.snap-slider-thumbs {
  position: absolute;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snap-slider-thumbs-wrapper::before {
  float: left;
  padding-top: 70%;
  content: "";
}

.snap-slider-thumbs-wrapper {
  width: 30vw;
  height: 30vw;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.rounded-borders .snap-slider-thumbs-wrapper {
  border-radius: 6px;
}

.thumb-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.show-loader .thumb-slide {
  pointer-events: none;
}

.thumb-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.snap-slider-captions {
  position: absolute;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}

.snap-slider-captions-wrapper {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}

.snap-slide-caption {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  align-items: center;
}

.in-view.snap-slide-caption {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.snap-slider-captions .inner {
  vertical-align: middle;
  position: relative;
}

.snap-slider-captions .slide-title-wrapper {
  margin: 0;
  cursor: pointer;
}

.in-view.snap-slide-caption .slide-title-wrapper {
  pointer-events: initial;
}

.snap-slider-captions .slide-title,
.snap-slider-captions .slide-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #000000ff;
  font-style: normal;
  font-weight: 400;
}

.snap-slider-captions .slide-current,
.snap-slider-captions .slide-counter {
  font-size: 18px;
  line-height: 60px;
  color: #000000ff;
}

.snap-slider-captions .slide-title,
.snap-slider-captions .slide-subtitle {
  width: 27%;
}

.snap-slider-captions .slide-current,
.snap-slider-captions .slide-counter {
  width: 20%;
}

.snap-slider-captions .slide-counter,
.snap-slider-captions .slide-subtitle {
  text-align: right;
}

.snap-slide-caption.change-header .slide-title,
.snap-slide-caption.change-header .slide-current,
.snap-slide-caption.change-header .slide-counter,
.snap-slide-caption.change-header .slide-subtitle {
  color: #000;
}

.snap-slider-captions .slide-title span,
.snap-slider-captions .slide-current span,
.snap-slider-captions .slide-counter span,
.snap-slider-captions .slide-subtitle span {
  display: block;
}

.light-section-container,
.dark-section-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.tp-testimonial-3-thumb img {
  width: 100%;
}

.grid__item-img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}



.tp-portfolio-wd-thumb {
  position: relative;
}

.tp-portfolio-wd-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.86) 100%);
}

.tp-portfolio-wd-item img {
  border-radius: 20px;
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-portfolio-wd-item img {
    height: 350px;
    object-fit: cover;
  }
}

.tp-portfolio-wd-category {
  position: absolute;
  top: 45px;
  left: 50px;
  z-index: 2;
}

@media (max-width: 574.98px) {
  .tp-portfolio-wd-category {
    top: 15px;
    left: 15px;
  }
}

.tp-portfolio-wd-category.portfolio-meta {
  left: auto;
  right: 50px;
}

@media (max-width: 574.98px) {
  .tp-portfolio-wd-category.portfolio-meta {
    right: 15px;
  }
}

.tp-portfolio-wd-category span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  padding: 7px 12px;
  transition: 0.3s;
  letter-spacing: 0.4px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 574.98px) {
  .tp-portfolio-wd-category span {
    font-size: 12px;
    padding: 7px 7px;
  }
}

.tp-portfolio-wd-category span:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}


.tp-portfolio-wd-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}

@media (max-width: 574.98px) {
  .tp-portfolio-wd-content {
    padding: 10px 20px 20px 20px;
  }
}

@media (max-width: 574.98px) {
  .tp-portfolio-wd-content {
    bottom: 5px;
  }
}

.tp-text-common-white {
  color: #fff;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 80vh;
}

.snap-slider-captions .slide-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.tp-footer-2-widget-content ul {
  width: 100%;
}

.tp-faq-cst-tag .cst-btn {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 8px 21px;
  background: #f16721;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 100px;
  -webkit-animation: mymove 1s infinite;
  animation: mymove 1s infinite;
}

.tp-faq-cst-tag .cst-btn-1 {
  left: 277px;
}

@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-1 {
    left: 0;
    top: 130px;
  }
}

.tp-faq-cst-tag .cst-btn-2 {
  background: #d5d6d8;
  color: var(--tp-common-black);
  left: 28px;
  top: 45%;
  -webkit-animation: mymove 1.1s infinite;
  animation: mymove 1.1s infinite;
}

@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-2 {
    top: 20%;
  }
}

.tp-faq-cst-tag .cst-btn-3 {
  background: #841617;
  color: var(--tp-common-white);
  right: 42%;
  top: 56%;
  -webkit-animation: mymove 0.9s infinite;
  animation: mymove 0.9s infinite;
}

@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-3 {
    right: 0;
  }
}

.tp-faq-cst-tag .cst-btn-4 {
  right: 0;
  top: 54%;
  -webkit-animation: mymove 1.2s infinite;
  animation: mymove 1.2s infinite;
}

@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-4 {
    top: 20%;
  }
}

.tp-faq-cst-tag .cst-btn-5 {
  background: #fbbf2d;
  color: var(--tp-common-black);
  left: 25%;
  top: auto;
  bottom: 7%;
  -webkit-animation: mymove 1.3s infinite;
  animation: mymove 1.3s infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-faq-cst-tab-content {
    margin-left: 0;
  }
}

.tp-faq-cst-tab-content .tp-faq-btn {
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-black-1);
  padding: 27px 30px;
  padding-left: 0;
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #000000;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.4s ease;
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background: none;
  box-shadow: none;
}

.tp-faq-cst-tab-content .tp-faq-btn:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
  background: var(--tp-common-black);
  opacity: 1;
}

.tp-faq-cst-tab-content .tp-faq-btn:not(.collapsed) .accordion-btn::after {
  background: var(--tp-common-black);
  opacity: 1;
}

.tp-faq-cst-tab-content .accordion-item:not(:first-of-type) {
  border: none;
  border-bottom: 1px solid #E1E5E4;
}

.tp-faq-cst-tab-content .accordion-item {
  border: none;
  border-bottom: 1px solid #E1E5E4;
  background: transparent;
}

.tp-faq-cst-tab-content .accordion-body {
  padding: 0px 30px 18px 0;
}

.tp-faq-cst-tab-content .tp-faq-details-para p {
  color: rgba(16, 48, 42, 0.8);
  margin-bottom: 7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-faq-cst-tab-content .tp-faq-details-para p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-faq-cst-left {
    margin-right: 0;
  }
}

.tp-faq-cst-tag {
  height: 100%;
}

@keyframes mymove {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

.tp-testimonial-3-ptb {
  z-index: 3;
}

.vision-mission .scroll-line {
  z-index: 2;
  top: 230px;
  scale: 1.3;
  rotate: 9deg;
}

.tp-hero-3-title {
  font-size: 4.5vw !important;
  line-height: 1.4
}

.tp-video-vp-img-inner-2 video {
  width: 100%;
  top: 40px;
  position: relative;
}



.tp-header-logo img {
  filter: brightness(0) invert(1);
}

.header-sticky .tp-header-logo img {
  filter: grayscale(0);
}

.header-sticky .tp-main-menu>nav>ul>li>a:hover {
  color: #841617;
}

section.tp-footer-4-ptb.pt-100 .tp-footer-2-logo img {
  filter: brightness(0) invert(1);
}






.height-container {
  height: 8rem;
}

.transition-container {
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  /* ^ Needed for 'overflow: hidden' and 'transform' to work in Safari */
}

.slide-text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: listSlider 12s cubic-bezier(0.7, 0.1, 0.1, 1) infinite;
}

@keyframes listSlider {

  /* For 4 items â†’ 100 / (items) = 25% steps */
  0%,
  20% {
    /* Item 1 */
    transform: translateY(0);
  }

  25%,
  45% {
    /* Item 2 */
    transform: translateY(-25%);
  }

  50%,
  70% {
    /* Item 3 */
    transform: translateY(-50%);
  }

  75%,
  95% {
    /* Item 4 */
    transform: translateY(-75%);
  }

  100% {
    /* Back to Item 1 */
    transform: translateY(0);
  }
}

section.slide-text {
  position: absolute;
  z-index: 9;
  bottom: 15%;
  left: 8%;
  text-transform: uppercase;
}

section.slide-text h2 span {
  font-size: 50px;
  font-family: 'DINNextLTProCondensed';
}

section.slide-text h2,
section.slide-text ul li {
  font-size: 90px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}

.site-slider-more-desc-data h6 {
  font-size: 30px;
  padding-bottom: 10px;
}

section.slide-text>h2 {
  margin-bottom: -55px;
}



.portfolio-style-three-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
}

.portfolio-style-three-item {
  position: sticky;
  top: 60px;
  padding: 20px;
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);

}

.bg-gray .portfolio-style-three-item {
  background: var(--bg-gray);
}

.bg-dark .portfolio-style-three-item {
  background: var(--dark-optional);
  border: 5px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;
}

.bg-dark .portfolio-style-three-item a {
  color: var(--white);
}

.portfolio-style-three-item h2 {
  font-size: 120px;
  position: relative;
  left: -130px;
  line-height: 1;
}

.bg-dark .portfolio-style-three-item h2 a {
  color: var(--white);
}

.portfolio-style-three-item h2 strong {
  margin-left: 70px;
}

.portfolio-style-three-item .date {
  position: relative;
  left: -100px;
  padding-left: 130px;
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--color-heading);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.portfolio-style-three-item .btn-animation {
  margin-left: 40px;
}

.bg-dark .portfolio-style-three-item .date {
  color: var(--white);
}

.portfolio-style-three-item .date::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 100%;
  border-bottom: 2px solid;
}


.portfolio-style-three-item img {
  height: 600px;
  object-fit: cover;
  border-radius: 10px;

}

.bg-dark .portfolio-style-three-item .btn-animation {
  color: var(--white);
}

.bg-dark .portfolio-style-three-item .btn-animation i {
  background: var(--white);
  color: var(--color-heading);
}

.hero-style3 .box1,
.hero-style3 .box2,
.hero-style3 .box3,
.hero-style3 .box4 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.portfolio-style-three-item img {
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.header-sticky .tp-main-menu>nav>ul>li.has-dropdown>a::after {
  color: #831719;
}


/* Headers
-----------------------------------------------------------------*/
.hero-style1 {
  position: relative;
  padding: 50px 0 250px;
  z-index: 10;
}

.hero-style1.hero-style-animate2 {
  position: relative;
  padding: 50px 0 325px;
  z-index: 10;
}



.hero-style1 .lg-text h1 {
  font-size: 7vw;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: .8;
  font-family: "DINNextLTProCondensed" !important;
}

.hero-style1 .wrapper-imgs {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}

.hero-style1 .wrapper-imgs .fit-img {
  width: 120px;
  height: 350px;
  border-radius: 60px;
  margin: 0 5px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hero-style1 .wrapper-imgs .fit-img .info {
  color: #fff !important;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 5;
  opacity: 0;
}

.hero-style1 .wrapper-imgs .fit-img .info h6 {
  color: #fff !important;
  font-size: 26px;
}

.hero-style1 .cards-wrapper {
  position: relative;
  height: 350px;
}

.hero-style1 .cards-wrapper .fit-img {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.hero-style1 .cards-wrapper .fit-img .info {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 5;
}

.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


.snap-slider-captions .slide-title {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  font-family: "DINNextLTProCondensed";
}

.snap-slider-captions .slide-title span {
  font-size: 50px;
}


.tp-project-2-heading h3 strong {
  font-family: "DINNextLTProCondensed" !important;
  font-weight: normal;
  font-size: 6rem;
  letter-spacing: 0;
}


.portfolio-crev .work-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-crev .item {
  width: 33.333%;
  max-height: 90vh;
  height: 600px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio-crev .item .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-crev .item .bg-img .cont {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  color: #0f0f0f;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio-crev .item .bg-img .cont.dark-st h5,
.portfolio-crev .item .bg-img .cont.dark-st span {
  background: #0f0f0f;
}

.portfolio-crev .item .bg-img .cont h5,
.portfolio-crev .item .bg-img .cont span {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.portfolio-crev .item .bg-img .cont h5 {
  text-decoration: underline;
  margin-bottom: 10px;
}

.portfolio-crev .item .bg-img .cont span {
  color: #494949;
}

.portfolio-crev .item.active {
  width: calc(100vw - 140px*3);
}

.portfolio-crev .item.active .bg-img .cont {
  opacity: 1;
  visibility: visible;
}

.portfolio-crev .item.active .bg-img .cont h5,
.portfolio-crev .item.active .bg-img .cont span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.portfolio-crev .item.active .bg-img .cont h5 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.portfolio-crev .item.active .bg-img .cont span {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}


tp-service-pp-title-box {
  padding: 0px 220px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-pp-title-box {
    padding: 0px 100px !important;
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-pp-title-box {
    padding: 0px 50px !important;
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-service-pp-title-box {
    padding: 0px 15px !important;
    padding-bottom: 30px !important;
  }
}

.tp-service-pp-item {
  padding: 40px;
  border-top: 1px dashed #8d838373;
  background-color: #fff;
}

@media (max-width: 574.98px) {
  .tp-service-pp-item {
    padding: 40px 15px;
  }
}

.tp-service-pp-item:last-child {
  border-bottom: 1px dashed #8d838373;
}

.tp-service-pp-number {
  padding-left: 180px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-pp-number {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-service-pp-number {
    padding: 0;
  }
}

.tp-service-pp-thumb img {
  width: 100%;
}


.tp-service-pp-item .tp-text-common-white {
  color: #000000;
}

.tp-service-pp-item .tp-section-title {
  font-size: 60px;
  letter-spacing: -2px;
}

.portfolio-crev .bg-img h6 {
  font-size: 30px;
  color: #831719;
}

#horizontal-scoll .tp-project-2-heading h3 strong {
  font-size: 10rem;
}


.panel-section .panel-section-content {
  display: flex !important;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.panel-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: -16px;
}

.panel-section .panel-wrap {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #ffffffbf;
}

.panel-section .panel-section-content {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.panel-section .panel-category {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.panel-section .panel-section-content.bg-light .panel-category {
  color: rgba(38, 43, 52, 0.3);
}

.panel-section .panel-title {
  margin-bottom: 33px;
  color: #fff;
  font-size: 80px;
  text-transform: uppercase;
  max-width: 560px;
}

.panel-section .panel-section-content.bg-light .panel-title {
  color: #1d2a34;
}

.panel-section .panel-desc {
  margin-bottom: 46px;
  color: #fff;
  font-weight: 400;
  max-width: 600px;
}

.panel-section .panel-section-content.bg-light .panel-desc {
  color: rgba(38, 43, 52, 0.5);
}

.panel-section .panel-section-content {
  padding-left: 96px;
  padding-right: 96px;
}

.panel-section .panel-wrap:nth-child(2) {
  width: calc(100% - 90px);
}

.panel-section .panel-wrap:nth-child(3) {
  width: calc(100% - 180px);
}

.panel-section .panel-wrap:nth-child(4) {
  width: calc(100% - 270px);
}

.panel-section .panel-wrap:nth-child(5) {
  width: calc(100% - 360px);
}

.panel-section .panel-wrap:nth-child(6) {
  width: calc(100% - 450px);
}

.panel-section .panel-wrap:nth-child(7) {
  width: calc(100% - 540px);
}

.panel-section .panel-wrap:nth-child(8) {
  width: calc(100% - 630px);
}

.panel-section .panel-wrap:nth-child(9) {
  width: calc(100% - 720px);
}

.panel-section .panel-wrap:nth-child(10) {
  width: calc(100% - 810px);
}




@media (max-width: 991px) {
  .panel-section {
    height: auto;
    margin-top: 8px;
  }

  .panel-section .panel-wrap {
    position: relative;
    z-index: 9;
    border-radius: 12px;
    padding: 0;
  }

  .panel-section .panel-wrap+.panel-wrap {
    position: relative;
    border-radius: 0 0 12px 12px;
    margin-top: 0px;
  }


  .panel-section .panel-section-content {
    position: relative;
    z-index: 7;
    padding: 80px 20px 0;
    border-radius: 12px;
  }

  .panel-section .panel-wrap+.panel-wrap .panel-section-content {
    border-radius: 0 0 12px 12px;
  }

  .panel-section .panel-section-content.bg-orange {
    z-index: 6;
  }

  .panel-section .panel-category {
    font-size: 13px;
  }

  .panel-section .panel-title {
    font-size: 42px;
  }

  .panel-section .panel-desc {
    margin-bottom: 30px;
  }
   .tp-project-2-heading .tp-section-title .right_text{
	font-size: 5rem;
        line-height: 1;
    }
}

.panel-section-content .tp-project-2-heading strong {
  font-size: 6rem;

}

.verticle-text {
  position: absolute;
  rotate: 90deg;
  left: -70px;
  top: 200px;
  text-align: left;
  text-transform: uppercase;
  width: 220px;
  z-index: 1;
  font-size: 32px;
}


@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-stack-ptb {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-stack-heading {
    padding-bottom: 0px;
  }
}

.app-stack-subtitle {
  font-size: 15px;
  font-weight: 600;
  padding: 2px 16px;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 25px;
  color: #fff;
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  background: #841617;
}

.app-stack-number {
  font-size: 220px;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  background: linear-gradient(180deg, rgb(253 253 253 / 51%) 13.2%, rgb(247 247 253 / 31%) 94.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'DINNextLTProCondensed' !important;
}

.bg-cst .app-stack-number {
  font-size: 220px;
  font-weight: 700;
  line-height: 0.6;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  background: linear-gradient(180deg, rgb(253 253 253 / 51%) 13.2%, rgb(247 247 253 / 31%) 94.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000026;
}

@media (max-width: 767px) {
  .app-stack-number {
    font-size: 130px;
  }
}

.app-stack-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-phudu);
}

@media (max-width: 767px) {
  .app-stack-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .app-stack-title br {
    display: none;
  }
}

.app-stack-content {
  position: relative;

}

@media (max-width: 767px) {
  .app-stack-content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-content {
    margin-left: 30px;
  }
}

.app-stack-content::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -38px;
  height: 80px;
  width: 1px;
  background-color: rgba(33, 33, 45, 0.1);
}

@media (max-width: 767px) {
  .app-stack-content::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-content::before {
    display: block;
  }
}

.app-stack-content::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -38px;
  height: 20px;
  width: 1px;
  background-color: var(--tp-common-black-10);
}

@media (max-width: 767px) {
  .app-stack-content::after {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-content::after {
    display: block;
  }
}

.app-stack-content p {
  font-size: 15px;
  color: #61616A;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .app-stack-content p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .app-stack-item {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .app-stack-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.app-stack-item-02 {
  background: linear-gradient(265deg, rgb(208, 242, 240) 16.29%, rgb(197, 224, 252) 84.71%);
}

.app-stack-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border-radius: 42px;
  padding: 8px 24px;
  color: var(--tp-common-white);
  border: 1px solid rgb(242 242 243 / 88%);
  background: #841617;
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  backdrop-filter: blur(10px);
}

.app-stack-btn a:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .app-stack-thumb-box {
    padding-bottom: 100px;
  }
}

.app-stack-thumb-box .shape-1 {
  position: absolute;
  top: 90px;
  left: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-stack-thumb-box .shape-1 {
    left: -70px;
  }
}

@media (max-width: 767px) {
  .app-stack-thumb-box .shape-1 {
    top: -25px;
    left: -30px;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-thumb-box .shape-1 {
    top: 50px;
    transform: scale(1);
  }
}

.app-stack-thumb-box .shape-2 {
  position: absolute;
  top: -80px;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-stack-thumb-box .shape-2 {
    top: -70px;
    right: -40px;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-stack-thumb-box .shape-2 {
    top: -70px;
  }
}

@media (max-width: 767px) {
  .app-stack-thumb-box .shape-2 {
    top: -60px;
    right: -33px;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-stack-thumb-box .shape-2 {
    top: -100px;
    right: -40px;
    transform: scale(0.8);
  }
}

.app-stack-thumb-box .shape-3 {
  position: absolute;
  top: 140px;
  right: -25px;
}

@media (max-width: 767px) {
  .app-stack-thumb-box .shape-3 {
    top: 0;
  }
}

.app-stack-thumb-box .shape-4 {
  position: absolute;
  bottom: 100px;
  right: 15px;
}

@media (max-width: 767px) {
  .app-stack-thumb-box .shape-4 {
    bottom: 0;
  }
}

.bg-orange {
  background-color: #f37021;
}

.bg-red {
  background-color: #ba1f2e;
}

.bg-base-color {
  background-color: #831719;
}

.panel-section .panel-section-content img {
  width: 100%;
}


.bg-overlay:before {
  content: '';
  background: #831719;
  background: linear-gradient(90deg, rgba(131, 23, 25, 1) 0%, rgba(131, 23, 25, 0.32) 50%, rgba(131, 23, 25, 0) 100%);
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}



.registration-section .container .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
}

.registration-section .container .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background: linear-gradient(123deg, #71b8e7, #841617);
}

.registration-section .container form .user_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.registration-section form .user_details .input_pox {
  margin-bottom: 15px;
  margin: 5px 0 12px 0;
  width: calc(100% / 2 - 20px);
}

.registration-section .user_details .input_pox .datails {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.registration-section .user_details .input_pox input {
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;

}

.registration-section .user_details .input_pox input:focus,
.form-select:focus {
  border-color: #841617;
  box-shadow: unset;
}



.registration-section form .gender_details .gender_title {
  font-size: 20px;
  font-weight: 500;
}

.registration-section form .gender_details .category {
  display: flex;
  width: 80%;
  margin: 14px 0;
  justify-content: space-between;
}

.registration-section .gender_details .category label {
  display: flex;
}

.registration-section .gender_details .category .dot {
  height: 18px;
  width: 18px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-right: 10px;
  border: 5px solid transparent;
}

.registration-section #dot-1:checked~.category label .one,
.registration-section #dot-2:checked~.category label .two,
.registration-section #dot-3:checked~.category label .three {
  border-color: #d9d9d9;
  background-color: #841617;
}

.registration-section form input[type="radio"] {
  display: none;
}

.registration-section form .button {
  height: 45px;
  margin: 10px 0;
}

.registration-section form .button input {
  height: 100%;
  width: 100%;
  outline: none;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  letter-spacing: 1px;
  background: linear-gradient(123deg, #71b8e7, #841617);

}

.registration-section orm .button input :hover {
  background: linear-gradient(-123deg, #71b8e7, #841617);
}

@media (max-width: 584px) {


  .registration-section form .user_details .input_pox {
    margin-bottom: 15px;
    width: 100%;
  }

  .registration-section form .gender_details .category {
    width: 100%;
  }

  .registration-section .container form .user_details {
    max-height: 300px;
    overflow: scroll;
  }

  .registration-section .user_details::-webkit-scrollber {
    width: 0;
  }
}

/* responsive css */
@media (max-width: 1440px) {
  .panel-section-content .tp-project-2-heading strong {
    font-size: 4rem;
  }

  .panel-section-content .tp-project-2-heading h3.tp-section-title.pb-10 {
    font-size: 4rem;
  }
}

img.gallery-img {
  width: 100%;
}

img.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

img.motto-img {
  width: 100%;
}

.about-detail * {
  color: white !important;
}

button.button {
  background: #841617;
  border: #841617;
}

button.button:hover {
  background: #2d2d86;
  border: #2d2d86;
}

:not(.btn-check)+.btn:active {
  background-color: #2d2d86;
  border-color: #2d2d86;
}

.registration-section ul li,
.registration-section ol li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  list-style: none;
}

.registration-section ul li i,
.registration-section ol li i {
  background: #841617;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}

.card-body {
  padding: 0;
}

.apply-now-card h3 {
  padding: 20px 20px 15px;
  background: #841617;
  color: #fff;
  text-align: center;
}

.apply-now-card form {
  padding: 2% 5% 5%;
}

.registration-section ol {
  padding: 0;
}

.registration-section select {
  height: 45px;
}

.tp-portfolio-area .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.model-main .tp-section-title strong {
  font-size: 6rem;
}

/* .portfolio-area-slide {
  display: flex;
  flex-direction: row;
} */

div#GalleryFeature_5163 {
  overflow: hidden;
}



div#MainContent,
div#GalleryFeature_5163 {
  width: 100% !important;
}

h2.tp-section-title {
  font-size: 7rem;
  font-family: "DINNextLTProCondensed" !important;
  letter-spacing: 0;
}

section.cta-section {
  position: relative;
}

.cta-section.bg-overlay:before {
  background: #000000a6;
  top: 0;
}


.custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 1.08rem;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.custom-list li>b {
  width: 30px;
  height: 30px;
  background: #831719;
  color: #fff;
  border-radius: 20px;
  min-width: 30px;
  text-align: center;
  line-height: 30px;
}

.custom-list .number {
  margin-right: 8px;
  color: #333;
  font-size: 1.1em;
  min-width: 32px;
  display: inline-block;
}

img.model-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.model-img {
  position: absolute;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle-1 {
  animation-name: rotate-clockwise;
  left: 0;
  top: 0;
}

/* .circle-2 {
  animation-name: rotate-counterclockwise;
  right: 0;
  top: 0;
} */

.circle-3 {
  animation-name: rotate-diagonal;
  left: 0;
  bottom: 0;
}

.circle-4 {
  animation-name: rotate-reverse-diagonal;
  right: 0;
  bottom: 0;
}

@keyframes rotate-clockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-counterclockwise {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes rotate-diagonal {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(405deg);
  }
}

@keyframes rotate-reverse-diagonal {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@media (max-width: 1600px) {
  .tp-service-pp-item .tp-section-title {
    font-size: 50px;
  }
}

@media (max-width: 1440px) {
  .panel-section-content .tp-project-2-heading strong {
    font-size: 4rem;
  }

  .panel-section-content .tp-project-2-heading h3.tp-section-title.pb-10 {
    font-size: 4rem;
  }

  .tp-main-menu>nav>ul>li>a {
    font-size: 13px;
  }

  .tp-service-pp-item .tp-section-title {
    font-size: 36px;
    letter-spacing: -2px;
  }

  .tp-service-pp-item {
    padding: 25px !important;
  }

  .tp-service-area.tp-bg-common-black {
    padding-bottom: 00px;
  }

  .model-main {
    overflow: hidden;
  }
.campus-section .tp-project-2-heading h3 strong {
  font-size: 5rem;
}
.tp-project-2-heading .tp-section-title .right_text {
    font-size: 6rem !important;

}
  /* .site-scroller-wrapper #MainContent>*.site-custom-number-gallery-wrapper:not(.slick-vertical) .site-slide {
    width: 220px !important;
  } */
}

@media (max-width: 1199px) {
  /* .site-scroller-wrapper #MainContent>*.site-custom-number-gallery-wrapper:not(.slick-vertical) .site-slide {
    width: 170px !important;
  }

  .site-scroller-wrapper #MainContent>*.site-custom-number-gallery-wrapper:not(.slick-vertical) .site-slide {
    width: 100% !important;
  } */

  .model-main .tp-section-title strong {
    font-size: 4rem;
  }

  .model-main .tp-section-title {
    font-size: 4rem;
  }

  .tp-project-2-heading h1 strong,
  .tp-project-2-heading h2 strong,
  .tp-project-2-heading h3 strong,
  .tp-project-2-heading h4 strong,
  .tp-project-2-heading h5 strong,
  .tp-project-2-heading h6 strong {
    font-size: 6rem;
  }

  section.slide-text>h2 {
    margin-bottom: -45px;
  }

  section.slide-text h2,
  section.slide-text ul li {
    font-size: 60px;
  }

  .height-container {
    height: 8rem;
  }

  section.slide-text h2 span {
    font-size: 40px;
  }

  .tp-project-2-heading h3 {
    font-size: 35px;
  }

  .panel-section .panel-wrap:nth-child(2) {
    width: calc(100% - 50px);
  }

  .panel-section .panel-wrap:nth-child(3) {
    width: calc(100% - 100px);
  }

  .panel-section .panel-wrap:nth-child(4) {
    width: calc(100% - 150px);
  }

  .panel-section .panel-wrap:nth-child(5) {
    width: calc(100% - 200px);
  }

  .panel-section .panel-wrap:nth-child(6) {
    width: calc(100% - 250px);
  }

  .panel-section .panel-wrap:nth-child(7) {
    width: calc(100% - 300px);
  }

  .panel-section .panel-wrap:nth-child(8) {
    width: calc(100% - 350px);
  }

  .panel-section .panel-section-content {
    padding-left: 65px;
    padding-right: 0;
  }

  .verticle-text {
    left: -90px;
    font-size: 25px;

  }

  .panel-section-content .tp-project-2-heading strong {
    font-size: 3rem;
  }

  .panel-section-content .tp-project-2-heading h3.tp-section-title.pb-10 {
    font-size: 3rem;
  }

  .site-scroller-wrapper #MainContent>*.site-custom-number-gallery-wrapper {
    padding: 00px 20px 200px !important;
  }
  .cstm-heading-adjust .cstm-campus .tp-project-2-heading{
        font-size: 1rem;
        }

}

@media (max-width: 991px) {
  .site-scroller-wrapper #MainContent>*.site-custom-number-gallery-wrapper {
    padding: 00px 20px 150px !important;
  }



  .panel-section-content {
    max-height: 0 !important;
    transition: all 0.5s linear;
  }

  .panel-section .panel-wrap .app-stack-heading {
    opacity: 0;
    transition: all 0.5s linear;
  }

  .panel-section .panel-wrap[aria-expanded='true'] .panel-section-content {
    opacity: 1;
    max-height: 500px !important;
    transition: all 0.5s linear;
    height: 100%;
  }

  .panel-section .panel-wrap[aria-expanded='true'] .app-stack-heading {
    opacity: 1;
    transition: all 0.5s linear;
  }

  .tp-project-2-heading {
    margin-bottom: 00px;
  }

  .tp-project-2-heading h1 strong,
  .tp-project-2-heading h2 strong,
  .tp-project-2-heading h3 strong,
  .tp-project-2-heading h4 strong,
  .tp-project-2-heading h5 strong,
  .tp-project-2-heading h6 strong {
    font-size: 4rem;
  }

  section.slide-text>h2 {
    margin-bottom: -45px;
  }

  section.slide-text h2,
  section.slide-text ul li {
    font-size: 40px;
  }

  .height-container {
    height: 6rem;
  }

  section.slide-text h2 span {
    font-size: 30px;
  }

  .hero-style1 {
    padding: 50px 0 100px;
  }

  .tp-hero-down {
    bottom: 20px;
    left: 30px;
    display: none;
  }

  .banner-wrapper .image-container {
    height: 500px;
  }

  .banner-content .section.hero .video {
    height: 500px;
  }

  .banner-content .section {
    height: 500px;
  }

  .tp-project-2-heading h3 {
    font-size: 30px;
  }

  img.logo-img {
    width: 80px;
  }

  .hero-style1 .cards-wrapper {
    height: 100%;
  }

  .hero-style1 .cards-wrapper .fit-img {
    height: 320px;
  }

  .hero-style-animate2 .cards-wrapper .fit-img {
    height: 100%;
  }

  .hero-style1 .cards-wrapper .fit-img .info h6 {
    color: #fff;
    font-size: 21px;
  }

  .hero-style-animate2 .item.md-mb30 {
    padding-bottom: 20px;
  }

  .panel-section .panel-wrap {
    width: 100% !important;
  }

  .app-stack-content p {
    margin-bottom: 0px;
  }

  .panel-section .panel-section-content {
    padding-left: 25px;
    padding-right: 65px;
  }

  .verticle-text {
    position: absolute;
    rotate: 0deg;
    left: 23px;
    top: 30px;
    z-index: 999;
  }

  .hero-style1 .lg-text h1 {
    text-align: center;
    padding-bottom: 20px;
  }

  .site-slider-more-desc-data h6 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .hero-style1.hero-style-animate2 {
    padding: 100px 0 50px;
  }

  .hero-style1 .lg-text h1 {
    font-size: 9w;
  }

  /* .tp-header-logo img {
    filter: unset;
  } */

  .site-scroller-wrapper {
    padding-top: 100px;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .tp-project-2-content p {
    font-size: 18px;
  }

  .hero-style1 .lg-text h1 {
    font-size: 5rem;
    letter-spacing: 0;
  }

  .site-scroller-wrapper .row.container.mx-auto {
    margin-bottom: -140px !important;
  }

  /* .tp-hamburger-btn span {
    background-color: #831719;
  } */
  .hero-style1.hero-style-animate2 {
    padding: 50px 0 50px;
  }

  .model-main .tp-section-title strong {
    font-size: 5rem;
  }

  img.model-img.circle-2 {
    position: relative;
  }

  img.model-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 500px;
    margin: 0 auto;
  }
}




@media (max-width: 767px) {
  .site-scroller-wrapper #MainContent>*.site-custom-number-gallery-wrapper {
    padding: 00px 20px 100px !important;
  }

  img.model-img {
    max-width: 450px;
  }

  .tp-service-pp-item {
    max-height: 90px !important;
    transition: all 0.5s linear;
  }

  .tp-service-pp-pin .tp-service-pp-item p,
  .tp-service-pp-pin .tp-service-pp-item .tp-service-pp-thumb {
    opacity: 0;
    transition: all 0.5s linear;
  }

  .tp-service-pp-item[aria-expanded='true'] {
    opacity: 1;
    max-height: 600px !important;
    transition: all 0.5s linear;
    height: 100%;
    overflow: hidden;
  }

  .tp-service-pp-pin .tp-service-pp-item[aria-expanded='true'] .tp-service-pp-thumb,
  .tp-service-pp-pin .tp-service-pp-item[aria-expanded='true'] p {
    opacity: 1;
    transition: all 0.5s linear;
  }


  .app-stack-heading .app-stack-content {
    margin-left: 0px;
  }

  .tp-project-2-heading h1 strong,
  .tp-project-2-heading h2 strong,
  .tp-project-2-heading h3 strong,
  .tp-project-2-heading h4 strong,
  .tp-project-2-heading h5 strong,
  .tp-project-2-heading h6 strong {
    font-size: 5rem;
  }

  .banner-wrapper .tp-project-2-heading h2 strong {
    font-size: 4rem;
  }

  section.slide-text>h2 {
    margin-bottom: -25px;
  }

  section.slide-text h2,
  section.slide-text ul li {
    font-size: 30px;
  }

  .height-container {
    height: 4rem;
  }

  section.slide-text h2 span {
    font-size: 20px;
  }

  .banner-wrapper .image-container {
    height: 300px;
  }

  .banner-content .section.hero .video {
    height: 300px;
  }

  .banner-content .section {
    height: 300px;
  }

  .tp-project-2-heading h3 {
    font-size: 26px;
  }

  .tp-portfolio-area .swiper-wrapper {
    display: flex;
    flex-direction: row;
  }

  .hero-style1 .lg-text h1 {
    font-size: 4rem;
  }

  .site-scroller-wrapper {
    padding-top: 50px;
  }

  .model-main .tp-section-title strong {
    font-size: 4rem;
  }
   .tp-project-2-heading .tp-section-title .right_text{
	font-size: 5rem;
        line-height: 1;
    }
.cstm-heading-adjust .cstm-campus .tp-project-2-heading{
      font-size: 1rem;
      }
}


@media (max-width: 480px) {

  .tp-project-2-heading h1 strong,
  .tp-project-2-heading h2 strong,
  .tp-project-2-heading h3 strong,
  .tp-project-2-heading h4 strong,
  .tp-project-2-heading h5 strong,
  .tp-project-2-heading h6 strong {
    font-size: 3rem;
  }

  img.model-img {
    max-width: 360px;
  }

  .banner-wrapper .tp-project-2-heading h2 strong {
    font-size: 3rem;
  }

  .hero-style1 .lg-text h1 {
    font-size: 3rem;
  }

  section.slide-text>h2 {
    margin-bottom: -20px;
  }

  section.slide-text h2,
  section.slide-text ul li {
    font-size: 25px;
  }

  .height-container {
    height: 3rem;
  }

  section.slide-text h2 span {
    font-size: 14px;
  }

  .tp-project-2-heading h3 {
    font-size: 20px;
    margin-bottom: -20px;
  }

  .tp-testimonial-navigation button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 90px;
    text-align: center;
}
 .tp-project-2-heading .tp-section-title .right_text{
	font-size: 5rem;
        line-height: 1;
    }
    .cstm-heading-adjust .cstm-campus .tp-project-2-heading{
      font-size: 1rem;
      }

}

@media (max-width: 380px) {
  img.model-img {
    max-width: 300px;
  }

  .tp-project-2-heading h1 strong,
  .tp-project-2-heading h2 strong,
  .tp-project-2-heading h3 strong,
  .tp-project-2-heading h4 strong,
  .tp-project-2-heading h5 strong,
  .tp-project-2-heading h6 strong {
    font-size: 2.5rem;
  }

  section.slide-text>h2 {
    margin-bottom: -15px;
  }

  section.slide-text h2,
  section.slide-text ul li {
    font-size: 20px;
  }

  .height-container {
    height: 2.5rem;
  }

  .tp-project-2-heading h3 {
    font-size: 18px;
    margin-bottom: -25px;
  }
}

img.model-img {
  height: 100%;
}

.campus-section .tp-project-2-heading h3 strong {
  font-size: 6rem;
}

.cstm-campus .swiper-slide-active .tp-portfolio-6-item {
  padding: 10px;
  border: 1px solid #841617;
}

.cstm-campus .tp-portfolio-6-item:hover {
  padding: 10px;
  border: 1px solid #841617;
}

.cstm-campus .tp-portfolio-6-item {
  padding: 10px;
  border: 1px solid #fff;
}

.cstm-campus .tp-testimonial-navigation,
.cstm-campus3 .tp-testimonial-navigation {
  position: absolute;
  bottom: 50%;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  transform: translateY(50%);
}

.tp-testimonial-navigation button {
  border: 1px solid rgb(131 23 25);
}

.tp-testimonial-navigation button:hover {
  background-color: rgb(131 23 25);
}

.tp-testimonial-navigation button {
  border: 1px solid rgb(131 23 25);
}

.tp-testimonial-navigation button:hover svg {
  filter: brightness(0) invert(1);
}

.tp-portfolio-6-item-content {
  left: 10px;
  bottom: 10px;
}



.cstm-choose-rise1 h3 strong {
    font-size: 103px;
    white-space: nowrap;
}


.tp-testimonial-navigation.cstm-tp-testimonial-navigation {
    left: 0;
}

@media (max-width: 1400px) {
   .cstm-choose-rise h3 strong {
    font-size: 75px;
   
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-2-heading .tp-section-title {
         font-size: 6rem; 
		   position:relative !important;
    }
	  .cstm-choose-rise h3 strong {
  font-size: 6rem !important; 

   
}
 .cstm-choose-rise h3 strong span{
	 color:#831719 !important
 }
     .tp-section-title br {
        display: block;
    }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .tp-project-2-heading .tp-section-title {
         font-size: 3rem; 
		   position:relative !important;
    }
	  .cstm-choose-rise h3 strong {
  font-size: 3rem !important; 

   
}
 .cstm-choose-rise h3 strong span{
	 color:#831719 !important
 }
     .tp-section-title br {
        display: block;
    }
}

.primary-color1 {
    color: #000!important;

}

/* gallery css */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

/* gallery end */
.cstm-sml {
    /* padding-top: 16px; */
    font-size: 60px;
    padding-right: 10px;
    letter-spacing: 0px;
    position: relative;
    bottom: -8px;
    left: 20%;
    /* padding-bottom: 10px; */
}




@media screen and (max-width: 1200px) {
  .tp-hero-3-title {
    font-size: 4vw !important;
    line-height: 1.4;
  }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-logo img {
    width: 200px;
  }

  .header-sticky img {
    width: 200px;
  }


  .text-anim h1.tp-hero-3-title.lft-txt {
    font-size: 32px;
    letter-spacing: normal;
  }

  .text-anim h1.tp-hero-3-title.rgt-txt {
    font-size: 32px;
    letter-spacing: normal;
  }

  .tp-footer-2-copyright-social a {
    width: 48%;
    float: left;
    text-align: center;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .tp-about-5-counter.btm {
    border-bottom: unset;
  }

  .tp-about-5-heading .tp-section-5-title {
    font-size: 60px;
  }

  .tp-about-5-heading p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }

  .tp-about-5-counter-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .tp-section-5-title {
    font-size: 32px;
  }

  .tp-hero-3-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-portfolio-6-item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-blog-item-title {
    font-size: 14px;
  }

  .tp-experiance-ptb .tp-experiance-item-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-contact-2-info a {
    font-size: 16px;
    line-height: 24px;
  }

  .items-wrapper .item {
    padding: 15px 0 !important;
  }

  .h_bg {
    height: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-logo img {
    width: 120px;
  }

  .header-sticky img {
    width: 100px;
  }



  .text-anim h1.tp-hero-3-title.lft-txt {
    font-size: 32px;
    letter-spacing: normal;
  }

  .text-anim h1.tp-hero-3-title.rgt-txt {
    font-size: 32px;
    letter-spacing: normal;
  }

  .tp-footer-2-copyright-social a {
    width: 48%;
    float: left;
    text-align: center;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .tp-about-5-counter.btm {
    border-bottom: unset;
  }

  .tp-about-5-heading .tp-section-5-title {
    font-size: 50px;
  }

  .tp-portfolio-wd-item img {
    height: 400px;
  }

  .tp-about-5-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-about-5-counter-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .tp-section-5-title {
    font-size: 32px;
  }

  .tp-hero-3-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-portfolio-6-item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-blog-item-title {
    font-size: 14px;
  }

  .tp-experiance-ptb .tp-experiance-item-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-contact-2-info a {
    font-size: 16px;
    line-height: 24px;
  }

  .items-wrapper .item {
    padding: 15px 0 !important;
  }

  .marquee_area .marquee {
    font-size: 16px;
  }

  .h_bg {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  #horizontal-scoll .first-card {
    width: 100% !important;
  }

  .snap-slider-captions .slide-title {
    font-size: 20px;
  }
  .tp-testimonial-navigation button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 90px;
    text-align: center;
  }

  .cstm-head-line {
    display: flex;
    flex-direction: column-reverse;
}

    .tp-project-2-heading .tp-section-title .right_text {
        font-size: 4rem !important;
    }
  
}

@media screen and (max-width: 767px) {
  .tp-header-logo img {
    width: 160px;
  }
    .tp-project-2-heading .tp-section-title .right_text {
        font-size: 3rem !important;
    }


  .header-sticky img {
    width: 160px;
  }



  .text-anim h1.tp-hero-3-title.lft-txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .text-anim h1.tp-hero-3-title span:last-child {
    left: 2%;
  }


  .text-anim h1.tp-hero-3-title.rgt-txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tp-contactform-wrap {
    padding: 50px 15px;
  }

  .tp-footer-2-copyright-social a {
    width: 48%;
    float: left;
    text-align: center;
    padding: 4px 4px;
    letter-spacing: normal;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-50 {
    padding-top: 30px;
  }

  .pb-50 {
    padding-bottom: 30px;
  }

  .tp-about-5-counter.btm {
    border-bottom: unset;
  }

  .tp-about-5-counter:hover {
    background-color: unset;
  }

  .tp-about-5-counter:hover h4 {
    color: #000;
  }

  .tp-about-5-counter:hover p {
    color: #000;
  }

  .tp-about-5-heading .tp-section-5-title {
    font-size: 32px;
  }

  .tp-about-5-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-about-5-counter-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .tp-section-5-title {
    font-size: 32px;
  }

  .tp-hero-3-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-portfolio-6-item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-blog-item-title {
    font-size: 14px;
  }

  .tp-experiance-ptb .tp-experiance-item-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .items-wrapper .item {
    padding: 15px 0 !important;
  }

  .tp-contact-2-info a {
    font-size: 16px;
    line-height: 24px;
  }

  .tp-product-details-tab-nav .nav-tabs .nav-link {
    font-size: 14px;
    padding: 15px 15px;
  }

  .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 15px;
  }

  .marquee_area .marquee {
    font-size: 16px;
  }

  .tp-about-5-year {
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 100px;
  }

  .tp-about-5-call {
    width: 160px;
    padding: 15px;
  }

  .tp-about-5-call p,
  .tp-about-5-call a {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: unset;
  }

  .tp-experiance-item-icon span {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }

  .tp-experiance-item-icon img {
    width: 50px;
  }

  .offcanvas__wrapper {
    padding: 40px 50px 40px 50px;
  }

  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    background-color: unset;
  }

  .h_bg {
    height: 300px;
  }

  .map_container .pointer_block .point img {
    width: 15px;
    height: 15px;
  }
  .campus-section .tp-project-2-heading h3 strong {
    font-size: 4rem;
}
}