*{
  scroll-behavior: smooth;
}
body{
 overflow-x: hidden!important;
}
.hero-section{
  min-height: 73vh;
}
.hero-img,.hero-img2,.hero-img3{
  position: relative;
}
.hero-img img,.hero-img2 img{
  height: 70vh;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero-img3{
  overflow-x: hidden!important;
}
.hero-img3 video{
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: 50% 50%;
}
.expand-photo-link,.expand-cgi-link,.expand-video-link{
  position: absolute;
  bottom: 5%;
  left: 20px;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px;
  font-size: 16px;
  overflow: hidden;
  background: transparent;
  text-shadow: -1px 2px 7px black;
  display: block;
  margin: auto;

}
.btn-close{
  opacity: 1!important;
}

.modal-content{
  background: transparent!important;
  border: none;
}
.modal-header{
  border-bottom: none;
}
#contact .modal-content{
  background: white!important;
  border: 2px solid black;
}
#contact .modal-header{
  border-bottom: 2px solid rgb(157, 157, 157);
}

.modal-expand-pic {
  width: 100%;
  object-fit: contain;
}
.modal-expand-video {
  display: flex;
  justify-content: center;
}
.modal-expand-video {
  display: flex;
  justify-content: center;
}
.modal-expand-video iframe {
  object-fit: cover;
}

.our-projects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 55vh;
  align-items: center;
}
.project-text {
  width: 100%;
  margin: auto;
}
.project-text h1{
  font-size: 6rem;
}
.project-img {
  width: 70%;
}
/* .mob-view-h1,.mob-view-p{
  display: none;
} */

.swiper-pagination-bullet-active {
  background-color: #ff0000 !important;
}



.about-h1 {
  margin-bottom: 50px;
  position: relative;
}



.about-logo-sec img{
  height: 300px;
  object-fit: contain;
  width: 100%;
  margin: auto;
}
.about-text-sec{
  position: relative;
}
.expand-about-link{
  position: absolute;
 margin-top: 2rem;
 color: #ff2c2c;
  border: 2px solid #ff2c2c;
  padding: 5px;
  font-size: 16px;
  overflow: hidden;
  background: transparent;
}

.about-text-sec p{
  font-size: 12px;
}








.expand-services {
  text-decoration: none;
  color: #ff2c2c;
  border: 2px solid #ff2c2c;
  padding: 5px;
  font-size: 16px;
  overflow: hidden;
  background: transparent;
}
.services-img img {
  object-fit: contain;
  overflow: hidden;
  height: 390px;
}
.services-img {
  display: flex;
  justify-content: center;
}


input{
 border: transparent;
  border-bottom: 2px solid #000000!important;
}

.btn-c-form{
  border: 2px transparent;
  background: none;
  border-bottom: 2px solid #ff2c2c;
  color: #ff2c2c;
}

.index_clients_sec img{
   mix-blend-mode: multiply;
}



#preLoader{
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #000000;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading {
  margin: 80px auto;
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #000000;
  font: 12px "Lucida Grande", Sans-Serif;
  text-align: center;
  line-height: 100px;
  color: white;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#loading:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  background: #eee;
  z-index: -2;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

loading strong {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  -webkit-animation: expand 2.5s linear infinite;
}

#loading span {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 80px solid rgba(0,0,0,0.7);
  z-index: -1;
  top: -28px;
  left: 0px;
  -webkit-animation: ticktock 5s linear infinite;
  -webkit-transform-origin: 50px 80px;
}

@-webkit-keyframes expand {
  0% {
          width: 0;
  }
  100% {
          width: 60px;
  }
}

@-webkit-keyframes ticktock {
  0% {
          -webkit-transform: rotate(0);
  }
  100% {
          -webkit-transform: rotate(360deg);
  }
}


.comming-soon{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}
.comming-soon img{
height: 80vh;
width: 80vh;
object-fit: contain;
object-position: 50% 50%;

}




@media screen and (min-width: 1798px) {
.our-projects,.about-sec,.index_services_sec,.index_contact_sec{
  transform: scale(1.3);
  margin: 93px 0px!important;
}
.index_clients_sec img{
    padding : 1rem;
}
.about-h1{
  font-size: 16rem;
  margin-bottom: 140px!important;
  overflow: hidden!important;
}
.index_services_h1,.index_clients_h1,.index_contact_h1{
  font-size: 16rem;
  margin: 139px 0px!important;
  overflow: hidden!important;
}
  
}
@media screen and (max-width: 991px) {
  .about-h1 {
    margin-bottom: 40px;
  }
  .about-text-sec{
    font-size: 12px;
  }
  .expand-about-link{
   font-size: 12px;
   margin-top: 1rem;
 
  }
  
}
@media screen and (max-width: 769px) {
  .project-text h1{
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .about-logo-sec img{
    height: 250px;
    margin-bottom: 20px;
   
  }
.about-text-sec a{
 margin: auto;
}
  
}
@media screen and (max-width: 578px) {
  .project-img{
    width: 100%;
  }
  .clients-img img {
    height: 250px;
  }
  .project-text h1{
    font-size: 3rem;
  }
 
}
@media screen and (max-width: 469px) {
  .services-img img {
    height: 307px;
}
.index_clients_h1{
  margin-top: 0px!important;
}
 
}
@media screen and (max-width: 368px) {
  .project-text h1{
    font-size: 2rem;
  }
 
}
