/********** Template CSS **********/
:root {
    --dark: #1B2C51;
    --light: #EFF5FF;
    --primary: #0463FA;
    font-family: 'Poppins,sans-serif';
}

body {
    font-family: 'Poppins,sans-serif';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 900;
    font-family: 'Poppins,sans-serif';
}

a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

/*img {
    width: 100%;
}*/

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
    text-shadow: 0 0 30px rgb(255 224 0);
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    right: 45px;
    z-index: 99;
    bottom: 45px;
    display: none;
    position: fixed;
}

.link-btn {
    color: #000;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all ease 0.3s;
    text-transform: capitalize;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
}

#spinner.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-out, visibility 0s linear 0s;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 25px;
    height: 25px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    justify-content: center;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    vertical-align: middle;
}

.navbar .navbar-nav .nav-link {
    outline: none;
    padding: 25px 0;
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffaf00 !important;
}

.modal-dialog {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.modal-content {
    outline: 0;
    width: 100%;
    display: flex;
    color: #fff;
    position: relative;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    pointer-events: auto;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    background-clip: padding-box;
    -webkit-box-direction: normal;
    border: 1px solid transparent;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-negative: 0;
    -ms-flex-align: center;
    padding: 1.5rem 1.5rem;
    -webkit-box-align: center;
    border-bottom: 1px solid #eaedf1;
    border-top-left-radius: calc(1rem - (1px));
    border-top-right-radius: calc(1rem - (1px));
}

.page-nav {
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.background-img img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-text {
    top: 50%;
    left: 0px;
    z-index: 2;
    position: absolute;
    text-align: center;
    transform: translate(0%, -50%);
}

.overlay-text h2 {
    color: #fff;
    font-size: 47px;
    font-weight: bold;
}

.overlay-text ul li {
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

.bg-back-color {
    min-height: 160px;
    background-color: #222;
}

.navbar .navbar-brand,
.navbar a.btn {
    z-index: 1;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: #fff;
    margin: 0px 10px;
    font-weight: 600;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    /* background: #00675f; */
    box-shadow: 0px 0px 5px 0px;
}

.dropdown-item {
    width: auto;
    font-size: 16px;
    margin: 0px 2px;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #f3f3f3;
}

.dropdown-item:active {
    color: #fff;
    background: #fdb200 !important;
}

.dropdown-item:hover {
    color: #fff;
    background: #fdb200 !important;
}

/*** Header ***/
.header-carousel .owl-nav {
    left: 50%;
    bottom: 20px;
    height: 15px;
    width: 100px;
    display: flex;
    position: absolute;
    transform: translateX(-50%);
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 15px;
    transition: .5s;
    color: #FFFFFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #f4a805;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #000;
}

.header-carousel .owl-dots {
    left: 50%;
    height: 45px;
    bottom: 30px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.header-carousel .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    transition: .5s;
    position: relative;
    border-radius: 15px;
    display: inline-block;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
    background: url(../img/header-page.jpg) top center no-repeat;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*** Footer ***/
.footer .btn.btn-social {
    width: 35px;
    height: 35px;
    display: flex;
    transition: .3s;
    margin-right: 5px;
    align-items: center;
    color: var(--light);
    justify-content: center;
    border: 1px solid #FFFFFF;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    padding: 0;
    display: block;
    font-size: 15px;
    transition: .3s;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight: normal;
    text-transform: capitalize;
}

.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 {
    color: #FFFFFF;
    box-shadow: none;
    letter-spacing: 1px;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 17px;
    border-top: 1px dotted #fff;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

#customers {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
}

#customers td,
#customers th {
    padding: 8px;
    border: 1px solid #000;
}

#customers tr:nth-child(even) {
    background-color: #fff1d1;
}

#customers tr:hover {
    background-color: #ffd574ff;
}

#customers th {
    color: white;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fdb200;
}