/* Desktop */
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
    .container {
        width: auto;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 6vw;
    }
    .header_container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 6vw;
        padding-right: 0;
    }
    .global_hero .container {
        margin: 0 auto!important;
        width: auto;
        padding: 0 6vw;
    }
    .global_hero .container:nth-child(2) {
        width: 100%;
    }
    .about_heading .section_heading {
        width: 62%;
    }
    .serve_heading {
        margin-right: 40px;
    }
}

/* Laptop */
@media only screen and (min-width: 1251px) and (max-width: 1366px) {
    #home_tools .section_heading {
        width: 91%;
    }
    .global_hero_items {
        width: 86%;
    }
}

/* Smaller Laptop */
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
    .container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 5vw;
    }
    .header_container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 5vw;
        padding-right: 0;
    }
    .global_hero .container {
        margin: 0 auto!important;
        width: auto;
        padding: 0 5vw;
    }
    .global_hero .container:nth-child(2) {
        width: 100%;
    }
    .global_hero_items {
        width: 80%;
    }

    /* Header */
    .nav_btn {
        padding: 0 5vw 0 2rem;
    }

    /* Fonts */
    h1 {
        font-size: 3.7rem;
    }
    .global_hero_heading h1, .product_hero_heading h1,
    .view_hero_heading h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2.65rem;
    }
    h3 {
        font-size: 1.7rem;
    }
    h4 {
        font-size: 1.45rem;
    }
    h5 {
        font-size: 1.25rem;
    }

    /* Home Page */
    .home_about_image {
        margin-left: 60px;
    }
    #home_tools .section_heading {
        width: 96%;
    }
    .dash_heading {
        width: 65%;
    }
    .about_heading .section_heading {
        width: 51%;
    }

    /* Services Page */
    .accordion_heading h6 {
        line-height: 1.2;
    }
    .service_description_box_items {
        padding: 5vw;
        width: 100%;
    }

    /* Products Page */
    .product_heading_box {
        padding-right: 0;
    }
    .product_heading_box_items {
        padding: 7vw 5.5vw;
        width: calc(100% - 11vw);
    }
    .single_carousel_box {
        padding: 40px;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
    }

    /* Training Page */
    .offering_text p {
        line-height: 1.35;
    }
    .why_choose_heading {
        width: 66%;
    }
    .price_min {
        line-height: 1.3;
    }

    /* Privacy Policy Page */
    .policy_tags {
        width: 84%;
    }

    /* About Page */
    .serve_heading {
        margin-right: 60px;
    }
    .about_heading .section_heading {
        width: 60%;
    }
    .cta_bg img {
        width: 95%;
    }
    .footer_menu {
        margin-top: 6px;
    }
}

/* Ipad Pro view Landscape */
@media only screen and (min-width: 901px) and (max-width: 1024px) {
    .container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3vw;
    }
    .header_container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3vw;
        padding-right: 0;
    }
    .global_hero .container {
        margin: 0 auto!important;
        width: auto;
        padding: 0 3vw;
    }
    .global_hero .container:nth-child(2) {
        width: 100%;
    }
    .global_hero_items {
        width: 83%;
    }
    .reg_items {
        margin: 50px 80px;
        padding: 50px;
    }

    /* Header */
    .logo img, .footer_logo img {
        width: 155px;
    }
    .logo {
        margin-right: 5vw;
    }
    .nav_btn {
        padding: 0 3vw 0 2rem;
    }
    .nav_btn:hover {
        padding-right: 3vw;
    }
    #cta .container {
        padding: 0 3vw;
    }

    /* Fonts */
    h1 {
        font-size: 3.3rem;
    }
    .global_hero_heading h1, .product_hero_heading h1,
    .view_hero_heading h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.45rem;
    }
    h3, .view_heading h3 {
        font-size: 1.55rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 1.2rem;
    }
    h6 {
        font-size: 1.1rem;
    }

    /* Home Page */
    .poly_inside svg {
        height: 105px;
    }
    .poly_large .poly_inside svg {
        height: 210px;
    }
    .poly_inside_text p {
        font-size: .9rem;
    }
    .home_about_image {
        margin-left: 60px;
    }
    #home_tools .section_heading {
        width: 96%;
    }
    .dash_heading {
        width: 72%;
    }

    /* About Page */
    .about_heading .section_heading {
        width: 54%;
    }
    .about_image img {
        max-height: 88vh;
    }
    .serve_heading {
        margin-right: 40px;
    }
    .about_heading .section_heading {
        width: 72%;
    }
    .cta_bg img {
        width: 90%;
    }

    /* Services Page */
    .accordion_heading h6 {
        line-height: 1.2;
    }
    .service_description_box_items {
        padding: 5vw;
        width: 100%;
    }

    /* Products Page */
    .product_heading_box {
        padding-right: 0;
    }
    .product_heading_box_items {
        padding: 7vw 5.5vw;
        width: calc(100% - 11vw);
    }
    .single_carousel_box {
        padding: 40px;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
    }

    /* Training Page */
    .offering_text p {
        line-height: 1.35;
    }
    .why_choose_heading {
        width: 66%;
    }
    .price_min {
        line-height: 1.3;
    }
    #training_offerings .container, #ad .container, #contact_form .container, #home_about .container {
        padding: 0 3vw;
    }
    .course_box {
        max-height: 460px;
    }
    .single_course:first-child .col_4 .course_box {
        max-height: 460px;
    }
    .price_box {
        max-height: 460px!important;
    }

    /* Privacy Policy Page */
    .policy_tags {
        width: 88%;
    }

    /* View 360 Page */
    #view_hero .container {
        padding: 0 1.5vw;
    }

    /* Footer */
    .f_address {
        margin-right: 50px;
    }
    .footer_menu {
        position: relative;
        margin-top: 5px;
    }
}

/* Ipad Mini view Landscape */
@media only screen and (min-width: 768px) and (max-width: 900px) {
    html, body {
        overflow-y: auto;
    }
    .cta_sub_heading h3 br {
        display: none;
    }
    .container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3vw;
    }
    .header_container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3vw;
        padding-right: 0;
    }
    .global_hero .container {
        margin: 0 auto!important;
        width: auto;
        padding: 0 3vw;
    }
    .global_hero .container:nth-child(2) {
        width: 100%;
    }
    .global_hero_items {
        width: 83%;
    }
    .reg_items {
        margin: 50px 0px;
        padding: 40px;
    }

    /* Header */
    .logo img, .footer_logo img {
        width: 175px;
    }
    .logo {
        margin-right: 5vw;
    }
    .nav_btn {
        padding: 0 3vw 0 2rem;
    }
    .nav_btn:hover {
        padding-right: 3vw;
    }

    .hamburger {
        position: relative;
        display: flex;
        z-index: 999;
        cursor: pointer;
        height: 14vh;
        background: var(--primaryDark);
        width: 70px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }
    .hamburger div {
        height: 2.5px;
        width: 25px;
        background-color: var(--primaryLight);
        transition: 0.5s ease;
    }
    nav {
        position: fixed;
        height: 100vh;
        width: 100%;
        background: var(--secondaryLight);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 99;
        transform: translateX(-100%);
        display: flex;
        flex-direction: column!important;
        justify-content: space-between!important;
        align-items: flex-start!important;
        transition: transform 0.3s linear;
        opacity: 1;
    }
    .nav_active {
        transform: translateX(0%)!important;
    }
    .togglemenu .lineOne {
        transform: rotate(-45deg) translate(0px,0px);
        background-color: var(--white);
    }
    .togglemenu .lineTwo {
        transform: rotate(45deg) translate(-5px, -6px);
        background-color: var(--white);
    }
    .no_overflow {
        overflow: hidden;
    }
    .mainmenu {
        width: 100%;
        height: 70%;
    }
    .mainmenu ul {
        margin-top: 22vh;
    }
    .othermenu {
        height: 30%;
        width: 100%;
    }
    .othermenu ul {
        justify-content: flex-end;
        margin-top: 0;
        position: relative;
        bottom: 20px;
    }
    nav ul {
        display: flex;
        flex-direction: column;
        margin: 0 3vw;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        width: calc(100% - 3vw);
        text-align: left;
        gap: 1vw;
    }
    .nav_btn {
        padding: 0 2rem;
        height: 10vh;
    }
    nav ul li {
        padding: 5px 0;
        margin-left: 0!important;
        width: calc(100% - 3vw);
    }
    nav ul li a, #menu_arrow a {
        font-size: 1.3rem!important;
        font-weight: 400;
    }
    nav ul li a::before {
        display: none!important;
    }
    .social_icons {
        display: flex;
        flex-direction: row!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 0!important;
    }
    .social_icons li {
        margin-right: 10px!important;
    }
    #menu_arrow {
        justify-content: flex-start;
    }
    .footer_menu .menu_item {
        display: flex;
    }
    #menu_arrow {
        justify-content: space-between;
    }
    .footer_menu .menu_arrow svg {
        display: flex;
    }
    #menu_arrow svg {
        display: flex;
        transform: rotate(0deg);
        background: var(--primaryDark);
        padding: 8px 10px;
        border-radius: 50px;
        height: 10px;
        transition: .3s ease;
    }
    #menu_arrow.active > svg {
        transform: rotate(90deg);
        transition: .3s ease;
    }
    .menu_item {
        position: relative;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        margin-top: 0px!important;
        justify-content: flex-start!important;
        height: 0;
        min-width: auto!important;
        width: calc(100% - 0vw);
        transform: translateX(0)!important;
        margin-left: 0px;
        transition: all ease .4s;
        background: none;
    }
    .menu_item li {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
        padding: 10px 0!important;
        width: 100%!important;
        border-bottom: 1px solid rgba(136, 136, 136, 0.5);
    }
    .menu_item.active {
        display: flex!important;
        height: auto!important;
        visibility: visible;
        opacity: 1;
        margin-top: 15px!important;
        margin-bottom: 35px;
    }
    nav ul li a {
        color: var(--primaryDark);
    }
    /* .menu_arrow svg {
        margin-left: 12px;
    } */
    #menu_arrow svg path {
        fill: var(--white);
    }
    .menu_has_children:hover .menu_item {
        /* Disable hover effect on mobile */
        visibility: hidden;
        opacity: 0;
    }
    li.d_menu a {
        font-size: 1.2rem !important;
        text-transform: capitalize;
    }
    #menu_arrow {
        padding: 0;
    }


    #cta .container {
        padding: 0 3vw;
    }
    .col_4, .col_3 {
        width: 50%;
    }

    /* Fonts */
    h1, .poly_large .poly_inside_text p {
        font-size: 2.9rem;
    }
    .global_hero_heading h1, .product_hero_heading h1,
    .view_hero_heading h1 {
        font-size: 2.6rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3, .view_heading h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 1.15rem;
    }
    h6 {
        font-size: 1.08rem;
    }
    .btn_primary {
        font-size: .925rem;
    }
    .flex_gap {
        gap: 20px;
    }

    /* Home Page */
    .poly_inside svg {
        height: 90px;
    }
    .poly_large .poly_inside svg {
        height: 180px;
    }
    .poly_inside_text p {
        font-size: .85rem;
    }
    .home_about_image {
        margin-left: 60px;
    }
    .home_about_image img {
        height: 85%;
    }
    #home_tools .section_heading {
        width: 96%;
    }
    .dash_heading {
        width: 72%;
    }
    .ad_bg img {
        height: 25vh;
    }
    #ad .dash_img {
        margin: 40px 0;
    }
    .dash_logo img {
        height: 100px;
    }

    /* About Page */
    .about_bg img, .cta_bg img {
        width: 75%;
    }
    .about_heading .section_heading {
        width: 60%;
    }
    .about_image img {
        max-height: 88vh;
    }
    .value_items .col_3 {
        margin-bottom: 20px;
    }
    #serve .flexbox {
        flex-direction: column;
    }
    #serve .flexbox:nth-child(2) {
        flex-direction: row;
    }
    #serve .col_5, #serve .col_7 {
        width: 100%;
    }
    .serve_heading h2 br {
        display: none;
    }
    .serve_text h5 {
        margin-top: 50px;
        width: 100%;
    }
    .value_items .col_4:nth-child(3), .value_items .col_4:nth-child(4), .value_items .col_4:nth-child(5) {
        margin-top: 24px;
    }
    .about_heading .section_heading {
        width: 71%;
    }

    /* Services Page */
    .service_description_heading h3 {
        width: 100%;
    }
    .accordion_heading h6 {
        line-height: 1.2;
    }
    .service_description_box_items {
        padding: 5vw;
        width: 100%;
    }
    .service_box, .course_box {
        min-height: 100%;
    }
    .single_service .flexbox {
        flex-direction: column;
    }
    .single_service .col_3, .single_service .col_4, .single_service .col_5 {
        width: 100%;
    }
    .service_heading h4 {
        letter-spacing: 0;
    }
    .course_accordion .flexbox {
        flex-direction: row!important;
    }
    .course_accordion:last-child .accordion_heading {
        margin-bottom: 0;
        padding-bottom: 25px;
    }
    .service_button_text, .price_items {
        margin-bottom: 60px;
    }

    /* Products Page */
    .digital_age_box_items {
        padding: 40px;
        height: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product_heading_box {
        padding-right: 0;
    }
    .product_heading_box_items {
        padding: 7vw 5.5vw;
        width: calc(100% - 11vw);
    }
    .single_carousel_box {
        padding: 40px;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
    }
    .single_product_items {
        padding: 25px;
    }

    /* Training Page */
    .offering_text p {
        line-height: 1.35;
    }
    .why_choose_heading {
        width: 66%;
    }
    .price_min {
        line-height: 1.3;
    }
    #training_offerings .container, #ad .container, #contact_form .container, #home_about .container {
        padding: 0 3vw;
    }
    #training_offerings .col_4 {
        width: 100%;
    }
    #training_offerings .flexbox {
        flex-direction: column;
    }
    .single_offering.flexbox {
        flex-direction: row!important;
    }
    .single_course .flexbox {
        flex-direction: column;
    }
    .single_course .col_3, .single_course .col_4, .single_course .col_5 {
        width: 100%;
    }
    .price_heading.flexbox {
        flex-direction: row!important;
    }
    .training_offering_box {
        margin-bottom: 20px;
    }

    /* Privacy Policy Page */
    .policy_tags {
        width: 88%;
    }
    a.single_policy_tag h6 {
        font-size: 0.92rem;
    }
    .policy_text ul li {
        font-size: 0.95rem;
    }

    /* View 360 Page */
    #view_hero .container {
        padding: 0 1.5vw;
    }

    /* Contact */
    .contact_heading, .contact_form_heading, .contact_form_text {
        width: 62%;
    }
    .cta_contact_image img {
        min-height: 100%;
        object-fit: cover;
        max-height: 75vh;
    }

    /* Footer */
    .footer_info.flexbox {
        flex-direction: column;
    }
    .footer_address {
        width: 100%;
        justify-content: flex-end;
        /* margin-bottom: 30px; */
    }
    .f_address {
        margin-right: 50px;
    }
    .footer_menu {
        position: relative;
        margin-top: 3px;
    }
}

/* POrtrait: Ipad Pro */
@media only screen and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width : 901px) and (max-device-width : 1024px) {
    header, .nav_btn {
        height: 8vh!important;
        max-height: 8vh;
    }
    #home_hero {
        height: 70vh;
    }
    .home_hero_items {
        bottom: 11rem;
    }
    .ad_bg img {
        height: 15vh;
    }
    .global_hero_contents {
        margin-top: 8vh;
    }
    .global_hero {
        height: 45vh;
    }
    .about_image img {
        max-height: 50vh;
    }
    .about_heading .section_heading {
        width: 65%;
    }
    .cta_bg img {
        width: 90%;
    }
    .price_heading.align_items_end {
        align-items: flex-start!important;
    }
    .dash_img img {
        max-height: 50vh;
        min-height: auto;
    }
}

/* Portrait: Ipad Mini */
@media only screen and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width : 768px) and (max-device-width : 900px) {
    header, .nav_btn, .hamburger {
        height: 9vh;
    }
    #home_hero {
        height: 75vh;
    }
    .home_hero_items {
        bottom: 5rem;
    }
    .ad_bg img {
        height: 18vh!important;
    }
    .global_hero_contents {
        margin-top: 8vh;
    }
    .global_hero {
        height: 45vh;
    }
    .about_image img {
        max-height: 50vh;
    }
    .cta_bg img {
        width: 75%;
    }
    .price_heading.align_items_end {
        align-items: flex-start!important;
    }
    .dash_img img {
        max-height: 55vh;
        min-height: 100%;
    }
}

/* Mobile Devices */
@media only screen and (min-width: 100px) and (max-width: 767px) {
    html, body {
        overflow-y: auto;
        scroll-behavior: smooth;
    }
    .global_hero_contents {
        margin-top: 11vh;
    }
    .reg_items {
        margin: 50px 0px;
        padding: 25px;
    }
    .sr {
        opacity: 1;
        transform: none;
    }
    .h_heading span {
        display: inline-flex;
    }
    .container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }
    .header_container {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
        padding-right: 0;
    }
    .global_hero .container {
        margin: 0 auto!important;
        width: auto;
        padding: 0 1rem;
    }
    .global_hero .container:nth-child(2) {
        width: auto;
    }
    .global_hero_items {
        width: 100%;
    }

    /* Color Text */
    .carmine_text b {
        color: var(--carmine)!important;
    }
    .cyan_text b {
        color: var(--darkcyan);
    }
    .black_text b {
        color: var(--primaryDark);
    }
    .purple_text b {
        color: var(--purple);
    }
    .why_box {
        margin-bottom: 0;
    }

    /* Header */
    .logo img, .footer_logo img {
        width: 150px;
    }
    .logo {
        margin-right: 5vw;
    }
    .nav_btn {
        padding: 0 1rem 0 2rem;
    }
    .nav_btn:hover {
        padding-right: 3vw;
    }
    #cta .container {
        padding: 0 3vw;
    }
    .col_4, .col_3, .col_5, .col_6, .col_7, .col_8 {
        width: 100%;
    }

    header {
        height: 11vh;
    }
    .hamburger {
        position: relative;
        display: flex;
        z-index: 999;
        cursor: pointer;
        height: 11vh;
        background: var(--primaryDark);
        width: 70px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }
    .hamburger div {
        height: 2.5px;
        width: 25px;
        background-color: var(--primaryLight);
        transition: 0.5s ease;
    }
    nav {
        position: fixed;
        height: 100vh;
        width: 100%;
        background: var(--secondaryLight);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 99;
        transform: translateX(-100%);
        display: flex;
        flex-direction: column!important;
        justify-content: space-between!important;
        align-items: flex-start!important;
        transition: transform 0.3s linear;
        opacity: 1;
    }
    .nav_active {
        transform: translateX(0%)!important;
    }
    .togglemenu .lineOne {
        transform: rotate(-45deg) translate(0px,0px);
        background-color: var(--white);
    }
    .togglemenu .lineTwo {
        transform: rotate(45deg) translate(-5px, -6px);
        background-color: var(--white);
    }
    .no_overflow {
        overflow: hidden;
    }
    .mainmenu {
        width: 100%;
        height: 70%;
    }
    .mainmenu ul {
        margin-top: 60%;
    }
    .othermenu {
        height: 30%;
        width: 100%;
    }
    .othermenu ul {
        justify-content: flex-end;
        margin-top: 0;
        position: relative;
        bottom: 20px;
    }
    nav ul {
        display: flex;
        flex-direction: column;
        margin: 0 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        width: calc(100% - 1rem);
        text-align: left;
    }
    .nav_btn {
        padding: 0 2rem;
        height: 10vh;
    }
    nav ul li {
        padding: 5px 0;
        margin-left: 0!important;
        width: calc(100% - 1rem);
    }
    nav ul li a, #menu_arrow a {
        font-size: 1.3rem!important;
        font-weight: 400;
    }
    nav ul li a::before {
        display: none!important;
    }
    .social_icons {
        display: flex;
        flex-direction: row!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 0!important;
    }
    .social_icons li {
        margin-right: 10px!important;
    }
    #menu_arrow {
        justify-content: flex-start;
    }
    .footer_menu .menu_item {
        display: flex;
    }
    #menu_arrow {
        justify-content: space-between;
    }
    .footer_menu .menu_arrow svg {
        display: flex;
    }
    #menu_arrow svg {
        display: flex;
        transform: rotate(0deg);
        background: var(--primaryDark);
        padding: 8px 10px;
        border-radius: 50px;
        height: 10px;
        transition: .3s ease;
    }
    #menu_arrow.active > svg {
        transform: rotate(90deg);
        transition: .3s ease;
    }
    .menu_item {
        position: relative;
        visibility: hidden;
        opacity: 0;
        top: 0;
        margin-top: 0px!important;
        justify-content: flex-start!important;
        height: 0;
        min-width: auto!important;
        width: calc(100% - 0px);
        transform: translateX(0)!important;
        margin-left: 20px;
        transition: all ease .4s;
        background: none;
    }
    .menu_item li {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
        padding: 10px 0!important;
        width: 100%!important;
        border-bottom: 1px solid rgba(136, 136, 136, 0.5);
    }
    .menu_item.active {
        display: flex!important;
        height: auto!important;
        visibility: visible;
        opacity: 1;
        margin-top: 15px!important;
        margin-bottom: 35px;
    }
    nav ul li a {
        color: var(--primaryDark);
    }
    /* .menu_arrow svg {
        margin-left: 12px;
    } */
    #menu_arrow svg path {
        fill: var(--white);
    }
    .menu_has_children:hover .menu_item {
        /* Disable hover effect on mobile */
        visibility: hidden;
        opacity: 0;
    }
    li.d_menu a {
        font-size: 1.2rem !important;
        text-transform: capitalize;
    }
    #menu_arrow {
        padding: 0;
    }



    /* Fonts */
    h1, .poly_large {
        font-size: 3.2rem;
    }
    .global_hero_heading h1, .product_hero_heading h1,
    .view_hero_heading h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.4rem;
        letter-spacing: -0.5px;
    }
    h3, .view_heading h3 {
        font-size: 1.45rem;
        line-height: 1.35;
    }
    h4 {
        font-size: 1.35rem;
        letter-spacing: 0;
    }
    h5 {
        font-size: 1.25rem;
        letter-spacing: 0;
    }
    h6 {
        font-size: 1.125rem;
    }
    .btn_primary {
        font-size: 1rem;
    }
    .flex_gap {
        gap: 20px;
    }

    /* Home Page */
    #home_hero {
        height: 100%;
    }
    .home_hero_items {
        bottom: 0;
        position: relative;
        padding: 25vh 0 80px;
    }
    .hero_img {
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    .poly_dsk_hide {
        display: inline-flex!important;
    }
    .poly_dsk_hide .poly_inside svg {
        stroke: none!important;
    }
    .poly_large {
        display: none;
    }
    .polyflex {
        margin-right: -18px;
        gap: 6px;
    }
    .polyflex:nth-child(4) {
        top: -50px;
        position: relative;
    }
    .poly_dsk_hide .poly_inside_text p {
        font-size: 1.5rem;
        line-height: 1;
    }
    .poly_inside svg {
        height: 90px;
    }
    .poly_large .poly_inside svg {
        height: 180px;
    }
    .poly_inside_text p {
        font-size: .85rem;
    }
    .home_hero_items {
        bottom: 0;
    }
    .home_hero_items .flexbox {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .hero_heading h1 br, h1 br {
        display: none;
    }

    #home_about .flexbox {
        flex-direction: column;
    }
    .home_about_image {
        margin-left: 0px;
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }
    .home_about_image img {
        height: 85%;
    }

    #home_tools .section_heading {
        width: 96%;
    }
    #home_tools .flexbox {
        flex-direction: column-reverse;
    }
    .home_tools_image {
        margin-bottom: 60px;
    }
    .dash_image_container.flexbox {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .dash_img {
        width: 100%;
        justify-content: flex-start!important;
        align-items: flex-start;
    }

    .dash_heading {
        position: relative;
        width: 100%;
    }
    .dash_info {
        position: relative;
        z-index: 9;
    }
    .ad_bg img {
        height: 15vh;
    }
    #ad .dash_img {
        margin: 40px 0;
        justify-content: center!important;
    }
    #ad .dash_img img {
        min-height: 70vh;
    }
    .dash_logo img {
        height: 100px;
    }
    h2 br {
        display: none;
    }

    /* About Page */
    .about_bg img, .cta_bg img {
        width: 75%;
    }
    .col_9 {
        width: 100%;
    }
    .about_image {
        width: 100%!important;
    }
    #about_us .flexbox{
        flex-direction: column;
    }
    .about_heading .section_heading {
        width: 100%;
    }
    .about_image img {
        max-height: 88vh;
    }
    .value_items .col_3 {
        margin-bottom: 20px;
    }
    #serve .flexbox {
        flex-direction: column;
    }
    #serve .col_5, #serve .col_7 {
        width: 100%;
    }
    .serve_heading h2 br {
        display: none;
    }
    .serve_text h5 {
        margin-top: 50px;
        width: 100%;
    }
    .cta_banner {
        width: 100%;
        z-index: 9;
    }
    .cta_bg {
        height: auto;
    }
    .value_items .col_4:nth-child(4), .value_items .col_4:nth-child(5) {
        margin-top: 0;
    }
    .value_items .col_4 {
        margin-bottom: 1rem;
    }

    /* Services Page */
    .service_description_heading h3 {
        width: 100%;
    }
    #service_description .flexbox {
        flex-direction: column;
    }
    #service_description .container {
        padding-left: 1rem!important;
    }
    .accordion_heading h6 {
        line-height: 1.2;
    }
    .service_description_box {
        padding-right: 0;
        margin-left: 0;
        background-color: transparent;
        margin-top: 60px;
    }
    .service_description_box_items {
        padding: 0px;
        width: 100%;
    }

    #services .flex_gap {
        gap: 50px;
    }
    .col_4 .service_box {
        border-radius: 10px 10px 0 0;
    }
    .col_5 .service_box {
        border-left: none;
        border-radius: 0;
    }
    .col_3 .service_box {
        border-radius: 0 0 10px 10px;
    }
    .service_box, .course_box {
        min-height: 100%;
    }
    .single_service .flexbox {
        flex-direction: column;
    }
    .single_service .col_3, .single_service .col_4, .single_service .col_5 {
        width: 100%;
    }
    .service_heading h4 {
        letter-spacing: 0;
    }
    .course_accordion .flexbox {
        flex-direction: row!important;
    }
    .course_accordion:last-child .accordion_heading {
        margin-bottom: 0;
        padding-bottom: 25px;
    }
    .service_button_text, .price_items {
        margin-bottom: 60px;
    }

    /* Products Page */
    #product_head {
        margin-top: 0;
        padding-top: 100px;
    }
    #product_head .flexbox {
        flex-direction: column;
    }
    .product_heading_box {
        padding-right: 0;
        background-color: transparent;
    }
    .product_heading_box_items {
        padding: 0;
        width: 100%;
    }
    .product_hero_heading {
        margin-bottom: 50px;
    }

    .digital_age_contents {
        flex-direction: column;
    }
    .digital_age_box_items {
        padding: 30px;
        height: calc(100% - 00px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #digital_transformation .flexbox {
        flex-direction: column;
    }
    .product_box_items {
        padding: 30px;
        height: calc(100% - 60px);
        flex-direction: column!important;
    }
    .single_carousel_box {
        padding: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }
    .single_product_items {
        padding: 25px;
    }

    #team_tools .flexbox {
        flex-direction: column-reverse;
    }

    #track .dash_img img, #leadership .dash_img img {
        min-height: 75vh;
    }
    #track .dash_img {
        align-items: center!important;
        justify-content: center!important;
    }
    #track .flexbox{
        flex-direction: column;
    }
    .dash_img img {
        width: 100%!important;
    }

    #leadership .flexbox, #employees .flexbox {
        flex-direction: column-reverse;
    }

    #up_skill .flexbox {
        flex-direction: column;
    }

    /* Training Page */
    .offering_text p {
        line-height: 1.35;
    }
    .why_choose_heading {
        width: 100%;
    }
    .why_box {
        height: auto;
    }
    .price_min {
        line-height: 1.3;
    }
    .col_4 .course_box {
        border-radius: 10px 10px 0 0;
    }
    .col_5 .course_box {
        border-radius: 0;
    }
    .col_3 .course_box {
        border-radius: 0 0 10px 10px;
    }
    #training_offerings .container, #ad .container, #contact_form .container, #home_about .container {
        padding: 0 3vw;
    }
    #training_offerings .col_4 {
        width: 100%;
    }
    #training_offerings .flexbox {
        flex-direction: column;
    }
    .single_offering.flexbox {
        flex-direction: row!important;
    }
    .single_course {
        margin-bottom: 50px;
    }
    .single_course:last-child {
        margin-bottom: 0;
    }
    .single_course .flexbox {
        flex-direction: column;
    }
    .single_course .col_3, .single_course .col_4, .single_course .col_5 {
        width: 100%;
    }
    .price_heading.flexbox {
        flex-direction: row!important;
    }
    .training_offering_box {
        margin-bottom: 20px;
    }

    /* Privacy Policy Page */
    .policy_banner_items {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .policy_banner_items {
        padding: 100px 0;
    }
    .policy_update_time {
        margin-top: 20px;
    }
    .policy_update_time h6 {
        font-size: 1.05rem;
    }

    .policy_items {
        flex-direction: column;
    }
    .policy_tags {
        width: 100%;
        margin-bottom: 50px;
    }
    a.single_policy_tag h6 {
        font-size: 1.05rem;
    }
    .policy_text ul li {
        font-size: 0.95rem;
    }

    /* View 360 Page */
    .view_hero_logo img {
        height: 80px;
    }
    #view_hero .dash_img img {
        width: 100%;
        height: 75vh;
    }

    .insider_heading {
        width: 100%;
    }
    .insider_items {
        flex-direction: column;
    }
    .insider_items .dash_img img {
        margin-bottom: 60px;
    }
    .view_heading h3 {
        margin-bottom: 30px;
    }

    #strategy_builder .insider_items, .communication_hub .insider_items {
        flex-direction: column-reverse;
    }
    .view_heading h3 {
        font-size: 1.8rem!important;
    }

    /* Contact */
    .contact_heading, .contact_form_heading, .contact_form_text {
        width: 100%;
    }
    .contact_info .col_4 {
        margin-bottom: 1px;
    }
    .contact_info_box {
        border-right: 0;
        border-bottom: 1px solid rgba(136, 136, 136, 0.5);
    }
    .cta_contact_image img {
        min-height: 60vh;
        width: 100%;
        object-fit: cover;
        margin-bottom: 50px;
    }
    label {
        font-size: 1.1rem;
    }

    #cta, #ad, #home_about, #training_offerings, #view_hero {
        margin: 0;
    }
    #cta .container, #ad .container, #home_about .container, #training_offerings .container, #view_hero .container {
        padding: 0 1rem;
    }
    #cta_contact .flexbox {
        flex-direction: column;
    }
    .cta_contact_push {
        margin-bottom: 30px;
    }

    /* Footer */
    .footer_profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_socials {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer_info {
        padding-bottom: 80px;
    }
    .footer_info.flexbox {
        flex-direction: column;
    }
    .footer_address {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }
    .f_address {
        margin-right: 0px;
        margin-top: 10px;
    }
    .footer_menu {
        position: relative;
        margin-top: 3px;
    }
    .footer_menu ul {
        flex-flow: wrap;
        gap: 20px 40px;
    }
    .footer_menu ul li {
        white-space: nowrap;
    }
    .copyright_info {
        flex-direction: column;
    }
    .c_link a {
        margin-left: 0;
        margin-right: 30px;
    }
    .single_carousel_image img {
        height: 220px;
    }
}