@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
img,
picture{
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
button{
  background-color: #d45500 !important;
  border-color: #d45500 !important;
}
button a{
  text-decoration: none;
  color: #fff;
}
a:hover{
  color: white;
}
button:hover{
  border-radius: 0% !important;
  color: white !important;
}
body{
  font-family: 'Open Sans', sans-serif;
  background-color: white !important;
}
h1{
  font-weight: 600;
}
.headings{
  text-align: center;
  padding-bottom: 3.5rem;
}
.headings h4{
  font-weight: 600;
}
.navbar img{
    height: 4.5rem;
    padding: .5rem;
    margin: .5rem;
    display: block;
}

.nav-link{
  text-transform: uppercase;
}
.nav-link.homepage{
    text-transform: uppercase;
    color: white !important;
    text-shadow: 0px 0px 10px #000000;
}
.navbar.scrolled {
  background-color: #fff !important;
  transition: background-color 700ms ease-in-out;
  box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.31);
  transition: 700ms linear;
}
.nav-link.scrolled{
  color: black !important;
  text-shadow: none;
}
.footer-img img{
    height: 4.5rem;
    padding: .5rem;
    margin: .5rem;
}
.section-alignment{
  display: grid;
  position: relative;
  align-items: center;
  min-height: 85vh;
}
.homepage-about-us-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.homepage-about-us{
  display: grid;
  align-content: center;
}
.homepage-about-us-button{
  padding-top: 1.235rem;
}
.projects{
  background-color: #d45500;
  color: white !important;
  text-shadow: none;
}
.projects.scrolled{
  transition: 250ms linear;
  color: #d45500 !important;
  border: 2px solid #d45500;
  background-color: white;
  border-radius: 1rem;
}
.projects:hover{
  border-radius: 0rem;
}
.projects-background{
  background-color: rgb(242, 242, 242);
}
.spacer{
  padding-top: 5rem;
}
  .services-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    align-content: center;
    grid-gap: 1rem;
  }
  .services{
    display: grid;
    text-align: left;
    border: 1px solid lightgray;
    border-bottom: 3px solid #ff7f2a;
    transition: background-color 0.5s ease;
  }
  .services-heading{
    padding: 2.3rem;
  }
  .services img{
    height: 1rem;
    margin-top: 2.5rem;
  }
  .services h6{
    text-transform: uppercase;
  }
  .services:hover{
    background-color: #ff7f2a;
    border-bottom: aqua;
    color: white;
  }
  .gallery-grid{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr
  }
  .gallery{
    display: grid;
    position: relative;
  	overflow: hidden;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
}
.gallery-grid a{
  text-decoration: none;
}
  .gallery img{
    max-width: 100%;
    height: 15rem;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;

    transition: all 0.4s;
  }
  .stacked{
    display: grid;
  }
  .stacked > *{
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gallery-content{
    align-self: end;
    padding: 1rem;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
  }
  .gallery:hover img{
    transform: scale(1.1);
  }
  .gallery-content:hover{
    z-index: 2;
  }
  @media (max-width: 48rem){
      .section-alignment{
        padding-top: 3rem;
        padding-bottom: 3rem;
      }
      .homepage-about-us-grid{
        text-align: center;
      }
        .navbar-collapse{
          background-color: white;
          color: black;
          text-align: center;
        }
        .nav-link.homepage{
          color: black !important;
          text-shadow: none;
          text-align: center;
        }
        .projects{
          width: 8rem;
          margin-inline: auto;
        }
      }

  @media (min-width: 48rem){
    .gallery-grid{
      grid-template-columns: 1fr 1fr;
    }

  }
  @media (min-width: 62rem) {
    .services-grid{
      grid-template-columns: 1fr 1fr;
    }
    .gallery-grid{
      grid-template-columns: 1fr 1fr;
    }
    .homepage-contact-us-grid{
      grid-template-columns: 3fr 1fr;
    }
  }
  @media (min-width: 75rem){
    .services-grid{
      grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    }
    .gallery-grid{
      grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    }

  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }

  .carousel {
    position: relative;
  }
  .carousel-item img {
    object-fit: cover;
  }
  #carousel-thumbs {
    background: rgba(255,255,255,.3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
  }
  #carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
  }
  #carousel-thumbs img:hover {
    border-color: rgba(255,255,255,.3);
  }
  #carousel-thumbs .selected img {
    border-color: #fff;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
  }
  @media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
      border-width: 3px;
    }
  }
  @media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
      position: absolute;
    }
  }
  @media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
      background: #ccccce;
    }
  }

  .hero {
    overflow-x: hidden;
    padding: 0;
  }

  .hero .carousel {
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    margin: 0;
    position: relative;
  }

  .hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
  }

  .hero .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    inset: 0;
  }

  .hero .info {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  .hero .info h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
    position: relative;
  }

  .hero .info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .hero .info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
  }

  .hero .info .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    border: 2px solid var(--color-primary);
  }

  .hero .info .btn-get-started:hover {
    background: var(--color-primary);
  }

  .hero .carousel-control-prev {
    justify-content: start;
  }
  .hero .carousel-control-next {
    justify-content: end;
  }
  .hero .carousel-control-next-icon,
  .hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
  }

  .hero .carousel-control-prev:focus,
  .hero .carousel-control-next:focus {
    opacity: 0.5;
  }

  .hero .carousel-control-prev:hover,
  .hero .carousel-control-next:hover {
    opacity: 0.9;
  }


  .about-us-parallax {
    /* Set a specific height */
    min-height: 31rem;
    background-image: url('../images/breadcrumbs-bg.jpg');
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    place-items: center;
  }
  .about-us-parallax:after{
  	position: absolute;
  	min-height: 31rem;
  	width: 100%;
  	background-color: rgba(0,0,0,.3);
  	top: 0;
  	left: 0;
  	display: block;
  	content: "";
}
.parallax-heading{
  text-align: center;
  color: white;
  z-index: 2;
  text-shadow: 0px 0px 10px #000000;
}

.featured-projects{
  display: grid;
  align-content: center;
}
.featured-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 1rem;
  align-content: center;
}
.featured img{
  height: 15rem;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.featured-content{
  align-self: end;
  padding: 1rem;
  color: white;
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.contact-us{
  display: grid;
  height: 75vh;
  align-content: center;
}
.contact-us-info{
  display: grid;
}
.about-us-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 1rem;
}
.about-us{
  display: grid;
  align-content: center;
}
.about-us img{
  width: 17rem;
  margin-inline: auto;
}
.about-us-content{
  text-align: center;
  padding-top: 1rem;
  margin-inline: auto;
}


.contact {
  padding: 130px 0;
}

.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;

}

.contact .heading h2 span {
  color: #ff9100;
}

.contact .heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 60px;
  padding: 0;
}

.contact .form-control {
  padding: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  background: white;
  border: 1px solid #d45500;
  border-radius: 10px;
}

.contact button.btn {
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  background: #ff9100;
  color: #ffffff;
}

.contact .title h3 {
  font-size: 18px;
  font-weight: 600;
}

.contact .title p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.6;
  margin: 0 0 40px;
}

.contact .content .info {
  margin-top: 30px;
}
.contact .content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #02434b;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
.contact .content .info h4 {
  font-size: 13px;
  line-height: 1.4;
}

.contact .content .info h4 span {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}
.homepage-contact-us-grid{
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  height: 18vh;
  width: 100%;
  grid-gap: 1rem;
  color: white;
  background-image: url('../images/banner.png');
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.homepage-about-us-grid h4{
  font-weight: 800;
}
.homepage-contact-us{
  margin-inline: auto;
}
.homepage-contact-us-button{
  border: 2px solid white;
  padding: .75rem;
  text-decoration: none;
  color: white;
  border-radius: .75rem;
  align-self: center;
}
.homepage-contact-us-button:hover{
  color: white;
  border: none;
}


.timeline-heading h1{
  font-size:60px;
  text-align:center;
}
.timeline{
  position:relative;
  margin:50px auto;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:white;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(215,85,0,0.3);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:rgba(215,85,0,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(215,85,0,0.3);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:rgba(215,85,0,1);
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-165px;
  margin:0;
  padding:8px 16px;
  background-color: white;
  border-color: #d45500 !important;
  color:#d45500;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(215,85,0,0.3);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  background:white;
  color:#d45500;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(215,85,0,0.8);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}
.why-choose-us-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  align-content: center;
  grid-gap: 1rem;
}
.choose-us-content{
  display: grid;
  align-content: center;
}
.choose-us{
  border: 1px solid #dfdfdf;
  padding-inline: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.choose-us:hover{
  border: 1px solid #d45500;
  background-color: #d45500;
  color: white;
  box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.31);
  transition: 700ms;
}
.choose-us img{
  height: 2.5rem;
  margin-inline: auto;
}
.choose-us h3{
  text-align: center;
  padding: 1rem;
}
.choose-us p{
  text-align: center;
}

.our-team{
  background-color: #f9f9f9;
}
.mdl-tabs__panel {
  display: none;
}
.vertical-mdl-tabs .mdl-tabs__tab-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
    border-bottom: none;
    border-right: 1px solid rgba(10, 11, 49, 0.20);
}

.vertical-mdl-tabs .mdl-tabs__tab {
    width: 100%;
}

.vertical-mdl-tabs .mdl-tabs__tab:hover {
  background: rgba(158, 158, 158, 0.34);
  color: black;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    border-right: 3px solid #ED462F;
}
.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    content: inherit;
    height: 0;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel {
    padding: 0 30px;
}

.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
    text-align: left;
}

.text-center {
  text-align: center;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
   color: #d45500;
}
