/*body, html, :root, :host {
    font-family: "Ubuntu" !important;
    font-style: normal;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu" !important;
    font-style: normal;
}

.ubuntu-light {
    font-family: "Ubuntu", serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: italic;
}

p, span, div, button {
    font-family: "Roboto";
    font-style: normal;
}

.source-sans-3-<uniquifier > {
    font-family: "Roboto";
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

#download_brochure .md-form {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    #download_brochure .md-form .prefix {
        font-size: 26px;
        color: #ccc;
    }

.form_content {
    width: 440px;
    padding: 10px;
    color: white;
}

#download_brochure .md-form .user-box {
    position: relative;
    border: none;
    margin-left: 12px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

    #download_brochure .md-form .user-box .top_btm {
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        color: #000;
        border: none;
        outline: none;
        background: transparent;
    }

        #download_brochure .md-form .user-box .top_btm::placeholder {
            color: #000;
        }

    #download_brochure .md-form .user-box .top_btm1::placeholder {
        color: #000 !important;
    }

    #download_brochure .md-form .user-box .top_btm1 {
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        color: #000;
        border: none;
        outline: none;
        background: transparent;
    }

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    background-color: #fff;
}

#download_brochure .md-form .user-box label {
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 8px 0 0;
    font-size: 14px;
    color: #fff;
    pointer-events: none !important;
    transition: 0.5s;
}

#download_brochure .md-form .user-box .top_btm:focus ~ label,
#download_brochure .md-form .user-box .top_btm:valid ~ label {
    top: -18px !important;
    left: 0 !important;
    color: #ccc;
    font-size: 11px;
}

#download_brochure .md-form .user-box .iti.iti--allow-dropdown {
    width: 100%;
}

#download_brochure .md-form .user-box #partnerPhoneNumberHireFromUs {
    padding-left: 50px;
}

#download_brochure {
    border-radius: 10px;
}

    #download_brochure .modal-content {
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #243a7b;
    }

    #download_brochure .modal-header {
        background-color: #243a7b;
        color: #fff;
        overflow: hidden;
    }

        #download_brochure .modal-header h5 {
            color: #fff;
        }

.modal-footer {
    background-color: #fff !important;
}

#download_brochure .modal-header .btn-close {
    background-color: transparent;
    color: #fff;
    border: 2px solid #000;
    box-shadow: none;
    outline: none;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    opacity: 1;
    filter: invert(1);
}

#download_brochure .modal-footer #downloadBtn {
    background-color: #243a7b;
    border: none;
}

    #download_brochure .modal-footer #downloadBtn:hover {
        background-color: #243a7b;
    }

.main_heading,
.main_heading1 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
}

.main_heading1 {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner_btn1,
.banner_btn2 {
    transition: background-color 0.3s ease;
}

    .banner_btn1:hover,
    .banner_btn2:hover {
        background-color: #007bff;
    }

.shrink-text {
    font-size: 64px;
    color: #03ebf7;
    display: inline-block;
    animation: wordGap 3s infinite ease-in-out;
}

@keyframes wordGap {
    0% {
        letter-spacing: normal;
    }

    50% {
        letter-spacing: 10px;
        /* Adjust the spacing as needed */
    }

    100% {
        letter-spacing: normal;
    }
}

.session_nos {
    background-color: #243a7b;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 150px;
    width: 949px;
    position: absolute;
    z-index: 2;
    top: 540px;
    /* margin-left: 162px; */
    border-radius: 24px;
    border: 4px solid #00c4ce;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.unordered_11 {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1px 96px 1px 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_items {
    display: inline-block;
    text-align: center;
    position: relative;
}

.first_item {
    width: 123px;
    gap: 8px;
    /*font-family: Source Sans Pro;*/
    color: white;
}

.no_11 {
    font-size: 72px;
    font-weight: 500;
    font-family: Ubuntu;
}

.icon_ff {
    color: #00c4ce;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    font-weight: 700;
    padding-left: 10px;
}

.work_experience {
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid aliceblue;
    outline: none;
    width: 210px;
}

.Course_category {
    width: 440px;
    padding-top: 15px;
    background: transparent;
    color: #fff;
    outline: none;
    outline: none;
    /* border-bottom: 1px solid #fff; */
    border: none;
    border-bottom: 1px solid #fff;
}

.rr_12345 {
    color: white !important;
}

.form_btn {
    background-color: #00c4ce;
    color: white;
    padding: 11px 20px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px #00c4ce;
    width: 221px;
}

.bottom_img_sec img {
    margin-left: 55px;
}

.option_sec {
    display: flex;
}


/*** Navbar ***/

.navbar .navbar-brand .logo_wdh {
    max-width: 200px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    font-family: "FontAwesome";
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 17px;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #00c4ce;
    }

/* .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary);
    }
*/
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 50px;
    line-height: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #344B8F;
    font-weight: 650;
}

.navbar-light.sticky-top {
    /*top: -100px;*/
    transition: 0.5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    padding: 10px 45px;
}

/* .navbar-expand-lg .navbar-nav{
    margin-left: 130px;
} */
.get_start {
    color: #fff;
    background: #00c4ce;
    border-radius: 40px;
    font-weight: 650;
    font-size: 17px;
}

.Speak {
    color: #00c4ce;
    font-weight: 650;
    font-size: 17px;
}

/*  */

.main_heading span {
    font-size: 45px;
    font-weight: 400;
}

.main_heading b {
    font-size: 44px;
}

.main_heading1 {
    font-size: 45px;
}



.banner_btn2 {
    padding: 9px 20px;
    color: #344B8F;
    font-weight: 500;
    border-radius: 30px;
    border: 1px #f0f0f0;
}

.banner_form form .mobilepin {
    width: 63px;
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid aliceblue;
    outline: none;
    color: #fff;
}

.form_contentmobile {
    margin: 10px;
    padding: 2px 5px;
}

.banner_form form .form_contentmobile {
    width: 320px;
    margin-left: 16px;
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid aliceblue;
    outline: none;
    color: #fff;
}

.banner_form form input {
    width: 400px;
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid aliceblue;
    outline: none;
    color: #fff;
    font-family: 'Ubuntu';
}

    .banner_form form input::placeholder {
        color: #fff;
        /* background-color: white; */
    }



.placement_1,
.placement_2 {
    padding: 100px;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.placement_1 {
    padding: 88px 40px 100px 100px;
    text-align: end;
    background-image: url(../img/afterbg1.png);
}

.placement_2 {
    padding: 88px 100px 100px 40px;
    background-image: url(../img/afterbg2.png);
}

    .placement_1 h3,
    .placement_1 p,
    .placement_1 hr,
    .placement_2 h3,
    .placement_2 p,
    .placement_2 hr {
        position: relative;
        margin: 0;
        z-index: 1;
        margin-top: 35px;
        transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    }

        .placement_1 hr.separator_1,
        .placement_2 hr.separator_2 {
            border: 1px solid white;
            margin: 100px 0 0;
            width: 100%;
            transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
        }

    .placement_1 .arrow,
    .placement_2 .arrow {
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        margin-left: 5px;
    }

    .placement_1:hover h3,
    .placement_1:hover p,
    .placement_1:hover hr,
    .placement_2:hover h3,
    .placement_2:hover p,
    .placement_2:hover hr {
        transform: translateY(-70px);
    }

        .placement_1:hover hr.separator_1,
        .placement_2:hover hr.separator_2 {
            border-color: #00c4ce;
        }

    .placement_1:hover .arrow,
    .placement_2:hover .arrow {
        opacity: 1;
    }






/* accordian /*
        /* Aesthetic */
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 11em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height 0.25s;
}

.accordion-item-content {
}

#menu1 h1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.accordion {
    padding: 0;
    margin: 0 auto;
    width: 80%;
}

    .accordion .accordion-item {
        background: #fff;
        border: 0.5px solid #999999;
        padding: 0 1em;
        color: #000;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .accordion h1 {
        margin: 0;
    }


.accordion__itemIconWrap {
    width: 30px;
}

    .accordion__itemIconWrap svg {
        height: 20px;
        width: 25px;
        color: #000;
    }

.acordian_itencls {
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
}

    .acordian_itencls:after {
        content: "\f0dd";
        position: absolute;
        right: 0;
        top: 0;
    }

.accordion:hover .accordion-item:hover .acordian_itencls::after {
    content: "\f0dd";
    position: absolute;
    right: 0;
    top: 15;
    transform: rotate(180deg);
    padding-top: 33px;
    padding-bottom: 30px;
}

/* .acordian_itencls:hover::before {    
    font-family: 'FontAwesome';
    content: "\f054";
} */
.accordian_text_div h4 {
    width: 46%;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 700;
}

.accordian_text_div p {
    /* padding-top:20px; */
    margin: 0;
    padding: 0;
    line-height: normal;
}


.accordian_text_div {
    align-items: center;
    padding: 14px 10px;
}






/* .Completion_time{
    padding-left:33%;
} */
.accodian_sec .container {
    width: 75%;
}

    .accodian_sec .container ul {
        justify-content: center;
        border: none;
    }

        .accodian_sec .container ul li {
            width: 115px;
        }

            .accodian_sec .container ul li .nav-tabs .nav-item.show .nav-link,
            .nav-tabs .nav-link {
                font-size: 24px;
                font-weight: 500;
            }

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .nav-link:hover {
        color: #000;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border-bottom: 5px solid #00c4ce;
}

.nav-tabs {
    justify-content: center;
    --bs-nav-tabs-border-width: 0 !important;
    --bs-nav-tabs-border-color: transparent !important;
    --bs-nav-tabs-border-radius: 0 !important;
    --bs-nav-tabs-link-hover-border-color: transparent !important;
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.product-section {
    background: url(../img/newimg/Image20240814155650.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title-2 {
    border-radius: 10px;
    color: #fff;
}

    .section-title-2 p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

.accordion-item .accordion-body {
    padding: 0px 12px 14px 12px;
}

.emizen-btn {
    background: #00c4ce !important;
    color: #fff !important;
    font-weight: bolder;
    border: 1px solid #00c4ce;
    padding: 6px 10%;
    border-radius: 30px;
}

.section-title-2 h2 {
    font-size: 32px;
}


/* accordian 2
       /* Aesthetic */
.accordion:hover .accordion-items:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 3em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height 0.25s;
}

.accordion .accordion-items {
    background: #fff;
    border-bottom: 2px solid #3a539b;
    padding: 24px 24px 40px 24px;
    color: #000;
    margin-bottom: 20px;
    border-radius: 15px;
}

.accordion h1 {
    margin: 0;
}

.accordion__itemIconWrap {
    width: 30px;
}

.acordian_itemcls2 {
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
}

.accordian_text2 h4 {
    padding-right: 24%;
}

.accordian_text2 p {
    padding-top: 20px;
}

.phone_no_div {
    justify-content: end;
}

.footer_logo {
    max-width: 168px;
    font-weight: 500;
}

.social-icons1 ul li a {
    color: #18335f;
}

.social-icons1 ul {
    padding: 0;
}

    .social-icons1 ul li {
        padding: 10px;
    }

.footer_ul_icon {
    font-weight: 500;
    font-weight: bold;
}

.footer_ul {
    font-weight: 500;
    line-height: 35px;
}

.footer_li {
    color: #3a539b;
    font-weight: 500;
    font-size: 18px;
}

    .footer_li hire {
        text-align: right;
    }

.hr_bottom {
    width: 100%;
    justify-content: center;
    border-top: 1px solid #3a539b;
    opacity: 1;
    font-weight: 500;
}

.copyright p {
    margin: 0;
    color: #3a539b;
    opacity: 0.7;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
}

.copyright p {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.copyright a:hover {
    color: #fff;
    font-weight: 500;
}

.pvt_ltd {
    color: #3a539b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.right_1 {
    color: #3a539b;
    text-align: right;
    font-weight: 500;
    margin-bottom: 40px;
}

li.footer_li.hire {
    text-align: end;
}

.footer_ul_icon {
    text-align: left;
}

/* // Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .session_nos {
        background-color: white;
        box-shadow: 0px 4px 4px 0px #00000040;
        height: 176px;
        width: 650px;
        position: absolute;
        z-index: 2;
        top: 497px;
        margin-left: 22px;
        border-radius: 20px;
    }

    .unordered_11 {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 20px 10px 32px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .first_item {
        width: 123px;
        gap: 8px;
        font-size: 16px;
    }

    .no_11 {
        font-size: 60px;
        font-weight: 500;
    }

    .card_all {
        display: flex;
        justify-content: space-evenly;
        padding-top: 10px;
    }

    .our {
        font-size: 32px;
        font-weight: 400;
        text-align: center;
        margin-top: 150px;
        color: #344B8F;
    }

    .card-content {
        flex: 1;
        color: #718096;
        padding: 11px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .dash {
        color: #ccd0d6;
        height: 10px;
        width: 10px;
    }

    .leaners_11 {
        text-align: left;
        font-size: 15px;
        padding-left: 10px;
        padding-top: 15px;
    }

    .alumnus {
        text-align: left;
        font-size: 14px;
        padding-top: 45px;
        padding-left: 10px;
    }

    .ray_11 {
        font-size: 18px;
        font-weight: 700;
        color: #344B8F;
        padding-top: 10px;
        padding-left: 10px;
    }

    .amazon {
        font-size: 18px;
        color: #00cec4;
        padding-left: 10px;
    }

    .our {
        font-size: 32px;
        font-weight: 400;
        text-align: center;
        margin-top: 105px;
        color: #344B8F;
    }

    .card-content123 .assigned {
        margin-bottom: 10px;
        font-size: 18px;
    }

    li.footer_li.hire {
        text-align: justify;
    }

    .pvt_ltd {
        text-align: center;
    }

    .right_1 {
        text-align: center;
    }
}

/* //Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* //Small devices (landscape phones, 320px and up)*/
@media (min-width: 320px) and (max-width: 575.98px) {
    .banner_part {
        height: 400px;
    }

    .session_nos {
        background-color: white;
        box-shadow: 0px 4px 4px 0px #00000040;
        height: 107px;
        width: 304px;
        position: absolute;
        z-index: 2;
        top: 450px;
        border-radius: 20px;
        padding-top: 22px;
        margin-left: 0px;
        justify-content: center;
    }

    .unordered_11 {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .first_item {
        width: 76px;
        font-size: 12px;
    }

    .no_11 {
        font-size: 24px;
        font-weight: 500;
    }

    .icon_ff {
        color: #00c4ce;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        font-weight: 700;
        padding-left: 10px;
    }

    .banner_text11 {
        text-align: center;
        align-items: center;
        padding-top: 90px;
    }

    .propel_banner {
        height: 1800px;
        width: 100%;
        margin-top: 150px;
        position: relative;
    }

    .propel_page {
        text-align: center;
        color: #718096;
        margin-top: 0px;
        font-size: 18px;
        font-family: Ubuntu;
        font-weight: 500;
    }

    .propel_page1 {
        margin-top: 0px;
        text-align: center;
        color: #718096;
        font-size: 18px;
        font-weight: 500;
    }

    .heading_1111 {
        font-size: 24px;
        text-align: center;
        margin-top: 63px;
        color: #344B8F;
        font-weight: 100;
    }

    .upscaling {
        font-size: 24px;
        font-weight: bold;
    }

    .card_all {
        display: block;
        justify-content: space-evenly;
        padding: 30px 40px 40px 30px;
    }
    /*
    .item {
        width: 100%;
        border: 1px solid gray;
        margin: 10px;
    }*/

    /* .d_card {
            height: 400px;
        } */

    .card {
        height: 350px;
    }

    .dash {
        height: 10px;
    }

    .leaners_11 {
        font-size: 14px;
        padding-top: 15px;
    }

    .alumnus {
        font-size: 12px;
        padding-top: 25px;
    }

    .ray_11 {
        font-size: 16px;
    }

    .amazon {
        font-size: 14px;
    }

    .learning {
        margin-bottom: 0px;
    }

    .card123 {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 150px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        overflow: hidden;
    }

    .card-image123 {
        flex: 1;
        background-size: cover;
        background-position: center;
        padding: 31px 0px 40px 12px;
        box-sizing: border-box;
    }

    .card-content123 {
        flex: 1;
        color: #333;
        padding: 10px 1px 6px 46px;
        display: block;
    }

        .card-content123 .assigned {
            margin-bottom: 10px;
            font-size: 13px;
        }

    .certi_link {
        color: #364e93;
        font-size: 10px;
    }

    .right_1 {
        color: #3a539b;
        text-align: center;
        font-weight: 500;
        margin-bottom: 40px;
        font-size: 12px;
    }

    li.footer_li.hire {
        text-align: left;
    }

    .footer_ul_icon {
        text-align: left;
    }

    .pvt_ltd {
        text-align: center;
    }

    .Empowering_11 {
        font-size: 44px;
    }

    footer_text .promise_11 {
        font-size: 16px;
    }
}

.footer {
    background: url(../img/newimg/Image20240814165726.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer_text h3 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
}

.footer_text p {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.phone_no_div i {
    color: #00c4ce !important;
}

.phone_no_div a {
    padding-left: 30px;
    line-height: 15px;
    color: #00c4ce;
    text-decoration: none;
}

form .email_input {
    width: 384px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 12px;
}

form .message_input {
    width: 384px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 12px;
}

form .email_input:focus-visible {
    outline: none;
}

form .message_input:focus-visible {
    outline: none;
}

.btn_submit {
    background: #00c4ce !important;
    color: #fff !important;
    font-weight: bolder;
    border: 1px solid #00c4ce;
    padding: 10px 26%;
    margin-top: 20px;
    border-radius: 30px;
}

.section_1 {
    background: url(https://dev.coplur.com/user-content/2db8d301-f5ec-4093-94e2-85f39a66ebc8.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    background-position: bottom;
}

.banner_text {
    padding-top: 120px;
}

.col_class {
    /*background-image: url("../img/newimg/Circles.svg");*/
    background-repeat: no-repeat;
}

.img_1 {
    color: black;
}

.main_heading1 {
    color: #344B8F;
}

.hr {
    margin: auto;
}

.banner_form {
    margin-top: 50px;
    border-radius: 50px;
    text-align: center;
    align-items: center;
}

.form_head {
    color: white;
    font-weight: bolder;
    margin-bottom: 17px;
    margin-top: 50px;
    font-size: 32px;
}



.form_bg {
    border-radius: 50px;
    /*height: 529px;*/
    padding-bottom: 20px;
    background: #243a7b;
    border: 0.5px solid #00c4ce;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.form_content {
    margin: 10px;
    padding: 14px 5px;
}

.formallbtn {
    margin-top: 23px;
}

.features_sec h2 span {
    font-family: 'ubuntu';
}

.section2_p {
    font-size: 24px;
    font-weight: 600;
    line-height: 38.89px;
    text-align: center;
    color: #718096;
    padding-bottom: 20px;
}

.img_sec {
    position: relative;
    display: inline-block;
}

.img_div {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    z-index: 999;
}

    .img_div::after {
        background-color: #fff;
    }

.inner_text {
    background-color: white;
    border: 2px solid #718096;
    border-radius: 4px;
    margin: 15px 0;
    border-radius: 25px;
    padding: 70px 40px 70px 40px;
}

.img_sec::before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: 1;
    max-width: 54px;
}

.img_sec1::before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: 1;
    max-width: 115px;
}

.head_col {
    font-size: 32px;
    font-family: 'Ubuntu' !important;
    font-weight: 500;
}

.head-p {
    font-size: 18px;
    color: #718096;
    font-weight: 400;
}

/* col2 */
.img_sec1 {
    position: relative;
    display: inline-block;
}

.img_div1 {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    z-index: 999;
    margin-left: 13px;
}

.img_div::after {
    background-color: #fff;
}

.inner_text1 {
    padding: 10px 10px;
    width: 100%;
    background-color: white;
    border: 2px solid #718096;
    border-radius: 4px;
    margin: 15px 0;
    border-radius: 25px;
    padding: 80px 30px 0px 30px;
}



/* .second_col:hover .img_div1 svg path[fill="black"] {
    fill: #00C4CE; /* Optionally change the fill color if needed */

.img_sec::before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: 1;
    max-width: 85px;
}

.head_col1 {
    font-size: 32px;
    font-family: 'Ubuntu' !important;
    font-weight: 500;
}

.head-p1 {
    font-size: 18px;
    color: #718096;
    font-weight: 400;
}

.head_col2 {
    font-size: 32px;
    font-family: 'Ubuntu' !important;
    font-weight: 500;
}

/* section 4 */
.nav-link-1 {
    color: white !important;
}

    .nav-link-1:hover {
        color: lightblue;
    }

.section_4 {
    background-color: transparent;
    position: relative;
}

    .section_4::after {
        background: #243a7b;
        height: 440px;
        position: absolute;
        content: " ";
        top: 0;
        right: 0;
        width: 80%;
        z-index: -1;
    }

.text_section {
    color: white;
    margin-top: 30px;
    margin-bottom: 40px;
}

.text_section4 {
    color: white;
    margin-bottom: 0px;
}

.text_secimg {
    color: white;
    margin-bottom: 0px;
    margin-left: 150px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.section_content {
    padding: 60px 50px;
    color: #e2e8f1;
}



.col-lg-7 {
    padding: 30px;
}

/* Heading styling */
.sigma_heading {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    transition: color 0.3s;
}

/* Image styling */
.img_secion4 img {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

/* Text below the image */
.img_secion-p {
    font-size: 14px;
    color: #e2e8f1;
    line-height: 1.6;
    padding: 24px 188px;
}

.col_class4 {
    background-repeat: no-repeat;
    height: 400px;
}

.banner_text1 {
    padding-top: 30px;
}

.text_sechands {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.text_section4 {
    font-size: 31px;
    font-weight: 300;
    color: #999999;
}




.btn_div button {
    margin-top: 53px;
    background-color: #00c4ce;
    color: white;
    padding: 9px 20px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px #00c4ce;
    width: 380px;
    margin-left: 150px;
}

.About_us p {
    color: #718096;
    font-size: 19px;
}

.About_us .About_1 {
    color: #344B8F;
    font-size: 40px;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
    }

ul {
    list-style: none;
}

/* Tab Panels */
.tabs {
    position: relative;
    display: block;
    margin-top: 20px;
}

    .tabs h3 {
        margin-top: 10px;
    }

    .tabs li label {
        position: relative;
        display: inline-block;
        height: 40px;
        margin-right: 5px;
        padding: 0 15px;
        background: #fff;
        color: #333;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        z-index: 99;
    }

input[type="radio"]:checked ~ label {
    border-bottom: 1px solid #fff;
    border-bottom: 4px solid #00c4ce;
}

.panel {
    padding: 10px 20px;
    background: #fff;
    margin-top: -1px;
    width: 100%;
    position: absolute;
    top: 40px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s;
}

/* Checkbox */
input.radio-hack[type="radio"] {
    position: fixed;
    left: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
}

input[type="radio"]:checked ~ div.panel {
    opacity: 1;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.collapse_text_head {
    margin-top: 150px;
}


.skills-column {
    flex: 1;
    padding: 56px 25px;
    border: 3.5px solid rgba(21, 39, 84, 0.2);
    border-radius: 52px;
}

    .skills-column h4 {
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .skills-column ul {
        list-style-type: none;
        padding-left: 0;
    }

    .skills-column li {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

        .skills-column li strong {
            display: block;
            margin-bottom: 0.5rem;
        }

.technical-skills:hover {
    background-color: #00c4ce36;
    border: 3.5px solid #00c4ce;
}

.soft-skills:hover {
    background-color: #00c4ce36;
    border: 3.5px solid #00c4ce;
}

.technical-skills h4,
.soft-skills h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}

.soft-skills {
    padding-left: 20px;
}

.img_skills2 svg {
    margin-left: -38px;
}

.img_skills svg {
    margin-left: -15px;
}

.skills-container .skills-box .img_div_skills {
    padding-top: 177px;
}

.copyright {
    background-color: #051922;
    border-top: 1px solid #232a35;
}

    .copyright p {
        margin: 0;
        color: #fff;
        opacity: 0.7;
        padding: 16px 0;
        font-size: 13px;
    }

    .copyright a {
        color: #00c4ce;
        font-weight: 700;
    }

    .copyright p {
        letter-spacing: 1.5px;
    }

    .copyright a:hover {
        color: #fff;
    }

.social-icons {
    text-align: right;
}

    .social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .social-icons ul li {
            display: inline-block;
        }

            .social-icons ul li a {
                font-size: 16px;
                color: #fff;
                opacity: 0.7;
                padding: 16px 10px;
                display: block;
            }

.img_skills svg .technical_skil:hover {
    fill: #00c4ce;
}

.img_skills2 svg .technical_skil:hover {
    fill: #00c4ce;
}

/* section2 */
.About_us {
    text-align: center;
    margin-top: 86px;
    padding-bottom:50px;
}

.About_1 {
    font-size: 32px;
}

.vision_1 {
    font-size: 40px;
    padding: 10px;
    padding-top: 19px;
    padding-left: 30px;
}

.mission_1 {
    font-size: 40px;
    padding: 10px;
    padding-top: 19px;
    padding-left: 30px;
}

.values_1 {
    font-size: 40px;
    padding: 10px;
    padding-top: 19px;
    padding-left: 30px;
}

.lorem_1 {
    margin-top: 20px;
    width: 70%;
    padding-left: 30px;
    color: #718096;
}

.ellipse_1 {
    position: absolute;
    width: 70px;
}

.ellipse_1 {
    transition: transform 0.1s;
}

    .ellipse_1 .svg_sec:hover {
        transform: translateX(-1px);
        fill: #00c4ce;
        /* fill: linear-gradient(139.46deg, rgba(0, 206, 196, 0.3) 20.15%, rgba(255, 255, 255, 0) 87.06%); */
    }

/* section3 */
.section_3 {
    color: white;
    position: relative;
}

.pgm_1 {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    /* White color for text */
    text-align: center;
    z-index: 1;
    text-align: center;
    font-size: 32px;
    margin-top: -99px;
    font-family: "Ubuntu" !important;
    font-style: normal;
}

    .pgm_1 b {
        font-weight: 700;
        font-family: "Ubuntu" !important;
        font-style: normal;
    }

.launch_1 {
    color: white;
    font-size: 52px;
    font-weight: 500;
    font-family: 'Ubuntu';
}

.amplify_1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 34.56px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.know_more {
    color: #00c4ce;
    font-size: 18px;
    padding-top: 40px;
}

.hr_1 {
    color: white;
}



/* section4 */

.courses_1 {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 30px;
    font-size: 32px;
    font-family: "Ubuntu" !important;
    font-style: normal;
    color: #344B8F;
}

.cards_001 {
    display: flex;
    margin-top: 20px;
    gap: 0.2rem;
}

.card {
    margin: 5px;
}

.book-demo {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

.img_1123 {
    width: 10px;
    margin-left: 3px;
    color: #00c4ce;
}

.card:hover .card-body {
    transform: translateY(-20px);
    padding-bottom: 0px;
}

.card:hover .book-demo {
    opacity: 1;
    transform: translateY(0);
}

.book-demo .arrow {
    margin-left: 10px;
    transition: margin-left 0.3s ease-in-out;
}

.card:hover .arrow {
    margin-left: 20px;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: black;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color #00c4ce 0.15s ease-in-out;
}

    .nav-link:hover {
        color: #000;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border-bottom: 5px solid #00c4ce !important;
}

.nav-tabs {
    justify-content: center;
    --bs-nav-tabs-border-width: 0 !important;
    --bs-nav-tabs-border-color: transparent !important;
    --bs-nav-tabs-border-radius: 0 !important;
    --bs-nav-tabs-link-hover-border-color: transparent !important;
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.card {
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 1px solid lightgray;
}

    .card:hover {
        transform: translateY(-10px);
        border-color: #00c4ce;
    }

.card-body {
    transition: transform 0.7s ease;
}

.book-demo {
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
}

    .book-demo a {
        text-decoration: none;
        margin-right: 5px;
        color: #00c4ce;
    }

.card:hover .book-demo {
    opacity: 1;
}

.scroll_1 {
    transform: rotate(90deg);
    max-width: 45px;
    border-radius: 50px;
    margin-top: 70px;
    margin-left: 20px;
    border: 1px solid black;
    margin-top: 100px;
    padding: 4px;
}

.img_1123 {
    max-width: 16px;
    transition: transform 0.3s ease;
}

.card:hover .card-body {
    transform: translateY(-10px);
}

.card:hover .img_1123 {
    transform: translateX(5px);
}

/* section6 */
.section_6 {
    background-image: url(../img/newimg/frame.png);
    margin-top: 150px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.frame_001 {
    display: flex;
    justify-content: space-between;
}

.notsure_1 {
    color: white;
    margin-top: 50px;
}

.free_demo {
    color: white;
    margin-bottom: 60px;
}

.demo_1 {
    background-color: #00c4ce;
    color: white;
    padding: 6px 50px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
}

/* section7 */
.workshop_1 {
    text-align: center;
    margin-top: 80px;
    font-size: 32px;
    margin-bottom: 50px;
}

.info_col {
    background-color: #f0feff;
    border-radius: 50px;
    border: 1px solid darkgray;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.coplur_1 {
    padding-top: 30px;
    padding-left: 20px;
}

.master {
    text-align: center;
    color: #344B8F;
    margin-top: 40px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -3px;
}

.data {
    color: #0193cc;
    text-align: center;
    font-size: 40px;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 44px;
}

.data_1 {
    color: #0193cc;
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    margin-top: 0px;
}

.dates_1 {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}

.days {
    color: #0193cc;
    font-size: 40px;
    font-weight: 500;
    margin-top: 70px;
}

.days_1 {
    color: #0193cc;
    padding-right: 30px;
    font-size: 40px;
    font-weight: 500;
    margin-top: 70px;
}

.days_11 {
    margin-top: 0px;
    color: #0193cc;
    font-size: 40px;
    font-weight: 500;
}

.days_22 {
    margin-top: 0px;
    color: #0193cc;
    padding-right: 30px;
    font-size: 40px;
    font-weight: 500;
}

.expert_001 {
    background-color: #0193cc;
    margin-top: 30px;
    padding: 50px 20px 50px 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 30px;
}

.led_1 {
    color: white;
}

.begin_1 {
    color: #344B8F;
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
    line-height: 35px;
}

.register_btn {
    text-align: center !important;
}

.register_1 {
    background-color: #00c4ce;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 6px 150px;
    margin-top: 60px;
    margin-bottom: 40px;
}

/* section8 */
.section_8 {
    background-color: transparent;
    position: relative;
    margin-top: 50px;
}

    .section_8::after {
        background-color: #243a7b;
        height: 200px;
        position: absolute;
        content: " ";
        top: 0;
        right: 0;
        width: 80%;
        z-index: -1;
    }

.section_8 {
    background-color: transparent;
    position: relative;
}

    .section_8::after {
        background-color: #243a7b;
        height: 300px;
        position: absolute;
        content: " ";
        top: 0;
        right: 0;
        width: 80%;
        z-index: -1;
    }

.banner_text8 {
    color: white;
    margin-top: 100px;
}



    .banner_text8 .paytm_text {
        font-size: 18px;
        color: rgba(0, 206, 196, 1);
    }

.section .tab-content .tab-pane .col-lg-3 {
    padding: 0 !important;
}

.tab-pane {
    text-align: center;
}

}

/*section 4
/* ============================== card design =========================== */
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;
}

.content {
    text-align: left;
}

    .content p {
        font-size: 14px;
        text-align: left;
    }


.page-content .d_card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 12px, 16px, 12px, 16px;
    width: 100%;
    max-width: 400px;
    border: 1px solid lightgray;
    /*text-align: center;*/
    color: rgba(113, 128, 150, 1);
    /* background-color: whitesmoke; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
      0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
      0 16px 16px rgba(0, 0, 0, 0.1); */
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}



    .page-content .d_card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110%;
        background-size: cover;
        background-position: center;
        transition: 0.3s ease-in-out;
        pointer-events: none;
    }

    .page-content .d_card:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%;
        pointer-events: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: 0.3s ease-in-out;
    }


.page-content .content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: start;
    width: 100%;
    padding: 1rem;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

    .page-content .content > * + * {
        margin-top: 1rem;
    }

.page-content .h3 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: rgba(113, 128, 150, 1);
    text-align: left;
}

.page-content .data-content {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
}

@media (hover: hover) and (min-width: 600px) {
    .page-content .d_card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .page-content .content {
        -webkit-transform: translateY(calc(100% - 19rem));
        transform: translateY(calc(100% - 19rem));
    }

        .page-content .content > *:not(.heading) {
            opacity: 0;
            -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
            transition: 0.3s ease-in-out;
        }

    .page-content .d_card:hover,
    .page-content .d_card:focus-within {
        -webkit-box-align: center;
        align-items: left;
    }

        .page-content .d_card:hover:before,
        .page-content .d_card:focus-within:before {
            -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
        }

        .page-content .d_card:hover:after,
        .page-content .d_card:focus-within:after {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .page-content .d_card:hover .content,
        .page-content .d_card:focus-within .content {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

            .page-content .d_card:hover .content > *:not(.heading),
            .page-content .d_card:focus-within .content > *:not(.heading) {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                /* -webkit-transition-delay: calc(var(--d) / 8);
               transition-delay: calc(var(--d) / 8); */
                transition: 0.3s ease-in-out;
            }

            .page-content .d_card:focus-within:before,
            .page-content .d_card:focus-within:after,
            .page-content .d_card:focus-within .content,
            .page-content .d_card:focus-within .content > *:not(.heading) {
                -webkit-transition-duration: 0s;
                transition-duration: 0s;
                .card
            }
}


.page-content .d_card:hover {
    transition: 0.9s ease-in-out;
}


/* ============================== card design =========================== */
.page-content .cards_sec .owl-dots .owl-dot:first-child span {
    border-radius: 10px 0 0 10px !important;
}

.page-content .cards_sec .owl-dots .owl-dot:last-child span {
    border-radius: 0 10px 10px 0 !important;
}

.page-content .cards_sec .owl-dots .owl-dot span {
    width: 24px;
    height: 4px;
    margin: 0px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 0px !important;
}

.page-content .cards_sec {
    overflow-x: auto;
    width: 100%;
    padding-left: 100px;
    padding-bottom: 60px;
}

    .page-content .cards_sec .owl-dots .owl-dot:hover span {
        background: #d6d6d6;
    }

    .page-content .cards_sec .owl-dots .owl-dot.active:hover span {
        background: #00c4ce;
    }

    .page-content .cards_sec .owl-dots .owl-dot.active span {
        background: #00c4ce;
        border-radius: 20px !important;
    }

    .page-content .cards_sec .owl-dots {
        max-width: 170px;
        position: absolute;
        margin: 0px auto 0 !important;
        left: 100px;
        right: 0;
        bottom: 40px;
    }

    .page-content .cards_sec.owl-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 300px;
        margin: 0px auto 0;
    }

        .page-content .cards_sec.owl-carousel .owl-nav .owl-prev,
        .page-content .cards_sec.owl-carousel .owl-nav .owl-next {
            position: relative;
            color: transparent;
            background: transparent;
        }

            .page-content .cards_sec.owl-carousel .owl-nav .owl-prev::after,
            .page-content .cards_sec.owl-carousel .owl-nav .owl-next::after {
                position: absolute;
                content: " ";
                max-width: 40px;
                width: 100%;
                background-color: #fff !important;
                border: 1px solid #e4e4e4;
                border-radius: 100px;
                font-size: 18px;
                color: #232323;
                line-height: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }

            .page-content .cards_sec.owl-carousel .owl-nav .owl-next::after {
                position: absolute;
                content: "\f061";
                font-family: 'Font Awesome\ 5 Free';
            }

            .page-content .cards_sec.owl-carousel .owl-nav .owl-prev::after {
                position: absolute;
                content: "\f060";
                font-family: 'Font Awesome\ 5 Free';
            }

            .page-content .cards_sec.owl-carousel .owl-nav .owl-prev::after,
            .page-content .cards_sec.owl-carousel .owl-nav .owl-next::after {
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
                border-color: #fff;
                background: #fff;
                font-weight: bold;
            }

/*added css for bg image about command courses page*/
.page-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #f0fbfc;
}

.amplify_2 {
    text-align: end;
}
/*----------------modal download_brochure css--------------------*/

.main_heading,
.main_heading1 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
}

.main_heading1 {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner_btn1,
.banner_btn2 {
    transition: background-color 0.3s ease;
}

    .banner_btn1:hover,
    .banner_btn2:hover {
        background-color: #fff;
    }

@keyframes wordGap {
    0% {
        letter-spacing: normal;
    }

    50% {
        letter-spacing: 10px;
        /* Adjust the spacing as needed */
    }

    100% {
        letter-spacing: normal;
    }
}

.work_experience {
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid aliceblue;
    outline: none;
    width: 210px;
}

.Course_category {
    width: 100%;
    padding-top: 15px;
    background: transparent;
    color: #fff;
    outline: nonete;
    outline: none;
    /* border-bottom: 1px solid #fff; */
    border: none;
    border-bottom: 1px solid #fff;
}

.rr_12345 {
    color: white !important;
}

.form_btn {
    background-color: #00c4ce;
    color: white;
    /* padding: 11px 20px;*/
    font-weight: 700;
    border-radius: 30px;
    border: 1px #00c4ce;
    width: 177px;
    height: 40px;
    text-align: center;
    line-height: normal;
}

.option_sec {
    display: flex;
}

/* Define font for headings and subheadings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    /* You can adjust weight as needed */
}

/* Define font for paragraphs and block quotes */
p,
blockquote {
    font-weight: 400;
}

/*** Navbar ***/

.get_start {
    color: #fff;
    background: #00c4ce;
    border-radius: 40px;
    font-weight: 650;
    font-size: 17px;
}

.Speak {
    color: #00c4ce;
    font-weight: 650;
    font-size: 17px;
}

.img_circle11 {
    position: absolute;
    top: -55px;
    left: 85px;
    opacity: 0.6;
}

/*  */

.main_heading span {
    font-size: 45px;
    font-weight: 400;
}

.main_heading {
    font-size: 64px;
    color: #344B8F;
    line-height: 72px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

    .main_heading b {
        font-size: 64px;
        color: #344B8F;
        font-weight: 500;
    }

.Course_heading,
.Course_heading b {
    color: #fff;
    font-size: 48px;
}

.main_heading1 {
    font-size: 45px;
}

.banner_btn1 {
    padding: 6px 16px;
    color: #344B8F;
    font-weight: 600;
    border-radius: 30px;
    border: 1px #f0f0f0;
    font-family: 'Ubuntu';
    max-width: 300px;
    width: 100%;
}

.banner_btn2 {
    padding: 6px 16px;
    color: #344B8F;
    font-weight: 600;
    border-radius: 30px;
    border: 1px #f0f0f0;
    font-family: 'Ubuntu';
}

.banner_form form .mobilepin {
    width: 63px;
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid aliceblue;
    outline: none;
    color: #fff;
}

.form_contentmobile {
    margin: 10px;
    padding: 2px 5px;
}

.banner_form form .form_contentmobile {
    width: 320px;
    margin-left: 16px;
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid aliceblue;
    outline: none;
    color: #fff;
}

/* .banner_form form input {
  width: 350 px;
  background: transparent;
  padding: 10px;
  border: none;
  border-bottom: 1px solid aliceblue;
  outline: none;
  color: #fff;
} */

.banner_form form input::placeholder {
    color: #fff;
    /* background-color: white; */
}

/* accordian /*
        /* Aesthetic */
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 11em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height 0.25s;
}

.accordion-item-content {
}

.accordion {
    padding: 0;
    margin: 0 auto;
    width: 80%;
}

    .accordion .accordion-item {
        background-image: #fff;
        border: 0.5px solid #999999;
        padding: 0 1em;
        color: #000;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .accordion h1 {
        margin: 0;
    }

.accordion__itemIconWrap {
    width: 30px;
}

    .accordion__itemIconWrap svg {
        height: 20px;
        width: 25px;
        color: #000;
    }

.acordian_itencls {
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
}

    .acordian_itencls:after {
        content: "\f078";
        position: absolute;
        font-family: 'FontAwesome';
        right: 0;
        top: 0;
    }

.accordion:hover .accordion-item:hover .acordian_itencls::after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 15;
    transform: rotate(180deg);
    padding-top: 33px;
    padding-bottom: 30px;
}

/* .acordian_itencls:hover::before {    
    font-family: 'FontAwesome';
    content: "\f054";
} */
.accordian_text_div h4 {
    width: 46%;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 700;
}

.accordian_text_div p {
    /* padding-top:20px; */
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #718096;
}

.input_placeholder_color::placeholder {
    color: #eeeded;
}

.content_ {
    width: 46.1%;
    text-align: left;
}

.accordian_text_div {
    align-items: center;
    padding: 14px 10px;
}

.parent_basic {
    align-items: center;
    padding: 0px;
    color: #718096;
}


/* .Completion_time{
    padding-left:33%;
} */
.accodian_sec .container {
    width: 75%;
}

    .accodian_sec .container ul {
        justify-content: center;
        border: none;
    }

        .accodian_sec .container ul li {
            width: 115px;
        }

            .accodian_sec .container ul li .nav-tabs .nav-item.show .nav-link,
            .nav-tabs .nav-link {
                font-size: 24px;
                font-weight: 500;
            }

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .nav-link:hover {
        color: #000;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border-bottom: 5px solid #00c4ce;
}

.nav-tabs {
    justify-content: center;
    --bs-nav-tabs-border-width: 0 !important;
    --bs-nav-tabs-border-color: transparent !important;
    --bs-nav-tabs-border-radius: 0 !important;
    --bs-nav-tabs-link-hover-border-color: transparent !important;
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.product-section {
    background: url(../img/newimg/Image20240814155650.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title-2 {
    border-radius: 10px;
    color: #fff;
}




    .section-title-2 h2 {
        font-size: 32px;
        font-weight: 500;
    }



/* accordian 2
       /* Aesthetic */
.accordion:hover .accordion-items:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 3em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height 0.25s;
}

.accordion .accordion-items {
    background-image: #fff;
    border-bottom: 2px solid #3a539b;
    padding: 24px 24px 40px 24px;
    color: #000;
    margin-bottom: 20px;
    border-radius: 15px;
}

.accordion h1 {
    margin: 0;
}


.accordion__itemIconWrap {
    width: 30px;
}

.acordian_itemcls2 {
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
}

.accordian_text2 h4 {
    padding-right: 24%;
}

.accordian_text2 p {
    padding-top: 20px;
}

.footer_ul_icon {
    font-weight: 500;
    font-weight: bold;
}

.footer_ul {
    font-weight: 500;
    line-height: 35px;
}

.footer_li {
    color: #3a539b;
    font-weight: 500;
    font-size: 18px;
}

    .footer_li hire {
        text-align: right;
    }

.hr_bottom {
    width: 100%;
    justify-content: center;
    border-top: 1px solid #3a539b;
    opacity: 1;
    font-weight: 500;
}

.copyright p {
    margin: 0;
    color: #3a539b;
    opacity: 0.7;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
}

.copyright p {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.copyright a:hover {
    color: #fff;
    font-weight: 500;
}

.right_1 {
    color: #3a539b;
    text-align: right;
    font-weight: 500;
    margin-bottom: 40px;
}

li.footer_li.hire {
    text-align: end;
}

.footer_ul_icon {
    text-align: left;
}







.bottom_img_sec img {
    width: 300px;
}

.section_Course::after {
    /* background-color: #243A7B; */
    background-image: url(/coplur/img/hire-from-us/banner_bg.png);
    background-repeat: no-repeat;
    height: 558px;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 88%;
    z-index: -1;
    border-radius: 0 50px 0 0;
    background-size: cover;
}

}

.Course_hr {
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    padding: 0;
    margin: 0 auto;
    max-width: 79%;
    width: 100%;
}









/* media query */
/* // XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}

/* // X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* // Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* // Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .session_nos {
        background-color: #243a7b;
        box-shadow: 0px 4px 4px 0px #00000040;
        height: 176px;
        width: 650px;
        position: absolute;
        z-index: 2;
        top: 497px;
        /* margin-left: 22px; */
        border-radius: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .tabs_panal_sec {
        display: block;
    }

    .img_secion4 {
        margin-top: -258px;
    }

    .hands_learn {
        height: 594px;
        width: 100%;
    }

    .nav-pills .nav_links_button .nav_item_bottom {
        text-wrap-mode: nowrap;
        padding: 20px;
        margin-left: 20px;
    }

    .bottom_img_sec img {
        margin-left: 0;
    }

    .nav_item_bottom:hover {
        color: #e2e8f1 !important;
        font-size: 16px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        /* font-weight: bold; */
        -webkit-transition: 0.6s ease-out;
        -moz-transition: 0.6s ease-out;
        -o-transition: 0.6s ease-out;
        transition: 0.6s ease-out;
    }

    .unordered_11 {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 20px 10px 32px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .first_item {
        width: 123px;
        gap: 8px;
        font-size: 16px;
    }

    .no_11 {
        font-size: 60px;
        font-weight: 500;
    }

    .card_all {
        display: flex;
        justify-content: space-evenly;
        padding-top: 10px;
    }

    .our {
        font-size: 32px;
        font-weight: 400;
        text-align: center;
        margin-top: 150px;
        color: #344B8F;
    }

    .card-content {
        flex: 1;
        color: #718096;
        padding: 11px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .dash {
        color: #ccd0d6;
        height: 10px;
        width: 10px;
    }

    .leaners_11 {
        text-align: left;
        font-size: 15px;
        padding-left: 10px;
        padding-top: 15px;
    }

    .alumnus {
        text-align: left;
        font-size: 14px;
        padding-top: 45px;
        padding-left: 10px;
    }

    .ray_11 {
        font-size: 18px;
        font-weight: 700;
        color: #344B8F;
        padding-top: 10px;
        padding-left: 10px;
    }

    .amazon {
        font-size: 18px;
        color: #00cec4;
        padding-left: 10px;
    }

    .our {
        font-size: 32px;
        font-weight: 400;
        text-align: center;
        margin-top: 105px;
        color: #344B8F;
    }

    .card-content123 .assigned {
        margin-bottom: 10px;
        font-size: 18px;
    }

    li.footer_li.hire {
        text-align: justify;
    }

    .pvt_ltd {
        text-align: center;
    }

    .right_1 {
        text-align: center;
    }
}

}

.takeaway_sec span{
    color: #344B8F !important;
}

.wow h1 {
    color: #344B8F;
}
/* //Small devices (landscape phones, 576px and up)*/
@media (min-width: 1600px) and (max-width: 1699.98px) {
    .nav_p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.7px;
        font-weight: 400;
        padding-right: 147px;
    }

    .img_section_course {
        background: url(../img/newimg/ab.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 579px;
    }
}

@media (min-width: 1700px) and (max-width: 1999.98px) {
    .img_section_course {
        background: url(../img/newimg/ab.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 500px;
    }

    .achievers-1 {
        font-size: 32px;
        color: #344B8F;
        text-align: center;
        padding-top: 67px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: 'Ubuntu';
    }

    #partnerPhoneNumberHireFromUs {
        width: 518px;
    }
}
/* //Small devices (landscape phones, 320px and up)*/
@media (min-width: 320px) and (max-width: 575.98px) {
}

.footer {
    background: url(../img/newimg/Image20240814165726.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer_text h3 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
}

.footer_text p {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.footer_padding_right {
    padding-right: 30px;
    text-align: right;
}

.footer_padding_left {
    padding-left: 30px;
}

.phone_no_div {
    justify-content: end;
}

    .phone_no_div i {
        color: #00c4ce !important;
    }

    .phone_no_div a {
        padding-left: 30px;
        line-height: 15px;
        color: #00c4ce;
        text-decoration: none;
    }

form .email_input {
    width: 384px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 12px;
}

form .message_input {
    width: 384px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 12px;
}

form .email_input:focus-visible {
    outline: none;
}

form .message_input:focus-visible {
    outline: none;
}

.btn_submit {
    background: #00c4ce !important;
    color: #fff !important;
    font-weight: bolder;
    border: 1px solid #00c4ce;
    padding: 10px 26%;
    margin-top: 20px;
    border-radius: 30px;
}

.banner_text {
    padding-top: 120px;
}

.col_class {
    /*background-image: url("../img/newimg/Circles.svg");*/
    background-repeat: no-repeat;
}

.img_1 {
    color: black;
}

.main_heading1 {
    color: #00c4ce;
}

.hr {
    margin: auto;
}

.banner_form {
    margin-top: 50px;
    border-radius: 50px;
    text-align: center;
    align-items: center;
}

.form_head {
    color: white;
    font-weight: bolder;
    margin-bottom: 17px;
    margin-top: 50px;
    font-size: 32px;
}

/*.hands_learn {
    border-radius: 50px;
    height: 529px;
    background: url(../img/newimg/hands.png);
    background: #243a7b;*/
/* border: 0.5px solid #00c4ce; */
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}*/


.form_content {
    margin: 10px;
    padding: 14px 5px;
}

.formallbtn {
    margin-top: 23px;
}


.img_sec {
    position: relative;
    display: inline-block;
}

.img_div {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    z-index: 999;
}

    .img_div::after {
        background-color: #fff;
    }

.inner_text {
    background-color: white;
    border: 2px solid #718096;
    border-radius: 4px;
    margin: 15px 0;
    border-radius: 25px;
    padding: 70px 40px 70px 40px;
}

.img_sec::before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: 1;
    max-width: 54px;
}

.img_sec1::before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: 1;
    max-width: 115px;
}

.head_col {
    font-weight: bolder;
    font-size: 22px;
}

.head-p {
    font-size: 14px;
    color: #718096;
}

/* col2 */
.img_sec1 {
    position: relative;
    display: inline-block;
}

.img_div1 {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    z-index: 999;
    margin-left: 13px;
}

.img_div::after {
    background-color: #fff;
}

.inner_text1 {
    padding: 10px 10px;
    width: 100%;
    background-color: white;
    border: 2px solid #718096;
    border-radius: 4px;
    margin: 15px 0;
    border-radius: 25px;
    padding: 80px 30px 0px 30px;
}



/* .second_col:hover .img_div1 svg path[fill="black"] {
    fill: #00C4CE; /* Optionally change the fill color if needed */

.img_sec::before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: 1;
    max-width: 85px;
}

.head-p1 {
    font-size: 14px;
    color: #718096;
}

.head_col2 {
    /* font-weight: bolder; */
    font-size: 32px;
    font-family: 'Ubuntu';
    font-weight: 500;
}

/* section 4 */
.nav-link-1 {
    color: white !important;
}

    .nav-link-1:hover {
        color: lightblue;
    }

.section_4 {
    background-color: transparent;
    position: relative;
}

    .section_4::after {
        background: #243a7b;
        height: 440px;
        position: absolute;
        content: " ";
        top: 0;
        right: 0;
        width: 80%;
        z-index: -1;
    }

.text_section {
    color: white;
    margin-top: 30px;
    margin-bottom: 40px;
}

.text_section4 {
    color: white;
    margin-bottom: 0px;
}

.text_secimg {
    color: white;
    margin-bottom: 0px;
    margin-left: 150px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.section_content {
    padding: 60px 41px;
    color: #e2e8f1;
}

.nav_item_bottom.active {
    color: #e2e8f1 !important;
}

.nav_item_bottom:hover {
    color: #e2e8f1 !important;
    font-size: 31px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* font-weight: bold; */
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.nav_item_bottom {
    background-color: transparent !important;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    font-size: 30px !important;
    color: #999999 !important;
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: 'Ubuntu';
}

.nav_p {
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: 0.7px;
    font-family: source sans pro;
    font-weight: 400;
}

.col-lg-7 {
    padding: 30px;
}

/* Heading styling */
.sigma_heading {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    transition: color 0.3s;
}

/* Image styling */
.img_secion4 img {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

/* Text below the image */
.img_secion-p {
    font-size: 18px;
    color: #e2e8f1;
    line-height: 1.6;
    padding: 24px 188px;
}

.col_class4 {
    background-repeat: no-repeat;
    height: 400px;
}

.banner_text1 {
    padding-top: 30px;
}

.text_sechands {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.text_section4 {
    font-size: 31px;
    font-weight: 300;
    color: #999999;
}

.features_sec h2 {
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    color: #344B8F;
}

    .features_sec h2 b {
        font-family: 'Ubuntu';
    }

.btn_div button {
    margin-top: 53px;
    background-color: #00c4ce;
    color: white;
    padding: 9px 20px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px #00c4ce;
    width: 380px;
    margin-left: 150px;
}

.About_us p {
    color: #718096;
    font-size: 19px;
}

.About_us .About_1 {
    color: #344B8F;
    font-size: 40px;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
    }

ul {
    list-style: none;
}

/* Tab Panels */
.tabs {
    position: relative;
    display: block;
    margin-top: 20px;
}

    .tabs h3 {
        margin-top: 10px;
    }

    .tabs li label {
        position: relative;
        display: inline-block;
        height: 40px;
        margin-right: 5px;
        padding: 0 15px;
        background: #fff;
        color: #333;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        z-index: 99;
    }

input[type="radio"]:checked ~ label {
    border-bottom: 1px solid #fff;
    border-bottom: 4px solid #00c4ce;
}

.panel {
    padding: 10px 20px;
    background: #fff;
    margin-top: -1px;
    width: 100%;
    position: absolute;
    top: 40px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s;
}

/* Checkbox */
input.radio-hack[type="radio"] {
    position: fixed;
    left: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
}

input[type="radio"]:checked ~ div.panel {
    opacity: 1;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.collapse_text_head {
    margin-top: 150px;
}

/*.skills-container {*/
/*           display: flex;*/
/*           justify-content: center;*/
/*           align-items: center;*/
/*           height: 100vh;*/
/*           background-color: #f7fcfd;*/

/*       }*/

/*       .skills-box {*/
/*           display: flex;*/
/*           flex-direction: row;*/
/*           background-color: white;*/
/*           border-radius: 20px;*/
/*           box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);*/
/*           padding: 20px;*/
/*max-width: 800px;*/
/*           width: 100%;*/
/*             margin: auto;*/
/*       }*/

.skills-column {
    flex: 1;
    padding: 5px 25px;
    border: 3.5px solid rgba(21, 39, 84, 0.2);
    border-radius: 52px;
}

    .skills-column h4 {
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .skills-column ul {
        list-style-type: none;
        padding-left: 0;
    }

    .skills-column li {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

        .skills-column li strong {
            display: block;
            margin-bottom: 0.5rem;
        }

.technical-skills:hover {
    background-color: #00c4ce36;
    border: 3.5px solid #00c4ce;
}

.soft-skills:hover {
    background-color: #00c4ce36;
    border: 3.5px solid #00c4ce;
}

.technical-skills h4,
.soft-skills h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}

.soft-skills {
    padding-left: 20px;
}

.img_skills2 svg {
    margin-left: -38px;
}

.img_skills svg {
    margin-left: -15px;
}

.skills-container .skills-box .img_div_skills {
    padding-top: 177px;
}

.copyright {
    background-color: #051922;
    border-top: 1px solid #232a35;
}

    .copyright p {
        margin: 0;
        color: #fff;
        opacity: 0.7;
        padding: 16px 0;
        font-size: 13px;
    }

    .copyright a {
        color: #00c4ce;
        font-weight: 700;
    }

    .copyright p {
        letter-spacing: 1.5px;
    }

    .copyright a:hover {
        color: #fff;
    }

.social-icons {
    text-align: right;
}

    .social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .social-icons ul li {
            display: inline-block;
        }

            .social-icons ul li a {
                font-size: 16px;
                color: #fff;
                opacity: 0.7;
                padding: 16px 10px;
                display: block;
            }

.img_skills svg .technical_skil:hover {
    fill: #00c4ce;
}

.img_skills2 svg .technical_skil:hover {
    fill: #00c4ce;
}

/* section2 */

.About_1 {
    font-size: 32px;
}

.vision_1 {
    font-size: 40px;
    padding: 10px;
    padding-top: 19px;
    padding-left: 30px;
}

.mission_1 {
    font-size: 40px;
    padding: 10px;
    padding-top: 19px;
    padding-left: 30px;
}

.values_1 {
    font-size: 40px;
    padding: 10px;
    padding-top: 19px;
    padding-left: 30px;
}

.lorem_1 {
    margin-top: 20px;
    width: 70%;
    padding-left: 30px;
    color: #718096;
}

.ellipse_1 {
    position: absolute;
    width: 70px;
}

.ellipse_1 {
    transition: transform 0.1s;
}

    .ellipse_1 .svg_sec:hover {
        transform: translateX(-1px);
        fill: #00c4ce;
        /* fill: linear-gradient(139.46deg, rgba(0, 206, 196, 0.3) 20.15%, rgba(255, 255, 255, 0) 87.06%); */
    }

/* section3 */
.section_3 {
    color: white;
    position: relative;
}




.know_more {
    color: #00c4ce;
    font-size: 18px;
    padding-top: 28px;
}

.hr_1 {
    color: white;
}




.cards_001 {
    display: flex;
    margin-top: 20px;
    gap: 0.2rem;
}

.card {
    margin: 5px;
}

.book-demo {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

.img_1123 {
    width: 10px;
    margin-left: 3px;
    color: #00c4ce;
}

.card:hover .card-body {
    transform: translateY(-20px);
    padding-bottom: 0px;
}

.card:hover .book-demo {
    opacity: 1;
    transform: translateY(0);
}

.book-demo .arrow {
    margin-left: 10px;
    transition: margin-left 0.3s ease-in-out;
}

.card:hover .arrow {
    margin-left: 20px;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: black;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color #00c4ce 0.15s ease-in-out;
}

    .nav-link:hover {
        color: #000;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border-bottom: 5px solid #00c4ce !important;
}

.nav-tabs {
    justify-content: center;
    --bs-nav-tabs-border-width: 0 !important;
    --bs-nav-tabs-border-color: transparent !important;
    --bs-nav-tabs-border-radius: 0 !important;
    --bs-nav-tabs-link-hover-border-color: transparent !important;
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.card {
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 1px solid lightgray;
}

    .card:hover {
        transform: translateY(-10px);
        border-color: #00c4ce;
    }

.card-body {
    transition: transform 0.7s ease smooth;
}

.book-demo {
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
}

    .book-demo a {
        text-decoration: none;
        margin-right: 5px;
        color: #00c4ce;
    }

.card:hover .book-demo {
    opacity: 1;
}

.scroll_1 {
    transform: rotate(90deg);
    max-width: 45px;
    border-radius: 50px;
    margin-top: 70px;
    margin-left: 20px;
    border: 1px solid black;
    margin-top: 100px;
    padding: 4px;
}

.img_1123 {
    max-width: 16px;
    transition: transform 0.3s ease;
}

.card:hover .card-body {
    transform: translateY(-10px);
}

.card:hover .img_1123 {
    transform: translateX(5px);
}

/* section6 */
.section_6 {
    background-image: url(../img/newimg/frame.png);
    margin-top: 150px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.frame_001 {
    display: flex;
    justify-content: space-between;
}

.notsure_1 {
    color: white;
    margin-top: 50px;
}

.free_demo {
    color: white;
    margin-bottom: 60px;
}

.demo_1 {
    background-color: #00c4ce;
    color: white;
    padding: 6px 50px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
}

/* section7 */
.workshop_1 {
    text-align: center;
    margin-top: 80px;
    font-size: 32px;
    margin-bottom: 50px;
}

.info_col {
    background-color: #f0feff;
    border-radius: 50px;
    border: 1px solid darkgray;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.coplur_1 {
    padding-top: 30px;
    padding-left: 20px;
}

.master {
    text-align: center;
    color: #344B8F;
    margin-top: 40px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -3px;
}

.data {
    color: #0193cc;
    text-align: center;
    font-size: 40px;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 44px;
}

.data_1 {
    color: #0193cc;
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    margin-top: 0px;
}

.dates_1 {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}

.days {
    color: #0193cc;
    font-size: 40px;
    font-weight: 500;
    margin-top: 70px;
}

.days_1 {
    color: #0193cc;
    padding-right: 30px;
    font-size: 40px;
    font-weight: 500;
    margin-top: 70px;
}

.days_11 {
    margin-top: 0px;
    color: #0193cc;
    font-size: 40px;
    font-weight: 500;
}

.days_22 {
    margin-top: 0px;
    color: #0193cc;
    padding-right: 30px;
    font-size: 40px;
    font-weight: 500;
}

.expert_001 {
    background-color: #0193cc;
    margin-top: 30px;
    padding: 50px 20px 50px 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 30px;
}

.led_1 {
    color: white;
}

.begin_1 {
    color: #344B8F;
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
    line-height: 35px;
}

.register_btn {
    text-align: center !important;
}

.register_1 {
    background-color: #00c4ce;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 6px 150px;
    margin-top: 60px;
    margin-bottom: 40px;
}

/* section8 */
.section_8 {
    background-color: transparent;
    position: relative;
    margin-top: 50px;
}



.section_8 {
    background-color: transparent;
    position: relative;
}

    .section_8::after {
        background-color: #243a7b;
        height: 300px;
        position: absolute;
        content: " ";
        top: 0;
        right: 0;
        width: 88%;
        z-index: -1;
        border-radius: 170px 0 0 170px;
    }


.banner_text8 {
    color: white;
    margin-top: 100px;
}

    .banner_text8 .thomas_sec {
        font-size: 16px;
        font-weight: 400;
    }

    .banner_text8 .paytm_text {
        font-size: 18px;
        color: rgba(0, 206, 196, 1);
    }

.section .tab-content .tab-pane .col-lg-3 {
    padding: 0 !important;
}

.tab-pane {
    text-align: center;
}

.achievers-1 {
    font-size: 32px;
    color: #344B8F;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Ubuntu';
}

/*section 4
/* ============================== card design =========================== */




/*added css for bg image about command courses page*/
.page-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #f0fbfc;
}

/*----------------modal download_brochure css--------------------*/

.tabs_panal_sec {
    display: flex;
}

.img_secion4 {
    padding-top: 53px;
}

#menu1 .manage_space {
    padding-top: 150px;
}

.banner_text8 h6 {
    font-size: 24px;
}
/* // XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}

/* // X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .banner_form form .mobilepin {
        margin-left: 62 px;
    }

    .banner_form form .form_contentmobile {
        width: 400px;
    }

    .last_col11 {
        padding: 100px 30px 0px 30px;
    }
}

/* // Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .form_content {
        width: 370px;
    }

    .mobile_impo {
        display: flex;
        justify-content: center;
    }

    .form_contentmobile {
        margin-bottom: 0px;
    }

    .skills-container .skills-box .img_div_skills {
        padding: 150px 0px 0px 80px;
    }

    .job_readiness {
        padding: 100px 30px 0px 30px;
    }
}

/* // Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .form_content {
        width: 100%;
        padding: 10px;
        color: white;
    }

    .form_content {
        margin: 0;
        margin-top: 10px;
        padding: 14px 5px;
    }

    .option_sec {
        display: block;
    }

    .banner_form {
        margin-top: 43px;
    }

    .form_head {
        font-size: 24px;
    }

    .section_3 {
        margin-top: 0;
    }

    .launch_1 {
        color: white;
        font-size: 33px;
    }

    .courses_1 {
        text-align: center;
        margin-top: 46px;
        margin-bottom: 30px;
        font-size: 32px;
    }



    .nav_item_bottom {
        background-color: transparent !important;
        font-size: 16px !important;
        text-align: left;
        /* overflow-x: scroll; */
        margin: 0px 0px 20px 0;
        justify-content: start;
    }

    .nav-pills {
        overflow: hidden;
    }

        .nav-pills .nav_links_button {
            overflow-x: scroll;
            width: 100%;
        }

            .nav-pills .nav_links_button::-webkit-scrollbar {
                width: 10px;
                height: 4px;
            }

            .nav-pills .nav_links_button::-webkit-scrollbar-track {
                background-color: #f1f1f1;
                padding-left: 10px;
            }

            .nav-pills .nav_links_button::-webkit-scrollbar-thumb {
                background-color: #00c4ce;
                border-radius: 20px;
                border: 3px solid #00c4ce;
                padding-left: 10px;
            }

            .nav-pills .nav_links_button .nav_item_bottom {
                text-wrap-mode: nowrap;
            }



    .section_content {
        padding: 35px 41px;
        color: #e2e8f1;
    }

    .section_4::after {
        display: none;
    }

    .achievers-1 {
        margin-top: 184px;
    }

    .banner_text8 {
        color: white;
        margin-top: 100px;
        padding-left: 93px;
    }



    .form_content {
        width: 270px;
    }

    .mobile_impo {
        display: flex;
        justify-content: center;
    }

    .form_contentmobile {
        margin-bottom: 0px;
    }

    .skills-container .skills-box .img_div_skills {
        padding: 230px 0px 0px 10px;
    }

    .last_col11 {
        padding: 40px 30px 0px 30px;
    }

    .img_secion4 {
        width: 290px;
        height: 240px;
        margin-left: 9px;
    }

    .page-content .cards_sec .owl-dots {
        display: none;
    }

    .page-content .cards_sec .owl-nav {
        display: none;
    }

    .text_secimg {
        color: white;
        margin-bottom: 0px;
        margin-left: 0px;
        font-weight: 400;
        font-size: 13px;
        line-height: 30px;
    }

    .text_section4 {
        font-size: 20px;
        font-weight: 300;
        color: #999999;
    }

    .btn_div button {
        margin-top: 53px;
        background-color: #00C4CE;
        color: white;
        padding: 9px 20px;
        font-weight: 500;
        border-radius: 30px;
        border: 1px #00C4CE;
        width: 380px;
        margin-left: 21px;
    }

    .section_6 {
        background-image: url(./img//frame.png);
        margin-top: 142px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .master {
        text-align: center;
        color: #344B8F;
        margin-top: 40px;
        font-size: 31px;
        font-weight: 400;
        letter-spacing: -3px;
    }

    .data {
        font-size: 27px;
    }

    .data_1 {
        font-size: 27px;
    }

    .days {
        color: #0193CC;
        font-size: 30px;
        font-weight: 500;
        margin-top: 70px;
    }

    .days_1 {
        color: #0193CC;
        padding-right: 30px;
        font-size: 30px;
        font-weight: 500;
        margin-top: 70px;
    }

    .days_11 {
        margin-top: 0px;
        color: #0193CC;
        font-size: 29px;
        font-weight: 500;
    }

    .days_22 {
        margin-top: 0px;
        color: #0193CC;
        padding-right: 30px;
        font-size: 30px;
        font-weight: 500;
    }

    .expert_001 {
        background-color: #0193CC;
        margin-top: 30px;
        padding: 50px 20px 50px 10px;
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        margin-right: 30px;
    }

    .register_1 {
        background-color: #00C4CE;
        color: white;
        border: none;
        border-radius: 50px;
        padding: 4px 109px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .banner_text8 {
        color: white;
        margin-top: 100px;
        padding-left: 20px;
    }

    form .message_input {
        width: 329px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        padding: 12px;
    }

    form .email_input {
        width: 329px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        padding: 12px;
    }

    .social-icons {
        display: none;
    }

    .form_btn {
        margin-bottom: 20px;
    }

    /* end home page */
}

/* //Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .form_content {
        width: 100%;
        padding: 10px;
        color: white;
    }

    .img_secion-p {
        font-size: 18px;
        color: #e2e8f1;
        line-height: 1.6;
        padding: 24px 36px;
    }

    .form_content {
        margin: 0;
        margin-top: 10px;
        padding: 14px 5px;
    }

    .option_sec {
        display: block;
    }

    .banner_form {
        margin-top: 43px;
    }

    .form_bg {
        margin-top: 73px;
    }

    .section_1::after {
        width: 100%;
    }

    .section_Course::after {
        width: 100%;
    }

    .banner_form form input {
        width: 350px;
    }

    .placement_1 {
        margin-bottom: 10px;
    }

    .page-content .cards_sec .owl-dots {
        display: none;
    }

    .page-content .cards_sec .owl-nav {
        display: none;
    }
}

/* //Small devices (landscape phones, 320px and up)*/
@media (min-width: 320px) and (max-width: 575.98px) {

    .banner-text {
        font-size: 2rem !important;
    }

    .content__container__list__item {
        line-height: 187% !important;
        margin: 0;
    }

    .img_circle11 {
        display: none;
    }

    .img_section_course {
        background: url(../img/newimg/ab.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 529px;
    }

    .nav_p {
        padding-right: 0px;
        font-size: 15px;
    }

    .form_bg {
        border-radius: 0px;
    }

    .img_div_skills .img_skills,
    .img_div_skills .img_skills2 {
        text-align: center;
    }

    .form_content {
        width: 100%;
        padding: 10px;
        color: white;
    }

    #formHomeNumber1 {
        width: 327px;
    }

    .section_1 {
        background: url("../img/banner.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 570px;
        background-position: bottom;
    }

    .img_secion-p {
        font-size: 18px;
        color: #e2e8f1;
        line-height: 1.6;
        padding: 20px;
    }

    .section_1::after {
        width: 100%;
    }

    .section_Course::after {
        width: 100%;
    }


    .banner_text {
        padding-top: 49px;
        text-align: center;
    }

    .shrink-text {
        display: none;
    }

    .form_head {
        color: white;
        font-weight: bolder;
        margin-bottom: 17px;
        margin-top: 35px;
        font-size: 23px;
    }

    .form_content {
        margin: 0;
        margin-top: 10px;
        padding: 14px 5px;
    }

    .option_sec {
        display: block;
    }

    .section_3 {
        color: white;
        position: relative;
        margin-top: 0;
    }

    .pgm_1 {
        position: absolute;
        /* top: -127px; */
        padding-top: 77px;
        padding-bottom: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
        /* font-size: 2rem; */
        font-weight: bold;
        color: #2e2929;
        text-align: center;
        z-index: 1;
        text-align: center;
        font-size: 26px;
    }

    .bottom_img_sec img {
        margin-left: 20px;
    }

    .launch_1 {
        color: white;
        font-size: 36px;
    }

    .placement_1 {
        padding: 93px 16px 40px 23px;
        text-align: left;
    }

    .placement_2 {
        position: relative;
        padding: 86px 20px 83px 19px;
    }

    .courses_1 {
        margin-top: 38px;
    }

    .cards_sec {
        padding-left: 0;
    }

    .page-content .cards_sec .owl-dots {
        display: none;
    }

    .nav_links_button {
        display: flex;
    }

    .nav_item_bottom {
        background-color: transparent !important;
        font-size: 16px !important;
        text-align: left;
        /* overflow-x: scroll; */
        margin: 0px 0px 20px 0;
        justify-content: start;
    }

        .nav_item_bottom:hover {
            color: #e2e8f1 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            font-size: 16px !important;
            border: none !important;
        }

    .col_class4 .container {
        padding: 0 !important;
    }

    .nav-pills {
        overflow: hidden;
    }

        .nav-pills .nav_links_button {
            overflow-x: scroll;
            width: 100%;
        }

            .nav-pills .nav_links_button::-webkit-scrollbar {
                width: 10px;
                height: 4px;
            }

            .nav-pills .nav_links_button::-webkit-scrollbar-track {
                background-color: #f1f1f1;
                padding-left: 10px;
            }

            .nav-pills .nav_links_button::-webkit-scrollbar-thumb {
                background-color: #00c4ce;
                border-radius: 20px;
                border: 3px solid #00c4ce;
                padding-left: 10px;
            }

            .nav-pills .nav_links_button .nav_item_bottom {
                text-wrap-mode: nowrap;
                margin-right: 38px;
            }

    .img_secion4 {
        margin-top: -292px;
    }

    .section_content {
        padding: 35px 41px;
        color: #e2e8f1;
    }

    .section_4::after {
        display: none;
    }

    .section_8::after {
        background-color: #243a7b;
        height: 300px;
        position: absolute;
        content: " ";
        top: 161px;
        right: 0;
        width: 100%;
        z-index: -1;
    }

    .banner_text8 {
        color: white;
        margin-top: -7px;
    }

    .footer_padding_right {
        padding-left: 20px;
        text-align: left;
    }

    .phone_no_div {
        justify-content: start;
    }

    .bottom_img_sec {
        padding-left: 62px !important;
    }

    .separator_2,
    .separator_1 {
        display: none;
    }

    .launch_1 {
        padding-top: 113px;
    }

    .tabs_panal_sec {
        display: block;
    }

    .hands_learn {
        width: 100%;
    }

    .banner_part {
        height: 400px;
    }

    .session_nos {
        background-color: #243a7b;
        box-shadow: 0px 4px 4px 0px #00000040;
        height: 107px;
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 350px;
        border-radius: 20px;
        padding-top: 22px;
        margin-left: 0px;
        justify-content: center;
    }

    .unordered_11 {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .first_item {
        width: 76px;
        font-size: 12px;
    }

    .no_11 {
        font-size: 24px;
        font-weight: 500;
    }

    .icon_ff {
        color: #00c4ce;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        font-weight: 700;
        padding-left: 10px;
    }

    .banner_text11 {
        text-align: center;
        align-items: center;
        padding-top: 90px;
    }

    .propel_banner {
        height: 1800px;
        width: 100%;
        margin-top: 150px;
        position: relative;
    }

    .propel_page {
        text-align: center;
        color: #718096;
        margin-top: 0px;
        font-size: 18px;
        font-style: Ubuntu;
        font-weight: 500;
    }

    .propel_page1 {
        margin-top: 0px;
        text-align: center;
        color: #718096;
        font-size: 18px;
        font-style: Ubuntu;
        font-weight: 500;
    }

    .heading_1111 {
        font-size: 24px;
        text-align: center;
        margin-top: 63px;
        color: #344B8F;
        font-weight: 100;
    }

    .upscaling {
        font-size: 24px;
        font-weight: bold;
    }

    .card_all {
        display: block;
        justify-content: space-evenly;
        padding: 30px 40px 40px 30px;
    }

    .item {
        width: 100%;
        border: 1 px solid gray;
        margin: 10px;
    }

    /* .d_card {
        height: 400px;
    } */

    .card {
        height: 350px;
    }

    .dash {
        height: 10px;
    }

    .leaners_11 {
        font-size: 14px;
        padding-top: 15px;
    }

    .alumnus {
        font-size: 12px;
        padding-top: 25px;
    }

    .ray_11 {
        font-size: 16px;
    }

    .amazon {
        font-size: 14px;
    }

    .learning {
        margin-bottom: 0px;
    }

    .card123 {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 150px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        overflow: hidden;
    }

    .card-image123 {
        flex: 1;
        background-size: cover;
        background-position: center;
        padding: 31px 0px 40px 12px;
        box-sizing: border-box;
    }

    .card-content123 {
        flex: 1;
        color: #333;
        padding: 10px 1px 6px 46px;
        display: block;
    }

        .card-content123 .assigned {
            margin-bottom: 10px;
            font-size: 13px;
        }

    .certi_link {
        color: #364e93;
        font-size: 10px;
    }

    .right_1 {
        color: #3a539b;
        text-align: center;
        font-weight: 500;
        margin-bottom: 40px;
        font-size: 12px;
    }

    li.footer_li.hire {
        text-align: left;
    }

    .footer_ul_icon {
        text-align: left;
    }

    .pvt_ltd {
        text-align: center;
    }

    .Empowering_11 {
        font-size: 44px;
    }

    .promise_11 {
        font-size: 16px;
    }
    /* end home page */



    .collapse_text_head {
        margin-top: 123px;
    }

    .right_1 {
        font-size: 12px;
    }

    .pvt_ltd {
        margin-left: 5px;
    }

    .skills-container .skills-box .img_div_skills {
        padding-top: 50px;
    }

    .acordian_itencls {
        justify-content: space-between;
        padding-right: 0px;
        position: relative;
    }

    .hr {
        width: 250px;
        margin: auto;
    }

    form .email_input {
        width: 297px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        padding: 12px;
    }

    form .message_input {
        width: 297px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        padding: 12px;
    }

    .btn_div button {
        width: 150px;
        margin-top: 16px;
        margin-left: 69px;
        text-align: center;
    }

    .img_secion4 {
        width: 100%;
        height: 240px;
        margin-left: 0px;
    }

    .banner_form form input {
        width: 200px;
        background: transparent;
        padding: 10px;
        border: none;
        border-bottom: 1px solid aliceblue;
        outline: none;
        color: #fff;
    }

    .banner_form form .form_contentmobile {
        width: 191px;
    }

    .navbar-light .navbar-brand,
    .navbar-light a.btn {
        height: 72px;
    }

    .navbar .navbar-brand .logo_wdh {
        max-width: 160px !important;
    }

    .navbar-expand-lg .navbar-collapse {
        padding: 0;
    }

    .register_1 {
        padding: 6px 112px;
        text-align: center;
    }

    .placement_1 hr.separator {
        width: 100%;
    }

    .placement_1 h3 {
        font-size: 22px;
    }

    .accodian_sec .container ul li .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        font-size: 18px;
    }

    .text_secimg {
        margin-left: 0px;
        font-size: 4px;
    }

    .section_4::after {
        background: rgba(36, 58, 123, 1);
        height: 323px;
        position: absolute;
        content: " ";
        top: 500px;
        right: 0;
        width: 100%;
        z-index: -1;
    }

    .text_secimg {
        margin-top: -185px;
        font-size: 14px;
    }

    .section_6 {
        margin-top: 381px;
        text-align: center;
    }

    .dates_1 {
        display: flex;
        justify-content: space-between;
        padding: 0px 13px;
    }

    .expert_001 {
        font-size: 23px;
    }

    .info_col {
        border-radius: 5px;
    }

    .section_7 .devops_section {
        margin-top: 10px;
    }

    .section_Course::after {
        background-color: #3a539b;
        height: 455px;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        border-radius: 0 50px 0 0;
    }

    .banner_btn1 {
        margin-bottom: 20px;
    }

    .banner_btn2 {
        margin-bottom: 20px;
    }

    .form_btn {
        margin-bottom: 20px;
    }

    .placement_1 {
        position: relative;
        padding: 0px;
        box-sizing: border-box;
        color: white;
        overflow: hidden;
        transition: transform 0.3s ease;
        height: 400px;
    }

    .launch_1 {
        color: white;
        font-size: 30px;
    }

    .amplify_1 {
        color: white;
        font-size: 21px;
    }

    .amplify_2 {
        text-align: start;
    }

    .page-content .cards_sec {
        overflow-x: auto;
        width: 100%;
        padding-left: 0px;
        padding-bottom: 20px;
    }

        .page-content .cards_sec.owl-carousel .owl-nav {
            max-width: 150px;
        }

            .page-content .cards_sec.owl-carousel .owl-nav .owl-prev::after, .page-content .cards_sec.owl-carousel .owl-nav .owl-next::after {
                top: 0px
            }

    .page-content .item .d_card {
        max-width: 280px;
    }

    .page-content .cards_sec .owl-dots {
        display: none;
    }

    .page-content .cards_sec .owl-nav {
        display: none;
    }

    .data {
        font-size: 24px;
    }

    .days {
        font-size: 25px;
    }

    .days_1,
    .days_11,
    .days_22 {
        font-size: 25px;
    }

    .banner_text8 {
        color: #fff;
        margin-top: 10px;
        padding: 0px 20px;
    }

        .banner_text8 .thomas_sec {
            font-size: 13px;
        }

    .footer {
        margin-top: 65px;
        padding-top: 15px;
    }

    .footer_text h3 {
        font-size: 36px;
        font-weight: 500;
        color: #fff;
    }

    .footer_text p {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
    }

    .phone_no_div a {
        padding-left: 0px;
    }

    .footer form .btn_submit {
        margin-left: 44px;
    }

    .main_heading b {
        font-size: 61px;
    }

    .pgm_1 {
        text-align: center;
        font-size: 23px;
        margin-top: -90px;
    }

    .placement_1 {
        margin-bottom: 5px;
    }

    .courses_1 {
        text-align: center;
        margin-top: 32px;
        margin-bottom: 30px;
        font-size: 26px;
    }

    .text_section4 {
        font-size: 23px;
        font-weight: 300;
        color: #999999;
    }

    .text_secimg {
        margin-top: -19px;
        font-size: 14px;
    }

    .frame_001 {
        display: block;
    }

    .demo_1 {
        margin-bottom: 35px;
    }

    .free_demo {
        color: white;
        margin-bottom: 27px;
    }

    .workshop_1 {
        text-align: center;
        margin-top: 34px;
        font-size: 32px;
        margin-bottom: 50px;
    }

    .section_8::after {
        background-color: #3a539b;
        height: 300px;
        position: absolute;
        content: " ";
        top: 165px;
        right: 0;
        width: 100%;
        z-index: -1;
        border: none;
        border-radius: 0;
    }

    .copyright a {
        color: #00C4CE;
    }

    .copyright p {
        letter-spacing: 1.5px;
    }

    .placement_1 {
        padding: 0px 10px;
    }

    .banner_text {
        padding-top: 39px;
    }

    .section_1 {
        text-align: center;
    }

    .section_Course {
        text-align: center;
    }

    .banner_form form input {
        width: 275px;
    }

    .About_us {
        text-align: center;
        margin-top: 54px;
    }

        .About_us .About_1 {
            font-size: 40px;
        }

        .About_us p {
            color: #718096;
            font-size: 15px;
        }

    .social-icons {
        display: none;
    }

    .vision_1 {
        font-size: 30px;
        padding: 10px;
        padding-top: 19px;
        padding-left: 30px;
    }


    .mission_1 {
        font-size: 30px;
        padding: 10px;
        padding-top: 19px;
        padding-left: 30px;
    }

    .values_1 {
        font-size: 30px;
        padding: 10px;
        padding-top: 19px;
        padding-left: 30px;
    }



    .right_1 {
        font-size: 12px;
    }

    .pvt_ltd {
        margin-left: 5px;
    }

    .skills-container .skills-box .img_div_skills {
        padding-top: 50px;
    }

    .acordian_itencls {
        justify-content: space-between;
        padding-right: 0px;
        position: relative;
    }

    .accordion {
        width: 100%;
    }

    .accordian_text_div p {
        margin: 0;
        line-height: normal;
        padding-left: 37px;
    }

    /* .img_secion-p {
        display: none;
    }

    .img_secion4 {
        display: none;
    }*/
}

.bg-blue {
    background-color: #3a539b;
}

.banner {
    position: relative;
    left: -11rem;
    border-radius: 2rem;
    margin-bottom: 14rem;
}

.banner-ellipse {
    position: relative;
    /*left: 8rem;*/
    height: 28.5rem;
    /*background: url('/coplur/img/circleAboutUs.png');*/
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.banner-text {
    position: relative;
    font-size: 4rem;
    line-height: 108%;
    font-family: 'Roboto';
    top: 4rem;
    width: 51rem;
    text-align: center;
}

ul {
    padding: 0;
}

p {
    margin: 0;
}


/*Animation*/
.content_animation {
    position: relative;
    top: 50%;
    overflow: hidden;
    height: 73px;
    width: 47rem;
    font-family: 'Roboto';
    font-size: 4rem;
    color: #00c4ce;
}

.content__container {
    font-weight: 600;
    overflow: hidden;
    height: 73px;
}

    .content__container:after, .content__container:before {
        position: absolute;
        top: 0;
        color: #00c4ce;
        font-size: 4rem;
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-name: opacity;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

.content__container__list {
    margin-top: 0;
    text-align: center;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    color: #00c4ce;
}

.content__container__list__item {
    line-height: 115%;
    margin: 0;
}

@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {
    0%, 8.5%, 100% {
        transform: translate3d(0, 0, 0);
    }

    12.5%, 21% {
        transform: translate3d(0, -20%, 0);
    }

    25%, 33.5% {
        transform: translate3d(0, -40%, 0);
    }

    37.5%, 46% {
        transform: translate3d(0, -60%, 0);
    }

    50%, 58.5% {
        transform: translate3d(0, -80%, 0);
    }

    62.5%, 71% {
        transform: translate3d(0, -60%, 0);
    }

    75%, 83.5% {
        transform: translate3d(0, -40%, 0);
    }

    87.5%, 96% {
        transform: translate3d(0, -20%, 0);
    }
}

@-o-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes change {
    0%, 8.5%, 100% {
        transform: translate3d(0, 0, 0);
    }

    12.5%, 21% {
        transform: translate3d(0, -20%, 0);
    }

    25%, 33.5% {
        transform: translate3d(0, -40%, 0);
    }

    37.5%, 46% {
        transform: translate3d(0, -60%, 0);
    }

    50%, 58.5% {
        transform: translate3d(0, -80%, 0);
    }

    62.5%, 71% {
        transform: translate3d(0, -60%, 0);
    }

    75%, 83.5% {
        transform: translate3d(0, -40%, 0);
    }

    87.5%, 96% {
        transform: translate3d(0, -20%, 0);
    }
}

@-moz-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes change {
    0%, 8.5%, 100% {
        transform: translate3d(0, 0, 0);
    }

    12.5%, 21% {
        transform: translate3d(0, -20%, 0);
    }

    25%, 33.5% {
        transform: translate3d(0, -40%, 0);
    }

    37.5%, 46% {
        transform: translate3d(0, -60%, 0);
    }

    50%, 58.5% {
        transform: translate3d(0, -80%, 0);
    }

    62.5%, 71% {
        transform: translate3d(0, -60%, 0);
    }

    75%, 83.5% {
        transform: translate3d(0, -40%, 0);
    }

    87.5%, 96% {
        transform: translate3d(0, -20%, 0);
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {
    0%, 8.5%, 100% {
        transform: translate3d(0, 0, 0);
    }

    12.5%, 21% {
        transform: translate3d(0, -20%, 0);
    }

    25%, 33.5% {
        transform: translate3d(0, -40%, 0);
    }

    37.5%, 46% {
        transform: translate3d(0, -60%, 0);
    }

    50%, 58.5% {
        transform: translate3d(0, -80%, 0);
    }

    62.5%, 71% {
        transform: translate3d(0, -60%, 0);
    }

    75%, 83.5% {
        transform: translate3d(0, -40%, 0);
    }

    87.5%, 96% {
        transform: translate3d(0, -20%, 0);
    }
}
















/*large screen media query */


@media (min-width: 768px) and (max-width: 1024.98 px) {
    .section_content {
        padding: 13px 32px;
    }

    .img_secion-p {
        padding: 24px 138px;
    }

    .banner_text8 {
        padding-left: 70px;
    }
}

@media (min-width: 1281px) and (max-width: 1422.98px) {
    .nav_p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.7px;
        font-family: 'Roboto';
        font-weight: 400;
        padding-right: 138px;
    }
}

@media (min-width:1026px) and (max-width: 1280.98px) {
    .nav_p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.7px;
        font-family: 'Roboto';
        font-weight: 400;
        padding-right: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1570.98px) {
    .section_content {
        padding: 68px 32px;
    }

    .img_secion-p {
        padding: 24px 138px;
    }

    .banner_text8 {
        padding-left: 71px;
    }
}

@media (min-width: 1571px) and (max-width: 1720.98px) {

    .section_8::after {
        width: 84%;
    }

    .placement_2 {
        padding: 89px 92px 110px 62px;
    }

    .section_Course::after {
        width: 72%;
    }
}

@media (min-width: 1721px) and (max-width: 1920.98px) {
    .section_8::after {
        width: 80%;
    }

    .placement_2 {
        padding: 89px 92px 110px 62px;
    }

    .section_Course::after {
        width: 73%;
    }
}

@media (min-width: 1921px) and (max-width: 2000.98px) {
    .section_8::after {
        width: 80%;
    }

    .placement_2 {
        padding: 89px 92px 110px 62px;
    }

    .section_Course::after {
        width: 74%;
    }
}

@media (min-width: 2001px) and (max-width: 2290.98px) {
    .section_8::after {
        width: 76%;
    }

    .section_4::after {
        width: 76%;
    }

    .section_Course::after {
        width: 75%;
    }
}

@media (min-width: 2291px) and (max-width: 2300.98px) {
    .section_8::after {
        width: 76%;
    }

    .section_4::after {
        width: 76%;
    }

    .section_Course::after {
        width: 76%;
    }
}

@media (min-width: 2301px) and (max-width: 2400.98px) {
    .section_8::after {
        width: 74%;
    }

    .section_4::after {
        width: 75%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 56%;
    }
}

@media (min-width: 2401px) and (max-width: 2500.98px) {
    .section_8::after {
        width: 74%;
    }

    .section_4::after {
        width: 75%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 57%;
    }
}

@media (min-width: 2501px) and (max-width: 2600.98px) {
    .section_8::after {
        width: 73%;
    }

    .section_4::after {
        width: 74%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 58%;
    }
}

@media (min-width: 2601px) and (max-width: 2700.98px) {
    .section_8::after {
        width: 72%;
    }

    .section_4::after {
        width: 73%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 59%;
    }
}

@media (min-width: 2701px) and (max-width: 2800.98px) {
    .section_8::after {
        width: 71%;
    }

    .section_4::after {
        width: 72%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 60%;
    }
}

@media (min-width: 2801px) and (max-width: 2900.98px) {
    .section_8::after {
        width: 70%;
    }

    .section_4::after {
        width: 71%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 61%;
    }
}

@media (min-width: 2901px) and (max-width: 3000.98px) {
    .section_8::after {
        width: 69%;
    }

    .section_4::after {
        width: 70%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 62%;
    }
}

@media (min-width: 3001px) and (max-width: 3100.98px) {
    .section_8::after {
        width: 68%;
    }

    .section_4::after {
        width: 69%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 63%;
    }
}

@media (min-width: 3101px) and (max-width: 3200.98px) {
    .section_8::after {
        width: 67%;
    }

    .section_4::after {
        width: 68%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 64%;
    }
}

@media (min-width: 3201px) and (max-width: 3300.98px) {
    .section_8::after {
        width: 67%;
    }

    .section_4::after {
        width: 67%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 65%;
    }
}




@media (min-width: 3301px) and (max-width: 3400.98px) {
    .section_8::after {
        width: 66%;
    }

    .section_4::after {
        width: 66%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 66%;
    }
}

@media (min-width: 3401px) and (max-width: 3500.98px) {
    .section_8::after {
        width: 65%;
    }

    .section_4::after {
        width: 65%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 67%;
    }
}

@media (min-width: 3501px) and (max-width: 3600.98px) {
    .section_8::after {
        width: 64%;
    }

    .section_4::after {
        width: 64%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 62%;
    }
}

@media (min-width: 3601px) and (max-width: 3700.98px) {
    .section_8::after {
        width: 63%;
    }

    .section_4::after {
        width: 63%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 63%;
    }
}

@media (min-width: 3701px) and (max-width: 3800.98px) {
    .section_8::after {
        width: 62%;
    }

    .section_4::after {
        width: 62%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 64%;
    }
}


@media (min-width: 3801px) and (max-width: 3900.98px) {
    .section_8::after {
        width: 61%;
    }

    .section_4::after {
        width: 61%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 65%;
    }
}

@media (min-width: 3901px) and (max-width: 4000.98px) {
    .section_8::after {
        width: 61%;
    }

    .section_4::after {
        width: 61%;
        border-radius: 30px 0 0 30px;
    }

    .section_Course::after {
        width: 66%;
    }
}

.img_skills2 {
    text-align: center;
}

.img_skills {
    text-align: center;
}

.img_section_course {
    background: url(../img/newimg/ab.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #344B8F;
        background-color: #fff;
        border: none;
        font-size: 24px;
        font-weight: 500;
        font-family: 'Ubuntu';
    }

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #0ed7c0 !important;
    border-radius: 8px !important;
}

.accordion-button:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion_sdfgedsrg .accordion-header:focus-visible {
    outline: none;
}



.workshop-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    padding:20px;
}

    .workshop-card .btn {
        border-radius: 50px;
        padding: 10px 55px;
    }

    .workshop-card img {
        border-radius: 12px 0 0 12px;
        object-fit: cover;
        height: 100%;
    }

@media (max-width: 768px) {
    .workshop-card img {
        border-radius: 12px 12px 0 0;
        width: 100%;
        height: 200px;
    }

    .workshop-card .btn {
        width: 80%;
    }

    .workshop-card {
        padding-bottom: 20px;
    }
}

.upcoming_workshop {
    padding-top: 120px;
    color: #344B8F;
    padding-bottom: 50px;
}

.workshop_button {
    color: #fff;
    background: #00c4ce;
    border-radius: 40px;
    font-weight: 650;
    font-size: 17px;
}

    .workshop_button:hover {
        color: white !important;
        background-color: #3a539b !important;
    }
