/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 45px;
    width: auto;
    display: block;
/*    filter: brightness(10%);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;*/
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #0C8D2DB7 !important;
}
.nav-item.active .nav-link{
    color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #0C8D2DB7;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}
.hero-anime p{
  /*  opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;*/
}
/*.hero-anime h1 span:nth-child(1){
    opacity: 0;
    transform: translateY(-20px);
}
.hero-anime h1 span:nth-child(2){
    opacity: 0;
    transform: translateY(-30px);
}
.hero-anime h1 span:nth-child(3){
    opacity: 0;
    transform: translateY(-50px);
}
.hero-anime h1 span:nth-child(4){
    opacity: 0;
    transform: translateY(-10px);
}
.hero-anime h1 span:nth-child(5){
    opacity: 0;
    transform: translateY(-50px);
}
.hero-anime h1 span:nth-child(6){
    opacity: 0;
    transform: translateY(-20px);
}
.hero-anime h1 span:nth-child(7){
    opacity: 0;
    transform: translateY(-40px);
}
.hero-anime h1 span:nth-child(8){
    opacity: 0;
    transform: translateY(-10px);
}
.hero-anime h1 span:nth-child(9){
    opacity: 0;
    transform: translateY(-30px);
}*/
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129,103,169,.6);
}


/* #Media
================================================== */

@media (max-width: 767px) {
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .sub-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .dark .nav-item::before {
        background-color: #fff;
    }
    .dark .dropdown-toggle::after {
        background-color: #fff;
    }
    .dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}
/***************************************************************

 */
.main_product
{
    text-align: center!important;
}
/***************************************/

.ticker {
  position: relative;
  padding: 7px 10px;
  padding-left: 30px;
  background: #fff;
  overflow: hidden;
}
.ticker a {
  position: relative;
  top: 0;
  white-space: nowrap;
  width: auto;
  color: #333;
  text-decoration: none;
}
.ticker:before {
  content: "Breaking News:";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 10px 10px;
  background: #242526;
  z-index: 9;
  color: #fff;
}
 /*******************/
.problem{
    background-color: #0C8D2D;
 }
 .wdt-heading-title{
    color: #fff;
 }
 .wdt-heading-content-wrapper{
    color: #fff;
    line-height: 22px;
 }
 .dt-button-g{
    background-color: red;
 }
 .dt-button-g:hover{
    background-color: red;
 }
 .name{
    font-weight: 700;
    margin-right: 8px;
    font-size: 1.5rem;
 }
 .about-us-bg-text{
    line-height: 20px;
 }
 /********************************/
 .gallery-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  .gallery-bg  .headings {
    text-align: center;
  }
  .gallery-bg  .headings h1 {
  
    margin-top: 0;
    font-weight: 500;
  color: #0C8D2D;
    font-family: 'Merienda', sans-serif
  }
  .galleryList,
  .galleryList-item {
    padding-left: 0;
    padding-right: 0;
  }
  .galleryList-item {
    overflow: hidden;
  }
  .galleryList-item img {
    filter: grayscale(1);
    transition: all 0.3s ease;
  }
  .galleryList-item:hover img {
    filter: grayscale(0);
  }
  .blurZoom:hover img {
    transform: scale(1.1);
  }
  /********************************/
  #service_area {
    margin-top: 100px;
  }
  

.padding {
    padding: 3rem !important
}

.user-card-full {
    overflow: hidden;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: none;
    margin-bottom: 30px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
        background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
    background: linear-gradient(to right, #ee5a6f, #f29263);
}

.user-profile {
    padding: 20px 0;
}

.card-block {
    padding: 1.25rem;
}

.m-b-25 {
    margin-bottom: 25px;
}

.img-radius {
    border-radius: 5px;
}

.card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px){
p {
    font-size: 14px;
}
}

.card-block {
    padding: 1.25rem;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.card .card-block p {
    line-height: 25px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.text-muted {
    color: #919aa3 !important;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
    font-weight: 600;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-40 {
    margin-top: 20px;
}

.user-card-full .social-link li {
    display: inline-block;
}

.user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.xyz { 
    background-size: auto; 
    text-align: center; 
    padding-top: 100px; 
} 

.btn-circle.btn-xl { 
    width: 70px; 
    height: 70px; 
    padding: 10px 16px; 
    border-radius: 35px; 
    font-size: 2rem; 
    text-align: center; 
}
/**************************
EVENT
 */
.slider-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
}
.slider-container {
    position: relative;
/*    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);*/
    overflow: hidden;
}
.slider-viewport {
    overflow: hidden;
    width: 100%;
}
.slider-wrapper {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}
.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: none;
    margin-bottom: 30px;
}
.card:hover {
/*    transform: scale(1.05);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);*/
}
.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card-content {
    padding: 12px;
    color: #000;
}
.card-content h3 {
    margin: 0 0 8px;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
}
.card-content p {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 28px;
    color: #646464;
    margin-bottom: 30px;
}
.success-link {
    display: inline-block;
    background: #0C8D2D;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    transition: background 0.3s;
}
.success-link:hover {
    background: #0ce744;
    color: #FFF;

}
.avatars {
    display: flex;
    margin-bottom: 8px;
}
.avatars img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: -10px;
    border: 2px solid #fff;
    transition: transform 0.3s;
}
.avatars img:hover {
    transform: scale(1.2) rotate(5deg);
}
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.3);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: background 0.3s;
    z-index: 5;
}
.nav-btn:hover {
    background: rgba(255,255,255,0.6);
}
.nav-btn svg {
    stroke: #000;
    width: 20px;
    height: 20px;
}
.nav-btn.prev {
    left: 10px;
}
.nav-btn.next {
    right: 10px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    gap: 8px;
}
.dot {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.dot.active {
    background: linear-gradient(to right, #ff4e50, #f9d423);
    transform: scale(1.3);
}
@media (max-width: 1200px) {
    .card {
        width: 240px;
    }
}
@media (max-width: 768px) {
    .card {
        width: 200px;
    }
}
@media (max-width: 480px) {
    .card {
        width: 320px;
    }
}
/********************************/
.item-title {
    font-size: 30px;
    font-weight: 500;
    color: #111111;
    line-height: 1.4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.text-description p{
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 28px;
}