body, html {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: "Oxanium", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

img {
    max-width: 100%;
}

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

.oxanium {
    font-family: "Oxanium", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.courier-prime {
    font-family: "Courier Prime", serif;
    font-style: normal;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.card {
    border-radius: 0 !important;
    box-shadow: 8px 8px 0px #000;
}

.btn-rounded {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.bg-dark {
    background: #000 !important;
}

.btn {
    border-radius: 0;
}

.btn-dark {
    background: #000 !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Courier Prime", sans-serif;
    padding: 0;
    margin: 0;
}

.header {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.header .navbar li {
    margin-left: 10px;
}

.header .navbar li a {
    font-family: "Courier Prime", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.page-header {
    padding: 50px 0;
    background-color: #000;
    color: #fff;
    margin-bottom: 50px;
}

/* HOME PAGE */
/*=============================*/

.slider-content .swiper {
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.slider-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-content .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content .card .card-body {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-content .card .card-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.apply-content {
    padding: 75px 0;
}

.apply-content .form-control {
    background: transparent;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    outline: none;
    box-shadow: none !important;
}

.apply-content .applyForm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* SERVICES PAGE */
/*=============================*/

.service-content .card .card-body {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-content .card .card-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* SERVICE PAGE */
/*=============================*/

/* APPS PAGE */
/*=============================*/

/* APP PAGE */
/*=============================*/

/* REFERENCES PAGE */
/*=============================*/

/* REFERENCE PAGE */
/*=============================*/

/* CONTACT PAGE */
/*=============================*/
.form-control {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 10px 0;
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.footer {
    background: #000;
    color: #fff;
    padding: 25px 0;
}