

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a,
span {
    margin: 0;
    padding: 0;
}
a:focus,
input:focus-visible,
input:focus {
    outline: 0 auto -webkit-focus-ring-color;
}
ul li {
    list-style: none;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253/0%);
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253/0%);
}
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253/0%);
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}
a:hover,
:hover {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}
.fa-phone,
.fa-phone-square {
    transform: rotate(90deg);
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-27 {
    font-size: 27px;
}
.font-30 {
    font-size: 30px;
}
.font-34 {
    font-size: 34px;
}
.font-36 {
    font-size: 36px;
}
.font-40 {
    font-size: 40px;
}
.font-50 {
    font-size: 50px;
}
.font-60 {
    font-size: 60px;
}
.fw-500 {
    font-weight: 400;
}
.navbar-toggler:focus {
    box-shadow: unset;
}

.lora-font {
    font-family: "Lora", serif;

  }
  .poppins-font {
    font-family: "Poppins", sans-serif;

  }
  .green-text{
    color: #2F4E39;
  }
  .green-text1{
    color: #038A3E;
  }
  .black-text{
    color: #161616;
  }
  .black-light-text
  {

    color: #727A8B;
  }
  .green-text-hvr:hover{
    color: #2F4E39;
  }


  .bg-black1{
    background-color: #183F37;
  }

  .bg-green1{
    background-color: #81B29A;
  }

  .bg-white1{
    background-color: #F9F7F6;
  }

  .pt-10em {
    padding-top: 10em !important;
}

/* service-section */



.service-card{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/service-card-hvr.png);
    transition: all 0.5s ease-in-out;
}


.service-card:hover{
    transition: all 0.5s ease-in-out;
    background-image: url(/images/service-card.png);
}
.service-card-1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/service-card-hvr1.png);
    transition: all 0.5s ease-in-out;
}
.service-card-1:hover{
    transition: all 0.5s ease-in-out;
    background-image: url(/images/service-card-1.png);
}
.rounded-10 {
    border-radius: 10px;
}
.min-height
{
    min-height: 7em;
}
.fw-normal {
    font-weight: 500 !important;
}

/* slider */


.carousel-cust {

    right: 17%;
    bottom: 9em;
    left: 17%;

}


.cust-indicators {

    bottom: 2em;

}

.cust-indicators button{

    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin-left: 10px !important;

}

.cust-indicators button.active{
    width: 15px !important;
    height: 15px !important;
    margin-top: -2px;
}
/* header-section */
.bg-gradient-color{

    background: rgba(24, 63, 55, 0.7);

    transition: all 0.5s ease-in-out;
}
.header-section{
    position: absolute;
    z-index: 10;
}

.sticky {
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(24, 63, 55 );
  }



/*  Videoss section */

  /* article-section  */
  .article-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/article-bg.png);
    transition: all 0.5s ease-in-out;
  }
.article-badge
  {
    position: absolute;
    margin-top: -13em;
    margin-left: 1em;
    width: 70px;
  }
  .border-redius-top{
    border-radius:10px 10px 0 0;
  }

  /* footer-section */
  .footer-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/footer-bg.jpg);
    transition: all 0.5s ease-in-out;
  }
  .text-hover-secondary:hover{
    color:#b8b8b8 !important;
  }


/* scroll */

.scroll {
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: -50px;
    border-radius: 50px;
    border: 1px solid #2F4E39;
    background-color: #fff;
    color: #2F4E39;
    text-align: center;
    transition: 500ms;
    z-index: 10;
}

.scroll .icon-bottom {
    font-size: 27px;
    line-height: 35px;
}

#jsScroll.visible {
    right: 0.9em;
    transition: all 400ms;
    transform: rotate(360deg);
}


/* Contact us */
/*
.bg-gradint-2{
    background: linear-gradient(90deg, rgba(68, 255, 154, 0.22) -0.55%, rgba(68, 176, 255, 0.22) 22.86%, rgba(139, 68, 255, 0.22) 48.36%, rgba(255, 102, 68, 0.22) 73.33%, rgba(235, 255, 112, 0.22) 99.34%);

} */


.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {

    background-color: unset;

}
.map{
    height: 600px;
}
.image-container {
    position: relative;

  }

  .image-container img {
    display: block;
    width: 100%;
    border-radius: 10px;
  }

  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px; /* Adjust the size as needed */
    color: white;
    background: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
    border-radius: 50%;
    padding: 20px; /* Adjust padding to make the circle size appropriate */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Optional: Add a shadow for better visibility */
  }


  .videos-slider.owl-carousel .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, height 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-slider.owl-carousel .item img {
    width: 100%;
    height: auto;
}

.videos-slider.owl-carousel .center {
    transform: scale(1.3);
    z-index: 1;
    margin-top: 3em;
}

.videos-slider.owl-carousel .owl-item:not(.center) .item {
    height: 300px; /* Smaller height for the side items */
}

.videos-slider.owl-carousel .active .content_title {
    display: none;
}


.videos-slider.owl-carousel .center .play-icon {
    display: block;
    top: -1.5em;
}

/* Additional CSS for fade animations */
.videos-slider.owl-carousel .owl-item {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.videos-slider.owl-carousel .owl-item.active {
    opacity: 1;
}


.videos-slider .owl-dots {
    margin-top: 20px !important;
    display: block !important;
}



.videos-slider .owl-dot span {
    height: 10px;
    width: 10px;
    margin: 10px 4px;
    background-color: #B5B5B5 !important;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.videos-slider .owl-dot.active span{
    height: 13px !important;
    width: 13px !important;
    margin: 10px 4px;
    background-color: #183F37 !important;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.search-box {
    position: relative;
}

.search-box input {
    padding-left: 40px;
}

.search-box .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

/* menu list */
.bg-light-green{
    color:#00FA55;
}
.tree {
    margin: 0;


    list-style: none;
    background-color: #F9F7F6;
  }
  .line-h{
    line-height: 2em;
  }
  .tree li {
    position: relative;
  }
  .tree li:before {
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    width: 15px;
    height: 1em;
    content: "";
    border-bottom: 1px dotted #000;
    border-left: 1px dotted #000 !important;
  }
  /* hide the vertical line on the first item */
  .tree > li:first-child:before {
    border-left: none;
  }
  .tree li:after {
    position: absolute;
    top: 1.1em;
    bottom: 1px;
    left: -15px;
    display: block;
    content: "";
    border-bottom: 1px dotted #666;
    border-left: 1px dotted #666;
  }

  /* hide the lines on the last item */
  .tree li:last-child:after {
    display: none;
  }
  .link-menu:hover {
    color: #fff;
    border-radius: 6px;
    background-color: #183F37;
  }
  .line-h .active {
    color: #fff;
    border-radius: 6px;
    background-color: #183F37;
  }

  /* inserted via JS  */
  .js-toggle-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 14px;
    margin-right: 2px;
    margin-left: -23px;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 2px;
  }
  .nav-custom .nav-link{
    border-bottom: 2px solid #ffffff00;
    transition: all 0.5s ease;

}
.nav-custom .nav-link.active{
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease;

}
.nav-custom .nav-link:hover{
    transition: all 0.5s ease;
    border-bottom: 2px solid #fff;

}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -3em;
    background-color: #F9F7F6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }


  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .menu-according .accordion-button::after {
    display: none;
}


.menu-according .accordion-button:not(.collapsed){
    box-shadow: unset;
}
.lh-base {
    line-height: 1.9 !important;
}
.pagination .page-item .page-link{
    padding: 7px 15px;
    font-size: 15px !important;
font-weight: 500;
    color: #173f37 !important;

}

.pagination .page-item.active .page-link {
    background-color: #173f37;
    border-color: #173f37 !important;
    color: #fff !important;
    border: 1px solid #173f37 !important;
}
.play-button{
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */

    padding: 10px; /* Padding around the icon */
    border-radius: 50%; /* Circular button */
}
.br-d-none br{
  display: none;
}



/* sinhala-view */


.sinhala-view {


    .font-40 {
        font-size: 30px;
    }
    .font-34 {
        font-size: 26px;
    }
    .font-24 {
        font-size: 20px;
    }

    .font-18 {
        font-size: 16px;
    }
    .font-60 {
        font-size: 44px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}

/** pagination video page
**/

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 8px 12px;
    color: #333; /* Adjust the color as needed */
    border-radius: 4px;
}

.pagination-prev {
    justify-content: flex-start;
}

.pagination-next {
    justify-content: flex-end;
}

.justify-text {
    text-align: justify;
  }

  .modal-backdrop {
    --bs-backdrop-zindex: 9;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.3;
    z-index: var(--bs-backdrop-zindex);

}
.serch-btn{
    position: absolute;
    right: 0;
    margin-right: 1em;
    margin-top:-1.9em;
}


    .element {
        position: relative;

        background-color: white;
        border: 2px solid transparent;
        border-image: linear-gradient(90deg, rgba(68, 255, 154, 0.22) -0.55%, rgba(68, 176, 255, 0.22) 22.86%, rgba(139, 68, 255, 0.22) 48.36%, rgba(255, 102, 68, 0.22) 73.33%, rgba(235, 255, 112, 0.22) 99.34%);
      }

      .element::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -15px;
        right: -15px;
        bottom: -40px;
        background: linear-gradient(90deg, rgba(68, 255, 154, 0.22) -0.55%, rgba(68, 176, 255, 0.22) 22.86%, rgba(139, 68, 255, 0.22) 48.36%, rgba(255, 102, 68, 0.22) 73.33%, rgba(235, 255, 112, 0.22) 99.34%);

        z-index: -1;
        filter: blur(10px);
      }
      .border-dashed{

        border: 1px dashed  rgba(75, 75, 75, 1)
      }


      .border-dashed-right{
        border-right: 1px dashed  rgba(75, 75, 75, 1)
      }

      #text-modal .modal-dialog {
        bottom: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        font-family: "Lora", serif;
        overflow: auto;
        position: absolute;
        border-top: 3px solid #2F4E39;
        overflow-y: auto;
        transform: translateY(100%); /* Start the modal off-screen */
        transition: transform 0.4s ease-in-out; /* Animation effect */

      }
      #text-modal {

        top: unset;

        bottom: -25em;
    }

      #text-modal.show .modal-dialog {
    transform: translateY(0); /* Bring the modal up */
  }
      #text-modal .modal-content {
        height: 400px;

    }

    #text-heading{
        font-weight: 700;
        color: #161616;
        font-size:20px;
    }
    .close-btn-wrapper{
        margin-top: -1.5em !important;
    height: 0;
    }


   #word-text {

            text-align: justify;

            line-height: 1.5 !important;

            color: #161616;

            font-family: "Poppins", sans-serif;

            font-weight: 400;


            font-size: 16px;

    }
    
.highlighted-word{
    color: #038A3E;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline !important;
}
.highlighted-word:hover{
    color: #8e8e8e;
}







.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

 
.screenshot_slider.owl-carousel .content_title{
    display: none;
}
.screenshot_slider.owl-carousel .center .content_title {
    text-align: left;
  
    position: absolute;
    padding: 0 15px;
    bottom: 1.5em;
    width: 100%;
    display: block;
}
 
.screenshot_slider.owl-carousel  .owl-nav.disabled+.owl-dots {
    margin-top: 2.5em;
}


.screenshot_slider.owl-carousel .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, height 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screenshot_slider.owl-carousel .item img {
  
    height: 250px;
}


.screenshot_slider.owl-carousel .center .item img {
  
    height: auto;
}
.screenshot_slider.owl-carousel .center {
    transform: scale(1.3);
    z-index: 1;
    margin-top: 3em;
}

.screenshot_slider.owl-carousel .owl-item:not(.center) .item {
    height: 300px;  
}

.screenshot_slider.owl-carousel .owl-item {
   
    transition: opacity 0.5s ease-in-out; /* Adjust the duration as needed */
}

.screenshot_slider.owl-carousel .owl-item.active.center {
    opacity: 1;
}