  @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

  a {
      text-decoration: none;
  }
body{
    overflow-x: hidden;
}
  img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  body {
      font-family: "IBM Plex Serif", serif;
  }

  .cmn-padding {
      padding: 100px 0px;
  }

  .cmn-span {
      color: #A17549;
      font-size: 20px;
  }

  .top-bar {
      font-size: 14px;
  }

  .top-bar i {
      margin-right: 5px;
  }

  .text-brown {
      color: #996633;
      font-weight: 600;
  }

  .navbar-brand img {
      height: 50px;
  }

  .consult-btn {
      background: linear-gradient(to right, #c49663, #9e6e34);
      color: white;
      font-weight: 600;
      padding: 6px 16px;
      border: none;
      border-radius: 4px;
  }

  .cmn-btn {
      background-color: #A17549;
      padding: 10px 42px;
      color: white;
      border-radius: 5px;
  }

  /* banner-sec */
  .banner-sec {
      background-image: url('../image/banner.png');
      height: auto;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      object-fit: cover;

  }

  .banner-child {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 160px 0;
      width: 100%;
  }

  .banner-child h1 {
      font-size: 60px;
  }

  h2 {
      font-size: 50px;
  }

  .banner-child h2 {
      font-size: 50px;
  }

  .banner-child p {
      max-width: 590px;
  }

  /* *about-sec */
  .about-sec {
      background-image: url('../image/aboubg.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  .child-abt figure{
    max-width: 480px;
    width: 100%;
  }
  .child-abt h3 {
      font-size: 35px;
  }

  .child-abt p {
      font-size: 20px;
  }

  /* card-sec */
  .card-sec {
      padding-bottom: 100px;
  }

  .main-card {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 -15px;
  }

  .child-card {
      width: 20%;
      padding: 0px 15px;
      position: relative;
  }

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

  .card-cont h3 {
      font-size: 18px;
      color: white;
      text-decoration: underline;
  }

  .card-cont a {
      font-size: 18px;
      color: white;
  }

  .sub-card figure {
      filter: grayscale(10%);
      opacity: 0.7;
  }

  .sub-card figure:hover {
      filter: none;
      opacity: 1;
  }

  .card-cont {
      margin: 0 auto;
      text-align: center;
      position: absolute;
      z-index: 70;
      top: 100px;
      left: 0;
      right: 0;
  }

  /* *team-sec */
  .team-content .fa-brands {
      margin-left: 0;
      margin-right: 10px;
      padding: 3px;
      color: white;
      border-radius: 50px;
      background-color: black;
  }

  /* *form-sec */
  /* clients */
  .clients {
      background: linear-gradient(to right, #EDD0A5, #D6A783), url('../image/formbg.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }

  .form-section {
      padding-top: 40px;
  }

  .form-control,
  textarea {
      margin-bottom: 15px;
  }

  .form-img {
      width: 100%;
      height: auto;
      border-radius: 10px;

  }

  .button {
      border: none;
  }

  /* footer-secc */
  .footer {
      background-color: #1e335c;
      padding: 60px 0 0px 0;
  }

  .footer h5 {
      color: #c89148;
      font-weight: 600;
  }

  .footer a {
      color: #fff;
      text-decoration: none;
  }

  .footer a:hover {
      text-decoration: underline;
  }

  .footer .icon {
      color: #c89148;
      margin-right: 8px;
  }

  .footer .arrow-icon::before {
      content: "\2192";
      color: #c89148;
      margin-right: 6px;
  }

  .social-icons a {
      font-size: 20px;
      color: #fff;
      margin-right: 15px;
  }

  .footer-bottom {
      background-color: #a66a37;
      color: white;
      padding: 12px 0;
      text-align: center;
      font-size: 14px;
  }

  .footer-bottom a {
      color: #fff;
      text-decoration: underline;
  }




  @media screen and (max-width:1199px) {
    .child-card{
        width: 25%;
    }
    .main-card{
        margin: 0 auto;
    }
  }
  @media screen and (max-width:991px) {
       .child-card{
        width: 33.3%;
    }
  }
  @media screen and (max-width:767px) {
       .child-card{
        width: 50%;
    }
  }
  @media screen and (max-width:576px) and (min-width:01px) {
     .child-card{
        width: 100%;
    }
  }