 

    .default-padding {
      padding: 0 7rem;
    }

    .s-home {
      width: 100%;
      height: 100vh;
      /* background-image: url('<?ROOT?>assets/images/langinImag/banner.png'); */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      align-items: center;
    }

    .s-home .overlay,
    .s-home .shadow-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .s-home .overlay {
      background-color: #000;
      opacity: 0.6;
    }

    .s-home .shadow-overlay {
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      opacity: 0.4;
    }

    .home-content {
      position: relative;
    }

    .banner-logo img {
      max-width: 100px;
    }

    .home-content h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      letter-spacing: 0.3rem;
      margin: 0 0 1.2rem 6px;
    }

    .home-content h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 3.3rem;
      line-height: 1.333;
      color: #fff;
      font-weight: bold;
      margin-top: 0;
    }

    .home-content__buttons {
      /* padding-top: 3rem; */
      text-align: left;
    }

    .home-content__buttons .btn {
      width: 215px;
      border-color: #fff;
       color: rgba(255, 255, 255, 0.5) !important;
      margin: 1.5rem 1.5rem 0 0;
      letter-spacing: .25rem;
      transition: all 0.5s ease-in-out;
    }

    .home-content__buttons .btn:hover,
    .home-content__buttons .btn:focus {
      background: #000000 !important;
      color: #fff;
    }

   
    .home-social i:hover {
    background: #fff;
    color: #000;
}

    .home-social {
      list-style: none;
      margin: 0;
      position: absolute;
      top: 50%;
      right: 5.4rem;
      transform: translateY(-50%);
      font-family: "Montserrat", sans-serif;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .home-social li {
      position: relative;
      padding: 0.9rem 0;
    }

    .home-social i {
      font-size: 14px;
      text-align: center;
      display: inline-block;
      width: 33px;
      height: 33px;
      line-height: 29px;
      border: 2px solid #fff;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      transition: all 0.5s ease-in-out;
    }

    .home-social span {
      color: #fff;
      font-size: 1.3rem;
      opacity: 0;
      visibility: hidden;
      transform: scale(0);
      transform-origin: 100% 50%;
      position: absolute;
      top: 0;
      right: 4.5rem;
      line-height: 33px;
      transition: all 0.5s ease-in-out;
    }

    .home-social li:hover span {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }

    .home-social a {
      color: white;
    }

    @media only screen and (max-width: 1199px) {
      .default-padding {
        padding: 0 3rem;
      }

      .home-content h1 {
        font-size: 2.5rem;
      }

      .home-social {
        right: 2rem;
        height: 100vh;
        top: 115%;
      }
    }

    @media only screen and (max-width: 767px) {
      .default-padding {
        padding: 0 1.5rem;
      }

      .home-content h1 {
        font-size: 2rem;
      }

      .home-content h3 {
        font-size: 0.9rem;
        margin-left: 0;
      }
     
    }
 

    @media only screen and (max-width: 600px) {
      .home-content__buttons .btn {

        margin: 1.5rem 5.5rem 0 0;

      }
    }

    /* ------------------about us----------- */
    .s-about {
      padding-top: 6rem;
      padding-bottom: 6rem;
      background-color: #fafafa;
      color: #010507;
      position: relative;
    }

    .subhead {
      font-family: "montserrat-bold", sans-serif;
      font-size: 1.7rem;
      line-height: 1.333;
      text-transform: uppercase;
      letter-spacing: .25rem;
      color: #000000;
      margin-top: 0;
      text-align: center;
      margin-bottom: 0;
    }

    .display-1 {
      font-family: "Montserrat", sans-serif;
      font-size: 3.3rem;
      line-height: 1.333;
      color: #272727;
      font-weight: bold;
      margin-top: 0;
      padding-bottom: 2rem;
      border-bottom: 1px solid #d9d9d9;
      text-align: center;
    }

    .about__line {
      display: block;
      width: 2px;
      height: 10.2rem;
      background-color: #fff;
      position: absolute;
      right: 7.2rem;
      top: 0;
    }

    .about-text {
      font-size: 1.5rem;
      text-align: center;
    }
.about-text p {
    font-size: 1.5rem !important;
    text-align: center;
    line-height: 1.5;
}
    /* #section-counter {
            position: relative;
            z-index: 0;
            background-image: url('./img/sectn3-fixd-img.png');
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
        } */

    .container-landing {
      max-width: 1300px;
    }

    /* #section-counter:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: '';
      z-index: -1;
      opacity: .8;
      background: #a87a93c9;
    } */

    .ftco-counter .block-18 {
      display: block;
      width: 100%;
      text-align: center;
    }

    .ftco-counter .text strong.number {
      font-weight: 500;
      font-size: 4rem;
      color: #6f6f6f;
      display: block;
    }

    .ftco-counter .text span {
      display: block;
      font-size: 16px;
      color: #6f6f6f;
    }

    /* #section-counter {
            position: relative;
            z-index: 0;
            background-image: url('./img/sectn3-fixd-img.png');
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
        } */

    /* .container {
      max-width: 1300px;
    } */
    /* 
    #section-counter:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: '';
      z-index: -1;
      opacity: .8;
      background: #a87a93c9;
    } */

    /* .ftco-counter .block-18 {
      display: block;
      width: 100%;
      text-align: center;
    } */
    /* 
    .ftco-counter .text strong.number {
      font-weight: 500;
      font-size: 3rem;
      color: #fff;
      display: block;
    } */
    /* 
    .ftco-counter .text span {
      display: block;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8);
    } */
    /* -------------products starts------- */
    .padding_top {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }

    .section_tittle {
      margin-bottom: 80px;
    }

    .section_tittle h2 {
      font-family: "Montserrat", sans-serif;
      font-size: 3.3rem;
      line-height: 1.333;
      color: #272727;
      font-weight: bold;
      margin-top: 0;
    }

    .feature_part .single_feature_post_text {
      padding: 50px;
      background-color: #000;
      margin-bottom: 30px;
      position: relative;
      height: 400px;
    }

    .feature_part .single_feature_post_text p {
      color :#fff;
      top: 23px;
      position: absolute;
      z-index: 1;
    }

    .feature_part .single_feature_post_text h3 {
      font-size: 24px;
      font-weight: 700;
      /* margin-top: 21px; */
      position: absolute;
      z-index: 1;
       color :#fff;
    }

    .feature_part .single_feature_post_text .feature_btn {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 2px;
      /* color: #ff3368; */
      position: absolute;
      left: 50px;
      bottom: 60px;
      line-height: 15px;
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      transition: 0.5s;
       color :#fff;
    }

    .feature_part .single_feature_post_text:hover .feature_btn {
      bottom: 50px;
      opacity: 1;
      visibility: visible;
      color:#fff !important;}
      
    .feature_part .single_feature_post_text img {
      position: absolute;
      bottom: 0;
      right: 15px;
      width: 60%;
    }

    @media (max-width: 900px) {
      .feature_part .single_feature_post_text img {
        top: 65%;
        left: 50%;
        width: 260px;
        transform: translate(-50%, -50%);
      }
    }
    @media (min-width: 1300px) {
      .feature_part .single_feature_post_text img {
     
        width: 50%;
      }
    }
    /*``````````````````````` highlighted section ````````````*/
    .product-section {
      padding: 7rem 0;
    }

    .section-title {
      font-family: "Montserrat", sans-serif;
      font-size: 2.3rem;
      /* line-height: 1.333; */
      color: #272727;
      font-weight: bold;
      margin-top: 0;
    }
/* 
    .btn {
      width: 215px;
      border-color: #000000;
      color: #2e2e2e;
      margin: 1.5rem 1.5rem 0 0;
      letter-spacing: .25rem;
      transition: all 0.5s ease-in-out;
    }

    .btn:hover,
    .btn:focus {
      color: #ff3368;
    } */

    .product-section .product-item {
      text-align: center;
      text-decoration: none;
      display: block;
      position: relative;
      padding-bottom: 50px;
      cursor: pointer;
    }

    .product-section .product-item h3,
    .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none;
    }

    .product-section .product-item h3,
    .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none;
    }

    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
    }

    .product-section .product-item:hover:before {
      height: 70%;
    }

    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #ebebeb;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
    }

    .product-section .product-item:hover .product-thumbnail {
      top: -25px;
    }

    .product-item i {
      position: absolute;
      color: #fff;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #000000;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: -31.5px;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      font-size: 1.2rem;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s all ease;
    }

    .product-item:hover i {
      opacity: 1;
      visibility: visible;
    }

    /* --------counter section-------- */
    #section-counter {
      padding: 1rem 0;
      background-color: #ebebeb;
    }

    /* ---------------------contacts------- */
    .body5::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);

    }

    .section5 {
      position: relative;
      z-index: 3;
      padding: 6rem 0 3rem 0;
      max-width: 100%;
    }

    .container5 {
      max-width: 1080px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;

    }

    .section-header {
      margin-bottom: 50px;
      text-align: center;
    }

    .section-header h2 {
      font-family: "Montserrat", sans-serif;
      font-size: 3.3rem;
      line-height: 1.333;
      color: #272727;
      font-weight: bold;
      margin-top: 0;
    }

    .section-header p {
      color: #272727;
    }

    .row5 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      max-width: 100%;

    }

    .contact-info5 {
      width: 50%;
    }

    .contact-info-item {
      display: flex;
      margin-bottom: 30px;
    }

    .contact-info-icon {
      height: 70px;
      width: 70px;
      background-color: #dce5e4;
      text-align: center;
      border-radius: 50%;
    }

    .contact-info-icon i {
      font-size: 30px;
      line-height: 70px;
    }

    .contact-info-content {
      margin-left: 20px;
    }

    .contact-info-content h4 {
      color: #fff;
      font-size: 1.4em;
      margin-bottom: 5px;
    }

    .contact-info-content p {
      color: #646464;
      font-size: 1em;
    }

    .contact-form5 {
      background-color: #fff;

      width: 45%;
      padding-bottom: 20px;
      padding-top: 20px;
    }

    .contact-form5 h2 {
      font-weight: bold;
      font-size: 2em;
      margin-bottom: 10px;
      color: #333;
    }

    .contact-form5 .input-box {
      position: relative;
      width: 100%;
      margin-top: 10px;
    }

    .contact-form5 .input-box .input5,
    .contact-form5 .input-box .textarea5 {
      width: 100%;
      padding: 5px 0;
      font-size: 16px;
      margin: 10px 0;
      border: none;
      border-bottom: 2px solid #333;
      outline: none;
      resize: none;
    }

    .contact-form5 .input-box span {
      position: absolute;
      left: 0;
      padding: 5px 0;
      font-size: 16px;
      margin: 10px 0;
      pointer-events: none;
      transition: 0.5s;
      color: #666;
    }

    .contact-form5 .input-box input:focus~span,
    .contact-form5 .input-box .textarea5:focus~span {
      color: #fff;
      font-size: 12px;
      transform: translateY(-20px);
    }

    .contact-form5 .input-box .input5[type="submit"] {
      width: 215px;
      background-color: #dce5e4;
      color: #fff;
      margin: 1.5rem 1.5rem 0 0;
      letter-spacing: .25rem;
      transition: all 0.5s ease-in-out;
      border: none;
    }

    .contact-form5 .input-box .input5[type="submit"]:hover {
      background: #fff !important;
      color: #dce5e4;
    }

    @media (max-width: 991px) {
      .body5 {
        overflow: hidden;
        margin-top: 55PX;

      }

      .section5 {
        padding: 50px 0;
        margin-top: 20px;
      }

      .row5 {
        flex-direction: column;
      }

      .contact-info5 {
        margin-bottom: 40px;
        width: 100%;
      }

      .contact-form5 {
        width: 100%;
      }

    }
.heading-section .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #c5a880;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.4;
  font-family: serif;
}