@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.red {border: 1px solid red;}
.green {border: 1px solid green;}
.blue {border: 1px solid blue;}
.yellow {border: 1px solid yellow;}

h1 {font-family: "Red Hat Display", sans-serif; font-size: 44px; font-weight: 300; color: #555f68; padding: 10px 0;}
h3 {font-family: "Red Hat Display"; text-transform: uppercase; font-size: 16px; font-weight: bold; color: #666;}
h3 a:link, a:visited {text-decoration: none; color: #666;}
h3 a:hover {text-decoration: none; color: #004890;}
h4 {font-family: "Red Hat Display"; font-size: 125px; font-weight: 300; color: #666; margin: 0; padding: 0;}
h5 {font-family: "Quicksand", sans-serif; font-size: 17px; font-weight: 500; padding: 10px 0;}
h6 {padding: 15px 0;}
h7 {display:block; font-size: 22px;}
p {font-family: "Quicksand", sans-serif; font-size: 17px; line-height: 28px;}
ul li {font-family: "Quicksand", sans-serif; font-size: 17px; line-height: 28px;}
.listing {font-family: "Quicksand", sans-serif; font-size: 17px; line-height: 28px;}


.dash {border-bottom: 2px solid #a3aead; width: 70px;}
.dash-white {border-bottom: 2px solid #fff; width: 70px;}

.line-with-text {
    display: flex;
    align-items: center;
    gap: 12px;
}
.line-with-text-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
    margin-right: 100px;
}


.read-more-btn, .read-more-btn:visited {
    background-color: #748382; 
    color: white;
    transition: background-color 0.3s ease;
    padding: 15px 35px;
    margin: 10px 0;
    font-family: "Red Hat Display"; text-transform: uppercase; font-size: 14px; font-weight: bold;
    border-radius: 0 !important;
}
  
.read-more-btn:hover {
    background-color: #004890;
    color: white;
}

body {
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 1400px !important;
}

.navbar {
    padding: 70px 0;
}


#mainNavbar {
  background-color: transparent;
}

/* Scrolled state */

.navbar-scrolled {
  background-color: #fff !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.navbar-light .navbar-nav .nav-link  {
    font-family: "Red Hat Display", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #a8a8a8;
    text-align: center;
}



.navbar-light .navbar-nav .nav-link.active  {
    color: #004890;
}

.navbar-nav {
    margin-left: auto;
  }

.navbar-nav .nav-item:not(:last-child) {
    padding-right: 30px;
}

.nav-link:hover {
    color: #004890 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item:last-child {
  padding-right: 0px !important;
}

.dropdown-menu .dropdown-item  {
    font-family: "Red Hat Display", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #a8a8a8;
    padding: 15px;
}
.dropdown-menu {
    min-width: 250px;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: #004890; 
  color: #fff !important;
}

.logobar {
     border-top: 1px solid #cdd3d3;
     border-bottom: 1px solid #cdd3d3;
     padding: 50px 0;
     margin-bottom: 100px;
}
.clients {
    padding: 0 25px;
    max-width: 100%;
    height: auto;
}

.logo-carousel- img {
  max-height: 115px;
  object-fit: contain;
}


.projects-nav-link {
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color:#004890;
  text-decoration: none;
}


/* logo slider code */

.slider {
            height: 115px;
            position: relative;
            width: 100%;

            display: grid;
            place-items: center;
            overflow: hidden;
        }
        
        
        .slider::before{
            left:0;
            top:0;
        }
        .slider::after{
            right:0;
            top:0;
            transform:rotateZ(180deg);
        }


        .slide-track {
            width: calc(200px * 20);
            display: flex;
            animation: scroll 20s linear infinite;
            justify-content: space-between;
        }


        @keyframes scroll {
            0% {
                transform: translateX(0px);
            }
            100% {
                transform: translateX(calc(-200px * 10));
            }
        }

        @media screen and (max-width: 768px) {
            .slide-track {
                width: calc(80px * 20);
            }
        }


        @keyframes scroll {
            0% {
            transform: translateX(0px);
            }
            100% {
            transform: translateX(calc(-80px * 10));
            }
        }






.featured-proj {
    background: url('../images/bg-featured-projects.jpg') center left no-repeat #004890;
    background-size: 100%;
    min-height: 650px;
}

.featured-proj .big a:link {
  text-decoration: none;
  color: #fff;
}

.featured-proj .big a:visited {
  text-decoration: none;
  color: #fff;
}


.videoholder {
    background: url('../images/videobg.jpg') center center no-repeat #8a9191;
    background-size: cover; 
    background-attachment: fixed;
    margin: 100px 0;
    height: 1000px;
}
.video{
    margin: 150px 0;
}

.thumb {
    overflow: hidden;
  }
  
  .thumb img {
    transition: transform 0.5s ease;
  }
  
  .thumb:hover img {
    transform: scale(1.05); /* zoom in */
  }

.numbers {
    margin-top: 200px;
}

.shout {
    font-family: "Red Hat Display", sans-serif;
    font-size: 190px;
    font-weight: bold;
    color: #f0f0f0;
    text-transform: uppercase;
    line-height: 170px;
    position: absolute;
    z-index: -100;
    margin-top: -100px;
}
.left {
    left: 0
}
.right {
    right: 0
}


.stayholder {
    margin: 200px auto;
}

.stay img {
    padding-right: 10px;
}


.letswork {
    background: url('../images/bg-letswork2.jpg') center right no-repeat #004890;
    margin-top: 50px;
    height: 300px;
}

.letswork a:link {
  color: #fff;
  text-decoration: none;
}

.letswork a:visited {
  color: #fff;
}

.big {
    font-family: "Red Hat Display", sans-serif;
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
    padding-top: 0px;
}

.subscribe {
    background: url(../images/bg-newsletter.jpg) no-repeat center center #8a9191;
    padding: 35px 0;
    font-family: "Red Hat Display", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.subscribe input {
    font-family: "Quicksand", sans-serif; 
    font-size: 22px;
    border: none;
    padding: 10px 0;
    padding-left: 20px;
    width: 400px;
}

.links a:link {
  text-decoration: none;
}

.whatsapp {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    position: fixed;
}

.m {
    position: fixed;
    z-index: -1;
    top: -100px;
    right: -250px;
    opacity: 0.15;
    background: url('../images/m.png');
    width: 916px;
    height: 977px;
    overflow: hidden;

}

.newsholder {
    background: #8a9191;
    color: #fff;
}

.newsholder h3 {
    color: #fff;
}

.newsholder h1 {
    font-family: "Red Hat Display";
    font-size: 48px;
    font-weight: bold;
    color: #fff;  
    text-transform: uppercase;
}

.newsholder p {
  padding: 15px 0;
}

.newsholder a:link {
    color: #fff;
}

.newsholder a:visited {
    color: #fff;
}


.newsholder-inner h3 {
  color:#8b9093;
  padding: 10px 0;
}

.newsholder-inner h3 a:link, a:visited {
  color:#8b9093;
  padding: 10px 0;
  text-decoration: none;;
}

.newsholder-inner h4 {
  text-transform: capitalize;
  color:#8b9093;
  font-size: 22px;
  padding: 10px 0;
  font-weight: 500;
}

.newsholder-inner h1 {
    font-family: "Red Hat Display";
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color:#8b9093;
}

.newsholder-inner p {
  padding: 15px 0;
}

.newsholder-inner h7 a:link, a:visited {
  color:#2a2a2a;
  text-decoration: none;
}

.newsholder-inner h7 a:hover {
  text-decoration: underline;
}

.newspic img {
  border: 30px solid white;
  border-left: 120px solid white;
}

.image-frame {
  display: inline-block;
  background: #fff;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 140px;
}

.image-frame img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Company page */

.process {
    background: #8a9191;
    color: #fff;
    padding: 50px 0;
}

.process h1 {
  color: #fff;
  padding: 50px 0;
}

.process h3 {
  color: #fff;
  padding: 60px 0;
}

.digit {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 300px;
  opacity: 0.2;
  position: absolute;
  top: 75px;
  left: -50px;
  z-index: 1;
}

.digit-wrapper {
  position: relative;
}

.digit-wrapper img {
  position: relative;
  z-index: 2; 
}

.sustainability {
  background: #fcfdf2;
  padding: 70px;
}

.sustainability h3 {
  color: #333;
  line-height: 30px;
  padding: 10px 0;
}


/* Homepage Carousel */

.css-fader {
    position: relative;
    width: 100%;          
    max-width: 845px;     
    max-height: 577px;    
    aspect-ratio: 1 / 1;  
    overflow: hidden;
  }
  
  .css-fader img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation-duration: 18s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

.css-fader img:nth-child(1) {
    animation-delay: 0s;
  }
  
  .css-fader img:nth-child(2) {
    animation-delay: 6s;
  }
  
  .css-fader img:nth-child(3) {
    animation-delay: 12s;
  }

  .css-fader img:nth-child(4) {
    animation-delay: 18s;
  }
  
  /* Keyframes for fade in/out */
  @keyframes fadeAnimation {
    0% { opacity: 0; }
    11.11% { opacity: 1; }
    33.33% { opacity: 1; }
    44.44% { opacity: 0; }
    100% { opacity: 0; }
  }

  @keyframes fadeZoom {
    0% {
      opacity: 0;
      transform: scale(1) translate(0, 0);
    }
    5% {
      opacity: 1;
    }
    33.33% {
      opacity: 1;
      transform: scale(1.1) translate(-5%, -5%); /* zoom and pan */
    }
    38% {
      opacity: 0;
      transform: scale(1.12) translate(-6%, -6%);
    }
    100% {
      opacity: 0;
    }
  }

.zoom-1 {
    animation-name: zoomEffect1;
    animation-delay: 0s;
  }
  .zoom-2 {
    animation-name: zoomEffect2;
    animation-delay: 8s;
  }
  .zoom-3 {
    animation-name: zoomEffect3;
    animation-delay: 16s;
  }
  .zoom-4 {
    animation-name: zoomEffect4;
    animation-delay: 24s;
  }
  
  @keyframes zoomEffect1 {
    0% {
      opacity: 0;
      transform: scale(1) translate(0, 0);
    }
    5% {
      opacity: 1;
    }
    33.33% {
      opacity: 1;
      transform: scale(1.2) translate(-5%, -3%);
    }
    38% {
      opacity: 0;
      transform: scale(1.23) translate(-5%, -3%);
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes zoomEffect2 {
    0% {
      opacity: 0;
      transform: scale(1) translate(0, 0);
    }
    5% {
      opacity: 1;
    }
    33.33% {
      opacity: 1;
      transform: scale(1.2) translate(4%, -4%);
    }
    38% {
      opacity: 0;
      transform: scale(1.23) translate(4%, -4%);
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes zoomEffect3 {
    0% {
      opacity: 0;
      transform: scale(1) translate(0, 0);
    }
    5% {
      opacity: 1;
    }
    33.33% {
      opacity: 1;
      transform: scale(1.2) translate(-3%, 5%);
    }
    38% {
      opacity: 0;
      transform: scale(1.23) translate(-3%, 5%);
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes zoomEffect4 {
    0% {
      opacity: 0;
      transform: scale(1) translate(0, 0);
    }
    5% {
      opacity: 1;
    }
    33.33% {
      opacity: 1;
      transform: scale(1.2) translate(-2%, 4%);
    }
    38% {
      opacity: 0;
      transform: scale(1.23) translate(-2%, 4%);
    }
    100% {
      opacity: 0;
    }
  }


footer {
  margin-top: 80px;
}

footer .logo {
  max-width: 350px;
  height: auto;
  padding-bottom: 40px;
}

footer ul li {
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
  color: #a8a8a8;
}

footer .title {
  color: #004890;
}

footer a:link {
  text-decoration: none;
  color: #a8a8a8;
  transition: color 0.3s ease;
}

footer a:visited {
  color: #a8a8a8;
}

footer a:hover {
  color: #004890 !important; 
}

.fab {
  font-size: 20px;
}

.harwal {
  background: #e9eef4;
}

.harwal img {
  max-width: 300px;
}

.harwal p {
  font-size: 16px;
  line-height: 24px;
}

/* Company */

.company-pic {
  min-height: 600px;
}

/* Product Details */

.gallery-thumb {
  position: relative;
  display: inline-block;
}

.thumb-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.9;
}

/* Magnifying glass overlay */
.magnify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  opacity: 0.6;             
  pointer-events: none;     
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Downloads */

.pdf-card {
    width: 228px;
}



/* Contact */

.contact-form input, textarea {
    font-family: "Quicksand", sans-serif; 
    font-size: 22px;
    border: none;
    padding: 15px;
    width: 100%;
    border: 1px solid grey;
}

.form-select {
    font-family: "Quicksand", sans-serif; 
    font-size: 22px;
    color:#748382;
    border: none;
    padding: 15px;
    width: 100%;
    border: 1px solid grey;
}


.map-responsive {
    position: relative;
    padding-bottom: 120%;
    height: 0;
    overflow: hidden;
  }
  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
  }



.item {
  border-bottom: 1px solid grey;
  font-family: "Quicksand", sans-serif; 
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px 0;
}

.item span {
  font-size: 18px;
  font-weight:600;
}

.item input {
  margin: 0 20px;
  width: 75px;
}

.breadcrumb a:link {
  text-decoration: none;
  color: #666;
}

.breadcrumb a:visited {
  color: #666;
}

.breadcrumb a span{
  text-decoration: none;
  color: #004890;
}

.breadcrumb span{
  text-decoration: none;
  color: #004890;
}


.nav-tabs .nav-link {
  font-family: "Red Hat Display"; text-transform: uppercase; font-size: 16px; font-weight: bold; color: #666;
}

.nav-tabs .nav-link.active {
  font-family: "Red Hat Display"; text-transform: uppercase; font-size: 16px; font-weight: bold; color: #004890;
}

.nav-tabs .nav-link {
  border: none !important;            
  border-radius: 0 !important;        
  background: transparent !important; 
  outline: none !important;          
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;      
}


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/status.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;

  -webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	animation: pulsate-fwd 0.5s ease-in-out infinite both;
	
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}




/* Responsive */

@media screen and (max-width: 768px) {
  .process h3 {
    color: #fff;
    padding: 30px 0;
  }
  .stay img {
    padding-right: 2px;
  }
  /*
  .slide-track {
    width: calc(80px * 20);
  }
  */
}

@media (max-width: 991.98px) {

  .navbar {
    padding: 50px 0 0 0;
    margin-bottom: 50px;
  }

  .navbar-nav {
    padding: 20px 0;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }

  .navbar-nav .nav-item.nav-item:not(:last-child)  {
    padding-right: 0px;
    padding: 5px 0;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .dropdown-menu .dropdown-item {
    font-size: 18px;
    padding: 10px;
  }

  .company-pic {
    min-height: 0;
  }

}

.wpcf7-spinner{
	position: absolute;
}
.wpcf7-not-valid-tip{
	display: none;
}
.wpcf7-not-valid{
	box-shadow: inset 0 0 0 1px red;
}
.wpcf7-response-output{
	font-size: 12px;
	background: #ffb900;
	color: black;
}

.subscribe .wpcf7-spinner{
	margin-top: 20px;
}
.subscribe .wpcf7-response-output{
	position: absolute;
    margin-top: 0 !important;
    left: 50%;
    transform: translateX(-50%);
}

.subscribe input[type="submit"] {
	background-color: #748382;
    color: white;
    transition: background-color 0.3s ease;
    padding: 15px 35px;
    margin: 10px 0;
    font-family: "Red Hat Display";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: auto;
}
@media (max-width: 991.98px) {
	.subscribe input[type="submit"] {
		width: auto;
	}
}