@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Inknut Antiqua", serif;
}
body {
  margin: 0;
  padding: 0;
}
.barr {
  padding: 15px;
  background-color: #fff;
}

.navigationlinks {
  color: #4d4dff !important;
}
.navigationlinks:hover {
  color: #fff !important;
  background-color: #4d4dff;
}
.Services-dropdown-menu {
  position: absolute !important;
  left: 0 !important;
}

#Activepage {
  color: #9e9e9e !important;
  background: #fff;
}

.homepagebanner {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.1)
    ),
    url(../img/home-1.webp);
  display: flex;
  background-size: cover;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 105vh;
  background-position: center;
}

.homepagebanner h2 {
  color: #fff;
  font-size: 4rem !important;
  margin: 0 auto;
}

.about-home-img {
  border-radius: 36px;
}

.short-about-us {
  letter-spacing: 1px;
}
.short-about-us-button {
  text-decoration: none;
  color: #000 !important;
}
.short-about-us-button button {
  border-radius: 15px;
  background-color: #d9d9d9;
  color: #000;
}
.short-about-us-button button:hover {
  border-radius: 15px;
  background-color: #000;
  color: #d9d9d9;
}

h1 {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
h2 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: normal;
}
.Services-home-card {
  height: 550px !important;
}
#Services-home {
  margin-top: 4rem;
}

.fa-quote-left {
  color: rgb(18, 53, 110);
}
.intro-text {
  margin-bottom: 8vh;
  text-align: center;
}

#reviews {
  background: url("../img/testi_1_sidereal.webp");

  height: 85vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#reviews .carousel-indicators {
  margin-bottom: -3rem;
}
.reviw {
  background: linear-gradient(
    180deg,
    #fada88 0%,
    rgba(209, 206, 186, 0.35) 100%
  );
  opacity: 1;
}

.testifont {
  font-weight: 600;
}
.our-client-testi {
  font-size: 1.5rem;
}
.industry-img {
  width: 350px;
  height: 300px;
}
#industry-section {
  display: flex;
}
.Automotive {
  width: 375px !important;
  height: 300px;
}
.demo {
  width: 350px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;

  transition: all 1.5s ease;
  border: none;
}
.demo:hover {
  transform: rotateY(180deg) translateY(0) scale(1.1);
  cursor: pointer;
}
.front {
  width: 350px;
  height: 300px;
  position: absolute;
  backface-visibility: hidden;
}
.front h2 {
  position: absolute;
  color: #fff;
  /* font-weight: 800; */
  font-size: 30px;
  margin: 10px;
}

.back {
  display: flex;
  width: 350px;
  height: 300px;
  position: absolute;
  backface-visibility: hidden;
  overflow: hidden;
  transform: rotateY(180deg);

  background: linear-gradient(
    to right bottom,
    rgb(255, 31, 15, 0.6),
    rgb(51, 51, 245, 0.4),
    orange
  );
  align-items: center;
  justify-content: center;
}

.mappp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-dropdown-menu {
  position: absolute;
  bottom: 0;
}
.Footer {
  background: rgba(0, 0, 0, 0.75);
  width: 100% !important;
}

.info {
  color: #fff;
}
.info a {
  color: #fff;
}
.quicklinks {
  color: #fff;
  text-decoration: none;
}
.quicklinks:hover {
  color: #fff;
}
.mappp iframe {
  width: 455px;
  height: 429px;
}
/* Social icon */

.icon {
  border-radius: 100px;
  background: #fff;
  width: 66px !important;
  text-align: center;
  font-size: 25px;
  line-height: 64px;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 5px 10px 20px rgba(150, 150, 150, 0.3);
}
.icon:hover {
  cursor: pointer;
  /* display: flex; */
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
}
.icon:hover i {
  color: #fff;
  padding: 0;
}

.icon .fa-linkedin-in {
  color: #0077b5;
}
.lnk:hover {
  background-color: #0077b5;
}

/* Home page media query for testimonial */

/* media query for testimonial start */
@media (max-width: 1201px) {
  #reviews {
    height: 95vh;
  }
}
@media (max-width: 1025px) {
  #reviews {
    height: 85vh;
  }
}

@media (max-width: 935px) {
  #reviews {
    height: 90vh;
  }
}

@media (max-width: 770px) {
  #reviews {
    height: 100vh;
  }
}
@media (max-width: 470px) {
  .reviw {
    margin-top: 15vh;
  }
  #reviews {
    height: 169vh;
  }
}

@media (max-width: 321px) {
  #reviews {
    height: 197vh;
  }
}

@media (max-width: 287px) {
  #reviews {
    height: 160vh;
  }
}
@media (max-width: 251px) {
  #reviews {
    height: 180vh;
  }
}
@media (max-width: 231px) {
  #reviews {
    height: 195vh;
  }
  .our-client-testi {
    font-size: 1rem;
  }
}

/* testimonial media query end */

@media (max-width: 991px) {
  .navigationlinks {
    padding-left: 5px !important;
  }
  .Services-dropdown-menu {
    position: relative !important;
    left: 0 !important;
  }
}
@media (max-width: 371px) {
  .short-about-us {
    font-size: 14px;
  }
}
@media (max-width: 300px) {
  .short-about-us {
    font-size: 12px;
  }
}
@media (max-width: 250px) {
  .short-about-us {
    font-size: 14px;
  }
}
/* media query for industry section  */

@media (max-width: 1400px) {
  .Automotive {
    width: 265px !important;
    height: 350px;
    padding: 0 15px 0 15px;
  }
  .demo {
    width: 265px;
    height: 350px;
  }

  .front {
    width: 265px;
    height: 350px;
  }
  .back {
    width: 265px;
    height: 350px;
  }
  .industry-img {
    width: 265px;
    height: 350px;
  }
}

@media (min-width: 1150px) and (max-width: 1199px) {
  .Automotive {
    width: 280px;
    height: 350px;
    padding: 0 15px 0 15px;
  }
  .demo {
    width: 280px;
    height: 350px;
  }

  .front {
    width: 280px;
    height: 350px;
  }
  .back {
    width: 280px;
    height: 350px;
  }
  .industry-img {
    width: 280px;
    height: 350px;
  }
}

@media (max-width: 1149px) {
  .Automotive {
    width: 280px !important;
    height: 350px;
    padding: 0 15px 0 15px;
  }
  .demo {
    width: 280px !important;
    height: 350px;
  }

  .front {
    width: 280px !important;
    height: 350px;
  }
  .back {
    width: 280px !important;
    height: 350px;
  }
  .industry-img {
    width: 280px !important;
    height: 350px;
  }
}

@media (max-width: 991px) {
  .Automotive {
    justify-content: center;
    width: 450px !important;
    height: 450px;
  }
  .demo {
    width: 450px !important;
    height: 450px;
  }

  .front {
    width: 450px !important;
    height: 450px;
  }
  .back {
    width: 450px !important;
    height: 450px;
  }
  .industry-img {
    width: 450px !important;
    height: 450px;
  }
}

@media (max-width: 533px) {
  .Automotive {
    justify-content: center;
    width: 380px !important;
    height: 450px;
  }
  .demo {
    width: 380px !important;
    height: 450px;
  }

  .front {
    width: 380px !important;
    height: 450px;
  }
  .back {
    width: 380px !important;
    height: 450px;
  }
  .industry-img {
    width: 380px !important;
    height: 450px;
  }
}
@media (max-width: 470px) {
  .Automotive {
    justify-content: center;
    width: 350 !important;
    height: 300px;
  }
  .demo {
    width: 350 !important;
    height: 300px;
  }

  .front {
    width: 350 !important;
    height: 300px;
  }
  .back {
    width: 350 !important;
    height: 300px;
  }
  .industry-img {
    width: 350 !important;
    height: 300px;
  }
}
@media (max-width: 458px) {
  .Automotive {
    justify-content: center;
    width: 314px !important;
    height: 300px;
  }
  .demo {
    width: 314px !important;
    height: 300px;
  }

  .front {
    width: 314px !important;
    height: 300px;
  }
  .back {
    width: 314px !important;
    height: 300px;
  }
  .industry-img {
    width: 314px !important;
    height: 300px;
  }
}

@media (max-width: 387px) {
  .Automotive {
    justify-content: center;
    width: 269px !important;
    height: 250px;
  }
  .demo {
    width: 269px !important;
    height: 250px;
  }

  .front {
    width: 269px !important;
    height: 250px;
  }
  .back {
    width: 269px !important;
    height: 250px;
  }
  .industry-img {
    width: 269px !important;
    height: 250px;
  }
}

@media (max-width: 340px) {
  .Automotive {
    justify-content: center;
    width: 242px !important;
    height: 250px;
  }
  .demo {
    width: 242px !important;
    height: 250px;
  }

  .front {
    width: 242px !important;
    height: 250px;
  }
  .back {
    width: 242px !important;
    height: 250px;
  }
  .industry-img {
    width: 242px !important;
    height: 250px;
  }
}

/*  footer email media query  */
@media (max-width: 992px) {
  .mappp iframe {
    width: 850px !important;
    height: 450px !important;
  }
}
@media (max-width: 917px) {
  .mappp iframe {
    width: 650px !important;
    height: 450px !important;
  }
}
@media (max-width: 855px) {
  .mappp iframe {
    width: 550px !important;
    height: 450px !important;
  }
}

@media (max-width: 782px) {
  .mappp iframe {
    width: 615px !important;
    height: 350px !important;
  }
}
@media (max-width: 408px) {
  .mappp iframe {
    width: 300px !important;
    height: 350px !important;
  }
}
@media (max-width: 402px) {
  .icon {
    border-radius: 100px;
    background: #fff;
    width: 45px !important;
    text-align: center;
    font-size: 25px;
    line-height: 44px;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 5px 10px 20px rgba(150, 150, 150, 0.3);
  }
}
@media (max-width: 370px) {
  .mappp iframe {
    width: 250px !important;
    height: 350px !important;
  }
  #siderealmail_contact {
    flex-direction: column;
  }
  .icon {
    border-radius: 100px;
    background: #fff;
    width: 35px !important;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 5px 10px 20px rgba(150, 150, 150, 0.3);
  }
}
@media (max-width: 310px) {
  .mappp iframe {
    display: none;
  }
}

/* Pre loader */
#preloader {
  background: #fff url("/img/pp.webp") no-repeat center;
  background-size: 30%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}

/* pre loader end */
/* About page start */
.Aboutpagebanner {
  background-image: url(../img/about.webp);
  background-size: cover;
  background-position: right;
  height: 75vh;
}
.guideing-prin {
  font-size: 4rem;
}
.Guidline {
  background-color: #1c1c1c;
  padding: 48px !important;
}
.feature {
  color: #fff;
  text-align: center;
}

.feature br {
  display: none;
}
.set-icon {
  margin-bottom: 35px;
}

.bigtitle {
  font-size: 1.5rem !important;
  padding: 0 15px;

  color: #fff;
}
.bigtitle br {
  display: none;
}

@media (max-width: 768px) {
  .feature br {
    display: block;
  }
}
@media (max-width: 576px) {
  .feature br {
    display: none;
  }
}
@media (max-width: 431px) {
  .bigtitle {
    font-size: 1.5rem !important;
    color: #fff;
  }
}

@media (max-width: 355px) {
  .feature br {
    display: none;
  }
  .Guidline {
    padding: 20px !important;
  }
  .bigtitle br {
    display: block;
  }
}

/* About page is End here */
/* Contact Page start here */

.Contactpagebanner {
  background-image: url(../img/contact.webp);
  background-size: cover;
  background-position: center;
  height: 75vh;
}

.mappp-contact iframe {
  width: 950px !important;
  height: 450px !important;
}

@media (max-width: 576px) {
  .form-label-style {
    width: 10rem !important;
  }
}
@media (max-width: 465px) {
  .form-input-style {
    width: 14rem !important;
  }
}
@media (max-width: 408px) {
  .form-label-style {
    width: 8rem !important;
  }
  .form-input-style {
    width: 10rem !important;
  }
}

@media (max-width: 312px) {
  .form-label-style {
    width: 11rem !important;
  }
  .form-input-style {
    width: 16rem !important;
  }
}

/* contact page map media qurey */

@media (max-width: 992px) {
  .mappp-contact iframe {
    width: 850px !important;
    height: 450px !important;
  }
  .nav-br {
    display: none;
  }
}
@media (max-width: 917px) {
  .mappp-contact iframe {
    width: 650px !important;
    height: 450px !important;
  }
}
@media (max-width: 855px) {
  .mappp-contact iframe {
    width: 550px !important;
    height: 450px !important;
  }
}

@media (max-width: 782px) {
  .mappp-contact iframe {
    width: 515px !important;
    height: 350px !important;
  }
}
@media (max-width: 552px) {
  .mappp-contact iframe {
    width: 475px !important;
    height: 350px !important;
  }
}
@media (max-width: 507px) {
  .mappp-contact iframe {
    width: 405px !important;
    height: 350px !important;
  }
}
@media (max-width: 411px) {
  .mappp-contact iframe {
    width: 350px !important;
    height: 350px !important;
  }
}

@media (max-width: 370px) {
  .mappp-contact iframe {
    width: 290px !important;
    height: 350px !important;
  }
}
@media (max-width: 310px) {
  .mappp-contact iframe {
    display: none;
  }
}

/* Automation Services page  */

.Automationpage {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(/img/engineer-cooperation-male-female-technician-maintenance-control-relay-robot-arm-system-welding-with-tablet-laptop-control-quality-operate-process-work-heavy-industry-40-manufacturing-factory.jpg);
  background-size: cover;

  height: 85vh;
  background-position: center;
}

.banner-text {
  /* position: absolute;
  top: 25rem; */
  display: flex;
  height: 85vh;
  align-items: center;
  justify-content: center;
}

.banner-text h1 {
  font-size: 60px !important;
}

/* Automotive industry page */
.Automotivepage {
  background: url("/img/maintainance.webp");
  background-size: cover;

  height: 85vh;
  background-position: center;
}
/*Automotive industry page end here  */

/* Process industry page start */

.processpage {
  background: url("/img/Process.webp");
  background-size: cover;

  height: 85vh;
  background-position: center;
}
/* Process industry page end */
/* Industry 4.0  page Start */
.Industry-4-0-page {
  background: url("/img/industry-4.webp");
  background-size: cover;

  height: 85vh;
  background-position: center;
}

.designtitle {
  position: relative;
  text-align: center;
  margin-top: 2rem;
  text-transform: uppercase;
  height: 10px;
  bottom: 5px;
}

.designtitle::before {
  background: rgb(198, 0, 0, 1);
  content: "";
  display: block;
  opacity: 0.7;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 17px;
  left: 0;
}

.designtitle::after {
  background: rgb(198, 0, 0, 1);
  content: "";
  opacity: 0.7;
  display: block;
  height: 1px;
  position: absolute;
  top: 27px;
  width: 100%;
  left: 0;
}
.designtitle span {
  font-size: 2rem;
  padding: 0 15px;
  letter-spacing: 1.25px;
  color: #1c1c1c;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .designtitle span {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .designtitle::before {
    height: 1px;
    top: 10px;
  }
  .designtitle::after {
    height: 1px;
    top: 17px;
  }
}
@media (max-width: 357px) {
  .designtitle span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5rem;
  }
}

/* Industry 4.0  page End */
/* Execution page start */
.Execution {
  background: url("/img/execution.webp");
  background-size: cover;

  height: 85vh;
  background-position: center;
}

/* Execution page stop */
/* Electrical-panel page start */
/* .Electrical-panel {
  background: url("/img/Electrical-panel.webp");
  background-size: cover;

  height: 85vh;
  background-position: right;
} */

@media (max-width: 514px) {
  .Maintenance-panel {
    background-position: center;
  }
}
@media (max-width: 391px) {
  .Maintenance-panel {
    background-position: center;
  }
  .designtitle span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5rem;
  }
}

/* Electrical-panel page stop */
/* Maintenance-panel */
.Maintenance-panel {
  background: url("/img/Electrical-panel.webp");
  background-size: cover;

  height: 85vh;
  background-position: center;
}
/* Maintenance-panel stop  */
/*Robot installation  start  */
.Robot {
  background: url("/img/robot-sideral.webp");
  background-size: cover;

  height: 95vh;
  background-position: center;
}
@media (max-width: 1300px) {
  .Robot {
    background-position: left 15%;
  }
}
/*Robot installation  Stop  */
/* Commissioning  Start  */

.Commissioning {
  background: url("/img/commision-1sidreal.webp");
  background-size: cover;

  height: 95vh;
  background-position: center;
}

@media (max-width: 992px) {
  .designtitle span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5rem;
  }
}
/* Commissioning  Stop  */

.text-sect-link {
  text-decoration: none;
  color: #000;
}
.text-sect-link:hover {
  color: #000;
}

.Why-us {
  /* background: url("/top-view-clear-ocean-water-texture-background_23-2149132406.avif") ; */
  /* background-position: center; */
  background-color: rgba(52, 152, 219, 0.6);
}

@media (max-width: 550px) {
  .homepagebanner h2 {
    font-size: 3rem !important;
  }
}
@media (max-width: 390px) {
  .homepagebanner h2 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 300px) {
  .homepagebanner h2 {
    font-size: 1.5rem !important;
  }
}

.footerinformation{
  display: inline;
  font-size: 12.5px;
}

@media (max-width: 310px) {
  #spanmail{
  display: block;
  }
}