/* Logo Style Start */

#logo-display-1,
#logo-scrolled-1 {
    max-width: 90px;
    image-rendering: -webkit-optimize-contrast;
}

#logo-scrolled-1 {
    margin-top: 4px;
    /* filter: drop-shadow(0.0rem 0.0rem 0.2rem rgba(0, 0, 0, 0.5)); */
    /* filter: drop-shadow(0 0 0.75rem rgb(223, 221, 221)); */
    /* filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(180deg) brightness(104%) contrast(97%); */
    /* filter: opacity(60%); */
}


/* @media (max-width: 992px) {
    .navbar-header #logo-style #logo-display-1,
    .navbar-header #logo-style #logo-scrolled-1 {
        height: 80px;
    }
} */

@media (max-width: 1023px) {
    #logo-style {
        padding: 0;
        /* padding-top: 4px; */
        margin: 0;
        /* margin-top: 11px; */
    }
    #logo-scrolled-1 {
        padding-bottom: 2;
    }
}

@media (min-width: 1024px) {
    #logo-style {
        padding: 0;
        margin: 0;
    }
}


/* Logo Style End */


/* Video Style Start */

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    /* filter: contrast(200%)brightness(200%)saturate(150%); */
    /* filter: contrast(200%); */
    /* filter: brightness(2); */
    /* filter: blur(5px); */
}


/* Video Style End */


/* World Map Style Start */

#world-map-markers {
    width: 100%;
    height: 44em;
}

@media (max-width: 1023px) {
    #world-map-markers {
        height: 20em;
    }
}

#world-map-markers .jvectormap-zoomin,
#world-map-markers .jvectormap-zoomout {
    background: rgba(124, 124, 124, 0.74);
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}

#world-map-markers .jvectormap-zoomout {
    top: 55px;
}


/* .jvectormap-zoomin {
    display: none;
} */


/* .jvectormap-zoomout {
    display: none;
} */


/* .jvectormap-zoomin {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.jvectormap-zoomout {
    width: 30px;
    height: 30px;
    top: 55px;
    line-height: 30px;
} */


/* .jvectormap-marker {
    filter: invert(27%) sepia(31%) saturate(2700%) hue-rotate(190deg) brightness(100%) contrast(97%);
    filter: invert(100%) sepia(91%) saturate(2700%) hue-rotate(190deg) brightness(500%);
} */


/* World Map Style End */


/* Social Media Footer Icons Style Start */

#social-media-footer-icons {
    padding-top: 20px;
}

.social-media-footer-one-icon {
    border: solid 1px white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    /* margin: 20px; */
    margin-right: 20px;
    margin-left: 20px;
}

.social-media-footer-one-icon:hover {
    border: solid 1px #ffb606;
    color: #ffb606;
}

footer .footer-bottom {
    margin-top: 30px;
}

footer .f-item>h3,
footer .f-item>h4,
footer .f-item>h5 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    footer .f-items .item {
        margin-bottom: 35px;
    }
    footer .f-item>h3,
    footer .f-item>h4,
    footer .f-item>h5 {
        margin-bottom: 20px;
    }
}


/* Social Media Footer Icons Style End */


/* General Style Start */

.shadow_for_titles {
    text-shadow: 0 2px 10px rgb(0, 0, 0);
}

.add_padding_bottom {
    padding-bottom: 12px;
}


/* General Style End */


/* Contact-us Style Start */

.align_center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.contact-info-area .maps-form {
    width: 80%;
}

@media (max-width: 900px) {
    .contact-info-area .maps-form {
        width: 90%;
    }
}


/* Contact-us Style */


/* Gride Style Start */

.band {
    width: 96%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 12px;
}

@media (min-width: 10em) {
    .band {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

@media (min-width: 19em) {
    .band {
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12px;
    }
}

@media (min-width: 60em) {
    .band {
        grid-template-columns: repeat(6, 4fr);
        grid-gap: 14px;
    }
}

.card {
    background: white;
    text-decoration: none;
    color: #444;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
    border-radius: .8rem;
}

.card:hover {
    /* top: -2px; */
    transform: scale(1.05);
}

.card article {
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card h1 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: #303030;
    text-align: center;
    text-shadow: 0 2px 6px rgba(119, 119, 119, 0.5);
    text-transform: capitalize;
}

.card p {
    flex: 1;
    line-height: 1.2;
}

.card .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
    border-radius: .8rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.55);
    filter: contrast(88%);
}

.card .thumb:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.603);
    filter: contrast(100%);
}


/* Gride Style End */


/* Upcoming Courses Style Start */

#upcomingCourseThumb {
    border-top-left-radius: 0.9rem;
    border-top-right-radius: 0.9rem;
}

#upcomingCourseInfo {
    border-bottom-left-radius: .9rem;
    border-bottom-right-radius: .9rem;
}

.less-line-height {
    line-height: 1.8;
}

@media (max-width: 1023px) {
    .less-line-height {
        line-height: 1.4;
    }
    #upcomingCourseInfo {
        height: 400px;
        max-height: 400px;
    }
}


/* Upcoming Courses Style End */


/* Courses Cards Start */

#courses-cards-id {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
    /* padding-bottom: 5%; */
}

#courses-cards-id .course-card {
    background: white;
    text-decoration: none;
    color: #444;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
    border-radius: .5rem;
    display: grid;
}

#courses-cards-id .course-card:hover {
    top: -2px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
}

#courses-cards-id .course-info-card {
    padding-top: 1%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-template-columns: auto auto;
}

#courses-cards-id .course-thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    display: flex;
}

#courses-cards-id .course-card .course-title-card h4 {
    font-size: 1.2em;
    font-weight: 600;
}

#courses-cards-id .course-card table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

#courses-cards-id .course-card table th,
#courses-cards-id .course-card table td {
    padding: .55em;
    text-align: center;
    font-size: .95em;
}

#courses-cards-id .course-card table th {
    text-transform: uppercase;
}

#courses-cards-id .course-card .course-card-table-tbody-tr {
    background-color: rgb(255, 255, 255)
}

#courses-cards-id .course-card .table-responsive {
    border: none;
    margin-top: 2%;
    margin-bottom: 0%;
}


/* @media screen and (max-width: 600px) { */

@media screen and (max-width: 58em) {
    #courses-cards-id .course-info-card {
        margin-left: 6%;
        margin-right: 6%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    #courses-cards-id .course-card table thead {
        border: none;
        clip: rect(0 0 0 0);
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #courses-cards-id .course-card table tr {
        display: block;
    }
    #courses-cards-id .course-card table td {
        border-top: 1px solid rgb(226, 226, 226);
        display: block;
        font-size: .92em;
        text-align: right;
    }
    #courses-cards-id .course-card table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #courses-cards-id .course-card table td:first-child {
        border-top: 0;
    }
    #courses-cards-id .course-card table td:last-child {
        border-bottom: 0;
    }
    /* .container .row .col-md-12 .breadcrumb {
            display: none;
        } */
}

@media (min-width: 58em) {
    #courses-cards-id .course-card {
        flex-direction: row;
    }
    #courses-cards-id .course-thumb {
        width: 25%;
        height: 100%;
        padding: 8%;
        border-top-right-radius: 0.0rem;
        border-bottom-left-radius: 0.5rem;
        float: left;
    }
    #courses-cards-id .course-info-card {
        padding-left: 4%;
        margin-right: 3%;
        margin-top: 1%;
        margin-bottom: 1%;
    }
}


/* Courses Cards End */


/* Search Button Start */

.search-course form button #searchIcon {
    position: relative;
    top: 2px;
    left: 1px;
}


/* Search Button End */


/* Top Search Style Start  */

.top-search {
    overflow: hidden;
}


/* Top Search Style End */


/* Title Style Start */


/* #titleStyleId {
    text-shadow: 0 2px 10px rgb(0, 0, 0);
} */

@media (max-width: 800px) {
    #titleStyleId {
        /* position: relative; */
        /* top: 3em; */
        padding-top: 20%;
    }
}


/* Title Style End */


/* Course Image Style Start */

#courseImagePadding {
    padding-top: 7%;
}

@media (max-width: 800px) {
    #courseImagePadding {
        padding-top: 40%;
    }
}


/* Course Image Style End */


/* About Us Image Style Start */

@media (max-width: 900px) {
    #AboutUs-And-ContactUs-Image-Padding-Top {
        padding-top: 23%;
    }
}


/* About Us Image Style End */


/* Search Results Page Style Start */

#searchTermsInTitle {
    overflow: hidden;
}

.noResultsFound {
    padding-top: 5em;
    padding-bottom: 5em;
}

.noResultsFound h3 {
    margin-bottom: 0px;
}


/* Search Results Page Style End */


/* Pagination Style Start */


/* .pagination>li>a,
.pagination>li>span {
    color: #497c62;
} */


/* .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #436b56;
    border-color: #436b56;
} */


/* Pagination Style End */


/* Registrations Form Style Start */

#Registrations_form {
    display: none;
}

@media (min-width: 901px) {
    #Registrations_form {
        width: 60%;
    }
}

@media (max-width: 900px) {
    #Registrations_form {
        width: 100%;
    }
}

.radio_gender_lable {
    padding: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    width: 8rem;
    text-align: center;
    font-weight: 100;
    color: rgb(97, 97, 97);
}

.radio_gender {
    display: none;
}

.radio_gender:checked~.radio_gender_lable {
    border: solid 1px rgb(190, 190, 190);
    border-radius: .5rem;
    font-weight: 600;
    color: rgb(90, 90, 90);
    /* background-color: aqua; */
    /* color: blue; */
}


/* Registrations Form Style End */


/* NavBar Dropdown Menu Style Start */

@media (min-width: 1024px) {
    #navbar-menu .dropdown-menu {
        overflow-y: scroll;
        height: 24em;
    }
}


/* NavBar Dropdown Menu Style End */


/* ----------------------------------------- */


/* Certificates Page Style Start */

@media (max-width: 800px) {
    #certificatestitleStyleId {
        padding-top: 20%;
    }
}

#certificatestitleStyleId h2 {
    text-transform: uppercase;
}

#CertificatesPagePadding {
    /* height: 24.5em; */
    padding-top: 10em;
    padding-bottom: 10em;
    text-align: center;
}

#formForCertificatesSearch {
    margin-top: 25px;
}


/* Certificates Page Style End */


/* ----------------------------------------- */


/* Certificates Search Results Style Start */

#Search-Results-Container {
    /* height: 10em; */
    width: 95%;
    display: flex;
    flex-direction: row;
    grid-gap: 50px;
    padding: 1%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-top: 3%;
    margin-bottom: 3%;
}

#Trainer-Info {
    display: flex;
    flex-direction: column;
    width: 20%;
    border: solid 1px rgb(202, 202, 202);
    border-radius: 1rem;
    height: fit-content;
    background: rgba(245, 245, 245, 0.829);
    box-shadow: 0px 0px 10px rgb(185, 185, 185);
}

#Certificate-Image-Container {
    width: 80%;
    height: fit-content;
}

#Certificate-Image {
    border-radius: 1rem;
    box-shadow: 0px 0px 10px rgb(83, 83, 83);
    border: solid 1px rgb(102, 102, 102);
}

#Trainer-Image-Container {
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

#Trainer-Image-Inner-Container {
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

#Trainer-Image {
    width: 75%;
    height: fit-content;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin-top: 10%;
    box-shadow: 0px 0px 6px #6b6b6b;
    border: solid 1px rgb(190, 190, 190);
    display: block;
}

#validity-icon {
    position: absolute;
    height: 28%;
    width: auto;
    bottom: 0rem;
    right: 2.4rem;
    filter: drop-shadow(0px 0px 2px #1b1b1b);
}

#Trainer-Data {
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 18px;
    text-shadow: 0px 0px 4px #afafaf;
}

@media (max-width: 1023px) {
    #Search-Results-Container {
        width: 99%;
        grid-gap: 20px;
        display: flex;
        flex-direction: column-reverse;
        padding: 1%;
        margin-right: 1.5%;
        margin-left: 1.5%;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    #Certificate-Image-Container {
        width: 98%;
    }
    #Trainer-Info {
        width: 98%;
        padding-left: 2%;
        padding-right: 2%;
    }
    #Trainer-Image {
        /* margin-top: 0%; */
        margin-top: 6%;
        width: 76%;
    }
    #validity-icon {
        height: 30%;
        bottom: 0rem;
        right: 2.5rem;
    }
    #Trainer-Data {
        font-size: 15px;
    }
}

.Trainer-Info-Table-Address {
    /* text-decoration: underline; */
    padding-bottom: 1px;
    color: rgb(104, 104, 104);
}

.Trainer-Info-Table-Value {
    font-weight: 800;
    padding-bottom: 18px;
    color: rgb(102, 102, 102);
}


/* Certificates Search Results Style End */