/*  */
.nav {
  display: flex;
  justify-content: center;
  width: 80%;
  position: absolute;
  right: -6%;
}

.nav ul.nav-link {
  display: flex;
  padding-top: 10px;
}

.nav ul.nav-link>li {
  list-style-type: none;
  padding-left: 10px;
  position: relative;
}

.nav ul.nav-link>li a {
  padding: 12px;
}

.nav ul li a {
  color: white;
}

.drop-1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99999;

}

.nav ul.nav-link>li.nav-drop:hover .drop-1 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.nav ul.nav-link>li.nav-dro-about:hover .drop-1 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.drop-1 ul {
  background-color: white;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  /* background-color: #FFB703; */
  border-radius: 1px;
}

.drop-1 ul li {
  list-style-type: none;
  padding: 5px 15px;
  /* border-bottom: 1px solid gray;  */
  width: 269px;
  /* text-align: center; */
  padding: 10px 5px;
  font-size: 14px;
}

.drop-1 ul li a:hover {
  color: #FFB703;

}

.drop-1 ul li:hover {
  color: #FFB703;
}

.drop-1 ul li a.active {
  color: #FFB703;
}

.drop-1 li {
  position: relative;
}

.drop-1 li .drop-2 {
  position: absolute;
  top: -10px;
  left: 100%;
  display: none;
}

.drop-1 li:hover .drop-2 {
  display: block;
}

header {
  display: flex;
  align-items: center;
  /* width: 100%; */
  position: fixed;
  /* position: absolute; */
  height: 128px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  /* border-bottom: 1px solid #ffffff4a; */
  transition: 0.4s;
}

header.sticky {
  background-color: black;
}

header .logo {
  width: 20%;
  position: absolute;
  top: 0;
  left: 5%;
}

header .logo img {
  height: 118px;
  width: 150px;
  margin-top: 8px;
}

.nav-link {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 15px;

}

header.sticky .nav-link {
  color: #fff;
}

.active {
  color: #FF9F14 !important;
}

.nav-link:hover {
  color: #FF9F14;
}

.nav-link.active {
  /* color: white; */
  font-size: 15px;
  color: #FF9F14;
  line-height: 10px;
}

.active2 {
  color: #FF9F14 !important;
  font-size: 15px;
}



/* */
footer {
  /* background-color: #12223B; */
  background-color: rgb(0 0 0);
  padding: 50px;
  color: white;
}

footer #paddings {
  padding: 40px;
}

footer .col-3 h3 {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 25px;
  color: #FF9F14
}

footer .col-3 img {
  width: 170px;
  height: 130px;
}

footer .col-3 .box-main {
  margin-top: 50px;
}

footer .col-3 .box .main {
  display: flex;
  margin-top: 28px;
  align-items: center;
}

footer .col-3 .box .main a {
  color: white;
}

footer .col-3 .box .main a:hover {
  color: #FF9F14;
}

footer .col-3 .box .main .num li {
margin-top: 8px !important;
}

footer .col-3 .ican-arrow {
  border: 2px solid #FF9F14;
  margin-left: 10px;
  border-radius: 50%;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #FF9F14;
  margin-right: 8px;
}

footer .col-3 a h5 {
  font-size: 18px;
  color: white;
  padding-top: 5px;
}

footer .col-3 a p {
  color: gray;
  margin-top: 10px;
}

footer .ican-cont {
  color: #FF9F14;
  font-size: 25px;
  margin-right: 8px;
}

footer .text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 30px;
  border-top: 1px solid #ffffff4a;
  border-bottom: 1px solid #ffffff4a;
}

footer .text div p a {
  color: white;
}

footer .text div p a:hover {
  color: #FF9F14;
}

footer .text .icans a i {
  color: #FF9F14;
  padding: 5px;
  border: 2px solid #FF9F14;
  border-radius: 50%;
  margin-left: 10px;
}

footer .text .icans a i:hover {
  color: white;
  border: 2px solid white;
}


/*  */
.about-banner {
  /* background-image: url(../img/baneer.jpg); */
  background-image: url(../img/slide2.jpeg);
  /* background-image: url(../img/what13.jpg); */
  position: relative;
  height: 90vh;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;

}

.about-banner::before {
  position: absolute;
  content: "";
  background-color: black;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}

.about-banner .content {
  position: absolute;
  color: white;
  width: 620px;
  left: calc(50% - 310px);
  top: calc(50% - 46px);

  text-align: center;

  h2 {
    font-size: 45px;
  }

  span {
    color: #FF9F14;
  }

  p {
    font-size: 15px;
    padding-top: 15px;
    line-height: 25px;
  }
}

.about-banner-first {
  /* background-image: url(../img/baneer.jpg); */
  background-image: url(../img/slider1.jpeg);
  /* background-image: url(../img/what9.jpg); */
  position: relative;
  height: 90vh;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;

}

.about-banner-first::before {
  position: absolute;
  content: "";
  background-color: black;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}

.about-banner-first .content {
  position: absolute;
  color: white;
  width: 620px;
  left: calc(50% - 310px);
  top: calc(50% - 46px);
  text-align: center;

  h2 {
    font-size: 45px;

  }

  span {
    color: #FF9F14;
  }

  p {
    font-size: 15px;
    padding-top: 15px;
    line-height: 25px;
  }
}


.about-section {
  padding: 80px 0;

  h2 {
    font-size: 33px;
    padding: 20px 0;
  }

  p {
    line-height: 28px;
    font-size: 16px;
  }

  img {
    height: 500px;
    border-radius: 10px;
  }
}

.Services-section {
  padding: 70px 0;
  background-color: #000000db;
  color: white;

  h2 {
    text-align: center;
    font-size: 33px;
  }

  p {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 50px;
    line-height: 28px;
  }

  .box {
    background-color: white;
    padding-bottom: 25px;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;

    .for-img {
      overflow: hidden;

      img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 0.5s ease;
        height: 300px;
        object-fit: cover;

        &:hover {
          transform: scale(1.1);
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
        }
      }
    }

    main {
      color: black;
      padding-bottom: 5px;
      padding: 0px 10px;
      line-height: 26px;
    }

    h3 {
      color: black;
      font-size: 20px;
      padding: 20px 30px;
    }

    a button {
      background: none;
      border: none;
      cursor: pointer;
      margin-top: 8px;
    }
  }

  .for-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
}

.gallery {
  padding: 50px 0;
}

.gallery img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery h2 {
  text-align: center;
  font-size: 33px;
  text-transform: uppercase;
}

.gallery p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 28px;
}

.project-section {
  padding: 60px 0;

  h4 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: underline;
  }

  h2 {
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
  }

  p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 28px;

    span {
      color: #FF9F14;
      font-size: bold;
    }
  }

  img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
  }

  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}

/* toggel  start*/
.toggle-btn {
  display: none;
  cursor: pointer;
  background-color: #000;
}

.toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #b72f61;
}

.mobilenav {
  display: none;
}

.side-bar {
  background: white;
  backdrop-filter: blur(15px);
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -350px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  z-index: 99999;
}

.side-bar::-webkit-scrollbar {
  width: 0px;
}

.side-bar.active {
  right: 0;
}

.side-bar .menu {
  width: 100%;
  margin-top: 30px;
}

.side-bar .side-logo {
  background-color: #fff;
}

.side-bar .side-logo img {
  width: 200px;
  margin: 15px;
  margin-left: 70px;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu .item a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 40px;
}

.side-bar .menu .item a:hover {
  background: #db4242;
  transition: 0.3s ease;
}

.side-bar .menu .item i {
  margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
  background: #262627;
  display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 80px;
}


.sub-menu {
  display: none;
  /* Hide submenu by default */
  padding-left: 15px;
  /* Optional for indentation */
  background: #e0e0e0;
}

.sub-menu.open {
  display: block;
  /* Show submenu when the 'open' class is added */
}

.side-bar {
  width: 300px;
  background: #f0f0f0;
  padding: 15px;
}

/* end */

/* about page style */
.about-slider {
  position: relative;
  background-image: url(../img/about-slider.png);
  /* background-image: url(../img/what11.jpg); */
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}

.about-slider .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}

.about-slider .main h2 {
  color: white;
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 10px;
}

.about-slider .main a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;

  &:hover {
    color: #FF9F14;

  }
}

.sample {
  padding: 60px 0;
}

.sample .col-3 .box {
  /* height: 300px; */
  border: 1px solid gray;
  border-radius: 30px;
  background-color: white;
}

.sample .col-3 .box .card {
  padding: 25px 35px;

}

.sample .col-3 .box .card i {
  color: #ffa500;
  font-size: 40px;
  padding-bottom: 10px;
}

.sample .col-3 .box .card h5 {
  color: #ffa500;
  font-size: 40px;
  padding-bottom: 10px;
}

.sample .col-3 .box .card h3 {
  font-size: 25px;
  padding: 15px 0;
}

.sample .col-3 .box .card p {
  color: gray;
  line-height: 30px;
  font-size: 17px;
  padding-bottom: 5px;
}

.contact-us {
  background-image: url(../img/contact.png);
  background-color: #E9F7FE;
  /* margin: 40px 0; */
  padding: 80px 0;
  width: 100%;
}

.contact-us #state {
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  color: gray;
}

.contact-us .contact-info {
  background-color: #102a43;
  color: white;
  padding: 30px;
  border-radius: 10px;
  width: 32%;
  text-align: center;
  border-radius: 30px;
}

.contact-us .contact-info .info-box {
  margin-bottom: 30px;
}

.contact-us .contact-info .info-box .icon i {
  color: #FFB703;
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-us .contact-info h3 {
  font-size: 22px;
  margin: 5px 0;
}

.contact-us .contact-info p {
  color: #A9AEB8;
  padding-bottom: 3px;
}

.contact-us .contact-info .image img {
  width: 190px;
  height: 205px;
  margin-top: 30px;

}

.contact-us .contact-form {
  background-color: white;
  padding: 35px;
  border-radius: 30px;
  width: 65%;
  margin-left: 30px;
}

.contact-us .contact-form h2 {
  color: #ffa500;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-us .contact-form h3 {
  color: #102a43;
  font-size: 55px;
  margin-bottom: 20px;
}

.contact-us .contact-form .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-us .contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.contact-us .contact-form textarea {
  /* height: 100px; */
  resize: none;
}

.contact-us .contact-form button {
  background-color: #71C6EB;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.contact-us .contact-form button:hover {
  background-color: #102A43;
}

.contact-us .center {
  display: flex;
  justify-content: center;
}

.team-section {
  padding: 60px 0;
  background-color: #80808069;

  h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 20px;
  }

  .box {
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;

    .for-img {
      overflow: hidden;

      img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 0.4s ease;

        &:hover {
          transform: scale(1.1);
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
        }
      }
    }

    .main {
      padding: 20px;

      h3 {
        font-size: 20px;
        padding-bottom: 10px;
      }

      p {
        font-size: 14px;
        color: gray;
        line-height: 26px;
      }

      .ican {
        margin-top: 20px;

        i {
          padding-left: 10px;
          font-size: 20px;
          cursor: pointer;
          color: #FF8909;
          transition: all 0.4s ease;

          &:hover {
            color: black;
          }
        }
      }
    }
  }

}

.vision-section {
  padding: 100px 0;
  /* background-image: url(../img/vision.png); */
  background-image: url(../img/what11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  position: relative;
  z-index: 9999;

  &::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
  }

  h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    position: relative;
    z-index: 9999;
    color: white;
  }

  .box {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    color: #000;
    margin-top: 20px;
    position: relative;
    z-index: 999;

    h3 {
      font-size: 25px;
      padding-bottom: 15px;

    }

    p {
      color: gray;
      line-height: 28px;
      z-index: 9999;
    }

    button {
      background: none;
      border: none;
      cursor: pointer;
      margin-left: 20px;
      margin-top: 10px;
      color: #000000c7;
    }
  }
}

.mission-section {
  padding: 110px 0;

  h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
  }

  .box {
    border: 1px solid gray;
    border-radius: 20px;
    padding: 30px;
    margin-top: 20px;

    p {
      line-height: 28px;
    }

    a button {
      margin-top: 10px;
      background: none;
      border: none;
      cursor: pointer;
    }
  }
}

.side-icon {
  display: none;
}

.side-panels {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 999999;
}

.side-calls {
  position: fixed;
  bottom: 13%;
  right: 2%;
  z-index: 999999;
}

.side-calls a img {
  width: 60px;
}

.side-panels a img {
  width: 60px;
}




@media screen and (max-width: 1024px) {
  .side-icon {
    display: none;
  }

  /* toggle start  */
  .side-bar .close-btn {
    font-size: 20px;
    padding: 5px;
    border: 1px solid gray;
    width: 30px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold
  }

  .side-bar {
    background: white;
    backdrop-filter: blur(15px);
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -350px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    z-index: 99999;
  }

  .toggle-btn {
    display: block;
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    /* background-color: white; */
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toggle-btn .logo {
    margin-left: 50px;
  }

  .toggel-btn-pad {
    border: 1px solid gray;
    padding: 3px 6px;
    text-align: center;
    margin-right: 40px;
  }

  .side-bar {
    display: block;
  }

  .side-bar .menu .item .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    position: static;
    display: none;
    padding: 0px;
    padding-left: 25px;
  }

  .side-bar .menu .item .sub-menu ul {
    background-color: transparent;
    margin: 0px;
  }

  .drop-1 ul li {
    width: 100%;
    padding: 0px;
  }

  .side-bar .menu .item .sub-menu ul a {
    padding: 0px 15px;
  }

  .side-bar .menu .item a {
    color: black;
  }

  /* toggel end */
  header {
    display: none;
  }



  .contact-us .contact-form {
    width: 100%;
    margin-left: 0px;
  }

  .contact-us {
    padding: 60px 20px;
  }

  .sample {
    padding: 50px 30px;
  }

  .sample .col-3 {
    width: 100%;
  }

  .sample .col-3 .box {
    margin-top: 30px;
  }

  .about-section {
    padding: 40px 20px;

    h2 {
      font-size: 30px;
      padding: 20px 0;
    }

    p {
      line-height: 28px;
      font-size: 15px;
    }

    img {
      height: 500px;
      margin-top: 30px;
    }

    a .btn:hover {
      font-size: 20px;
    }
  }


  .Services-section {
    padding: 40px 20px;
    background-color: #000000db;
    color: white;

    h2 {
      text-align: center;
      font-size: 30px;
    }

    p {
      text-align: center;
      padding-top: 10px;
      margin-bottom: 50px;
      font-size: 15px;
    }

    .box {
      background-color: white;
      padding-bottom: 25px;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 20px;


    }

  }

  .project-section {
    padding: 40px 20px;

    h2 {
      text-align: center;
      font-size: 33px;
      margin: 30px 0;
      text-transform: uppercase;
    }

    img {
      border-radius: 10px;
    }
  }

  .gallery {
    padding: 20px 5px;
  }

  footer {
    padding: 0;
  }

  .about-banner {
    height: 50vh;
  }

  .about-banner .content {
    position: absolute;
    color: white;
    width: 600px;
    left: calc(50% - 300px);
    top: calc(50% - 46px);
    text-align: center;

    h2 {
      font-size: 35px;
      line-height: 40px;
    }

    p {
      font-size: 15px;
      padding-top: 15px;
      line-height: 25px;
    }
  }

  .about-banner-first {
    height: 50vh;
  }

  .about-banner-first .content {
    position: absolute;
    color: white;
    width: 600px;
    left: calc(50% - 300px);
    top: calc(50% - 46px);
    text-align: center;

    h2 {
      font-size: 35px;
      line-height: 40px;
    }

    p {
      font-size: 15px;
      padding-top: 15px;
      line-height: 25px;
    }
  }

  .about-slider {
    position: relative;
    background-image: url(../img/about-slider.png);
    width: 100%;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .about-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
  }

  .about-slider .main {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, 35%);
    text-align: center;
  }

  .about-slider .main h2 {
    color: white;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 10px;
  }

  .about-slider .main a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;

    &:hover {
      color: #FF9F14;
    }
  }

  .vision-section {
    .box {
      h3 {
        font-size: 20px;
      }

      p {
        font-size: 15px;
      }
    }
  }
}










@media screen and (max-width: 767px) {

  .vision-section {
    padding: 50px 0;
    /* background-image: url(../img/vision.png); */
    background-image: url(../img/what11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 20px 0;
    position: relative;
    z-index: 9999;
}
.vision-section h2{
  margin-bottom: 25px;
}

.mission-section {
  padding: 50px 0;
}
.mission-section h2{
  margin-bottom: 25px;
}

footer #paddings {
  padding: 30px;
}

  .about-slider {
    position: relative;
    background-image: url(../img/about-slider.png);
    width: 100%;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .about-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
  }

  .about-slider .main {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, 35%);
    text-align: center;
  }

  .about-slider .main h2 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .about-slider .main a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;

    &:hover {
      color: #FF9F14;
    }
  }

  .side-icon {
    display: none;
  }

  .side-bar .close-btn {
    font-size: 20px;
    padding: 5px;
    border: 1px solid gray;
    width: 30px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold
  }

  .side-bar {
    background: black;
    backdrop-filter: blur(15px);
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -350px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    z-index: 99999;
  }

  .toggle-btn {
    display: block;
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toggle-btn .logo {
    margin-left: 50px;

    img {
      height: 60px;
    }
  }

  .toggel-btn-pad {
    border: 1px solid gray;
    padding: 3px 6px;
    text-align: center;
    margin-right: 40px;
  }

  .side-bar {
    display: block;
  }

  .side-bar .menu .item a {
    color: white;
  }

  header {
    display: none;
  }

  .sample {
    padding: 30px 20px;
  }

  .sample .col-3 {
    width: 100%;
    margin-right: 0px;
  }

  .sample .col-3 .box .card {
    padding: 15px 20px;
  }

  .sample .col-3 .box {
    margin-top: 25px;
  }

  .sample .col-3 .box .card p {
    font-size: 16px;
  }

  .contact-us {
    padding: 60px 25px;
  }

  .contact-us .contact-info {
    width: 100%;
  }

  .contact-us .contact-info .image img {
    margin-top: 0px;
  }

  .contact-us .contact-form {
    width: 100%;
    margin-left: 0px;
    padding: 20px 15px;
    margin-top: 25px;
  }

  .contact-us .contact-form h3 {
    font-size: 30px;
  }

  .contact-us .contact-form input,
  .contact-form textarea {
    padding: 15px;
  }

  .contact-us .center {
    display: flex;
    justify-content: center;
  }

  .about-section {
    padding: 40px 20px;

    h2 {
      font-size: 28px;
      padding: 20px 0;
    }

    p {
      line-height: 28px;
      font-size: 14px;
    }

    img {
      height: 500px;
      margin-top: 30px;

    }
  }

  .Services-section {
    padding: 40px 20px;
    background-color: #000000db;
    color: white;

    h2 {
      text-align: center;
      font-size: 28px;
    }

    p {
      text-align: center;
      padding-top: 10px;
      margin-bottom: 50px;
      font-size: 14px;
    }

    .box {
      background-color: white;
      padding-bottom: 25px;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 20px;

      img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }

      main {
        color: black;
        padding-bottom: 5px;
        padding: 0px 10px;
      }

      h3 {
        color: black;
        font-size: 20px;
        padding: 20px 30px;
      }

      a button {
        background: none;
        border: none;
        cursor: pointer;
        margin-top: 10px;
      }
    }

    .for-flex {
      display: block;

    }
  }

  .project-section {
    padding: 30px 20px;

  }

  .gallery {
    padding: 20px 20px;
  }

  footer {
    padding: 20px 5px;

    .col-3 {
      width: 100%;
      margin-right: 0px;
    }

    p {
      font-size: 15px;
    }

    h3 {
      text-transform: uppercase;
      font-family: sans-serif;
      font-size: 25px;
      color: #FF9F14;
      margin-top: 20px;
    }

    .box-main {
      margin-top: 10px;
    }

    .text {
      padding: 20px;
    }
  }

  .about-banner {
    height: 50vh;
  }

  .about-banner .content {
    position: absolute;
    color: white;
    width: 378px;
    left: calc(50% - 189px);
    top: calc(50% - 95px);
    text-align: center;
    padding: 0 15px;

    h2 {
      font-size: 24px;
      padding: 5px;
      line-height: 33px;
    }

    p {
      font-size: 14px;
      /* padding-top: 15px; */
      line-height: 22px;
      padding: 10px 15px;
    }
  }

  .about-banner-first {
    height: 50vh;
  }

  .about-banner-first .content {
    position: absolute;
    color: white;
    width: 378px;
    left: calc(50% - 189px);
    top: calc(50% - 95px);
    text-align: center;
    padding: 0 15px;

    h2 {
      font-size: 24px;
      padding: 5px;
      line-height: 33px;
    }

    p {
      font-size: 14px;
      /* padding-top: 15px; */
      line-height: 22px;
      padding: 10px 15px;
    }
  }

  .project-section {
    p {
      font-size: 15px;

    }

    h2 {
      font-size: 28px;
    }
  }

  .gallery h2 {
    font-size: 28px;
  }
}