/*Login pop-up styles starts*/
a {
    text-decoration: none;
}

.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}

.form-right i {
    font-size: 100px;
}
label {
    display: inline-block;
    color: white;
}
.text-primary {
    color: #201737 !important;
}
.bg-blue{
    background-color: #6c9ab4 !important;
}
.modal-header-login {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #072739;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background: #201737;
    /* color: white; */
}

.btn-close-login{
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    padding: 0.25em 0.25em;
    color: #fff;
    background: rgb(255 0 0);
    border: 0;
    border-radius: 10px;
  
}
    .btn-close-login:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
        background: white;
    }


.modal-login {
    position: fixed;
    top: 175px !important;
    left: 399px !important;
    /* right: 221px; */
    z-index: 1060;
    display: none;
    width: 53% !important;
    height: 100% !important;
    overflow: hidden;
    outline: 0;
}
.modal-header-login {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background: #6c9ab4;
}
    /*Login pop styles ends*/

    /*Social media icons starts*/
 .social {
    position: fixed;
    top: 21%;
    left: 113%;
    z-index: 20;
}

    .social ul {
        list-style-type: none;
        padding: 0;
        transform: translate(-270px);
    }

        .social ul li {
            display: block;
            margin: 5px;
            background-color: rgba(0, 0, 0, 0.5);
            width: 215px;
            padding: 10px;
            border-radius: 30px 0px 0px 30px;
            transition: all 1s;
        }

            .social ul li:hover {
                transform: translate(-102px);
            }

            .social ul li.Facebook:hover {
                background-color: #3633ae;
            }

            .social ul li.Instagram:hover {
                background-color: #f800b394;
            }

            .social ul li.LinkedIn:hover {
                background-color: skyblue;
            }

            .social ul li.Youtube:hover {
                background-color: #e4405f;
            }

            .social ul li a {
                color: white;
                text-decoration: none;
                margin-left: 47px;
            }

            .social ul li i {
                text-align: center;
                margin-left: -142px;
                color: black;
                background-color: white;
                padding: 10px;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                font-size: 20px;
                transform: rotate(0deg);
            }

            .social ul li:hover i {
                transform: rotate(360deg);
                transition: all 1s;
            }

.fb-a {
    margin-left: -121px !important;
    /* margin-right: 6px; */
    padding-left: 13px !important;
}

.insta-b {
    padding-left: 13px !important;
    margin-left: -126px !important;
}

.lin-c {
    padding-left: 13px !important;
    margin-left: -120px !important;
}

.utube-d {
    padding-left: 13px !important;
    margin-left: -111px !important;
}
/*Social media icons ends*/
/*Loader style starts*/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.bg-white {
    background-color: #fff !important;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid #6ba3c2;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}
.loader-img {
    width: 150px;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.start-50 {
    left: 50% !important;
}
/*Loader style ends*/
body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
    font-family: Tahoma,Verdana,Segoe,sans-serif !important;
    background-color: #6ba3c2;
}
/*G.Os style starts*/
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #e3e3e3;
}
table th {
    padding: 5px;
}

.table-responsive {
    max-height: 500px !important;
}

table tr td img {
    height: 40px;
    width: 30px;
}
/*G.Os style ends*/

/*Photo gallery style starts*/

.imgfluid .img-fluid {
    max-width: 100%;
    height: auto;
    padding-bottom: 8px !important;
}
a .col-sm-4 {
    padding: 7px !important;
}

.modal {
    position: fixed;
    top: 3px !important;
    left: 399px !important;
    /* right: 221px; */
    z-index: 1060;
    display: none;
    width: 53% !important;
    height: 100% !important;
    overflow: hidden;
    outline: 0;
}
/*Photo gallery style ends*/

/*Quick links style starts*/
.heading_links {
    display: inline-flex;
    background: rgb(33 84 116 / 46%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33657c", endColorstr="#054a6b", GradientType=1);
    border-radius: 0.6em;
    padding: 0.4rem 0.7rem;
    margin-bottom: 10px;
}
.heading_links h4 {
        font-weight: 600 !important;
        color: #ffffff !important;
        font-size: 18px;
        height: 12px;
}
.tribal-count {
    margin-bottom: 0px;
    background-color: #82afc8fc;
    padding: 10px 10px 1px;
}
.margin-top-20 {
    margin-top: 7px;
}
.tribal-count a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    display: block;
}
.tribal-count li:first-child {
    padding: 5.2px 15px !important;
}
.tribal-count .list-group-item {
    padding: 6.7px 15px !important;
    background: rgb(2,67,95);
    background: -moz-linear-gradient(93deg, rgb(0 131 71) 0%, rgb(2 229 126) 100%);
    background: -webkit-linear-gradient(93deg, rgb(15 79 115) 0%, rgb(2 229 126) 100%);
    background: linear-gradient(93deg, rgb(15 79 115) 0%, rgb(73 94 118) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02435f", endColorstr="#046a98", GradientType=1);
    margin-bottom: 10px;
    border: none;
    border-radius: 0px;
}
    .tribal-count .list-group-item:hover {
        -webkit-box-shadow: 6px 6px 20px 0px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
        -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 6px 6px 20px 0px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
        -webkit-transition: box-shadow .3s ease-in;
        cursor: pointer;
    }
.heading {
    background-color: white;
    color: white;
    padding: 4px 0px 1px 6px;
    margin-bottom: 10px;
}

.important_links {
    font-size: 21px;
}

.tribal-count a .icon img {
    width: 35px;
    height: 40px;
}
.tribal-count a .icon {
    background: #fff;
    display: inline-block;
    margin: 2px 10px 3px 5px;
    padding: 5px 8px;
    border-radius: 28px;
}
/*Quick links style ends*/

/*RTI table style starts*/
#contentpaneopen {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
}

#cctable {
  
    width: 99%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}



#cctable td, #cctable th {
    font-size: 1.1em;
    border: 1px solid #3d2b69;
    padding: 3px 3px 2px 3px;
    color: #000000;
}

#contentpaneopen h1 {
    padding: 0px;
    margin: 0px 0px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    /* line-height: 50px; */
    line-height: 50px;
    color: #003399;
    font-weight: bold;
    /* text-decoration: underline; */
    text-align: center;
}

a:hover {
    color: #2066b8;
}

tr th p {
    margin-top: 15px !important;
    margin-bottom: 1rem !important;
}

tr td a p {
    padding-left: 5px !important;
    color: #000000;
}

    tr td a p:hover {
        color: #6ba3c2;
    }

#cctable th {
    font-size: 1.2em;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #3d2b69;
    color: #ffffff;
}
/*RTI table style ends*/

.read_more {
    color: red;
}

    .read_more:hover {
        color: #412e6f;
        font-weight: 600;
    }


.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scroll {
    color: white;
}

    .scroll:hover {
        color: white;
    }

.about {
    text-align: justify !important;
}

a {
    color: #747d88;
    text-decoration: none;
}

.bg-primary {
    background-color: #82afc8fc !important;
}

.main {
    background-color:white;
    color: black;
}

:root {
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
}

.social_icons {
    width: 80px !important;
    margin-left: 36px;
}

.display_photos {
    background-color: #6ba3c2;
}


.bg-light {
    background-color: white !important;
    width: 500px;
}


.section__heading--maintitle {
    font-size: 2rem;
    text-align: left;
    padding: 0px 10px;
}

.latest-news {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    padding: 0px 5px;
    height: 373px;
}

.bg_secondary {
    background: #412e6f !important;
}


@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.gallery-item {
    display: block;
}

    .gallery-item img {
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.2s;
    }

    .gallery-item:hover img {
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
    }

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

    .lightbox-modal .carousel-indicators [data-bs-target] {
        background-color: var(--carousel-text) !important;
    }

.lightbox-modal .carousel-inner {
    width: 75%;
}

    .lightbox-modal .carousel-inner img {
        animation: zoomin 10s linear infinite;
    }

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%;
    }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}

.bi-arrow-left::before {
    margin-top: 16px;
    content: "\f12f";
    margin-left: 15px;
}

.bi-arrow-right::before {
    content: "\f138";
    margin-left: 14px;
    margin-top: 15px;
}


.bi-images-slider {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
    margin-left: 14px !important;
    margin-top: 9px !important;
}

.bg-dark {
    background-color: #412e6fe8 !important;
   
}

.news-scroll {
    background: #0f4f73;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    display: flex;
    padding: 2px 5px;
    margin: 5px 0px;
}

    .news-scroll a img {
        height: 30px;
        margin: 0px 0px;
        vertical-align: middle;
        display: inline-block;
    }

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, -1.25rem) !important;
    padding-left: var(--bs-gutter-x, -0.25rem) !important;
    margin-right: auto;
    margin-left: auto;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

    .btn.border-secondary:hover {
        background: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
    }

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 0px;
    border-radius: 230px 100px;
}

    .topbar .top-info {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .topbar .top-link {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

        .topbar .top-link a {
            letter-spacing: 1px;
        }

            .topbar .top-link a small:hover {
                color: var(--bs-secondary) !important;
                transition: 0.5s;
            }

                .topbar .top-link a small:hover i {
                    color: var(--bs-primary) !important;
                }
/*** Topbar End ***/

/*** Navbar Start ***/
.menu-bar {
    background-color: #412e6f !important;
}

.dp-item:hover, .dp-item:hover > .dp-link {
    background-color: #fff !important;
}

.mobile-nav,
.close-item {
    display: none;
}

.nav-menu {
    list-style: none;
    padding: 0;
    display: flex;
    background-color: #412e6f;
    margin-bottom: 0px;
}

    .nav-menu .fa {
        margin-left: 5px;
        margin-right: 5px;
    }

.nav-item {
    position: relative;
    background-color: #412e6f;
}

.nav-link, .dp-link {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 19px;
    transition: 0.25s;
}

.nav-item:hover,
.nav-item .active {
    background-color: #000;
}

/* Dropdown Menu */
.dp-menu {
    list-style: none;
    padding: 0;
    position: absolute;
    border: 0px solid #ccc;
    z-index: 2;
    box-shadow: 0 2px 6px 0 #00000024;
}

.dp-item {
    position: relative;
}

    .dp-item:hover,
    .dp-item:hover > .dp-link {
        background-color: #000;
    }

.level-1 {
    display: none;
    background-color: #fff;
    width: 250px;
}

.level-2 {
    display: none;
    width: 200px;
    top: 0px;
    left: 100%;
    font-size: 0.9rem;
    background-color: #fff;
}

.nav-item:hover > .level-1 {
    display: block;
}

.dp-item:hover > .level-2 {
    display: block;
}

@media (max-width: 600px) {
    .mobile-nav {
        display: block;
        text-align: right;
        padding: 10px 15px;
        background-color: #333;
    }

    .mobile-btn {
        color: #eee;
        background-color: #666;
        box-shadow: 0 0 6px rgba(0, 0, 0, 1);
        border: none;
        padding: 8px 18px;
        border-radius: 5px;
        font-size: 18px;
        transition: 0.25s;
    }

        .mobile-btn:hover {
            cursor: pointer;
            background-color: #000;
        }

    .nav-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: auto;
        top: 0;
        transition: 0.25s;
    }

    #main-nav {
        left: -100%;
    }

    li.close-item {
        display: block;
        padding: 20px 18px;
        text-align: right;
    }

    .dp-menu {
        width: 100%;
        position: static;
        border: none;
    }

    .level-1 > .dp-item > .dp-link {
        padding-left: 28px;
        background-color: #000;
    }

    .level-2 > .dp-item > .dp-link {
        padding-left: 38px;
        background-color: #000;
    }

    .dp-menu a:hover {
        color: #ccc;
    }

    .fa-caret-right {
        transform: rotate(90deg);
    }
}


/* description */
#description {
    padding: 30px 20px;
}

    #description h3 {
        margin: 16px 0;
    }

    #description p {
        padding-bottom: 16px;
        border-bottom: 1px solid #ccc;
        line-height: 1.4rem;
    }

ul.dp-menu.level-1 li a {
    padding: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    line-height: 35px;
    border-top: #f1f1f1 solid 1px;
    color: #333;
    transition: .3s;
}

    ul.dp-menu.level-1 li a:hover {
        background-color: #e7ddff !important;
    }
/*** Navbar End ***/

/*** Hero Header ***/
/*.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.carousel-item {
    position: relative;
}

    .carousel-item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
    }

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

    .featurs .featurs-item .featurs-icon::after {
        content: "";
        width: 35px;
        height: 35px;
        background: var(--bs-secondary);
        position: absolute;
        bottom: -10px;
        transform: translate(-50%);
        transform: rotate(45deg);
        background: var(--bs-secondary);
    }
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px;
    height: 130px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

    .fruite .tab-class .nav-item a.active span {
        color: var(--bs-white) !important;
    }

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

    .fruite .fruite-categorie .fruite-name a {
        transition: 0.5s;
    }

        .fruite .fruite-categorie .fruite-name a:hover {
            color: var(--bs-secondary);
        }

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}

    .fruite .fruite-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .fruite .fruite-item .fruite-img {
        overflow: hidden;
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

        .fruite .fruite-item .fruite-img img {
            transition: 0.5s;
        }

            .fruite .fruite-item .fruite-img img:hover {
                transform: scale(1.3);
            }
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

    .vesitable .vesitable-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .vesitable .vesitable-item .vesitable-img {
        overflow: hidden;
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

        .vesitable .vesitable-item .vesitable-img img {
            transition: 0.5s;
        }

            .vesitable .vesitable-item .vesitable-img img:hover {
                transform: scale(1.2);
            }

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

    .counter i {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .counter h4 {
        color: var(--bs-primary);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .counter h1 {
        margin-bottom: 0;
    }
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: 75px;
    left: -34px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: #81c4085c;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: #412e6f;
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: 68px;
    right: -33px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: #81c4085c;
    transition: 0.5s;
    /* height: 42px; */
}

    .testimonial .owl-nav .owl-next:hover {
        background: #412e6f;
        color: var(--bs-white);
    }
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}

    .pagination a {
        color: var(--bs-dark);
        padding: 10px 16px;
        text-decoration: none;
        transition: 0.5s;
        border: 1px solid var(--bs-secondary);
        margin: 0 4px;
    }

        .pagination a.active {
            background-color: var(--bs-primary);
            color: var(--bs-light);
            border: 1px solid var(--bs-secondary);
        }

        .pagination a:hover:not(.active) {
            background-color: var(--bs-primary)
        }

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

    .footer .footer-item .btn-link:hover {
        color: var(--bs-secondary) !important;
    }

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/
.pagepadding {
    padding-top: 10px;
}

.pageheader {
    background-color: #6ba3c2;
    color: white;
    font-size: 24px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:  none;
}