  @font-face {
        font-family: "flaticon";
        src: url(assets/fonts/flaticonc2a5.ttf?360c9fd43837b0a88d6b4bed09645b34) format("truetype"), url(assets/fonts/flaticonc2a5.woff?360c9fd43837b0a88d6b4bed09645b34) format("woff"), url(assets/fonts/flaticonc2a5.woff2?360c9fd43837b0a88d6b4bed09645b34) format("woff2"), url(assets/fonts/flaticonc2a5.eot?360c9fd43837b0a88d6b4bed09645b34#iefix) format("embedded-opentype"), url(assets/fonts/flaticonc2a5.svg?360c9fd43837b0a88d6b4bed09645b34#flaticon) format("svg")
      }

      i[class^="flaticon-"]:before,
      i[class*=" flaticon-"]:before {
        font-family: flaticon !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
      }

      .flaticon-squares:before {
        content: "\f101"
      }

      .flaticon-shopping-cart:before {
        content: "\f102"
      }

      .flaticon-money:before {
        content: "\f103"
      }

      .flaticon-bars:before {
        content: "\f104"
      }

      .flaticon-bill:before {
        content: "\f105"
      }

      .flaticon-growth:before {
        content: "\f106"
      }

      .flaticon-tech:before {
        content: "\f107"
      }

      .flaticon-globe:before {
        content: "\f108"
      }

      .flaticon-idea:before {
        content: "\f109"
      }

      .flaticon-save-money:before {
        content: "\f10a"
      }

      .flaticon-salary:before {
        content: "\f10b"
      }

      .flaticon-economic:before {
        content: "\f10c"
      }

      .flaticon-data-analytics:before {
        content: "\f10d"
      }

      .flaticon-wealth:before {
        content: "\f10e"
      }

      .flaticon-play-button:before {
        content: "\f10f"
      }

      .flaticon-star:before {
        content: "\f110"
      }

      .flaticon-half-tiny-star:before {
        content: "\f111"
      }



.fa-icon{
	font-size: 40px;
	color: white;
}

 .member {
      position: relative;
      margin-bottom: 40px;
    }

    .member img {
      width: 100%;
      height:400px;
      border-radius: 4px;
    }

    .member-info {
      position: absolute;
      top: 60px;
    right: -120px !important;
      background-color: #fff;
      padding: 10px 15px;
      max-width: 250px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      font-size: 14px;
    }
     .member-info2 {
      position: absolute;
      top: 60px;
    right: -120px !important;
      background-color: #fff;
      padding: 10px 15px;
      max-width: 250px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      font-size: 14px;
    }

    .member-info h6 {
      font-weight: bold;
      margin-bottom: 5px;
      color: #000;
    }
     .member-info2 h6 {
      font-weight: bold;
      margin-bottom: 5px;
      color: #000;
    }

    .member-info p {
      margin: 0;
      color: #444;
      line-height: 1.4;
    }
    .member-info2 p {
      margin: 0;
      color: #444;
      line-height: 1.4;
    }

    /* Positioning alternates */
    .left-info {
      left: 0;
    }

    .right-info {
      right: 0;
    }
 

    @media (max-width: 768px) {
      .member-info {
        position: static;
        margin-top: 10px;
        box-shadow: none;
        text-align: center;
      }
       .member img {
      width: 100%;
      height:200px;
      border-radius: 4px;
    }
    .member-info {
    position: absolute;
    top: 30px;
    right: -180px !important;
    background-color: #fff;
    padding: 10px 15px;
    max-width: 210px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 10px;
}
.member-info2 {
    position: absolute;
    top: 40px;
    left: -180px !important;
    background-color: #fff;
    padding: 10px 15px;
    max-width: 210px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 10px;
}
    }
        .site-header #navbar > ul > li .sub-menu a{
        	text-transform: uppercase;
        }
        
        .lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pd-bottom{
    padding-bottom:100px;
}
.feature img{
    mix-blend-mode: darken;
}



/*//end about grid section*/

.service-card {
      border: none;
      background-color: #f8f9fa;
      padding: 20px;
      height: 100%;
    }
    .service-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border: 5px solid #fff;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
      margin-bottom: 20px;
    }
    .service-card h4 {
      font-weight: 500;
      margin-bottom: 15px;
    }
    .service-card p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
    }

   .zoom-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border: 5px solid #fff;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .zoom-img:hover {
      transform: scale(1.1) !important;
      box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
    }
/*//end about grid section*/

.gallery-img {
      width: 100%;
          object-fit: cover;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
     
    }

 .service-text {
      font-size: 13px !important;       /* smaller text */
      line-height: 1.6;      /* good readability */
      text-align: justify;   /* justify text */
      color: #555;           /* softer color */
    }
.premium-section {
      padding: 2rem 0;
background:
    }
    .feature-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 2rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }
    .feature-icon {
      color: #F58634;
      margin-bottom: 1.5rem;
font-size: 55px;
    }
    .feature-title {
      font-size: 1rem;
      font-weight: 500;
      color: #2d3436;
    }
    @media (max-width: 767.98px) {
      .feature-card {
        margin-bottom: 2rem;
      }
      .feature-title {
        font-size: 1.25rem;
      }
    }

@media only screen and (max-width: 600px) {

.services-section {
    padding-top: 0;
    padding-bottom: 0px !important;
    position: relative;
}

.info-area .details h3 {
    font-size: 60px;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 55px;
    margin: 0px;
}
.slider-s2-arrows span {
  font-size: 0.5rem;
    font-weight: 500;
    color: rgb(43, 45, 66);
    display: inline-block;
    cursor: pointer;
    letter-spacing: 10px;
    background: transparent;
    margin: 0px 15px;
    padding: 0px;
    border-radius: 0px;
    text-decoration: underline;
text-transform: uppercase;

}

.section-padding {
    padding-top: 50px;
}

.services-section
 {
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
}


    .services-section .icon
 {
        width: 45px;
        height: 45px;
        line-height: 50px;
    }
.fa-icon

 {
    font-size: 23px;
    color: white;
}
.services-section .service-name
 {
    width: calc(100% - 45px);
    float: left;
    padding: 0px 0 0 25px;
}
.services-section h5 {
        font-size: 13px !important;
        font-size: 0.75rem;
    }

    .services-section .icon .fi

 {
        font-size: 20px;
    }


  }

@media (max-width: 600px) {
    .info-area .details

 {
        width: 100%;
        padding: 45px 20px 0;
    }

.info-area .part-2 .details
{
 width: 100%;
        padding: 45px 20px 0;
}

}
