@charset "utf-8";
.loader-text img {
    max-width: 340px;
}
/* CSS Document */
.logo-box img {
  width: 100%;
  max-width: 190px;
}
/*
.fixed-header .menu-left-content {
  padding: 10px 50px 10px 0px;
}
*/
/*
.fixed-header .menu-left-content .logo-box img {
  max-width: 190px;
}
*/
.footer-logo {
  max-width: 200px;
}
.video {
  object-position: center;
  object-fit: cover;
}
.banner-video {
  transform: none !important;
}
.banner-carousel .owl-dots, .industry-section .owl-nav {
  display: none;
}
.banner-section, .banner-carousel .slide-item, .video {
  height: calc(100vh - 93.27px);
}
.banner-carousel .slide-item {
  /*    justify-content: center;*/
  align-items: center;
  display: flex;
}
.banner-carousel .content-box {
  width: 920px;
}
.single-btn {
  width: 20%;
  border-right: 1px solid #e2e2e2;
}
.single-btn:first-child {
  border-left: 1px solid #e2e2e2;
}
.industry-section {
  padding-top: 100px;
}
.cb img {
  width: 80px;
}
a.cb {
  position: relative;
  top: -4px;
}
.footer-social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 35px;
}
.footer-social-links li:before {
  position: absolute;
  content: '';
  background: #a9a6a5;
  width: 4px;
  height: 4px;
  top: 12px;
  right: -20px;
  border-radius: 50%;
  opacity: 0.3;
}
.footer-social-links li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a9a6a5;
}
.footer-social-links li:last-child {
  margin: 0px;
}
.main-footer {
  font-size: 16px;
}
.case-block-two .inner-box .image-box img {
  object-fit: cover;
  height: calc(100vh - 140px);
}
.industry-section .image-box img {
  height: 560px;
  object-fit: cover;
}
.industry-section .content-box {
  margin-right: 0;
}
.funfact-block-one {
  background: #f3f1f1;
  padding: 25px 0;
  border-radius: 15px;
}
.icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.icon-box.icon-img-box {
  line-height: normal !important;
}
.icon-img-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 20px;
  filter: invert(1);
}
.location-banner {
  font-size: 16px !important;
  color: #ffffff !important;
}
.banner-video {
  position: relative;
  display: inline-block;
}
/*.audio-controls {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
}
.audio-controls:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}*/
.audio-controls {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2); /* slightly more opaque */
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3); /* subtle edge */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); /* soft shadow for depth */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999;
}
/* Hover effect */
.audio-controls:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.audio-controls svg {
  fill: #fff;
}
.hidden {
  display: none;
}
.about-style-two .icon-box img {
  padding: 15px;
}
button.scroll-top.open {
  opacity: 1;
}
.tabs-content .list-item li {
  position: relative;
  display: block;
  font-size: 17px;
  color: #827e7d;
  padding-left: 36px;
  margin-bottom: 9px;
}
.tabs-content .list-item li:before {
  position: absolute;
  content: "\f12e";
  font-family: 'flaticon';
  font-size: 16px;
  left: 0px;
  top: 2px;
  color: #cf1b22;
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  visibility: hidden;
  /*
  width: 14px;
  height: 14px;
*/
  /*  border: 2px dashed #fff;*/
  border-radius: 50%;
  right: 30px;
  top: auto;
  margin-top: 23px;
  z-index: 1;
  color: #fff;
}
.download-form i#form_process {
    color: #121842;
    position: relative;
    right: 0;
}
.alert {
  margin-top: 0px;
  padding: 25px;
  background: #fff;
  text-align: center;
  line-height: 23px;
  font-size: initial;
  border-radius: 1rem;
  margin-bottom: 0px;
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
}
p#error_data {
  color: red;
  margin: 0px;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
.form-inner {
  padding: 45px;
  border: 0;
  background: #f9f9f9;
}
.social-connect img {
  width: 25px;
  height: auto;
  object-fit: contain;
}
.info-block-one .inner-box:hover .icon-box .social-connect img {
  filter: brightness(0) invert(1);
}
.sortable-masonry figure.image-box img {
  height: 480px;
  object-fit: cover;
}
.year-project {
  position: absolute;
  right: 12px;
  top: -15px;
  background: #121842;
  color: #fff;
  padding: 3px 10px;
  line-height: normal;
  z-index: 1;  
	border-radius: 15px;
    font-size: 14px;
}
.year-block .inner-box {
  overflow: inherit;
  /*
  height: 260px;
  align-items: center;
  display: flex;
  text-align: center;
*/
  background: #f6f6f6;
  border-radius: 15px;
  border: 0;
  padding: 30px;
  margin-bottom: 40px;
}
.year-block .lower-content {
  padding-top: 0px !important;
  width: 100%;
  text-align: left;
}
.year-block h3 {
  color: #cf1b22;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .logo-box img {
    max-width: 130px;
  }
  .funfact-block {
    margin-bottom: 15px;
  }
  .funfact-block-one .inner-box {
    margin-bottom: 0;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 0;
  }
  .menu-area:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 71.38px;
    right: 70px;
    top: 0px;
    background: rgb(226, 226, 226);
  }
  .banner-section, .banner-carousel .slide-item, .video {
    height: calc(100vh - 140px);
  }
  .single-btn {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: -1px;
  }
  .industry-tab .industry-tab-btns .p-tab-btn h4 {
    font-size: 17px;
    line-height: 20px;
    color: #a9a6a5;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .case-block-two .inner-box .content-box .btn-box {
    margin-top: 25px;
    padding: 15px 22px 18px 15px;
    max-width: max-content;
  }
  .case-block-two .inner-box .image-box img {
    height: calc(100vh - 45vh);
  }
}
.year-project-title {
  text-align: center;
  margin-bottom: 30px;
}
.news-block.year-block {
  margin: 0 auto;
}
.year-project-title h2 {
  background: #121842;
  display: inline-block;
  padding: 15px 45px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  border-radius: 10px;
}
.year-project-title h2:after {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 2px solid #ffffff;
}
.year-project-title h2:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border: 2px solid #ffffff;
}
.input-group > .form-control {
  line-height: 47px;
}
.form-select {
  margin-bottom: 20px;
}
ul.archive-info {
  color: #111;
}
.archive-info span {
  font-weight: 600;
}
.archive-info li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
}
.archive-info li:last-child {
  margin-bottom: 0;
}
ul.archive-info li:before {
  font-family: flaticon;
  content: "\f105";
  position: absolute;
  top: 8px;
  left: 0;
  margin-left: 0;
  border-radius: 50%;
  font-size: 10px;
  line-height: normal;
}
.loader-text {
  text-align: center;
}
.project-banner-content h1 {
  margin-bottom: 0px !important;
  text-transform: uppercase;
}
.project-banner-content h4 {
  color: #cfa76a;
  text-transform: uppercase;
  font-size: 18px;
}
.content-box.project-banner-content {
  margin-left: 0;
  text-align: center;
  width: auto;
}
.project-banner-content img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.celestial-icon img {
  max-width: 70px;
  height: 70px;
  object-fit: contain;
}
.celestial-amenities-sec .chooseus-block-one {
  width: 33.33%;
}
ul.celestial-list {
  margin-left: 20px;
  display: grid;
  column-count: 2;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.celestial-list li {
  list-style: circle !important;
}
.celestial-amenities-sec .inner-box {
  padding: 50px;
  min-height: 547px;
  border-bottom: 1px solid #d6d6d617;
}
.celestial-amenities-sec .chooseus-block-one h3 {
  padding: 20px 0;
}
@media only screen and (min-width: 1600px) {
  .celestial-amenities-sec .inner-box {
    min-height: 465px;
    margin-bottom: -1px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
  .celestial-amenities-sec .inner-box {
    min-height: 430px;
    margin-bottom: -1px;
  }
  .celestial-amenities-sec .chooseus-block-one {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  .celestial-amenities-sec .inner-box {
    min-height: 380px;
    margin-bottom: -1px;
  }
  .celestial-amenities-sec .chooseus-block-one {
    width: 50%;
  }
  .celestial-amenities-sec .chooseus-block-one h3 {
    padding: 0px 0;
  }
  .celestial-amenities-sec .icon-box.celestial-icon {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .celestial-amenities-sec {
    padding: 0px;
  }
  .celestial-amenities-sec .chooseus-block-one {
    width: 100%;
  }
  .celestial-amenities-sec .inner-box {
    min-height: auto;
    margin-bottom: -1px;
    border: 1px solid #d6d6d617 !important;
    margin-right: -1px;
    padding: 40px;
  }
  ul.celestial-list {
    margin-left: 20px;
    display: grid;
    column-count: 2;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .celestial-amenities-sec .chooseus-block-one h3 {
    padding: 0px 0;
    margin-bottom: 20px;
  }
  .celestial-amenities-sec .icon-box.celestial-icon {
    margin-bottom: 30px;
  }
  .icon-box.celestial-icon {
    float: left;
    width: 120px;
  }
  .celestial-list li {
    margin-left: 20px;
  }
}
.gallery-sec .sortable-masonry figure.image-box img {
  height: 480px;
}
.celestial-amenities-sec {
  background: #39534e;
  color: #fff;
}
.celestial-amenities-sec .chooseus-block-one .inner-box h3 a {
  color: #cfa76a;
}
.celestial-amenities-sec .chooseus-block-one .inner-box h3 a:hover, .celestial-amenities-sec .chooseus-block-one .inner-box h3 a i {
  color: #fff;
}
.celestial-amenities-sec .inner-box {
  border-bottom: 1px solid #d6d6d617;
  border-right: 1px solid #d6d6d617;
}
.celestial-amenities-sec .chooseus-block-one .inner-box h3:before, .celestial-amenities-sec .chooseus-block-one .inner-box h3:after {
  background: #d6d6d617;
}
.single-project-page .funfact-section {
  background: #39534e;
}
.single-project-page .funfact-block-one .inner-box .icon-box {
  background: #cfa76a;
}
.single-project-page .funfact-block-one .inner-box .count-outer {
  color: #cfa76a;
}
.single-project-page .funfact-block-one .inner-box .text h3 {
  color: #fff;
}
.single-project-page .funfact-block-one {
  background: transparent;
  border: 2px solid #9b9b9b1a;
}
.download-form input {
  height: 56px;
  border: 1px solid;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fff;
  font-size: 17px;
  color: #827e7d;
  padding: 0px 20px;
  border-radius: 0px;
  transition: all 500ms ease;
}
.download-form p {
  margin-bottom: 20px;
  line-height: normal;
  font-size: initial;
}
.download-form h4 {
  margin-bottom: 15px;
  font-size: 26px;
}
.download-form .form-inner {
  border-radius: 20px;
}
.download-toggler span:before {
  display: none;
}
.download-toggler span {
  padding-right: 0;
  line-height: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 12px;
  font-size: 15px;
}
.download-toggler, .download-form .theme-btn.btn-two, .single-project-page .theme-btn.btn-two {
  padding: 18px 25px;
  background: #39534e !important;
}
.download-toggler:hover, .download-form .theme-btn.btn-two:hover, .single-project-page .theme-btn.btn-two:hover {
  background: #cfa76a !important;
}
.download-form .theme-btn.btn-two span:before, .single-project-page .theme-btn.btn-two span:before {
  color: #39534e;
}
.download-toggler i {
  font-size: 25px;
  line-height: 0;
}
.first-text, .last-text {
  font-size: 16px;
}
.last-text:before {
  content: "";
  height: 2px;
  width: 40px;
  display: inline-block;
  position: relative;
  left: 0;
  background: #cfa76a;
  margin-right: 10px;
  top: -4px;
}
.celestial-content-box h2 {
  line-height: 60px;
  font-size: 50px;
}
.single-project-page .industry-tab .industry-tab-btns .p-tab-btn:before {
  background: #cfa76a;
}
.single-project-page .industry-tab .industry-tab-btns .p-tab-btn.active-btn h4 {
  color: #cfa76a;
}
.single-project-page .contact-style-two .form-inner .theme-btn {
  width: auto;
}
.pipe {
  color: #cfa76a;
  font-weight: normal;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
	
	
	.loader-text img {
    max-width: 260px;
}
	.preloader-close{
		right: 18px;
		top: 18px;
	}
	
	.contact-style-two .form-inner .form-group input[type='text'], .contact-style-two .form-inner .form-group input[type='email'], .contact-style-two .form-inner .form-group .nice-select {
		height: 54px;
	}
	.contact-style-two .form-inner .form-group .nice-select{
		line-height: 54px;
	}
	.contact-style-two .form-inner .form-group input[type='text'], .contact-style-two .form-inner .form-group input[type='email'], .contact-style-two .form-inner .form-group textarea, .contact-style-two .form-inner .form-group .nice-select{
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contact-style-two .form-inner .form-group .nice-select:after {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 23px;
}
	.scroll-top.open {
    bottom: 20px;
}
	.scroll-top{
		width: 40px;
		height: 40px;
		right: 20px;
	}
  body, .testimonial-section .testimonial-content .inner-box p {
    font-size: 16px;
    line-height: 26px;
  }
	
	.main-footer {
    font-size: 15px;
		line-height: 25px;
}
	
  .form-inner {
    padding: 25px;
  }
  .celestial-amenities-sec {
    padding: 0px;
  }
  .celestial-amenities-sec .chooseus-block-one h3 {
    padding: 0px 0;
    margin-bottom: 20px;
  }
  .celestial-amenities-sec .icon-box.celestial-icon {
    margin-bottom: 25px;
  }
  .celestial-amenities-sec .chooseus-block-one {
    width: 100%;
  }
  .celestial-amenities-sec .inner-box {
    min-height: auto;
    margin-bottom: -1px;
    border-bottom: 1px solid #d6d6d617 !important;
    margin-right: -1px;
    padding: 40px 35px;
  }
  ul.celestial-list {
    margin-left: 20px;
    display: grid;
    column-count: 1;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  .project-banner-content img {
    max-width: 300px;
  }
  .about-section .content-box .text {
    margin-bottom: 0;
  }
  .gallery-sec .sortable-masonry figure.image-box img {
    height: 400px;
  }
  .sortable-masonry .filters {
    margin-bottom: 30px;
  }
  .main-footer .contact-widget {
    padding-right: 0px;
  }
  .main-footer .footer-widget h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .masonry-item:last-child .project-block-one .inner-box {
    margin-bottom: 0px !important;
  }
  .sec-title, .industry-section .content-box .sec-title, .about-section .content-box .sec-title {
    margin-bottom: 20px;
  }
  .about-style-two .image-box .text-box h2 {
    font-size: 40px;
    line-height: 40px;
    padding: 20px 25px 20px 15px;
    top: 0;
  }
  .statements-section .tabs-content .content-box .inner-box h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
  }
  .statements-section .tabs-content .big-text {
    font-size: 40px;
    line-height: 35px;
  }
  .statements-section .tab-btn-box {
    margin-bottom: 15px;
  }
  .funfact-block-one .inner-box .count-outer {
    font-size: 36px;
    line-height: 36px;
  }
  .funfact-block-one .inner-box .text h3 {
    line-height: inherit;
    font-size: 18px;
  }
  .celestial-content-box h2 {
    font-size: 42px;
  }
  .theme-btn {
    padding: 15px 25px;
  }
  .industry-section .content-box p {
    margin-bottom: 20px;
  }
  .icon-img {
    width: 46px;
    height: 46px;
  }
  .download-toggler, .download-form .theme-btn.btn-two, .single-project-page .theme-btn.btn-two {
    padding: 15px 25px;
    background: #39534e !important;
  }
  .main-footer .subscribe-form .form-group input[type='email'] {
    font-size: 18px;
  }
  .main-footer .subscribe-form .form-group label {
    margin-bottom: 5px;
  }
	.contact-info-section .inner-container:before{
		display: none;
	}
	
	
	.main-footer .subscribe-form .form-group button {
    width: 50px;
    height: 50px;
    line-height: 60px;  
}
	.sortable-masonry figure.image-box img {
    height: 400px;    
}
	
	
}

@media only screen and (max-width: 548px) {
.project-block-one .inner-box {
    margin-bottom: 15px;
}
}


.project-block-one .inner-box .proj-year {
    opacity: 0;
    transition: all 500ms ease;
    color: #c3c3c3;
    padding: 5px 8px;
    background: #222;
    display: table-caption;
    right: 10px;
    position: absolute;
    top: 10px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 13px;
}
.project-block-one .inner-box:hover .proj-year{
    opacity: 1;    
}
.proj-area, .proj-comp-name, .proj-loc {
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
}
.proj-comp-name {
    margin-top: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 75%;
}
.project-block-one .inner-box .proj-comp-name {
    opacity: 0;
    transition: all 500ms ease;   
}
.project-block-one .inner-box:hover .proj-comp-name{
    opacity: 1;    
}

.industry-section .sec-title p {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.growth-section .image-layer img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center center;
}

@media only screen and (max-width: 767px) {
 .growth-section .image-layer {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
}