@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    padding: 0 50px;
    margin: 0;
    box-sizing: border-box;
    font-family: "Barlow", serif;
}

:root{
    --main-color--:#0073FF;
    --main-hover--:#015ecf;
}

.main-top-head{
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
}

.top-head-EP{
    display: flex;
    justify-content: space-between;
    margin-top: 5px !important;
}

.top-head-EP div{
    display: flex;
}

.top-head-EP div .fa{
    font-size: 20px;
    color: var(--main-color--);
}

.top-head-EP div p{
    margin-left: 10px;
    font-size: 18px;
    color: black;
}

.top-head-GAQ a{
    background-color: var(--main-color--);
    color: white;
    font-weight: 500;
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all ease 0.3s;
}

.top-head-GAQ a:hover{
    background-color: var(--main-hover--);
}

.nav-link{
    color: black;
    font-weight: 500;
}

.nav-link:hover{
    color: var(--main-color--);
}

.dropdown-item{
    transition: all ease 0.3s;
}

.dropdown-item:hover{
    transform: translateX(10px);
    color: var(--main-color--);
    background-color: transparent !important;
}

.navbar-brand img{
    width: 130px;
}

.navbar-toggler{
    color: transparent !important;
}

.main-container-DSE{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.main-dse-content-box h4{
    color: var(--main-color--);
    margin-bottom: 20px;
    color: #363636;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
}

.main-dse-content-box p{
    font-size: 18px;
    color: black;
    text-align: justify;
}

.main-dse-content-box p b{
    font-size: 22px;
    margin-right: 10px;
    font-weight: 500;
    color: var(--main-color--);
}

.main-dse-image-btn-box img{
    width: 550px;
    margin: 20px;
}

.main-dse-image-btn-box a{
    margin-left: 17px;
    background-color: var(--main-color--);
    color: white;
    font-weight: 500;
    padding: 10px 25px;
    text-decoration: none;
    transition: all ease 0.3s;
}

.main-dse-image-btn-box a:hover{
    background-color: var(--main-hover--);
}

.our-exp-title{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 40px;
    color: #333333;
    font-weight: 900;
}

.our-exp-title p{
    border-bottom: 2px solid var(--main-color--);
}

.main-container-our-exp{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.main-container-our-exp b{
display: flex;
justify-content: center;
font-size: 45px;
font-weight: 900;
color: var(--main-color--);
}

.main-container-our-exp p{
    display: flex;
justify-content: center;
    color: black;
    font-size: 20px;
    font-weight: 500;
}

.main-footer-conteainer{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    background-color: RGB(31, 31, 31);
    padding: 20px;
}

.main-footer-conteainer div{
    width: 33%;
}

.main-footer-conteainer div b{
color: white;
font-size: 20px;
font-weight: 500;
}

.main-footer-conteainer div a{
display: block;
color: rgb(202, 202, 202);
text-decoration: none;
margin-top: 10px;
}

.main-footer-conteainer div a:hover{
    color: white;
    text-decoration: underline;
}

.footer-c-location-div p{
    color: rgb(185, 185, 185);
}

.footer-c-location-div p b{
    margin-right: 10px;
}

.pages-banner img{
width: 100%;
height: 400px;
}

.contact-us-container{
    display: flex;
    justify-content: space-around;
}

.form-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
  }

  /* Label and input field styling */
  label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
  }

  input[type="text"],
  input[type="email"],
  textarea,
  select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    font-size: 16px;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    box-sizing: border-box;
    outline: none;
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus,
  select:focus {
    border-color: var(--main-color--);
  }

  textarea {
    resize: vertical;
    min-height: 100px;
  }

  /* Button styling */
  .cont-sent-btn {
    width: 100%;
    padding: 12px;
    background-color: var(--main-color--);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
  }

  button:focus {
    outline: none;
  }

  .map-box iframe{
    width: 500px;
  }

  .mm-ver-main-cc-container{
    padding: 100px;
    padding-top: 0;
  }

  .main-ver-appli-container{
    display: flex;
    justify-content: space-between;
  }

  .main-ver-appli-box img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: auto;
  }

  .main-ver-appli-box p{
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: black;
  }

  .bg-body-tertiary{
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .main-container-our-projects{
    background-color: var(--main-color--);
    padding: 50px;
    margin-bottom: 30px;
  }

  .main-container-our-projects p{
 display: flex;
 justify-content: center;
 font-size:18px;
 color: rgb(255, 255, 255);
  }

  .main-container-our-projects a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(36, 36, 36);
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    background-color: white;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 20px;
  }

  .project-hold-box{
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .slider-container {
    position: relative;
    width: 70%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid rgb(201, 201, 201);
}

.client-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.client-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
}

.client-slide img {
    width: 500px;
    height: 100px;
}

.prev,.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0, 140, 255);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

  @media screen and (max-width: 980px) {
    body {
     padding: 0 10px;
    }
    .main-top-head{
        display: none;
    }
    .main-container-DSE{
        display: block;
    }
    .main-dse-image-btn-box img {
        width: 100%;
        margin: 0px;
    }
    .main-container-our-exp{
        display: block;
    }
    .main-footer-conteainer{
        display: block;
    }
    .main-footer-conteainer div{
        width: 100%;
    }
    .pages-banner img {
        width: 100%;
        height: 150px;
    }
    .contact-us-container{
        display: block;
    }
    .map-box iframe{
        width: 100%;
        height: 300px;
      }
      .mm-ver-main-cc-container{
        padding: 0px;
      }
      .main-ver-appli-container{
        display: block;
      }
      .main-ver-appli-box img{
        width: 210px;
      }
      .our-exp-title{
        font-size: 30px;
        font-weight: 700;
      }
      .main-container-our-exp b{
        font-weight: 700;
      }
      .main-dse-content-box h4{
        font-size: 30px;
        font-weight: 700;
      }
      .main-dse-image-btn-box a{
        margin-left: 10px;
      }
      .project-hold-box{
        display: block;
      }
      .project-hold-box img{
        width: 100%;
        margin-top: 10px;
      }
      .slider-container{
        width: 100%;
      }
      .client-slide img {
        width: 300px;
        height: 80px;
    }
    .our-exp-title{
      margin-bottom: 0px;
    }
    .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5px;
      padding: 10px;
  }
  }
