@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Work+Sans:wght@200;400;600;900&display=swap");
:root {
    --p-color: #000;
    --s-color: #fff;
    --h-family: "PT Serif", serif;
    --p-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--h-family);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}

p {
    font-family: var(--p-family);
    margin-bottom: 0;
}

a {
    font-family: var(--p-family);
}

a:hover {
    text-decoration: none;
}

/* global css */

.rbtn-alt a > p {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.4s ease;
}

.rbtn-alt a > p:hover {
    background: rgba(255, 255, 255, 1);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

/* sub header css */

.sheader-bg {
    background: #000;
    padding: 10px 0 15px 0;
}

.shcontact-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.shcontact-list ul > li {
    display: inline-block;
    margin-right: 15px;
}

.shcontact-list ul > li > h6 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 200;
}

.shcontact-list ul > li > h6 > i {
    margin-right: 5px;
}

.shsocial-list ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.shsocial-list ul > li {
    display: inline-block;
    margin-left: 16px;
}

.shsocial-list ul > li > h6 > a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 200;
}

.shsocial-list ul > li > h6 > i {
    margin-right: 5px;
}

.header-modal-button {
    display: flex;
    justify-content: center;
}
.book_button {
    text-align: center;
    font-family: var(--h-family);
    display: inline-block;
    margin: 0 5px;
}

.book_button .btn {
    font-size: 12px;
}

.form-control {
    text-transform: capitalize;
}

/* header css */

.navbar-brand {
    height: 115px;
}

.navbar-brand img {
    height: 100%;
}

/* .hlogo {
    height: 100px;
} */

.hlogo-img img {
    height: 100px;
}

.hmenu-list ul {
    display: flex;
    align-items: center;
}

.hmenu-list ul > li {
    margin: 0 15px;
}

.hmenu-list ul > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
}

/* footer css */

.fcard-bg {
    background: #000;
    padding: 50px 0;
}

.fcopyright h6 {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    font-weight: 200;
}

@media only screen and (max-width: 800px) {
    .fcard-logo {
        justify-content: center;
    }
}

.fcard-logo {
    display: flex;
    align-items: center;
}

.fcard-img {
    height: 200px;
    overflow: hidden;
}

.fcard-img img {
    height: 100%;
    object-fit: contain;
}

.fbranch-title h4 {
    color: #fff;
    margin-bottom: 30px;
}

.fbranch-list {
    border-bottom: 1px solid #fff;
}

.fbranch-list ul {
    padding-left: 0;
    text-align: right;
    margin-top: 15px;
}

.fbranch-list ul > li {
    display: inline-block;
    margin-left: 15px;
}

.fbranch-list ul > li:first-child {
    float: left;
    margin-left: 0;
}

.fbranch-list ul > li:first-child > h6 {
    background: #000;
    color: #fff;
    padding-left: 0;
}

.fbranch-list ul > li > h6 {
    background: #fff;
    font-size: 12px;
    padding: 5px 15px;
}

.fsocial-list ul {
    padding-left: 0;
    text-align: right;
}

.fsocial-list ul > li {
    display: inline-block;
}

@media only screen and (max-width: 400px) {
    .htraining-title h4 {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 400px) {
    .htraining-title h4 {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 800px) {
    .fsocial-list ul {
        text-align: center !important;
    }
    /* .fbranch-list ul {
        text-align: center !important;
    } */
    .fsocial-card {
        text-align: center !important;
        margin-top: 15px !important;
    }
}

.fsocial-list ul > li > h6 {
    color: #fff;
    font-weight: 200;
    font-size: 25px;
    margin-left: 15px;
}

.fsocial-card {
    text-align: right;
    display: flex;
    align-items: center;
}

.fsocial-card h6 {
    color: #fff;
    font-weight: 200;
}

.fsocial-card h4 {
    color: #fff;
    margin-top: 30px;
}

.fsocial-list i {
    font-size: 25px;
    padding: 5px;
}

/* home carousel css */

.carousel-item {
    height: 600px;
    overflow: hidden;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    bottom: 200px;
    text-align: left;
    width: 20%;
}

.carousel-caption p {
    text-transform: capitalize;
    font-size: 18px;
}

.carousel-caption h5 {
    text-transform: capitalize;
    font-family: var(--p-family);
    font-size: 50px;
    font-weight: 600;
}

/* home traning css */

.htraining-card {
    background: #000;
    padding-top: 100px;
}

.htraining-card h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.htraining-img-bg {
    background: linear-gradient(#000 50%, rgba(0, 0, 0, 0) 50%);
}

.htraining-img-card {
    height: 400px;
    overflow: hidden;
    border: 2px solid #fff;
}

.htraining-img-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.htraining-title {
    position: relative;
    bottom: 75px;
    margin-bottom: -38px;
}

.htraining-title h4 {
    text-transform: capitalize;
    font-weight: 200;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 0 0 5px #000;
}

/* home product css */

.hproduct-imgs {
    height: 200px !important;
}

.hproduct-imgs img {
    height: 100%;
    object-fit: cover;
}

.hproduct-bg h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.h-product-bg a .hproduct-desc {
    color: #000;
}

.hproduct-card {
    margin-top: 15px;
}

.hproduct-img {
    height: 300px;
    overflow: hidden;
}

.hproduct-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hproduct-desc {
    text-align: center;
    margin-top: 15px;
    color: #000;
}

.hprduct-desc h6 {
    font-weight: 200;
}

.hproduct-desc p {
    font-weight: 800;
}

/* home infographics css */

.hinfo-bg {
    padding: 200px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/banner.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.hinfo-bg h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.hinfo-desc {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    text-transform: capitalize;
}

.hinfo-desc h4 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
}

/* home blog section */

.hblog-bg {
    background: #f7f7f7;
    padding: 100px 0;
}

.hblog-bg h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.hblog-card {
    margin-top: 30px;
}

@media only screen and (max-width: 800px) {
    .hblog-card {
        margin-bottom: 30px;
    }
}

.hblog-imgs {
    height: 225px;
}

.hblog-imgs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hblog-img {
    height: 270px;
    overflow: hidden;
    position: relative;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.hblog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hblog-desc {
    padding: 0 20px;
    position: relative;
    bottom: 203px;
    margin-bottom: -203px;
    height: auto;
}

.hblog-desc h4 {
    color: #fff;
    letter-spacing: 0;
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 20px;
}

.hblog-desc h4::first-letter {
    text-transform: uppercase;
}

/* blog list css */

.bpagination-card ul {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bpagination-card ul > li {
    display: inline-block;
    background: #fff;
    padding: 3px 9px;
    margin: 0 5px;
    transition: 0.4s ease;
}

.bpagination-card ul > li > a {
    color: #000 !important;
}

.bpagination-card ul > .active {
    display: inline-block;
    background: #000;
    padding: 3px 9px;
}

.bpagination-card ul > .active > a {
    color: #fff !important;
}

/* blog detail css */

.bdetail-img {
    height: 300px;
    overflow: hidden;
}

.bdetail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bdetail-title {
    text-align: center;
    margin-top: 15px;
}

.bdetail-title h6 {
    margin-top: 10px;
    color: #ccc;
}

.bdetail-title h6 > i {
    margin-right: 5px;
}

.bdetail-desc {
    margin: 30px 0;
}

.bdetail-desc p {
    text-align: justify;
}

/* about section */

.about-title h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.about-title h2 {
    text-align: center;
    font-weight: 200;
    font-size: 40px;
}

.about-desc p {
    text-align: center;
    margin-top: 30px;
}

.aimage-card {
    height: 400px;
    overflow: hidden;
}

.aimage-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.aquote-card {
    height: 400px;
    display: flex;
    align-items: center;
}

.aquote-card h2 {
    padding: 100px;
    text-align: center;
}

/* shop css */

.scard-img {
    height: 200px;
}

.smenu-list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.smenu-list ul > li {
    display: inline-block;
    margin-right: 10px;
    transition: 0.4s ease;
}

.smenu-list ul > li > a > p:hover {
    text-shadow: 0 0 1px #000;
}

.smenu-list ul > li > a > p {
    text-transform: uppercase;
    color: #000;
}

.smenu-list ul > li > .sactive {
    text-shadow: 0 0 1px #000;
    font-weight: 600;
}

.ssearch-form form {
    float: right;
}

/* product detail */

.pdetail-img {
    height: 500px;
    overflow: hidden;
}

.pdetail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .pdetail-desc {
    padding: 100px;
} */

.pdetail-desc h2 {
    font-weight: 200;
}

.pdetail-desc h4 {
    margin-top: 15px;
    font-weight: 600;
}

.pdetail-desc p {
    margin-top: 30px;
    text-align: justify;
}

/* team section css */

.timage-card {
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
}

.timage-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tdesc-card {
    background: #000;
    color: #fff;
    padding: 10px 25px;
}

.tcard-title h2 {
    text-align: center;
    text-transform: uppercase;
}

/* contact css */

.cpage-title h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.home_heading h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: var(--h-family);
    padding: 10px;
}

.contact_details {
    padding: 20px;
    display: flex;
    color: var(--p-color);
    font-family: var(--p-family);
}

.contact_details ul {
    padding: 0;
}

.contact_details li {
    color: var(--p-color);
    font-size: 20px;
    font-weight: 400;
    list-style: none;
}

.contact_details a li {
    color: var(--p-color);
    text-decoration-color: var(--p-color);
    font-size: 20px;
    font-weight: 400;
}

.contact_details .icons {
    font-size: 25px;
    padding: 0 8px;
    color: var(--p-color);
}

.contact_map {
    margin-bottom: 10px;
}

.feed_form {
    border: 1px solid #ebebeb;
    padding: 20px;
    font-family: var(--h-family);
}

.feed_form label {
    font-size: 17px;
    font-weight: 400;
}

.form-group {
    margin-top: 20px;
}

.courses_button {
    text-align: center;
}

/* .....testimonial page...... */

.testimonial {
    padding: 30px 0;
}

.single_test {
    background-color: var(--s-color);
    box-shadow: 8px 4px 10px -1px rgb(202 207 214 / 24%);
    padding: 5px;
    /* border: 1px solid #000; */
}

.top_test {
    display: flex;
    padding-top: 10px;
}

.test_image {
    height: 80px;
    width: 80px;
}

.test_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ebebeb;
}

.test_name {
    padding: 25px;
    text-transform: capitalize;
}

.test_name h6 {
    font-size: 18px;
}

.test_desc {
    padding: 10px 0;
    text-align: justify;
}

/* ......career page.... */

.cpage-title p {
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
}

.company_detail {
    margin-top: 30px;
}

.company_image {
    height: 400px;
    width: 100%;
}

.company_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.company_detail p {
    font-size: 20px;
}

.apply_title {
    text-align: center;
    text-transform: capitalize;
}

.core_value .apply_title {
    color: #fff;
}

.core_value {
    background-color: #000;
    padding: 30px 0;
}

.core_value_desc {
    text-align: center;
    text-transform: capitalize;
    margin-top: 50px;
    color: #fff;
}

.core_all {
    padding: 0 10px 10px 10px;
    border: 1px solid #ebebeb;
}

.core_title {
    padding: 15px;
}

.form_button {
    text-align: center;
    margin-top: 20px;
}

.form_button .btn {
    font-size: 15px;
    text-transform: capitalize;
}

/* .....barista training....... */

.barista_image {
    height: 600px;
    width: 100%;
}

.barista_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.barista_detail {
    text-transform: capitalize;
    margin-top: 20px;
}

.barista_price {
    padding: 15px 0;
    display: flex;
}

.barista_price h3 {
    padding-right: 10px;
}

.barista_desc p {
    font-size: 20px;
    padding-top: 10px;
}

.accordion {
    margin-top: 20px;
}

.card {
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
}

.card-header {
    border-color: #adb5bd;
}

.btn-link {
    color: #fff;
}

.btn-link:hover {
    color: #adb5bd;
}

.card-header h2 button {
    text-transform: capitalize;
    font-family: var(--h-family);
    font-size: 25px;
}

.gallery {
    padding-top: 10px;
}

.gallery_images {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
}

.gallery_images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.btn:focus {
    box-shadow: none !important;
}

/* ......courses form..... */

.supporting_image {
    margin-top: 20px;
}

.supporting_image .home_headings h1 {
    background-color: #343a40;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.home_headings {
    text-transform: capitalize;
    text-align: center !important;
    font-family: var(--h-family);
}

.supporting_image {
    padding: 80px;
    background-color: #000;
}

.supporting_image label {
    color: #fff;
    font-family: var(--h-family);
    font-size: 20px;
}

.supporting_image form-row {
    padding: 10px;
}

.supporting_image form label span {
    color: red;
}

.supporting_image form {
    padding: 10px;
}

.supporting_image form .btn {
    text-transform: capitalize;
}

.supporting_image form .courses_button {
    padding: 40px 0 0 0;
}

.album_contents {
    padding: 30px;
}

.album_image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.album_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 5px;
}

.album_desc {
    text-align: center;
    font-family: var(--header-font);
    padding: 10px;
}

.album_desc p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.album_contents a {
    text-decoration: none;
}

.gallery_images {
    height: 200px;
    width: 100%;
    margin-top: 30px;
}

.gallery_images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top_title {
    padding: 30px;
    font-family: var(--header-font);
    text-align: center;
    color: var(--primary-color);
}

.top_title h1 {
    font-size: 35px;
    font-weight: 700;
}

.career_title {
    /* text-align: center; */
    text-transform: uppercase;
    display: flex;
    justify-items: center;
    justify-content: center;
}

.career_title h2 {
    margin-right: 20px;
}

.career_title .btn {
    text-transform: capitalize;
    cursor: pointer;
}

.branch-main-img {
    height: 200px;
    overflow: hidden;
}
.branch-main-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.branch-detail-img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}
.branch-detail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.certificate1 p {
    position: absolute;
    z-index: 1;
    right: 4%;
    top: 44%;
    font-weight: bold;
}
.certificate3 h1 {
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 15%;
}
.certificate5 h4 {
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 32%;
    font-style: italic;
}
