@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,700');

@font-face {
    font-family: "HelveticaNeueReg";
    src: url("HelveticaNeueReg/HelveticaNeueW23forSKY-Reg_T02.eot");
    src: url("HelveticaNeueReg/HelveticaNeueW23forSKY-Reg_T02.eot?#iefix") format("embedded-opentype"),
        url("HelveticaNeueReg/HelveticaNeueMEforSKYW21-Rg_web.woff2") format("woff2"),
        url("HelveticaNeueReg/HelveticaNeueMEforSKYW21-Rg_web.woff") format("woff"),
        url("HelveticaNeueReg/HelveticaNeueMEforSKYW21-Rg_web.ttf") format("truetype"),
        url("HelveticaNeueReg/HelveticaNeueW23forSKY-Reg_T02.svg#HelveticaNeueW23forSKY-Reg_T02") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueBold";
    src: url("HelveticaNeueBold/HelveticaNeueW23forSKY-Bd_T02.eot");
    src: url("HelveticaNeueBold/HelveticaNeueW23forSKY-Bd_T02.eot?#iefix") format("embedded-opentype"),
        url("HelveticaNeueBold/HelveticaNeueMEforSKYW21-Bd_web.woff2") format("woff2"),
        url("HelveticaNeueBold/HelveticaNeueMEforSKYW21-Bd_web.woff") format("woff"),
        url("HelveticaNeueBold/HelveticaNeueMEforSKYW21-Bd_web.ttf") format("truetype"),
        url("HelveticaNeueBold/HelveticaNeueW23forSKY-Bd_T02.svg#HelveticaNeueW23forSKY-Bd_T02") format("svg");
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: "HelveticaNeueReg", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 25px; */
    color: #8d9297;
    direction: rtl;
    text-align: right;
}

/* General Styles */
.en-num {
    direction: ltr;
    text-align: left;
    display: inline-block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a:focus,
a:hover {
    color: #088241;
    text-decoration: none;
}

a,
button,
input {
    outline: none;
    color: #088241;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

p {
    margin: 0 0 15px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
select {
    font-family: inherit;
    transition: border linear .2s, box-shadow linear .2s;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 9px 15px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dedede;
    font-size: 14px;
    outline: none;
    line-height: inherit;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
    text-transform: uppercase;
}

textarea:focus,
input:focus {
    box-shadow: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #0b0c26;
} */



h1 {
    font-size: 45px;
    line-height: 58px;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}

/* RTL Styles */
body[dir="rtl"] .en-num {
    direction: ltr;
    text-align: left;
}

/* Transition Styles */
.featured-icon-box .featured-icon,
.ttm-btn,
button,
.owl-item,
img,
span,
.featured-icon-box,
.featured-icon,
#totop {
    transition: all 0.5s ease-in-out;
}

a,
.site-branding,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.social-icons li>a,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-menu-toggle .toggle-block,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.accordion .toggle-title a,
.widget-download ul.download li {
    transition: all 0.3s ease-in-out;
}

a.tp-caption:hover,
.featured-imagebox-portfolio .featured-content,
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.featured-icon-box.style10 {
    transition: all 0.3s ease-in-out !important;
}

/* General Reset */
*::-moz-selection {
    background: #088241;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #088241;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #088241;
    color: #fff;
    text-shadow: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

input[type="file"] {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #dedede;
    cursor: pointer;
}
/* Spacing Utilities */
.spacing-1 {
    margin-top: -60px;
    margin-bottom: -66px;
    padding: 50px 55px 50px 15px;
}

.spacing-2 {
    padding: 90px 0;
}

.spacing-3 {
    padding-top: 75px !important;
    padding-right: 186px !important;
    padding-bottom: 53px !important;
}

.spacing-4 {
    margin-left: -90px;
    margin-top: -55px;
}

.spacing-5 {
    margin-left: 50px;
    margin-right: -50px;
    margin-top: -60px;
}

.spacing-6 {
    padding-left: 125px !important;
    padding-bottom: 0px !important;
}

.spacing-7 {
    margin-top: -177px !important;
    margin-left: -30px !important;
    padding-top: 60px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
}

/* Padding Utilities */
/* .pt-5 {
    padding-top: 5px !important;
} */

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

/* Margin Utilities */
.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

/* Color Classes */
.ttm-textcolor-skincolor {
    color: #088241 !important;
}

.ttm-bgcolor-skincolor {
    background-color: #088241 !important;
}

/* Custom Shadows */
.box-shadow {
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
}

.box-shadow2 {
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
}

/* Miscellaneous */
.alignleft {
    float: left;
    margin: 6px 28px 8px 0;
}

.width-30 {
    width: 30%;
}

.width-100 {
    width: 100%;
}

.font-sz-12 {
    font-size: 12px;
}

.font-sz-27 {
    font-size: 27px;
}

.font-w-500 {
    font-weight: 500;
}

.z-1 {
    z-index: 1 !important;
}

.ttm_single_image-wrapper.with-border {
    border: 1px solid #e8ecef;
    background: #f9f9f9;
}

.ttm_single_image-wrapper.w100 img {
    width: 100%;
}

/* Tooltip Styles */
.tooltip-top {
    position: relative;
}

.tooltip-top:after,
.tooltip-top:before {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
}

.tooltip-top:before {
    border-top-color: #000;
}

.tooltip-top:after {
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}


.first-footer {
    background-image: url(../images/footer-bg-one.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 0 55px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-logo img {
    max-height: 80px;
    width: auto;
}

.first-footer .footer-box {
    border-top: 1px solid #e5eef7;
    border-bottom: 1px solid #e5eef7;
}

.first-footer .widget-area {
    padding: 33px 15px 37px;
}

/* Newsletter Form */
.newsletter-form {
    position: relative;
    margin: 48px 0 10px;
}

.newsletter-form input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 47px;
    border-radius: 25px;
    padding-right: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
}

/* Social Icons */
.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons {
    list-style: none;
    font-size: 15px;
}

.social-icons li {
    display: inline-block;
    margin: 0 3px;
}

.social-icons.circle li>a {
    border: 1px solid #e8ecef;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
}

/* Page Title */
.ttm-page-title-row {
    position: relative;
    background-image: url(../images/ttm-pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 85px;
}

.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 10px;
}

/* Miscellaneous */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #ddb577;
}

#preloader h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    position: relative;
}

#preloader h1:after {
    content: "";
    animation: Dots 2s cubic-bezier(0, .39, 1, .68) infinite;
}

#preloader .loader {
    margin: 5% auto 30px;
}

#preloader .book {
    border: 4px solid #FFFFFF;
    width: 60px;
    height: 45px;
    position: relative;
    perspective: 150px;
    margin-top: 150px;
}

/* Dots Animation */
@keyframes Dots {
    0% {
        content: "";
    }

    33% {
        content: ".";
    }

    66% {
        content: "..";
    }

    100% {
        content: "...";
    }
}

/* Page Turn Animation */
@keyframes pageTurn {
    0% {
        transform: rotateY(0deg);
    }

    20% {
        background: #cea564;
    }

    40% {
        background: #cea564;
        transform: rotateY(-180deg);
    }

    100% {
        background: #cea564;
        transform: rotateY(-180deg);
    }
}
/* Custom Checkbox and Radio Styles */
.checkboxes {
    list-style: none;
    padding: 0;
}

.checkboxes input[type=checkbox],
.checkboxes input[type=radio] {
    display: none;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 28px;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}

.checkboxes input[type=checkbox]:checked+label:before,
.checkboxes input[type=radio]:checked+label:before {
    content: "\f00c";
    background-color: transparent;
    border-color: #088241;
    color: #088241;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 3px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    transition: all .25s;
}

/* Modal Styles */
.modal-header {
    text-align: center;
    padding: 45px 25px 20px 25px;
    border-bottom: 0;
}

.modal-header i {
    color: #088241;
    font-size: 35px;
    margin-bottom: 10px;
}

.modal-header h5 {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}

.close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
}

.close:hover {
    color: red !important;
}

.modal-body {
    padding: 20px 25px;
}

.modal-body .ks-footer {
    float: right;
    border: none;
}

/* Dashboard Styles */
.dashboard-container {
    display: flex;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
    flex-direction: row-reverse;
    margin-bottom: 82px;
}

.dashboard-content-wrapper {
    width: 75%;
    padding: 30px 20px;
    background: #ffffff;
}

.dashboard-sidebar {
    width: 25%;
    background: #f9f9f9;
    padding: 20px;
}

.dashboard-sidebar .company-info {
    display: flex;
    align-items: center;
}

.dashboard-sidebar .company-info .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.dashboard-sidebar .company-info .thumb img {
    border-radius: 50%;
}

.dashboard-sidebar .company-info .company-body {
    padding-right: 15px;
}

.dashboard-sidebar .company-info .company-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.dashboard-sidebar .company-info .company-body span {
    color: #858585;
}

.dashboard-sidebar .dashboard-menu {
    padding-top: 20px;
}

.dashboard-sidebar .dashboard-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dashboard-sidebar .dashboard-menu ul li {
    padding: 10px 0;
}

.dashboard-sidebar .dashboard-menu ul li a {
    padding: 5px 10px;
}

.dashboard-sidebar .dashboard-menu ul li:hover i,
.dashboard-sidebar .dashboard-menu ul li.active i {
    color: #088241;
}

.dashboard-sidebar .dashboard-menu ul li:hover a,
.dashboard-sidebar .dashboard-menu ul li.active a {
    color: #088241;
}

.dashboard-sidebar .dashboard-menu ul.poweroff {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 10px;
}

.dashboard-sidebar .dashboard-menu ul.poweroff li i {
    color: #ff3366;
    font-weight: 600;
}

/* Footer Navigation */
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: center;
}

.footer-nav-menu li {
    display: inline-block;
    padding: 0 16px;
    font-size: 13px;
}

.footer-nav-menu li:last-child {
    padding-left: 0;
}

.footer-nav-menu li:first-child {
    padding-right: 0;
}

.footer-nav-menu li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-nav-menu li:not(:last-child)::after {
    content: "|";
    padding: 0 7px;
    color: rgba(255, 255, 255, 0.68);
}
/* Profile Image Block */
.profile-img-block {
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin-top: 40px;
}

.profile-img-block img {
    border-radius: 50%;
}

/* Grade Styles */
.grade-pos {
    color: #088241;
}

.grade-neg {
    color: red;
}

/* Student Fail Highlight */
.student-fail td {
    background: rgba(255, 0, 0, 0.09);
}

.student-fail.odd {
    background-color: #fff !important;
}

/* DataTable Hover Effects */
table.dataTable.display tbody tr.student-fail>.sorting_1,
table.dataTable.order-column.stripe tbody tr.student-fail>.sorting_1 {
    background: rgba(255, 0, 0, 0.09) !important;
}

/* Media Queries for Responsive Design */
@media (max-width: 800px) {
    .dataTables_wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .student-course-materials h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .document-block .img-block {
        height: auto;
        text-align: center;
    }

    .document-block .img-block img {
        height: auto;
        width: 100%;
        max-width: 100% !important;
    }

    .profile-img-block {
        margin: 0 0 20px 0;
    }

    .print-cal {
        left: 10px;
    }

    .widget-title {
        padding-left: 50px;
    }
}

/* Course Price Styles */
.course-price-list {
    color: red;
}

.price-before {
    color: #999 !important;
    text-decoration: line-through;
    margin-left: 5px;
}

.price-after {
    color: #ff0000 !important;
    font-weight: 600;
}

.price {
    color: #088241 !important;
    font-weight: 600;
}

.course-offer {
    margin: 20px 0 0 0;
    background: #088241;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    text-align: center;
}

.course-price {
    background: #f9f9f9;
    padding: 5px;
    font-size: 14px !important;
    margin-top: 15px;
    text-align: center;
}

/* Document Block Styles */
.document-block {
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.document-block .img-block {
    position: relative;
    height: 180px;
    overflow: hidden;
    text-align: center;
}

.document-block .img-block img {
    transition: all 0.5s ease;
    height: 100%;
    object-fit: contain;
    width: auto !important;
    max-width: unset !important;
}

.document-block .img-block:hover img {
    transform: scale(1.05);
}

.document-block h4 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}

.document-footer {
    padding: 10px;
    border-top: 1px solid #eee;
}

.document-footer a {
    display: inline-block;
    width: 49%;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    font-size: 13px;
    text-align: center;
}

.document-footer a:first-child {
    border-right: none;
    padding-right: 0;
}

/* Final Styling for Buttons */
.btn-actions a {
    margin: 5px;
    width: 40px;
    height: 40px;
    color: #888;
    line-height: 40px;
    border-radius: 50px;
    background: #f1f1f1;
    text-align: center;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.btn-actions a i {
    display: block;
    line-height: 40px;
}

#list-nessages tbody tr:hover .btn-view {
    background: #088241;
    color: #fff;
}

#list-nessages tbody tr:hover .btn-edit {
    background: #000;
    color: #fff;
}

#list-nessages tbody tr:hover .btn-delete {
    background: #f91942;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #f8f9fa;
    font-size: 15px;
    font-weight: 300;
    border: none !important;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #088241 !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #088241 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background: transparent !important;
    width: auto !important;
    border: none !important;
    color: #888 !important;
}

/* Additional Styles for Student Dashboard */
.student-course-materials {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
}

.student-course-materials h4 {
    font-size: 18px;
    font-weight: 500;
}

.student-course-materials h4 b {
    color: #088241;
}

.student-course-materials h6 {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

.student-course-materials a {
    color: #088241;
}

.read-more-article {
    color: #088241;
}

.widget-download h5 {
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
/* Media Queries for Responsive Design */
@media (max-width: 800px) {
    .dataTables_wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .student-course-materials h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .document-block .img-block {
        height: auto;
        text-align: center;
    }

    .document-block .img-block img {
        height: auto;
        width: 100%;
        max-width: 100% !important;
    }

    .profile-img-block {
        margin: 0 0 20px 0;
    }

    .print-cal {
        left: 10px;
    }

    .widget-title {
        padding-left: 50px;
    }
}

/* WhatsApp Widget */
.whatsapp-widget {
    position: fixed;
    bottom: 40px;
    right: 70px;
    z-index: 999;
}

.whatsapp-widget img {
    height: 50px;
}

/* Service Single Content Area */
.ttm-service-single-content-area .featured-imagebox-post .featured-content.featured-content-post {
    padding: 0;
}

.ttm-service-single-content-area .featured-imagebox-post .featured-content.featured-content-post .post-meta {
    padding: 0;
    font-size: 13px;
}

.ttm-service-single-content-area .featured-imagebox-post .featured-content.featured-content-post .post-meta i {
    color: #088241;
}

/* Dashboard Styles */
.dashboard-menu i.lni-users {
    font-size: 18px;
}

.dashboard-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 82px;
}

.dashboard-container .dashboard-content-wrapper {
    width: 75%;
}

.dashboard-container .dashboard-sidebar {
    width: 25%;
}

.dashboard-content-wrapper {
    padding: 30px 20px;
    background: #ffffff;
}

.dashboard-sidebar {
    background: #f9f9f9;
    padding: 20px;
}

.dashboard-sidebar .company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-sidebar .company-info .thumb {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 100%;
}

.dashboard-sidebar .company-info .thumb img {
    border-radius: 100%;
}

.dashboard-sidebar .company-info .company-body {
    padding-right: 15px;
}

.dashboard-sidebar .company-info .company-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.dashboard-sidebar .company-info .company-body span,
.usergroup {
    color: #858585;
}

.dashboard-sidebar .dashboard-menu {
    padding-top: 20px;
}

.dashboard-sidebar .dashboard-menu ul {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    list-style: none;
}

.dashboard-sidebar .dashboard-menu ul li {
    padding: 10px 0;
}

.dashboard-sidebar .dashboard-menu ul li a {
    padding: 5px 10px;
}

.dashboard-sidebar .dashboard-menu ul li:hover i,
.dashboard-sidebar .dashboard-menu ul li.active i {
    color: #088241;
}

.dashboard-sidebar .dashboard-menu ul li:hover a,
.dashboard-sidebar .dashboard-menu ul li.active a {
    color: #088241;
}

.dashboard-sidebar .dashboard-menu ul.poweroff {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 0;
    padding-top: 10px;
}

.dashboard-sidebar .dashboard-menu ul.poweroff li i {
    color: #ff3366;
    font-weight: 600;
}

@media all and (max-width: 991px) {
    .dashboard-container {
        display: block;
    }

    .dashboard-container .dashboard-content-wrapper,
    .dashboard-container .dashboard-sidebar {
        width: 100%;
    }
}
/* Table Styles */
th {
    font-weight: normal !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable.display tbody tr.even:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
    background-color: transparent;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.student-footer-course {
    margin-top: 15px;
}

.student-footer-course .btn {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
    border-radius: 0;
}

.student-footer-course .btn i {
    margin-left: 4px;
}

.start-course {
    background: #000;
    color: #fff !important;
}

.renew-course {
    background: #088241;
    color: #fff !important;
}

.course-expired {
    background: #e6e6e6 !important;
    color: #777 !important;
    cursor: no-drop !important;
}

.featured-imagebox-portfolio:hover .renew-course {
    background: #fff !important;
    color: #088241 !important;
}

.btn-actions a {
    margin: 5px;
    width: 40px;
    height: 40px;
    color: #888;
    line-height: 40px;
    border-radius: 50px;
    background: #f1f1f1;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.btn-actions a i {
    display: block;
    line-height: 40px;
}

#list-nessages tbody tr:hover .btn-view {
    background: #088241;
    color: #fff;
}

#list-nessages tbody tr:hover .btn-edit {
    background: #000;
    color: #fff;
}

#list-nessages tbody tr:hover .btn-delete {
    background: #f91942;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #f8f9fa;
    font-size: 15px;
    font-weight: 300;
    border: none !important;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #088241 !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #088241 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background: transparent !important;
    width: auto !important;
    border: none !important;
    color: #888 !important;
}

/* Additional Dashboard Styles */
.course-order-details {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
}

.course-order-details .right-side {
    color: #333;
    font-weight: 600;
}

.course-order-details .right-side i {
    color: #088241;
    margin-left: 3px;
}

.block-row {
    margin-bottom: 15px;
}

.block-row:last-child {
    margin-bottom: 0;
}

.pay-status-sucess {
    color: green;
}

.pay-status-failed {
    color: red;
}

.student-course-materials {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
}

.student-course-materials h4 {
    font-size: 18px;
    font-weight: 500;
}

.student-course-materials h4 b {
    color: #088241;
}

.widget-download h5 {
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.student-course-materials h6 {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

.student-course-materials a {
    color: #088241;
}

.read-more-article {
    color: #088241;
}

.widget-download ul.download li:hover h6 {
    color: #fff;
}

.document-block {
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.document-block .img-block {
    position: relative;
    height: 180px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.document-block .img-block img {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    object-fit: contain;
    width: auto !important;
    max-width: unset !important;
}

.document-block .img-block:hover img {
    transform: scale(1.05);
}

.document-block h4 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}

.document-footer {
    padding: 10px;
    border-top: 1px solid #eee;
}

.document-footer a {
    display: inline-block;
    width: 49%;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    font-size: 13px;
    text-align: center;
}

.document-footer a:first-child {
    border-right: none;
    padding-right: 0;
}

.modal-header {
    text-align: center;
    display: block;
    padding: 45px 25px 20px 25px;
    border-bottom: 0;
}

.modal-header i {
    color: #088241;
    font-size: 35px;
    margin-bottom: 10px;
    display: block;
}

.modal-header h5 {
    font-size: 20px;
    display: block;
    color: #666;
    margin-bottom: 20px;
}

.close {
    position: absolute;
    right: 40px;
    top: 40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 !important;
    opacity: 1 !important;
    font-size: 15px;
}

.close:hover {
    color: red !important;
}

.modal-body .ks-footer {
    float: right;
    border: none;
}

.modal-body .send-message,
.modal-body .send-image,
.modal-body .send-file {
    margin-left: 10px;
}

.modal-body {
    padding: 20px 25px;
}

.document-details.upload-new {
    height: 276px;
    line-height: 276px;
    text-align: center;
}

.document-details.upload-new a {
    display: inline-block;
    background: #ededed;
    border: 2px dashed #cbcbcb;
    width: 150px;
    min-height: 150px !important;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 15px;
    color: #646565;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    cursor: pointer;
}

.file-upload {
    display: none;
}

#circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    background: #ededed;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    cursor: pointer;
}
/* Modal Styles */
.modal-body p,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body h3 {
    margin: 0 0 10px 0;
}

.modal-body .ks-footer .btn {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
    border-radius: 0;
    background: #088241;
    color: #fff;
}

.modal-body .ks-footer .btn:hover {
    background: #000;
    color: #fff;
}

#fileToUpload {
    display: none;
}

.new-upload {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
}

.upload-file {
    display: flex;
    justify-content: space-between;
}

.upload-file .left-side {
    width: 65%;
}

.upload-file .right-side {
    width: 30%;
    text-align: center;
    position: relative;
    display: inline-block;
}

.upload-file .right-side img {
    width: 70px;
    height: 70px;
}

.upload-file .right-side a {
    display: inline-block;
    color: #088241;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.upload-file h5 {
    font-size: 15px;
    margin-bottom: 20px;
}

.upload-file p {
    color: #777;
    font-size: 14px;
    margin-bottom: 5px;
}

.upload-file .right-side h6 {
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

.add-new-file {
    padding: 10px 20px;
    background: #f9f9f9;
    margin-top: 20px;
}

.add-new-file .btn {
    background: #088241;
    color: #fff;
    margin-top: 10px;
}

.add-new-file .btn:hover {
    background: #000;
    color: #fff;
}

.add-new-file .file-upload-info {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.new-upload .btn {
    background: #088241;
    color: #fff;
}

.new-upload .btn:hover {
    background: #000;
    color: #fff;
}

.course-completion {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #088241;
    font-weight: bold;
}

.course-completion i {
    font-size: 22px;
    margin-right: 5px;
    color: #088241;
}
/* Responsive Styles */
@media (max-width: 767px) {

    .header-btn,
    .ttm-header-icons {
        height: auto;
        line-height: normal;
        padding: 15px 0;
        float: none;
        text-align: center;
    }

    .ttm-header-icons .ttm-header-search-link a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }

    .ttm-header-icons .ttm-header-icon {
        margin-left: 0;
        margin-top: 10px;
    }

    .dashboard-container {
        display: block;
    }

    .dashboard-container .dashboard-content-wrapper,
    .dashboard-container .dashboard-sidebar {
        width: 100%;
    }

    .student-details ul {
        padding-right: 0;
    }

    .student-details li {
        padding-left: 20px;
    }

    .student-details li:before {
        right: auto;
        left: 0;
    }

    .student-course-materials {
        padding: 15px;
    }

    .student-course-materials h4 {
        font-size: 16px;
    }

    .document-block .img-block {
        height: auto;
        text-align: center;
    }

    .document-block .img-block img {
        height: auto;
        width: 100%;
        max-width: 100% !important;
    }

    .profile-img-block {
        margin: 0 auto 20px;
        height: 100px;
        width: 100px;
    }
}

/* Dark Mode Toggle */
.dark-mode-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #088241;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

.dark-mode-toggle:hover {
    background-color: #000;
}

/* Dark Mode Styles */
body.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

body.dark-mode .header,
body.dark-mode .footer,
body.dark-mode .ttm-bgcolor-skincolor {
    background-color: #1e1e1e;
}

body.dark-mode .modal-body,
body.dark-mode .new-upload {
    background-color: #1c1c1c;
    color: #e0e0e0;
}

body.dark-mode .student-course-materials {
    background-color: #242424;
    color: #e0e0e0;
}

body.dark-mode .document-block {
    background-color: #1c1c1c;
}

body.dark-mode .document-footer a {
    color: #e0e0e0;
}

body.dark-mode .dark-mode-toggle {
    background-color: #fff;
    color: #000;
}
.ttm-header-style-classicinfo .top-contact.ttm-highlight-right {
    position: relative;
    padding-right: 20px;
    float: left;
    line-height: 48px;
    bottom: -18px;
    font-size: 16px;
}

.ttm-header-style-classicinfo .ttm-top-info-con ul li:not(:last-child):after {
    content: unset;
}

/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding {
    float: right;
    height: 100px;
    line-height: 100px;
    position: relative;
    display: block;
    z-index: 1;
    margin-left: 15px;
}

.ttm-header-top-wrapper {
    position: relative;
}

.site-branding img {
    max-height: 65px;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
}

.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.04);
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type=checkbox] {
    display: none;
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    right: 100%;
    top: 0;
}

#site-header-menu #site-navigation .menu ul li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
}

#site-header-menu #site-navigation ul ul li {
    position: relative;
    border-bottom: 1px solid transparent;
}

#site-header-menu #site-navigation .menu ul li>ul li>a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    height: auto;
    line-height: 18px;
}

#site-header-menu #site-navigation .menu ul>li>ul li.has-submenu>a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    left: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-right: 4px;
    opacity: 0.8;
}

#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 7px;
}

/** ttm-rt-contact(HeaderIcons - Search, Cart) **/
.ttm-header-icons {
    position: relative;
    padding-right: 29px;
}

.ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba(11, 12, 38, 1);
    border-color: rgba(11, 12, 38, 1);
    border: 1px solid;
    font-size: 12px !important;
    z-index: 9;
}

.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900
}

.ttm-header-icons .ttm-header-icon {
    margin-left: 7px;
}

.header-btn .ttm-btn.ttm-btn-size-md {
    font-size: 12px;
    padding: 8px 17px 8px 17px;
}

.header-btn {
    padding-right: 24px;
}

.header-btn,
.ttm-header-icons,
.ttm-header-icon {
    height: 100px;
    line-height: 100px;
    float: left;
}

.header-btn i {
    font-weight: 600;
}

/**  ttm-search-overlay **/
.ttm-header-icon {
    position: relative;
}

.ttm-search-overlay {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    z-index: 111;
}

.topbar-right {
    float: right;
}

.ttm-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}

.ttm-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 15px;
}

.ttm-search-overlay .w-search-form-row:before {
    position: absolute;
    left: 17px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}

.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: right;
    height: 50px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    color: #333;
    width: 85%;
    line-height: 1.3em;
    float: right;
}

.ttm-search-overlay .ttm-site-searchform button {
    font-size: 17px;
    width: 15%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
}

.ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
}

.ttm-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}

.ttm-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/** FirstFooter **/
.first-footer {
    background-image: url(../images/footer-bg-one.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.first-footer {
    padding: 62px 0 55px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-logo img {
    max-height: 80px;
    width: auto;
}

.first-footer .footer-box {
    border-top: 1px solid #e5eef7;
    border-bottom: 1px solid #e5eef7;
}

.first-footer .widget-area {
    padding: 33px 15px 37px;
    position: relative;
}

.first-footer .featured-title h5,
.first-footer .featured-desc p {
    margin-bottom: 0;
}

/* newsletter-form */
.newsletter-form {
    position: relative;
    margin-bottom: 10px;
    margin-top: 48px;
}

.newsletter-form input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 47px;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    color: #666;
    box-shadow: none;
}

.newsletter-form .mailchimp-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #f6bcb6;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    padding: 11px 28px;
    cursor: pointer;
    height: 45px;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.newsletter-form .mailchimp-btn i {
    position: absolute;
    left: 17px;
    top: 15px;
    color: #fff;
    font-size: 15px;
}

.newsletter-form .ttm-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #f6bcb6;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    padding: 11px 28px;
    cursor: pointer;
    height: 45px;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.newsletter-form .ttm-btn i {
    position: absolute;
    left: 17px;
    top: 15px;
    color: #fff;
    font-size: 15px;
}

/* contact-item */
.ttm-contact-item {
    padding: 13px 0;
}

.ttm-contact-item .ttm-contact-icon {
    font-size: 30px;
    float: left;
    width: 12%;
    color: #11ada4;
}

.ttm-contact-item .ttm-contact-details {
    float: right;
    width: 86%;
}

.ttm-contact-item .ttm-contact-details h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
}

.ttm-contact-item .ttm-contact-details span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
}

/** Copyright **/
.copyright {
    text-align: center;
    padding: 23px 0 0;
}

.copyright .footer-social-links {
    margin-top: 12px;
    padding-bottom: 8px;
}

.copyright .footer-social-links ul li a {
    color: #777;
    background-color: transparent;
    font-size: 16px;
    width: 33px;
    height: 33px;
    border: 1px solid #e5eef7;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
}

.copyright .footer-social-links ul li a:hover {
    color: #fff;
    background-color: #f6bcb6;
    border-color: #f6bcb6;
    text-shadow: none;
}

.copyright .footer-social-links ul li {
    display: inline-block;
    margin-right: 5px;
}

/* Back to top button */
.ttm-footer-style-classic .ttm-backtop {
    font-weight: 500;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    z-index: 999;
    line-height: 40px;
    font-size: 12px;
    padding: 0;
    background: #f6bcb6;
    color: #ffffff;
    height: 40px;
    width: 40px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 50%;
    text-transform: capitalize;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
}

.ttm-footer-style-classic .ttm-backtop i {
    font-size: 20px;
}

.ttm-footer-style-classic .ttm-backtop:hover {
    color: #ffffff;
    background: #444;
    border-color: #444;
}
.ttm-footer-style-classic .ttm-backtop i {
    font-size: 20px;
}

.carousel-controls {
    text-align: center;
}
.carousel-controls .btn {
    margin: 0 5px;
}

@media (min-width: 768px) {
    .carousel-controls a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #088241; 
        color: #fff;
        border-radius: 50%;
        border: none;
        cursor: pointer;
    }

    .carousel-controls a:hover {
        background-color: #088241; 
    }

    .carousel-controls a.btn-outline-primary {
        border: none; 
    }

    .carousel-controls .btn-sm {
        padding: 0;
    }

    .carousel-controls a[role="button"][data-slide="prev"] {
        left: -60px;
    }

    .carousel-controls a[role="button"][data-slide="next"] {
        right: -60px;
    }

}