<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: MinionPro;
    src: url(../minionpro-regular.html);
}

:root {
    --primary-color: #86a80f;
}

green {
    color: #86a80f;
}

white {
    color: #fff;
}

black {
    color: #000;
}

.green_bg {
    background: #86a80f;
}

.white_bg {
    color: #fff;
}

.black_bg {
    color: #000;
}

.light_green_bg {
    background: #d5dbc2; 
}

.light_grey_bg {
    background: #eee; 
}

.dark_grey_bg {
    background: #363636; 
}

/* common css Start */
body {
    font-family: "Open Sans", sans-serif;
}

ul,
ol {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
}

.btn {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 10px;
}

.btn-green {
    background: #678c31 !important;
    color: #323232;
}

.btn-green:hover {
    background: #5c7d2a;
    color: #fff;
}

.btn-black {
    background: #323232;
    color: #fff;
}

.btn-black:hover {
    background: #000;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #323232;
}

.btn-white:hover {
    background: #d5dbc2;
    color: #323232;
}


/* common css end */

/* top header */
.top_header {
    background-color: var(--primary-color);
    padding: 10px 0px;
}

.top_header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top_header ul a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

li.top_header_phone {
    margin-right: 30px;
}

.top_header_phone&gt;a,
.top_header_login a {
    display: flex;
    align-items: center;
}

.top_header_phone img {
    object-fit: contain;
    width: 20px;
    margin-right: 5px;
}

li.top_header_login {
    margin-right: 25px;
}

.top_header_login img {
    object-fit: contain;
    width: 20px;
    margin-right: 5px;
}

.search_bar_header {
    position: relative;
}

.top_header_search img {
    height: 15px;
    position: absolute;
    left: 10px;
    object-fit: contain;
    top: 6px;
}

.top_header_search input {
    width: 203px;
    height: 27px;
    background-color: #d5dbc2 !important;
    box-shadow: none !important;
    border: 0px !important;
    padding-left: 30px;
    border-radius: 15px !important;
    color: #fff;
}

/* Bottom Menu */
.site_logo {
    padding-bottom: 0px;
}

.site_logo img {
    width: 145px;
}

.botom_header {
    padding: 15px 0px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #ccc;
}

.botom_header .collapse {
    justify-content: flex-end;
}

.botom_header .nav-link {
    font-size: 16px;
    font-weight: 600;
}

.botom_header .nav-link:hover {
    color: var(--primary-color);
}

.botom_header .nav-link.active {
    color: var(--primary-color);
}

.botom_header li.nav-item:not(:last-child) {
    margin-right: 15px;
}

/* Hero Banner Css */
.hero_banner {
    background-image: url(../png/hero-banner.jpg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 150px 0px;
}

.hero_banner video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_banner::after {
    position: absolute;
    content: url(../png/15-year-logo-m.png);
    top: 0;
    left: 0;
    z-index: 1;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}

.hero_content {
    position: relative;
    z-index: 9;
    text-align: center;
}

.hero_content h1 {
    font-size: 63px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 40px;
}

.hero_content h1&gt;b {
    color: var(--primary-color);
}

.hero_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_content ul&gt;li:not(:last-child) {
    margin-right: 30px;
}

.hero_content ul&gt;li {
    font-size: 24px;
    line-height: 1.3;
    color: #d5dbc2;
    font-weight: 800;
    position: relative;
}

.hero_content ul&gt;li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 14px;
    right: -26px;
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid var(--primary-color);
    transform: rotate(180deg);
}

.hero_content_btns {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.hero_content .btn {
    background-color: #d5dbc2;
    color: #323232;
}

.hero_content .btn:hover {
    background-color: #323232;
    color: #d5dbc2;
}

/* Hero Banner Css end */

.second_section {
    padding: 100px 0px;
    background-color: #d5dbc2;
}

.content_section {
    text-align: center;
}

.content_section p {
    font-size: 24px;
    line-height: 1.3;
    color: #323232;
}

.content_section h2 {
    font-size: 46px;
    line-height: 1.3;
    color: #678c31;
    font-weight: 800;
    margin-bottom: 30px;
}

.content_section h2&gt;u {
    text-decoration-color: #fff;
}

/* cards_section Start */
.cards_section {
    position: relative;
    padding: 100px 0px;
}

.cards_section::after {
    width: 1px;
    content: '';
    position: absolute;
    height: 80%;
    background-color: var(--primary-color);
    top: 48%;
    left: 50%;
    transform: translate(50%, -46%);
}

.card_content img {
    width: 120px;
    height: 120px;
}

.card_content {
    text-align: center;
    padding: 0 50px;
    position: relative;
    min-height: 100%;
    margin: 30px 0px;
    padding-top: 35px;
}

.card_content::after {
    content: '';
    position: absolute;
}

.card_content::after {
    width: calc(100% + 30px);
    height: 1px;
    background-color: #86a80f;
    bottom: 0px;
    right: 0px;
}

.card_content h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.learn_more {
    min-width: 202px;
    background-color: #d5dbc2;
    color: #323232;
    border: 2px solid #d5dbc2;
}

.learn_more:hover {
    color: #86a80f;
    border: 2px solid #86a80f;
}

.cards_section .col-md-6:nth-last-child(2) .card_content::after,
.cards_section .col-md-6:last-child .card_content::after {
    display: none;
}

/* Dark Lead Section */
.padding-90 {
    padding-bottom: 90px;
}

.dark_lead_section {
    padding: 70px 0px;
    background-color: #363636;
}

.dark_lead_heading h2 {
    font-size: 42px;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 30px;
    font-weight: 800;
}

.dark_lead_heading h2&gt;u {
    text-decoration-color: #d5dbc2;
}

.dark_lead_heading p {
    font-size: 22px;
    color: #d5dbc2;
    font-weight: 400;
}

.dark_lead_img {
    width: 120px;
    height: auto;
}

.dark_cpntent_lead h3,
.dark_cpntent_lead li,
.dark_cpntent_lead p {
    color: #fff;
    position: relative;
}

.dark_cpntent_lead&gt;a {
    background-color: #d5dbc2;
    margin-top: 30px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.dark_cpntent_lead&gt;a:hover {
    border: 2px solid #d5dbc2;
    color: #d5dbc2;
}

.dark_cpntent_lead h3 {
    margin-bottom: 15px;
}

.list_style ul {
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.list_style ul&gt;li {
    width: 50%;
    line-height: 1.5;
    font-size: 16px;
}

.new_lsit_style {
    display: flex;
    align-items: center;
}

.new_lsit_style li:not(:last-child) {
    margin-right: 30px;
}

.new_lsit_style li:not(:last-child):after {
    content: '|';
    width: 10px;
    position: absolute;
    top: 1px;
    right: -20px;
    font-size: 15px;
}

/* rating_section */
.rating_section {
    padding: 70px 0px;
}

.rating_heading {
    text-align: center;
}

.rating_heading h2 {
    color: var(--primary-color);
    font-size: 100px;
    font-weight: 800;
}

.rating_heading img {
    width: 66%;
}

.rating_heading h5 {
    font-size: 31px;
    color: #678c31;
    line-height: 1.5;
    margin-top: 5px;
}

.rating_section .row {
    align-items: center;
}

.rating_descp h3 {
    font-size: 30px;
    color: #323232;
    font-weight: 600;
    line-height: 1.2;
}

.rating_descp a.btn {
    background-color: #323232;
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid transparent;
}

.rating_descp a.btn:hover {
    background-color: #fff;
    color: #323232;
    border: 2px solid #323232;
}

.groth_section {
    padding: 70px 0px;
    background-color: var(--primary-color);
    text-align: center;
}

.groth_section h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.4;
}

.groth_section h2&gt;strong {
    color: #fff;
    font-weight: 700;
}

.team_section {
    background-image: url(../png/team_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding-top: 70px;
}

.team_content {
    text-align: center;
}

.team_content h2 {
    font-size: 46px;
    color: var(--primary-color);
    font-weight: 800;
}

.team_content p {
    font-size: 25px;
    color: #323232;
    font-weight: 600;
}

.team_content a.btn {
    display: inline-block;
    margin-top: 30px;
    background-color: #323232;
    color: var(--primary-color);
}

.team_content a.btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.team_section .row {
    align-items: center;
}

/* ensure_section */
.ensure_section {
    text-align: center;
    padding: 70px 15px 20px 15px;
    background-color: #d5dbc2;
}

.ensure_card img {
    background-color: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.ensure_card {
    margin-bottom: 60px;
}

.ensure_card h3 {
    font-weight: 800;
    margin-bottom: 15px;
    color: #323232;
    font-size: 30px;
}

.ensure_section h2 {
    margin-bottom: 50px;
    font-weight: 600;
}

.ensure_card p {
    font-weight: 600;
    color: #323232;
}

/* partner_section */
.partner_section {
    padding: 70px 0px;
    text-align: center;
}

.partner_section h2 {
    font-size: 44px;
    color: #323232;
    font-weight: 800;
    margin-bottom: 50px;
}

.partner_section h2&gt;strong {
    color: var(--primary-color);
}

.partner_section h3 {
    font-weight: 600;
}

.partner_section a.btn {
    background-color: #678c31;
    color: #ffff;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid transparent;
}

.partner_section a.btn:hover {
    background-color: #fff;
    color: #678c31;
    border: 2px solid #678c31;
}

.contact_section {
    padding: 70px 0px;
    background-color: #323232;
}

.contact_section h2 {
    font-size: 46px;
    color: var(--primary-color);
    font-weight: 800;
    text-align: center;
}

.contact_form input {
    height: 46px;
    font-weight: 600;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.contact_form select,
.contact_form textarea {
    font-weight: 600;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.check_box_card {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem;
    border: 1px solid #dee2e6;
}

.check_box_card h3 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
}

.check_box_card .form-check:not(:last-child) {
    margin-right: 20px;
}

.check_box_card .form-check-label {
    line-height: 1.2;
    font-size: 14px;
    cursor: pointer;
}

.check_box_card .form-check input.form-check-input {
    float: unset;
    border-radius: 0px;
    border: 2px solid var(--primary-color);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-shadow: none !important;
}

.check_box_card .form-check-input:checked[type=checkbox] {
    background-color: var(--primary-color);
}

.check_box_card .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.check_box_card h3 {
    width: 100%;
    margin-bottom: 15px;
}

.submit_btn button.btn {
    background-color: #678c31;
    font-size: 20px;
    color: #ffff;
    font-weight: 600;
    padding: 5px 35px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    border: 2px solid #678c31;
    border-radius: 0px;
}

.submit_btn button.btn:hover {
    border: 2px solid #678c31;
    background-color: transparent;
}

/* --------------- inner pages ---------------- */
.inner_banner {
    background-image: url(../png/hero-banner.jpg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 150px 0px;
}

    .inner_banner::after {
        position: absolute;
        content: url(../png/15-year-logo-m.png);
        background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 60%, #86a80f 40%);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        z-index: 0;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }

.inner_banner .container {
    position: relative;
    z-index: 1;
}

.inner_banner h1 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 800;
    text-align: left;
    line-height: 1.5;
}

.inner_banner .btn {
    background-color: #323232;
    color: #ffffff;
    margin-top: 10px;
}

.inner_banner .btn.grey_btn {
    margin-top: 10px;
    max-width: 270px;
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.inner_banner .btn:hover {
    color: #323232;
    background-color: #d5dbc2;
}

.inner_banner .btn.grey_btn {
    background-color: #d5dbc2;
    color: #323232;
}

.inner_banner .btn.grey_btn:hover {
    color: #d5dbc2;
    background-color: #323232;
}

.our_reviews {
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}

.our_reviews_side {
    position: relative;
    z-index: 9;
}

.our_reviews::after {
    content: '';
    position: absolute;
    /* width: 42%; */
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: #efefef;
}

.right_card:not(:last-child) {
    margin-bottom: 50px;
}

.right_card h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.review_top_heading {
    margin-bottom: 40px;
}

.review_top_heading h2 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 50px;
}

.review_card {
    position: relative;
    padding: 2rem;
    border: 1px solid #86a80f29;
}

.review_card:not(:last-child) {
    margin-bottom: 20px;
}

.review_card strong {
    color: var(--primary-color);

}

#review_card_sec {
    scrollbar-width: none;
}

.review_card_parent {
    max-height: 1100px;
    overflow: auto;
}

.post_by_info {
    display: flex;
    align-items: center;
}

.our_reviews_side figure {
    max-width: 70px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.back-to-top {
    position: absolute;
    bottom: -60px;
    right: 15px;
    display: none;
    z-index: 999;
    background-color: var(--primary-color);
    color: #fff;
    border: 0px !important;
    border-radius: 5px;
    padding: 11.2px 12px;
    line-height: 0;
    font-size: 16px;
}

/* Footer */
.site_footer {
    padding-top: 70px;
    background-color: #d5dbc2;
}

.copy_right {
    background-color: #678c31;
    padding: 10px 0px;
}

.footer_info h2 {
    color: #323233;
    font-weight: 800;
}

.footer_info&gt;a {
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 800;
}

.footer_btn a.btn {
    background-color: #fff;
    color: #323232;
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: max-content;
    width: 260px;
    justify-content: center;
}

.footer_btn a.grey_green {
    background-color: #323232;
    margin-top: 10px;
    color: #FFFF;
}

.footer_btn a&gt;img {
    width: 22px;
    margin-right: 10px;
}

.footer_info {
    margin-bottom: 40px;
}

.footer_btn {
    margin-bottom: 30px;
}

.footer_site {
    background: #ffff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    padding: 1.35rem;
    border: 3px solid var(--primary-color);
}

.footer_site img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner_logo_foo {
    display: flex;
    align-items: center;
    gap: 0px 30px;
    justify-content: end;
    margin-bottom: 40px;
}

.footer_menu li {
    padding-bottom: 10px;
    position: relative;
    padding-right: 20px;
}

.footer_menu li::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0px;
    border-top: 9px solid transparent;
    border-right: 11px solid var(--primary-color);
    border-bottom: 9px solid transparent;
}

.footer_menu li&gt;a {
    color: #323323;
}

.copy_right {
    margin-top: 40px;
}

li.facebook_link {
    margin-left: 20px;
}

.facebook_link img,
.linked_link img {
    width: 30px;
}

.copy_right p {
    margin-bottom: 0px;
}

.copy_right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.copy_right * {
    color: #fff;
}

.copy_right li:last-child {
    margin-left: 5px;
}

/* width */
.review_card_parent::-webkit-scrollbar {
    width: 0px;
    opacity: 0px;
}


/* course page */

.skills_course {
    padding-top: 70px;
    padding-bottom: 70px;
}

.skills_course .nav-tabs {
    gap: 10px;
    border-bottom: 10px solid var(--primary-color);
}

.skills_course .nav-tabs .nav-link {
    background: #d5dbc2;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    border: 0;
    margin: 0;
    padding: 12px 20px;
}

.skills_course .nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: #fff;
}

.skills_course .tab-content {
    padding-top: 30px;
}

.skills_course .tab-content li {
    position: relative;
    padding-left: 22px;
}

.skills_course .tab-content li:not(:last-child) {
    padding-bottom: 15px;
}

.skills_course .tab-content li::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    border-top: 7px solid transparent;
    border-left: 9px solid var(--primary-color);
    border-bottom: 7px solid transparent;
}

.skills_course_rh_bar {
    border-left: 2px solid #d5dbc2;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.skills_course .tab-content .btn-dark {
    background: #323232;
    color: #fff;
    border: 1px solid #323232;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.skills_course .tab-content .btn-dark:hover {
    background: transparent;
    color: #323232;
    border-color: #323232;
}

.skills_course .tab-content .btn-border {
    background: transparent;
    color: #323232;
    border: 1px solid #323232;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.skills_course .tab-content .btn-border:hover {
    background: #323232;
    color: #fff;
    border-color: #323232;
}

.skills_course .tab-content .btn-grey {
    background: #d5dbc2;
    color: #323232;
    border: 1px solid #d5dbc2;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.skills_course .tab-content .btn-grey:hover {
    background: #323232;
    color: #fff;
    border-color: #323232;
}

.training-specialise {
    background: #eaeaea;
    padding: 40px;
    margin-top: 30px;
}

.training-specialise h2 {
    font-size: 50px;
    color: #678c31;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.training-specialise figure {
    text-align: center;
    margin-bottom: 0;
}

.training-specialise figure img {
    max-width: 120px;
}

.training-specialise h4 {
    color: #678c31;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.training-specialise h3 {
    font-size: 30px;
    color: #678c31;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.course-reviews {
    background-color: #d5dbc2;
    padding: 50px;
}

.course-reviews h3 {
    color: #678c31;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5;
}

.course-reviews ul {
    margin-top: 30px;
}

.course-reviews li {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
}

.course-reviews li span {
    display: block;
    font-weight: 700;
}

.course-reviews li:not(:last-child) {
    padding-bottom: 26px;
}

.advanced-training-skills {
    background: #323232;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.advanced-training-skills h2 {
    font-size: 50px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 40px;
}

.advanced-training-skills p {
    color: #fff;
}

.advanced-training-skills .container {
    max-width: 800px;
}

.course-outline-topics {
    background: #ebebeb;
    padding: 30px;
}

.course-outline-topics:not(:last-child) {
    margin-bottom: 20px;
}

.course-outline-topics:nth-child(odd) {
    background: #fff;
}

.tab-pane .ensure_card {
    padding: 1.25rem;
}

.meets_content {
    text-align: center;
}

.meets_content img {
    width: 120px;
}

.tab-content .meets_content {
    padding: 1.25rem;
    margin-top: 20px;
}

.tab-content .meets_content h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.tab-content .meets_content h4 span {
    display: block;
}

.meets_listing {
    display: flex;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 20px;
}

.tab-content .meets_listing li {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 1.25rem;
}

.tab-content .meets_listing li .fas {
    color: var(--primary-color);
}

.meets_listing li::after {
    display: none;
}

.skills_course .tab-pane h3 {
    color: #678c31;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
}

.skills_course .tab-pane h3 span {
    display: block;
}

.make-things-easier {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.make-things-easier ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.make-things-easier ul li {
    width: calc(100% / 3 - 15px);
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
}

.make-things-easier ul li::after {
    display: none;
}

.make-things-easier ul li:nth-child(even) {
    background-color: #ebebeb;
}

.make-things-easier ul li:nth-child(odd) {
    background-color: rgb(213, 219, 194);
}

.robot-white figure {
    background: #000;
    border-radius: 200px;
    max-width: 120px;
    padding: 26px;
}

.robot-white {
    max-width: 60%;
    display: flex;
    gap: 25px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    text-align: left;
}

.friendly-expert-consultants {
    background: #323232;
    padding: 60px;
    text-align: center;
}

.friendly-expert-consultants h5 {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 50px;
}

.friendly-expert-consultants h5 span {
    display: block;
}

.upcoming-class {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #d5dbc2;
}

.upcoming-class .table {
    margin-top: 25px;
    min-height: 250px;

}

.upcoming-class .table-bordered&gt; :not(caption)&gt;*&gt;* {
    border-width: 2px;
}

.upcoming-class .table td {
    padding: 1.25rem;
}

.upcoming-class .btn-green {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    margin: 5px 0px;
}

.upcoming-class strong {
    font-weight: 500;
    color: var(--primary-color);
}

.upcoming-class h4 {
    font-weight: 700;
    font-size: 18px;
}

.info_table_first h4 {
    color: #678c31;
    font-size: 22px;
    margin-bottom: 5px;
}

.info_table_first p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

.course_card .card {
    padding: 2rem 3rem;
    background-color: transparent;
}

.bg-grey {
    background-color: #ebebeb;
}

.course_card h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.skills_course .course_card li {
    padding-left: 42px;
}

.skills_course .course_card li:not(:last-child) {
    padding-bottom: 5px;
}

.book_traning {
    background: #323232;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.book_traning h2 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}

.book_traning_card {
    padding: 2rem;
}

.book_traning_card img {
    width: 150px;
}

.skills_course .book_traning_card h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.book_traning_card p {
    color: #fff;
}

.skills_course .micro_learning h3 {
    font-size: 28px;
    font-weight: 800;
}

.work_flow {
    margin-right: 50px;
}

.work_flow li {
    padding-bottom: 30px !important;
}

.work_flow h3 {
    margin-bottom: 20px;
}

.ask_question {
    margin-left: 70px;
    padding: 2rem;
    text-align: center;
    background-color: rgb(239, 239, 239);
    border-radius: 15px;
}

.skills_course .micro_learning .ask_question h3 {
    color: #000;
    margin-bottom: 30px;
}

.bottom_btn_sec {
    display: flex;
    justify-content: space-between;
}

.work_flow a {
    font-size: 16px;
}

.work_flow a:first-child {
    min-width: 240px;
    margin-right: 20px;
}

.work_flow a:last-child {
    margin: 0px !important;
}

.micro_learning p&gt;a {
    color: var(--primary-color);
}

/* Contact Page */
.contact_form_sec {
    padding: 70px 0px;
}

.contact_left_bar {
    padding-right: 50px;
    border-right: 1px solid #00000014;
}

.contact_form h2 {
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 40px;
}

.contact_left_info h2 {
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.contact_left_info strong {
    font-size: 28px;
    color: #323323;
    display: block;
    margin-bottom: 20px;
}

.contact_left_info a {
    color: #323323;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact_left_info p {
    font-size: 16px;
    font-weight: 600;
}

/* .contact_form_sec input:not([type=checkbox]),
.contact_form_sec select,
.contact_form_sec select:focus,
.contact_form_sec textarea,
.contact_form_sec textarea:focus {
    background-color: #eaede0;
    border: 0;
} */

/* .contact_form_sec .check_box_card {
    background-color: #eaede0;
} */

/* .contact_form_sec .check_box_card h3 {
    color: #303033;
} */

.contact_left_addes h3 {
    color: #678c31;
    font-size: 24px;
    font-weight: 600;
}

.contact_left_addes p {
    font-weight: 600;
}

.contact_form {
    padding-left: 40px;
}

.contact_left_addes {
    margin-top: 30px;
}

.plan_session {
    background-color: #678c31;
    padding: 70px 10px;
}

.plan_ses_content h2 {
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
    font-size: 32px;
    margin-bottom: 40px;
}

.plan_ses_content h2&gt;b {
    color: #323232;
}

.booking_badge {
    background-color: #323232;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.booking_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.booking_badge img {
    width: 25px;
    margin-right: 10px;
}

.booking_badge h3 {
    font-weight: 800;
    margin-bottom: 0px;
}

.plan_session p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.trust_companies {
    padding: 70px 0px;
    background-color: #303033;
}

.trust_companies ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.trust_companies ul&gt;li {
    width: calc(100% / 3 - 14px);
    text-align: center;
}

.trust_companies ul&gt;li img {
    max-width: 160px;
}

.trust_companies h2 {
    text-align: center;
    color: #eaede0;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
}

.location_website {
    padding: 70px 0px;
    background: #d5dbc2;
    text-align: center;
}

.location_website a {
    display: inline-block;
    width: 80%;
    color: #fff;
    border: 2px solid #678c31;
}

.location_website a:hover {
    background-color: transparent !important;
    border: 2px solid #678c31;
    color: #678c31;
}

.training_locations h2,
.location_website h2 {
    font-weight: 800;
    margin-bottom: 40px;
}

.training_locations {
    padding-top: 70px;
    padding-bottom: 20px;
}

.location_across {
    text-align: center;
    margin-bottom: 70px;
}

.location_across h3 {
    color: #6a8a31;
    font-weight: 700;
    margin-bottom: 30;
}

.location_across p {
    font-weight: 600;
}

.location_across a {
    border: 1px solid #6a8a31;
    padding: 3px 10px;
    color: #6a8a31;
}


/* Programs Page Css */
.programs_section {
    padding: 70px 10px;
    background-color: #fff;
    text-align: center;
}

.progrm_heading h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.3;
}

.progrm_heading p {
    font-size: 18px;
    font-weight: 600;
}

.user_profiles {
    padding: 2rem;
}

.user_profiles img {
    width: 150px;
}

.user_profiles h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 28px;
}

.user_profiles p {
    font-weight: 500;
    font-size: 24px;
}

.third_section {
    padding: 70px 0px;
}

.third_section h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.3;
    color: var(--primary-color);
}

.third_section p {
    margin-bottom: 30px;
}

.case_studies {
    padding: 70px 0px;
}

.case_studies h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #000;
}

.case_card {
    margin-bottom: 70px;
    position: relative;
    background-color: #ebebeb;
    max-width: 516px;
    margin-left: auto;
    margin-right: auto;
}

.case_thumb {
    position: relative;
}

.case_thumb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.case_thumb::after {
    background: linear-gradient(90deg, rgba(103, 140, 49, 0.82) 50%, rgba(0, 212, 255, 0) 75%);
}

.black_card .case_thumb::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.69) 50%, rgba(0, 212, 255, 0) 75%);
}

.case_thumb .case_thumb_head {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 20px;
}
.case_content .btn-green {
    color: #fff;
}
.case_thumb .case_thumb_head * {
    color: #fff;
    z-index: 99;
    position: relative;
}

.case_studies .row div:nth-child(even)&gt;.case_card {
   /* margin-left: 2rem;*/
}

.case_studies .row div:nth-child(odd)&gt;.case_card {
   /* margin-right: 2rem;*/
}

.case_thumb_head h3 {
    font-weight: 800;
}

.case_thumb_head p {
    font-weight: 500;
    font-size: 18px;
}

.case_content {
    padding: 2rem;
    position: relative;
    min-height: 171px;
}

.case_content .btn {
    position: absolute;
    right: 30px;
    bottom: -20px;
    border-radius: 0px;
    font-size: 16px;
}

.client_name {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.short_version {
    padding: 70px 0px;
}

.short_version p:last-child {
    margin-bottom: 0px;
}

.short_version em {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    color: #86a80f;
}

.module_section {
    background-color: #d5dbc2;
    padding: 70px 0px;
}

.module_section h2 {
    color: #678c31;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}


.modula_card {
    padding: 0 10px;
}

.modula_card p {
    font-weight: 600;
}

.modula_card h3 {
    color: #678c31;
    font-size: 28px;
    font-weight: 700;
}

.project_about_info {
    padding: 70px 0px;
    text-align: center;
}

.project_about_info p {
    font-size: 18px;
    font-weight: 600;
}

.project_about_info ul {
    text-align: left;
    list-style: disc;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.case_study {
    padding-top: 100px;
    padding-bottom: 100px;
}

.case_study h3 {
    color: #678c31;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;  
    margin-bottom: 20px;
}

.case_study h1 {
    font-size: 132px;
    font-weight: 700;
    color: #323232;
    line-height: 1.1;
}

.case_study p {
    font-size: 22px;  
}

.case_study p b {
    color: #678c31;
}

.case_study h2 {
    color: #678c31;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.collaborative_approach {
    background-color: #d5dbc2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.collaborative_approach h5 {
    font-size: 32px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 0;
}

.key_business_outcomes {
    background: #323232;
    padding-top: 140px;
    padding-bottom: 140px;
}

.key_business_outcomes h1 {
    font-size: 76px;
    line-height: 1.5;
    color: #678c31;
    font-weight: 700;
}

.key_business_outcomes h4 {
    font-size: 34px;
    color: #fff;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 30px;
}

.key_business_outcomes p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.key_business_outcomes ul {
    margin-top: 40px;
}

.key_business_outcomes li {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    position: relative;
    padding-left: 60px;
    font-weight: 500;
}

.key_business_outcomes li span {
    color: #d5dbc2;
    font-weight: 700;
}

.key_business_outcomes li:not(:last-child) {
    margin-bottom: 30px;
}
 
.key_business_outcomes li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    background: url('../png/checkmark-icon-white.png') no-repeat;
    width: 38px;
    height: 36px;
}

.great_success {
    background-color: #678c31;
    padding-top: 140px;
    padding-bottom: 140px;
}

.great_success h2 {
    color: #fff;
    font-weight: 800;
    line-height: 1.6;
    font-size: 32px;
    margin-bottom: 0px;
}

.feed_back {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.feed_back h3 {
    color: #678c31;
    font-weight: 800;
    line-height: 1.6;
    font-size: 44px; 
}

.feed_back p {
    font-size: 20px;
    margin-bottom: 40px;
}

.forecasted {
    background: #d5dbc2;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.forecasted h1 {
    font-size: 160px;
    line-height: 1.1;
    font-weight: 800; 
}

.forecasted p {
    font-size: 20px; 
}

.forecasted h3 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800; 
}



.unique-goals { 
    padding: 70px 10px;
    text-align: center;
    background: #d5dbc2; 
}

.unique-goals h2 {
    font-size: 38px;
    color: #323232;
    font-weight: 800; 
    margin-bottom: 20px;
    line-height: 1.4;
}

.systems_expertise { 
    padding: 100px 10px;
}

.systems_expertise h2 {
    font-size: 38px;
    color: #323232;
    font-weight: 800; 
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.systems_expertise h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.systems_expertise img {
    width: 120px;
    height: 120px;
}

.systems_expertise_content {
    text-align: center;
    padding: 0px 50px;
    margin: 20px 0px;
}

.strong_title { 
    background: url(../png/strong_title.png) no-repeat #eee;
    background-position: right;
    background-size: 50%;
}

.strong_title p,
.meaningful_elearning p {
    font-size: 18px;
    font-weight: 600;
}

.strong_title_text {
    padding: 80px; 
    text-align: center;
}

.meaningful_elearning {
    background: url(../png/meaningful_elearning.png) no-repeat #d5dbc2;
    background-position: left;
    background-size: 50%;
}

.scenario_based_learning {
    padding: 100px 10px;
}

.h2_title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.3;
}

.scenario_based_learning p ,
.supporting_erp_text p {
    font-size: 18px;
    font-weight: 600;
}

.scenario_based_learning ul,
.supporting_erp_text ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
 
.scenario_based_learning ul li,
.supporting_erp_text ul li { 
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    padding-left: 55px;
    font-weight: 600;
}

.scenario_based_learning ul li:not(:last-child) ,
.supporting_erp_text ul li:not(:last-child) {
    margin-bottom: 25px;
}

.scenario_based_learning ul li::before,
.supporting_erp_text ul li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../png/checkmark-icon-green.png') no-repeat;
    width: 36px;
    height: 36px;
}

.supporting_erp {
    background: linear-gradient(to right, #eee 50% ,#d5dbc2 50%);
}

.supporting_erp_text {
    padding: 100px;
}

.anniversary {
    background-image: url("../png/15-year-background.png");
    background-position: center;
    background-size: cover;
}

.anniversary-background {
    opacity: 0.9;
    background-color: #323232;
    padding-top: 10vmax;
    padding-bottom: 10vmax;
}

    .anniversary-background h2 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .anniversary-background p {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3;
    }

    .anniversary-background span {
        color: #86a80f;
    }

    .anniversary-background .col-md-7 {
        align-self: center;
    }

.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #678c31;
}







/* Responsive Css */

@media (max-width:1500px) {
    .our_reviews::after {
        width: 39%;
    }
}

@media (min-width:1500px) {
    .our_reviews::after {
        width: 42%;
    }
}

@media (min-width:2000px) {
    .our_reviews::after {
        display: none;
    }
}

@media (max-width:1099px) {
    .botom_header li.nav-item:not(:last-child) {
        margin-right: 0px;
    }

    .site_logo img {
        width: 120px;
    }

    .botom_header {
        padding: 0px;
    }

    .hero_banner::after {
        content: url(../png/15-year-logo-sm.png);
    }

    .hero_content h1 {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .hero_content ul&gt;li {
        font-size: 17px;
    }

    .hero_content ul&gt;li:not(:last-child):after {
        top: 8px;
    }

    .second_section {
        padding: 60px 0px;
    }

    .content_section h2 {
        font-size: 36px;
    }

    .content_section p {
        font-size: 20px;
    }

    .cards_section {
        padding: 20px 0px;
    }

    .cards_section::after {
        height: 90%;
    }

    .dark_lead_heading h2 {
        font-size: 36px;
    }

    .dark_lead_heading p {
        font-size: 18px;
    }

    .padding-90 {
        padding-bottom: 60px;
    }

    .rating_descp h3 {
        font-size: 22px;
    }

    .rating_descp a {
        padding: 7px 45px;
        font-size: 18px;
    }

    .rating_heading h2 {
        font-size: 70px;
    }

    .rating_heading img {
        width: 50%;
    }

    .groth_section h2 {
        font-size: 37px;
    }

    .team_content h2 {
        font-size: 40px;
    }

    .team_content p {
        font-size: 20px;
    }

    .team_content a {
        font-size: 20px;
    }

    .ensure_section h2 {
        font-size: 26px;
    }

    .ensure_card h3,
    .skills_course .tab-content h3 {
        font-size: 22px;
    }

    .ensure_card img {
        width: 80px;
        height: 80px;
    }

    .partner_section h2 {
        font-size: 38px;
    }

    .contact_section h2 {
        font-size: 36px;
    }

    .trust_companies .row {
        align-items: center;
    }

    .trust_companies ul&gt;li img {
        max-width: 110px;
    }

    .location_website a {
        width: 100%;
    }

    .copy_right * {
        font-size: 14px;
    }

    .footer_site {
        width: 100px;
        height: 100px;
    }

    .partner_logo_foo img {
        width: 100px;
    }

    .case_study h1 {
        font-size: 100px; 
    }

    .case_study p {
        font-size: 20px;
    }

    .collaborative_approach h5 {
        font-size: 26px; 
    }

    .case_study h2 { 
        font-size: 32px; 
    }

    .key_business_outcomes, .great_success { 
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .key_business_outcomes h1 {
        font-size: 50px; 
    }

    .key_business_outcomes h4 {
        font-size: 26px; 
    }

    .great_success h2 { 
        font-size: 28px; 
    }
}

@media (max-width:992px) {
    .hero_content h1 {
        font-size: 44px;
    }

    .contact_form h2 {
        font-size: 30px;
    }

    .content_section h2 {
        font-size: 30px;
    }

    .card_content {
        margin: 20px 0px;
        padding: 0 10px;
    }

    .card_content img {
        margin-top: 20px;
    }

    .dark_lead_heading h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .dark_lead_heading p {
        font-size: 16px;
    }

    .new_lsit_style li:not(:last-child) {
        margin-right: 20px;
    }

    .new_lsit_style li:not(:last-child):after {
        right: -15px;
    }

    .list_style ul {
        justify-content: space-between;
    }

    .list_style ul&gt;li {
        width: 45%;
        padding-bottom: 5px;
    }

    .rating_section {
        padding: 30px 0px;
    }

    .groth_section {
        padding: 40px 0px;
    }

    .groth_section h2 {
        font-size: 28px;
    }

    .team_content h2 {
        font-size: 30px;
    }

    .team_content p {
        font-size: 17px;
    }

    .team_content a {
        font-size: 18px;
    }

    .partner_section h2 {
        font-size: 30px;
    }

    .partner_section h3 {
        font-size: 22px;
    }

    .location_across {
        margin-bottom: 40px;
    }

    .case_study h1 {
        font-size: 80px;
    }

    .case_study p {
        font-size: 16px;
    }

    .case_study h3 { 
        font-size: 28px; 
    }

    .collaborative_approach h5 {
        font-size: 20px;
    }

    .case_study h2 {
        font-size: 30px;
    }

    .case_thumb_head h3 {
        font-size: 16px;
    }

    .case_thumb_head p { 
        font-size: 15px;
    }

    .case_content {
        padding: 1rem; 
    }

    .case_content p {
        font-size: 14px; 
    }

    .key_business_outcomes h4 {
        font-size: 20px;
    }

    .forecasted h1 {
        font-size: 120px; 
    }

    .unique-goals h2 {
        font-size: 22px; 
    }

    .systems_expertise {
        padding: 50px 10px;
    }

    .systems_expertise h2 {
        font-size: 28px; 
    }

    .plan_ses_content h2 { 
        font-weight: 700; 
        font-size: 20px; 
    }

    .systems_expertise h3 { 
        font-size: 22px;
    }
    
    .h2_title ,
    .progrm_heading h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .progrm_heading p ,
    .strong_title p, 
    .meaningful_elearning p,
    .scenario_based_learning p ,
    .scenario_based_learning li,
    .supporting_erp_text p,
    .supporting_erp_text ul li {
        font-size: 16px;
    }

    .programs_section,
    .strong_title_text,
    .scenario_based_learning  {
        padding: 40px 10px;
    }

    .strong_title {
        background: #eee; 
    }

    .meaningful_elearning {
        background: #d5dbc2; 
    }

    .supporting_erp {
        background: #d5dbc2;
    }

    .supporting_erp_text {
        padding: 30px;
    }
}

@media (max-width:767px) {
    .our_reviews::after {
        display: none;
    }

    .our_reviews_side {
        margin-left: 0px !important;
        padding-top: 30px;
    }

    .review_top_heading h2 {
        font-size: 30px;
    }

    .our_reviews {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .inner_banner .btn.grey_btn {
        margin: 20px auto;
    }

    section.inner_banner h1 {
        text-align: center;
        font-size: 32px;
    }

    .partner_logo_foo,
    .copy_right ul {
        justify-content: center;
    }

    .copy_right {
        text-align: center;
    }

    .footer_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer_menu li::after {
        right: unset;
        left: 0;
        transform: rotate(180deg);
    }

    .partner_logo_foo,
    .copy_right ul {
        justify-content: flex-start;
    }

    .footer_site {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .partner_logo_foo {
        margin-bottom: 20px;
    }

    .copy_right ul {
        margin-top: 15px;
    }

    .review_card {
        padding: 1rem;
    }

    .partner_logo_foo img {
        width: 100px;
    }

    .footer_menu li {
        padding-right: 0;
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }

    .hero_content_btns {
        flex-wrap: wrap;
    }

    .hero_content_btns .btn {
        width: 90%;
    }

    .skills_course .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 15px;
    }

    .training-specialise {
        padding: 20px 10px;
    }

    .training-specialise h1 {
        font-size: 40px;
        text-align: center;
    }

    .course-reviews {
        padding: 20px;
    }

    .advanced-training-skills h2 {
        font-size: 30px;
    }

    .advanced-training-skills .btn-default.btn-green {
        margin-top: 20px;
    }

    .tab-pane .ensure_card {
        padding: 0rem;
    }

    .skills_course_rh_bar {
        margin-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .copy_right * {
        font-size: 14px;
    }

    .facebook_link img,
    .linked_link img {
        width: 22px;
    }

    .ensure_card p&gt;br {
        display: none;
    }

    .contact_form {
        padding-left: 0px;
    }

    .contact_form_sec,
    .location_website,
    .training_locations,
    .trust_companies {
        padding: 30px 0px;
    }

    .contact_form h2 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .trust_companies ul&gt;li img {
        max-width: 80px;
    }

    .trust_companies h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }    

    .case_study , 
    .collaborative_approach , 
    .key_business_outcomes, 
    .great_success , 
    .feed_back,
    .forecasted {
        padding-top: 40px; 
        padding-bottom: 40px;
    }

    .collaborative_approach h5,
    .key_business_outcomes h4,
    .key_business_outcomes p,
    .key_business_outcomes li,
    .great_success h2,
    .feed_back p,
    .forecasted p  {
        font-size: 16px;
    }

    .case_study h2 ,
    .feed_back h3{
        font-size: 22px;
    }

    .key_business_outcomes h1 {
        font-size: 28px;
    }

    .case_thumb_head h3 {
        font-size: 16px;
    }

    .case_thumb_head p { 
        font-size: 15px;
    }

    .case_content {
        padding: 1.5rem; 
        min-height: unset;
    }

    .case_content p {
        font-size: 14px; 
    }

    .forecasted h1 {
        font-size: 56px;
    }

    .forecasted h3 {
        font-size: 30px; 
    }

    .unique-goals {
        padding: 40px 0px; 
    }

    .booking_badge h3 { 
        font-size: 15px;
    }

    .systems_expertise h2 {
        font-size: 22px;
    }

    .systems_expertise h3 { 
        font-size: 20px;
    }
}

@media (max-width:575px) {
    .site_logo img {
        width: 90px;
    }

    .top_header_phone img,
    .top_header_login img {
        width: 16px;
    }

    .top_header {
        padding: 5px 0px;
    }

    .top_header_search img {
        top: 6px;
        width: 22px;
        height: 15px;
    }

    .hero_banner {
        padding: 80px 0px;
    }

        .hero_banner::after {
            content: url(../png/15-year-logo-xs.png);
            padding-top: 0.25rem;
        }

    .hero_content ul {
        flex-wrap: wrap;
    }

    .hero_content h1 {
        font-size: 24px;
    }

    .hero_content h1&gt;br {
        display: none;
    }

    .content_section h2 {
        font-size: 22px;
    }

    .content_section p {
        font-size: 16px;
    }

    .second_section {
        padding: 30px 0px;
    }

    .cards_section::after {
        display: none;
    }

    .card_content::after {
        width: 100%;
    }

    .cards_section .col-md-6:nth-last-child(2) .card_content::after {
        display: block;
    }

    .dark_cpntent_lead {
        text-align: center;
    }

    .new_lsit_style {
        flex-wrap: wrap;
        justify-content: center;
    }

    .list_style ul&gt;li {
        width: 100%;
    }

    .list_style ul&gt;li {
        text-align: left;
    }

    .rating_descp h3 {
        font-size: 20px;
        margin: 20px 0px;
    }

    .team_section .col-md-4 {
        text-align: center;
    }

    .team_section img {
        width: 80%;
    }

    .team_content h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    .team_section {
        padding-bottom: 50px;
    }

    .partner_section h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .partner_section img {
        margin-bottom: 20px;
    }

    .partner_section a.btn {
        font-size: 20px;
    }

    .contact_section h2 {
        font-size: 24px;
    }

    .contact_section {
        padding: 40px 0px;
    }

    .partner_section {
        padding: 40px 0px;
    }

    .project_about_info p {
        font-size: 16px;
        font-weight: 500;
    }

    .plan_ses_content h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .plan_session {
        background-color: #678c31;
        padding: 30px 0px;
    }

    .booking_badge {
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .booking_badge h3 {
        font-size: 18px;
    }

    .booking_badge img {
        width: 18px;
    }

    .modula_card {
        margin-bottom: 50px;
    }

    .module_section {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .short_version {
        padding: 30px 0px;
    }

    .project_about_info {
        padding: 30px 0px;
    }

    .site_footer {
        padding-top: 30px;
    }

    .footer_info {
        margin-bottom: 0;
    }

    .copy_right {
        margin-top: 10px;
    }

    .footer_btn {
        margin-bottom: 20px;
    }
}

/* Header */
@media (max-width:992px) {
    .navbar-nav {
        position: absolute;
        z-index: 99;
        background-color: #fff;
        width: calc(100% + 30px);
        left: -15px;
        padding-left: 15px;
    }

    .navbar-toggler {
        border: 0;
        box-shadow: none !important;
    }

    .navbar-toggler span {
        display: block;
        background-color: #4f4f4f;
        height: 3px;
        width: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
    }

    .navbar-toggler span:nth-child(1) {
        margin-top: 0.3em;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
    }

    .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }
}

@media (max-width:575px) {
    .top_header ul {
        flex-wrap: wrap;
    }

    li.top_header_phone,
    li.top_header_login {
        margin-right: 10px;
    }

    .top_header ul a {
        font-size: 0px;
    }

    .team_section {
        background-image: none;
        background-color: #eaeaea;
    }
    .bottom_btn_sec{
        flex-wrap: wrap;
        gap:20px;
        justify-content: center;
    }
    .work_flow {
        margin-right: 0px;
    }
    .ask_question{
        margin-left: 0px;
        margin-top: 15px;
    }
    .course_card .card{
        padding: 2rem 0rem;
    }
    .robot-white {
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }
    .friendly-expert-consultants{
        padding: 15px;
    }
    .make-things-easier ul li{
        width: 100%;
    }
    .skills_course .tab-content li &gt; br {
        display: none;
    }
    .meets_listing{
        padding-left: 10px;
    padding-right: 10px;
    }
    .tab-content .meets_listing li {
        font-size: 14px;
        padding: 0.25rem;
    }
    .skills_course .tab-content li:not(:last-child) {
        padding-bottom: 10px;
    }
}</pre></body></html>