:root {
    --primary-color: #002f5f;
    --secondary-color:#ff0000;

}
.top-header{
    background-color: var(--primary-color);
    color:#fff;
}
*,
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.top-headline{
    font-size: 18px;
    color: var(--primary-color);

}
.about-border{
    border:3px solid var(--secondary-color);
}
.btn {
    letter-spacing: .5px;
    border-radius: 0;
}

.btn-primary {
    border: none;
    background: var(--secondary-color);
    padding: 10px 20px;
    color: var(--primary-light);
    font-family: 'Roboto Condensed', sans-serif;
    transition: .4s ease-in-out;
}

.btn-primary:hover,
.btn-primary-focus {
    background: var(--primary-color);
}

.btn-outline-primary {
    border: 1px solid var(--primary-color);
    color: var(--secondry-color);
    background: transparent;
    text-transform: uppercase;
    transition: .4s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 20px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.btn-outline-secondry {
    background: transparent;
    border: 2px solid var(--primary-light);
    color: var(--primary-light);
}

input,
textarea {
    border-radius: 0;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.h-600 {
    height: 600px;
}

.max-width {
    max-width: 1600px;
    margin: 0 auto;
}

header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}

.navbar-brand {
    width: 200px;
}

.nav-item {
    margin: 0 10px;
}

.nav-link {
    color: var(--primary-color) !important;
    font-weight: bold;
}

.nav-item:hover .nav-link {
    border: 0;
    border-bottom: 3px solid var(--secondary-color);
}

.hamburger {
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 9999999999999;
    display: none;
}

.hamburger span {
    display: block;
    margin: 5px 0;
    height: 5px;
    width: 100%;
    background: var(--secondry-color);
    transition: .4s ease-in-out;
}

.hamburger.active span {
    background: var(--primary-light);
}

.hamburger.active span:nth-child(1) {
    transform: translate(0px, 13px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    width: 0%;
}

.hamburger.active span:nth-child(3) {
    transform: translate(0px, -8px) rotate(-45deg);
}

@media (max-width:990px) {
    .hamburger {
        display: block;
    }
    .navbar-brand {
        padding-left: 20px;
        width: 150px !important;
    }
    .navbar .container-fluid {
        padding-left: 0;
    }
    .nav-collapse {
        position: fixed;
        top: 0;
        /* display: none; */
        bottom: 0;
        right: -105%;
        width: 100%;
        height: 100vh;
        padding: 100px 50px;
        background-color: var(--primary-color);
        z-index: 9999;
        transition: .4s ease-in-out;
        flex-direction: column;
    }
    .nav-collapse.active {
        right: 0;
    }
    .nav-collapse .btn {
        width: 200px;
        margin: 0 auto;
        color: var(--primary-color);
        background: var(--primary-light);
    }
    .nav-collapse .nav-link {
        color: var(--primary-light) !important;
    }
}
.sticky-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    width: 50px;
    height: 50px;
}

.sticky-contact .icon svg {
    width: 100%;
    height: 100%;
}
.hero-image {
    background-image: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../image/mumbai-skyline-skyscrapers-construction.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-banner {
    background-image: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../image/white-blocks-wall-texture.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-image3 {
    background-image: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../image/industrial-workers-wearing.jpg");
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-image4 {
    background-image: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../image/office-buildings-with-modern-architecture.jpg");
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-image5 {
    background-image: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../image/award.jpg");
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-image6 {
    background-image: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../image/client.jpg");
  
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
   
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    color: white;
  }
  .hero-image2 {
    background-image: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../image/portrait-woman-customer-service-worker.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .contact-card{
      background-color: var(--primary-color);
  }
  .contact-card:hover{
    background-color: var(--secondary-color);
}

.contact-input{
    border: 0;
    border-bottom: 1px solid black;
    background-color: #f0f0f0;
}
.herocontainer {
    position: relative;

  }
  
  .heroimage {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .herooverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0 ,0.5);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  
  .herocontainer:hover .herooverlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .herotext {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .flip-box {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-box-back {
    background-color: #555;
    color: white;
    transform: rotateY(180deg);
  }
  .onproject:hover{
    color:#002f5f!important;
    border-bottom:2px solid red;
  }
  .text-justify{
    text-align: justify;
  }
  .super-center{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slide-wp{
  
    height:110vh;
  }
  .small-font{
    font-size: 18px!important;
  }
  .swiper3 {
    width: 100%;
    height: 100%;
  }

  .swiper-slide3 {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
  }
  @media screen and (max-width: 540px) {
    .sm-display{
        display:none;
        
    }
    .small-font{
      font-size: 14px!important;
    }
    .slide-wp{
      height:90vh;
    }
    .p-sm{
      padding: 2rem;
    }
    .p-small{
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .m-small{
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;

    }
    .sm-font{
        font-size: 12px;
    }
    .sm-logo{
        width:10rem;
    }
  }