.pg-title-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.pg-title-holder .btn {
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    padding: 8px 24px;
    margin-left: auto;
}
.pg-title-holder .btn:before {
    border-radius: 8px;
}

.portfolio-style1__link .portfolio-style-icon {
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.portfolio-style1__link .portfolio-style-icon:hover {
    color: var(--thm-base);
}
.box-gp-holder {
    margin-bottom: 24px;
}
.box-gp {display: block; border-radius: 8px; overflow: hidden; box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.15);}
.box-gp-title {
    padding: 8px 10px; text-align: center; color: #fff; background: #ff7a0c;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.box-gp-title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 72px;
}
.box-gp-media {width: 100%; height: 220px;}
.box-gp-media img {width: 100%; height: 100%; object-fit: cover;}

.box-gp-holder.bx-card-holder .bx-card{
    border-radius: 15px 15px 0 0;
}
.box-gp-holder.bx-card-holder .box-gp-title {
    border-radius: 0 0 15px 15px;
}

.box-gp-holder.bx-card-holder .bx-card .ss-inner {width: 100%; height: 220px;}
.box-gp-holder.bx-card-holder .bx-card .ss-inner img {width: 100%; height: 100%; object-fit: cover;}

.bx-card-area .box-gp-title {
    min-height: 50px;
}
.bx-card-area .box-gp-title span{
    -webkit-line-clamp: 2;
}
/* .bx-card-holder .bx-card-area .bx-card .ss-inner {width: 100%; height: 290px;}
.bx-card-holder .bx-card-area .bx-card .ss-inner img {width: 100%; height: 100%; object-fit: cover;} */

/* .box-search {
    position: relative; padding-block: 3px;
    input {
        padding: 4px 16px 4px 36px; 
        width: 240px; 
        height: 36px; 
        border: 1px solid #ddd; 
        border-radius: 6px; 
        font-size: 14px;
        color: #707070;
    }
    svg {
        position: absolute; 
        top: 50%; 
        left: 12px; 
        transform: translateY(-50%)
    }
} */

.search-holder {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    .search-wrapper {
        width: 100%;
        form {
            width: 100%;
            max-width: 100%;
            #namanyay-search-box {
                max-width: 100%;    
                height: 56px;
            }
            #namanyay-search-btn {
                height: 56px;
                padding: 0 20px;
            }
        }
    }
}
 .search-wrapper form{
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
 }
.search-wrapper .search-submit {
    font-size: 14px;
    background: #ff7a0c;
    color: white;
    padding: 2px 10px;
    height: 32px; 
    border-radius: 0 6px 6px 0;
    border: 0 none;
    font-weight: bold;
    margin-left: -4px;
}
 
.search-wrapper .search-input {
    font-size: 14px;
    color: #707070;
    background: #fffcfc;
    border: 1px solid #ddd; 
    padding: 4px 10px 4px 8px; 
    /* padding: 10px; */
    border-radius: 6px 0 0 6px;
    width: 100%;
    height: 32px;
    &:focus {
        outline: none;
    }
 }
 .widget-content {
    color: #888;
    font-size: 1rem;
}
.wrapper .search-form {
    position: relative;
}
.screen-reader-text {
    position: absolute;
    left: -1000em;
}
.screen-reader-text {
    left: -9999em;
    position: absolute;
    top: -9999em;
}
.wrapper .search-field {
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    color: #111;
    display: block;
    font-family: 'Lato',Helvetica,sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 20px 60px 20px 20px;
    width: 100%;
}
.wrapper .search-button {
    background: 0 0;
    border-left: 1px solid rgba(0,0,0,.2);
    color: #999;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.search-row {
    .search-item {
        margin-left: 0;
    }
}

/*Page Undermaintainance*/
.error-content {
    text-align: center;
    padding: 40px 20px;
    h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        color: #152b3e;
        margin: 16px 0;
    }
    svg {
        width: auto;
        height: 240px;
        path {
            fill: #45556c;
        }
    }
}

/* Whats App button */
.main-menu__fx-btn-area {
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 1200;
    width: 50px;
    height: 200px;
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
}

.main-menu__fx-btn-area .btn-fx {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #ff7a0c;
    border-radius: 50%;
    transition: all 0.7s ease-in;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0/ 15%);
    box-shadow: 0 0 6px 2px rgb(0 0 0/ 15%);
}
.btn-fx:hover {    
    box-shadow: 0 0 12px 8px rgb(0 0 0/ 15%);
}
.main-menu__fx-btn-area .btn-fx svg {
    width: 40px;
}
.main-menu__fx-btn-area .btn-fx img{
    width: 60px;
}
.main-menu__fx-btn-area .btn-fx.btn-wp {
    background-color: #22d143;
}
.main-menu__fx-btn-area .btn-fx svg path {
    fill: #fff;
}
.main-menu__fx-btn-area .btn-fx.btn-help {
    background-color: #5403eb;
}

/* Historic page */
.hda-msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 40px;
}
.hda-msg:not(:last-child){
    border-right: 1px solid #cfcfcf;
}
.hda-msg img {
    height: 180px;
    border-radius: 8px;
    border: 1px solid #152b3e;
    margin-bottom: 16px;
}
.hda-msg .hda-msg-name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #152b3e;
    margin-bottom: 4px;
}
.hda-msg .hda-msg-desc {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hda-msg .hda-msg-desc h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #152b3e;
}

.hda-docs-area .hda-docs-title {
    margin-bottom: 18px;
}
.hda-docs-area .hda-docs-title h2 {
    font-size: 24px;
    line-height: 23px;
    color: #152b3e;
}

/*Youtube Video Thumbnail*/
.v-inner .box-play {
    text-align: center;
    transition: opacity 0.2s ease;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .v-inner .box-play::before {
    content: '';
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */

.v-inner .box-play.active {
    opacity: 0;
}
.v-inner .box-play .btn-play .btn-play-in {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.v-inner .box-play .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 4px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    background: #ff0000;
    box-shadow: 4px 2px 10px 5px #6c6c6c91;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.15s ease;
}

.v-inner .box-play .btn-play svg {
    width: auto;
    max-height: 40px !important;
}
.v-inner .box-play .btn-play svg path {
    fill: #fff;
}


/*Light Box*/
.mfp-counter {
    color: #ff7a0c;
}
.mfp-figure  img.mfp-img {
    margin-bottom: 14px;
    height: 180vh;
}
.mfp-figure:after {
    display: none;
}
.mfp-title {
    padding-right: 60px;
}

/*Table*/
.table-list .input-group, .list-style-holder .input-group {
    display: flex;
    align-items: center;
}
.table-list .input-group .search, .list-style-holder .input-group .search {
    flex-grow: 1;
}
.table-list .input-group .input-group-text, .list-style-holder .input-group .input-group-text {
    display: flex;	
    justify-content: center;
    width: 50px;
    height: 44px;
    color: #fff;
    padding: .375rem .75rem .375rem 1.15rem;
    background-color: #007193;
    border-right: none;
    border: 2px solid #007193;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.table-list .search, .list-style-holder .search {
    height: 44px;
    padding: 8px 16px 8px;
    border: 2px solid #007193;
    border-left: none;
    /* width: 100%; 
    margin-bottom: 14px;*/
    color: #5e5e5e;
    border-radius: 1.5rem;
}
.table-list .search:focus, .list-style-holder .search:focus {
    outline: #ff8400;
}


.table-list .table.table-custom {
    --bs-table-striped-bg: rgb(255 192 95 / 10%);
}
.table-list .table.table-custom thead {
    background: #007193;
    color: #fff;
}

.table-list .table.table-custom thead th {
   padding: 1rem 0.5rem;
}
.table-list .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.table-list .pagination  li {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.table-list .pagination li::before {
    display: none;
}

.table-list .pagination li .page {
    padding: 8px 16px 2px;
    background-color: transparent;
    border: 1px solid #eee;
    text-decoration: none;
}
.table-list .pagination li.active .page {
    color: #fff;
    background: #ff8400;
    border: 1px solid #ff8400;
}

.main-content-table-center .page-title {
    text-align: center;
}
.table-list .btn-orange._df_button {
    border: 1px solid #ff8400;
}


/* .navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.dropdown-toggle.nav-link-white {
    background-color: #fffaeb;
    color: #ff7a0c;
    border-radius: 6px;
} */
/* .navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.dropdown-toggle.dw-menu-styled + .dropdown-menu .nav-item .nav-link:hover, .navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.dropdown-toggle.dw-menu-styled + .dropdown-menu .nav-item .nav-link:focus {
    background-color: #069f74;
    color: #ffff;
} */

.navbar.navbar-custom .navbar-nav > .nav-item > .nav-link.active {
    color: #3a3636;
}
.dropdown .dropdown-menu li > a.nav-link:hover, .dropdown .dropdown-menu li > a.nav-link:focus  {
    background-color: var(--thm-base);
    color: #fff;
    outline: none;
}

/* Top header */
.main-menu-top .mt-list-wrapper .mt-list li > a.menu-highlight {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding: 4px 14px;
    border-radius: 4px;
    background-color: var(--thm-green);
}
.main-menu-top .mt-list-wrapper .mt-list li > a.menu-highlight:hover { 
    background-color: var(--thm-dark-green);
}

/*=======================================================
        Sidebar Modern
=======================================================*/
.sidebar-modern + .content-wrapper {
    padding-top: 40px;
    padding-left: 20px;
}

.sidebar-modern {
    background-color: #fffbf5;
    .menu-wrapper {
        padding: 10px 0px;
        .menu-title {
            color: #000;
        }
        .navbar-toggler {
            border: 1px solid rgba(0,0,0,0.1);
            .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
                background-repeat: no-repeat;
            }
            
        }
    }
    .side-menu {
        padding-top: 20px;
        li {
            .side-link {
                font-size: 15px;
                line-height: 22px;
                font-weight: 600;
                color: var(--thm-gray);
                border-bottom: 1px dotted #4d422b;
                width: 100%;
                padding: 12px 20px 6px;
                display: inline-block;
                transition: all 0.5s ease-in-out;
                margin-bottom: 4px;
                &:hover {
                    color: #ff790b;
                    background-color: #ffe1c9;
                }
                &.active {       
                    color: #332f2f;
                    background: #fb913a;
                    border-bottom: none;
                    border-radius: 4px;
                }
            }           
        }
    }
}



/*Responsive Stylesheet*/

@media (min-width: 767.98px) {
    .main-menu__fx-btn-area {
        right: 30px;
        width: 80px;
        height: 300px;
    }
    .main-menu__fx-btn-area .btn-fx {
        width: 80px;
        height: 80px;
    }
}

@media (min-width:992px) {
    .sidebar-modern{
        + .content-wrapper {
            padding-top: 0px;
            padding-left: 40px;
        }
        .menu-wrapper {
            display: none;
        }
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    html[lang="en"] .navbar.navbar-custom .navbar-nav .nav-item .nav-link,
    .navbar.navbar-custom .navbar-nav > .nav-item > .nav-link {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width:992px) and (max-width:1399.98px) {
    html[lang="en"] .navbar.navbar-custom .navbar-nav .nav-item .nav-link { 
        font-size: 14px;
        line-height: 24px;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar.navbar-custom .navbar-nav > .nav-item > .nav-link { 
        font-size: 16px;
        line-height: 24px;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }
 
}

@media (min-width:1200px) {
    html[lang="en"] .navbar.navbar-custom .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        line-height: 24px;
    }
}