        @font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/poppins-italic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
}
/* 
@font-face {
    font-family: 'pt_sansbold';
    src: url('ptsans-bold-webfont.woff2') format('woff2'),
         url('ptsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('ptsans-bolditalic-webfont.woff2') format('woff2'),
         url('ptsans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansitalic';
    src: url('ptsans-italic-webfont.woff2') format('woff2'),
         url('ptsans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansregular';
    src: url('ptsans-regular-webfont.woff2') format('woff2'),
         url('ptsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
 
body{
    padding: 0px;
    margin: 0px;
    font-family: 'poppinsregular';
    border-top: 5px solid #17a209; 
}
*{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-family: 'poppinsregular';
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
}
a{
    text-decoration: none;
}
a:hover{
    color: #09a215;
    text-decoration: none;
}
header{
    box-shadow: 0px 0px 6px #868686;
    padding: 10px;
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 1;
    background: #fff;
}
.nav .logo{
    float: left;
}
.logo{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.logo .logo_circle{
    width: 50px;
    height: 50px;
    float: left;
    background: #09a215;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    margin-right: 10px;
}
.nav-menu{
    float: right;
}
.menu-list ul{
    display: flex;
    list-style-type: none;
    margin: 0px;
}
.menu-list ul li {
    color: #000;
}

.menu-list ul li a {
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
}

.slick-slider .element{
   
  }
  .slick-slider .slick-disabled {
    opacity : 0; 
    pointer-events:none;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent black overlay */
    pointer-events: none; /* Ensures overlay doesn’t block clicks on the image */
    z-index: 1; /* Ensures the overlay is above the image */
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
}
.slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 10px;
}
.slick-dots li button:before{
    font-size: 15px;
}
  .slick-dots li button:before{
    color: #fff !important;
  }
  .slick-dots li.slick-active button:before{
    color: #09a215 !important;
  }
  .slick-dots {
    bottom: 100px;
    left: auto;
    display: grid;
    right: 10px;
    align-items: center;
    justify-content: end;
}
.slick-slider .element img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the container without distortion */
    object-position: center; /* Center the image within the box */
    display: block; /* Remove inline spacing issues */
  }
  .logo_title{
    display: grid;
  }
  .logo_title .title {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
  }
  .logo_title .reg_no{
    line-height: 1;
    font-size: 13px;
    color: #000;
  }
  .list_first{
    list-style-type: none;
    padding-left: 10px;
    padding-top: 15px;
  }
  .list_first li{
    padding: 10px 0px;
    line-height: 1;
  }
  .list_first li span{
    padding-right: 10px;
    color: #09a215;
  }
  .first_left h2 {
    font-weight: bold;
    font-family: 'poppinsbold';
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
}
  .first_left h2 span{
    display: block;
    font-size: 16px;
    color: #09a215;
  }
  .first_row{
    background: #f4f4f4;
    padding: 80px 40px;
    float: left;
    width: 100%;
  }
  .tabs_images ul li a {
    color: #000;
    padding: 5px 18px;
    background: #ececec;
    border-radius: 0px 0 0 0;
    float: left;
    cursor: pointer;
    position: relative;
    margin-left: 2px;
}
.tabs_images ul li a.active, .tabs_images ul li a:hover {
    background: #09a215;
    color: #fff;
}
.tabs_images ul li a {
    cursor: pointer;
    text-decoration: none;
}
.second_row{
    padding: 80px 40px;  
    float: left;
    width: 100%;
}
.Gallery_images_ img{
    width: 100%;
}
.Gallery_images_ div {
    float: left;
    width: 24%;
    margin: 5px 5px;
}
.tabs_images .fade.in {
    opacity: 1;
}
.tab-content{
    padding: 10px;
    border: 1px solid #dedede;
    float: left;
    width: 100%;
}

.tabs_images .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.ask_query {
    padding: 50px 100px;
}

.ask_query li {
    display: flex;
    padding: 20px 0px;
    align-items: center;
}
.ask_query li i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #ebebeb;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: #09a215;
}
.ask_query li div {
    display: grid;
}
footer{
    background: #000000;
    color: #fff;
    padding: 5px 0px;
    font-size: 10px;
    float: left;
    width: 100%;
}
footer span{
    font-size: 12px;
}
.location_map iframe {
    margin-bottom: -5px;
}
.width_50{
    width: 50%;
    float: left;
}
section {
    height: 100vh;
   
}
.menu-list ul li a.active, .menu-list ul li:hover a{
    background: #09a215;
    color: #fff;
}