/********** Template CSS **********/
:root {
    --primary: #d8922b;
    --light: #d8922b42;
    --black: #000;
    --dark: #181d38;
}

body {
    color: #fff;
    background-color: black;
}

.btn:hover {
    color: #fff !important;
}

.navbar img {
    filter: invert(1);
}

.navbar .btn {
    background-color: #000;
}

.btn {
    color: #fff;
    background: #d8922b;
}

ul {
    margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #FFFFFF;
}

.fw-medium {
    font-weight: 600 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #d8922b !important;
}

.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;

}

.dropdown-menu {
    background-color: #000;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #d8922b !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.color {
    color: #d8922b;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

canvas {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.links {
    font-weight: 300;
    font-size: 20px;
    position: absolute;
    bottom: calc(50% - 160px);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s linear;
    transition-delay: 0.5s;
}

.links--visible {
    opacity: 1;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
    font-family: "Font Awesome 6 Pro";
}

.contact-icon {
    background-color: #d8922b;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-brand h2 {
    color: white;
}

a.btn {
    color: white;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.navbar {
    /* background: linear-gradient(to right, #d8922b -22%, rgb(2 2 2) 100%) !important; */
    /* background-color: #d8922b !important; */
    background-color: #000 !important;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .header-carousel .owl-nav{
        display: none;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: -4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.about h1 {
    color: white;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 20px);
    left: 0;
}


/*** Service ***/

.service-item {
    height: 290px;
    background: #e1e1e1;
    color: #cf6900;
    transition: .5s;
}

.service-item h5 {
    color: #cf6900 !important;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: #000 !important;
}

.service-item i {
    color: black;
}

/* course-detail */
/* .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g stroke-linecap="round" stroke-linejoin="round" stroke-width="2px" fill="none" stroke="#000"><line x1="16" x2="7" y1="20.5" y2="11.5"/><line x1="25" x2="16" y1="11.5" y2="20.5"/></g></svg>') !important;

} */

.accordion-collapse {
    border: 1px solid #d8922b80 !important;
}

.course-detail h2 {
    color: #d8922b;
}

.course-detail-img img {
    width: 100%;
}

.course-detail .accordion-button {
    background-color: transparent;
    border: 1px solid #ffffff59;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.course-detail .accordion-item {
    background-color: #000;
}

.course-detail .accordion-button:focus {
    z-index: 3;
    border-color: #d8922b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(216 146 43 / 35%);
}

.accordion-collapse {
    margin-bottom: 20px;
}

.course-detail .accordion-body li {
    margin-bottom: 8px;
    list-style: circle;
}

/*** Categories & Courses ***/
.total-course {
    background-color: #000;
}

.total-course small {
    color: #d8922b;
}

.category img,
.course-item img {
    transition: .5s;
}

.course-img {
    border-radius: 10px 10px 0 0;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

.course-item {
    height: 100%;
    background-color: #000000 !important;
    border: 3px solid #fff;
    border-radius: 15px;
}

/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item {
    background-color: #d8922b;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-item .image {
    flex-grow: 1;
}

.team-item .image img {
    height: calc(100% + 2px);
    object-fit: cover;
}

.team-item .btn {
    background: #000000;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item h5,
.team-item small {
    color: #000;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgb(216, 146, 43) -105%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgb(216, 146, 43) -105%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    /* background: linear-gradient(174deg, #d8922b, #000) !important; */
    /* background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='100%25'> <defs> <linearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'> <stop offset='0'  stop-color='%23b1b1b1'/> <stop offset='1'  stop-color='%23b1b1b1'/> </linearGradient><pattern patternUnits='userSpaceOnUse' id='b'  width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'> <g fill-opacity='0.1'><polygon fill='%23444' points='90 150 0 300 180 300'/> <polygon points='90 150 180 0 0 0'/><polygon fill='%23AAA' points='270 150 360 0 180 0'/> <polygon fill='%23DDD' points='450 150 360 300 540 300'/><polygon fill='%23999' points='450 150 540 0 360 0'/> <polygon points='630 150 540 300 720 300'/><polygon fill='%23DDD' points='630 150 720 0 540 0'/> <polygon fill='%23444' points='810 150 720 300 900 300'/> <polygon fill='%23FFF' points='810 150 900 0 720 0'/> <polygon fill='%23DDD' points='990 150 900 300 1080 300'/> <polygon fill='%23444' points='990 150 1080 0 900 0'/> <polygon fill='%23DDD' points='90 450 0 600 180 600'/> <polygon points='90 450 180 300 0 300'/> <polygon fill='%23666' points='270 450 180 600 360 600'/> <polygon fill='%23AAA' points='270 450 360 300 180 300'/> <polygon fill='%23DDD' points='450 450 360 600 540 600'/> <polygon fill='%23999' points='450 450 540 300 360 300'/> <polygon fill='%23999' points='630 450 540 600 720 600'/> <polygon fill='%23FFF' points='630 450 720 300 540 300'/> <polygon points='810 450 720 600 900 600'/> <polygon fill='%23DDD' points='810 450 900 300 720 300'/> <polygon fill='%23AAA' points='990 450 900 600 1080 600'/> <polygon fill='%23444' points='990 450 1080 300 900 300'/> <polygon fill='%23222' points='90 750 0 900 180 900'/> <polygon points='270 750 180 900 360 900'/> <polygon fill='%23DDD' points='270 750 360 600 180 600'/> <polygon points='450 750 540 600 360 600'/> <polygon points='630 750 540 900 720 900'/> <polygon fill='%23444' points='630 750 720 600 540 600'/> <polygon fill='%23AAA' points='810 750 720 900 900 900'/> <polygon fill='%23666' points='810 750 900 600 720 600'/> <polygon fill='%23999' points='990 750 900 900 1080 900'/> <polygon fill='%23999' points='180 0 90 150 270 150'/> <polygon fill='%23444' points='360 0 270 150 450 150'/> <polygon fill='%23FFF' points='540 0 450 150 630 150'/> <polygon points='900 0 810 150 990 150'/> <polygon fill='%23222' points='0 300 -90 450 90 450'/> <polygon fill='%23FFF' points='0 300 90 150 -90 150'/> <polygon fill='%23FFF' points='180 300 90 450 270 450'/> <polygon fill='%23666' points='180 300 270 150 90 150'/> <polygon fill='%23222' points='360 300 270 450 450 450'/> <polygon fill='%23FFF' points='360 300 450 150 270 150'/> <polygon fill='%23444' points='540 300 450 450 630 450'/> <polygon fill='%23222' points='540 300 630 150 450 150'/> <polygon fill='%23AAA' points='720 300 630 450 810 450'/> <polygon fill='%23666' points='720 300 810 150 630 150'/> <polygon fill='%23FFF' points='900 300 810 450 990 450'/> <polygon fill='%23999' points='900 300 990 150 810 150'/> <polygon points='0 600 -90 750 90 750'/> <polygon fill='%23666' points='0 600 90 450 -90 450'/> <polygon fill='%23AAA' points='180 600 90 750 270 750'/> <polygon fill='%23444' points='180 600 270 450 90 450'/> <polygon fill='%23444' points='360 600 270 750 450 750'/> <polygon fill='%23999' points='360 600 450 450 270 450'/> <polygon fill='%23666' points='540 600 630 450 450 450'/> <polygon fill='%23222' points='720 600 630 750 810 750'/> <polygon fill='%23FFF' points='900 600 810 750 990 750'/> <polygon fill='%23222' points='900 600 990 450 810 450'/> <polygon fill='%23DDD' points='0 900 90 750 -90 750'/> <polygon fill='%23444' points='180 900 270 750 90 750'/> <polygon fill='%23FFF' points='360 900 450 750 270 750'/> <polygon fill='%23AAA' points='540 900 630 750 450 750'/> <polygon fill='%23FFF' points='720 900 810 750 630 750'/> <polygon fill='%23222' points='900 900 990 750 810 750'/> <polygon fill='%23222' points='1080 300 990 450 1170 450'/> <polygon fill='%23FFF' points='1080 300 1170 150 990 150'/> <polygon points='1080 600 990 750 1170 750'/> <polygon fill='%23666' points='1080 600 1170 450 990 450'/> <polygon fill='%23DDD' points='1080 900 1170 750 990 750'/> </g> </pattern> </defs> <rect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/> <rect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/> </svg>"); */
    background-image: url('./../img/footer-bg-0.png');
    background-size: cover;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 2;
}

.footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #6663473d;
    display: flex;
    z-index: -1;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    background-color: #000;
    color: var(--primary);
}

.footer .btn.btn-link {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    background-color: transparent;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    margin-top: 40px;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--white);
    text-decoration: none;
    border-bottom: 1px solid transparent !important;
}

.form-control:focus {
    background-color: transparent;
    border-color: #d8922b;
    box-shadow: 0 0 0 0.25rem #d8922b3d;
}

.form-control {
    color: var(--white);
    background-color: var(--black);
}

.footer .footer-menu a {
    margin-right: 15px;
    color: var(--white);
    border-bottom: 0 !important;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.team-img-personal {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    height: 506px;
    object-fit: cover;
}

.break-all {
    word-break: break-all;
}