<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&amp;display=swap');

/*----------------------------------------*/
/*  00. INDEX
/*----------------------------------------*/

/** 

01. THEME DEFAULT CSS START
02. HEADER OR NAVBAR CSS START
03. LANDING PAGE CSS START
04. NEWSLETTER CSS START
05. FOOTER CSS START
06. lOGIN AND REGISTER CSS START 
07. COURSE DETAIL CSS START 
08. USER DASHBOARD 
09. NSQF ALIGNED COURSES PAGE 
10. MODAL CSS START
11. CURRICULUM CSS START
12. ALL CARDS STYLES

*/


/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;amp;display=swap");

:root {
    /**
  @font family declaration
  */
    --tp-ff-body: 'Roboto', sans-serif;
    --tp-ff-heading: 'Roboto', sans-serif;
    --tp-ff-p: 'Roboto', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --figtree-font: "Figtree", sans-serif;
    /**
  @color declaration
  */
    --tp-common-white: #ffffff;
    --tp-common-black: #031220;
    --tp-common-black-2: #252a2c;
    --tp-common-black-3: #0C140F;
    --tp-common-black-4: #000000;
    --tp-common-black-5: #0e1133;
    --tp-common-green: #26C089;
    --tp-common-green-2: #3E8454;
    --tp-common-green-3: #27AA4D;
    --tp-common-green-4: #20AD96;
    --tp-common-blue: #4356FF;
    --tp-common-blue-2: #f3f4fe;
    --tp-common-blue-3: #3C66ED;
    --tp-common-blue-4: #3083FF;
    --tp-common-cream: #FFF1E0;
    --tp-common-pink: #FF6470;
    --tp-common-pink-2: #FC4C56;
    --tp-common-orange: #F37F43;
    --tp-common-orange-2: #EE6002;
    --tp-common-orange-3: #FF9F4B;
    --tp-common-purple: #E33CFF;
    --tp-common-purple-2: #E64DFF;
    --tp-common-yellow: #F5B455;
    --tp-common-yellow-2: #F47F42;
    --tp-common-yellow-3: #F4930E;
    --tp-common-yellow-4: #FFAA2C;
    --tp-common-yellow-5: #FF8D00;
    --tp-common-violet: #6151FB;
    --tp-common-violet-2: #A794C8;
    --tp-header-primary: #031220;
    --tp-header-2: #120101;
    --tp-grey-1: #f5f7f9;
    --tp-grey-2: #F5F6F8;
    --tp-grey-3: #F8F8F8;
    --tp-grey-4: #F7F7F7;
    --tp-grey-5: #F5F5F5;
    --tp-grey-6: #DCDCDC;
    --tp-grey-7: #F9F9F9;
    --tp-grey-8: #F4FBF9;
    --tp-grey-9: #F0F8F7;
    --tp-grey-10: #F3F3F3;
    --tp-text-body: #49535B;
    --tp-text-1: #49535B;
    --tp-text-2: #555C63;
    --tp-text-3: #777A7C;
    --tp-text-4: #4B535A;
    --tp-text-5: #4A545C;
    --tp-text-6: #6F7377;
    --tp-text-7: #6B7882;
    --tp-text-8: #788086;
    --tp-text-9: #6B737A;
    --tp-text-10: #828282;
    --tp-text-11: #5F6160;
    --tp-text-12: #565958;
    --tp-text-13: #868D94;
    --tp-text-14: #56595C;
    --tp-text-15: #a1a2ab;
    --tp-theme-1: #2ECD66;
    --tp-theme-2: #258E46;
    /* --tp-theme-3: #007A70; */
    --tp-theme-3: #336aea;
    --tp-border-1: #dedede;
    /**
  @font weight declaration
  */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  @font size declaration
  */
    --tp-fz-body: 14px;
    --tp-fz-p: 14px;
    --tp-fz-h1: 40px;
    --tp-fz-h2: 36px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 16px;
    --tp-fz-h6: 14px;
}

/**
  Custom Action Dropdown Menu CSS
  */
.action-dropdown {
    position: relative;
}

.action-dropdown span {
    padding: 3px 12px;
}

.action-dropdown .action-menu {
    left: -4rem;
    width: fit-content;
    min-width: auto;
}

.action-dropdown .action-menu li a {
    font-size: 12px;
    padding: 4px 10px;
}


/**
  Background Color CSS
  */
.blue-bg {
    background: #f0f4ff;
}

.bg-color-1 {
    background-color: #fdf3e4;
}

/**
  Custom Button CSS Style
*/

.btn-style-1 {
    font-size: 12px;
    background: #ff8951;
    color: #fff;
    padding: 9px 14px;
    border-radius: 7px;
}

/**
  Universal CSS Style
*/

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #000000;
    background: #FFFFFF;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #0b5798;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

iframe {
    max-width: 100%;
    height: 700px;
}

label {
    display: inline-block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #5a5a5a;
    outline: none;
    padding: 9px 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    border-radius: 0px;
    transition: 0.2s ease all;
    background: #f0f0f0;
    resize: none;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    width: 100%;
    height: 40px;
    border: 1px solid #5a5a5a;
    outline: none;
    padding: 9px 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    border-radius: 0px;
    transition: 0.2s ease all;
    background: #f0f0f0;
}

input::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

textarea::placeholder,
input::placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    opacity: 100;
}

[type="submit"] {
    border: none;
    outline: none;
    /* padding: 13px 25px; */
    /* font-size: 18px; */
    font-weight: 500;
    /* line-height: 20px; */
    /* text-transform: uppercase; */
    color: #292929;
    /* border-radius: 0px; */
    transition: 0.2s ease all;
    background: #fff;
    text-align: center;
    display: inline-block;
}

[type="submit"]:hover {
    background: #ea3319;
}

.btn {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    border: none;
    padding: 12px 16px;
}

.btn:hover {
    background-color: #df290b;
    color: #fff;
    border-color: #fff;
}

.btn-primary {
    background: #1A237E;
    border-radius: 8px;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #26b156 !important;
    box-shadow: unset;
}

.btn-secondary {
    background: #2F3F56;
    border-radius: 8px;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #26b156 !important;
    box-shadow: unset;
    color: #fff;
}

h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 1.1896551724137931em;
    color: #FFFFFF;
}

h1 span {
    display: block;
    color: #292929;
}

h3 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    color: #383838;
}

.Sub-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #5a5a5a;
}

.content-heading {
    font-family: var(--figtree-font);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 10px;
    text-align: center;
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
}

@media (min-width: 768px) {
    h1 {
        font-size: 45px;
    }

    h3 {
        font-size: 30px;
    }

    p {
        font-size: 20px;
    }

    .btn {
        padding: 14px 18px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 37px;
    }

    p {
        font-size: 24px;
    }

    h2 {
        font-size: 40px;
        line-height: 53px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1592px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

/**
  Spacer Section CSS Style
*/
.spacer {
    height: 80px;
}




/**
  Welcome Breadcrumb Section CSS Style
*/

.welcome-breadcrumb {
    background: linear-gradient(90deg, #2A5E6A 20%, #0A242B 80%);
    font-family: "Figtree", sans-serif;
    padding: 45px 0px;
}

.welcome-breadcrumb p {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 6px;
    display: block;
}

.welcome-breadcrumb h1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
}


/**
  Various Cards CSS Style
*/

/**
  Card 1
*/
.card-sty-1 {
    border: 1px solid #cccccc;
    background-color: #fff5e9;
    border-radius: 14px;
    padding: 35px 20px;
    padding-left: 9rem;
    position: relative;
    overflow: hidden;
}

.card-sty-1 a {
    width: 100%;
    display: flex;
    align-items: center;
}

.card-sty-1 h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
    color: #333333;
    margin-bottom: 3px;
}

.card-sty-1 h6 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
    color: #333333;
}

.card-sty-1 .card-img {
    margin-bottom: 12px;
    width: 10rem;
    object-fit: contain;
    position: absolute;
    left: -2rem;
    top: 1px;
}

.card-sty-1 .icon {
    width: 35px;
    background: #f6e0c9;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    padding: 11px;
    height: 35px;
    border-radius: 50%;
}


/**
  Card 2
*/

.card-sty-2 {
    background-color: #f9f9fb;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 15px;
    border-radius: 10px;
    gap: 12px;
    position: relative;
}

.card-sty-2 input {
    /* display: none; */
}

.card-sty-2 .icon-box {
    border-radius: 6px;
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f78138;

}

.card-sty-2 .icon-box h2 {
    font-size: 12px;
    color: #fff;
    margin: 0px;
    line-height: 4px;

}

.card-sty-2 .icon-box span {
    font-size: 9px;
    margin-top: 6px;
    font-weight: 500;
    color: #fff;
}

.card-sty-2 .info-box {}

.card-sty-2 .info-box h4 {
    font-size: 12px;
    font-weight: 500;
    color: #383838;
    margin-bottom: 14px;
}

.card-sty-2 .info-box span {
    font-size: 12px;
    /* font-weight: 500; */
    color: #727272;
    /* margin-bottom: 14px; */
    display: block;
}

.card-sty-2 .info-box p {}

.card-sty-2 input[type="radio"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

/* .card-sty-2.active{
    background-color: green ;
} */

.ac-2 {
    background-color: #ecf2ff;
    border: 0.6px solid var(--tp-theme-3);
    position: relative;
}

.ac-2 .icon-box {
    background-color: var(--tp-theme-3);
}

.ac-2::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    top: -12px;
    right: -11px;
    color: var(--tp-theme-3);
    font-size: 18px;
}


/**
  Dropdown Button CSS Style
*/
.dropdown-stl-1 {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 6px;
}



/*----------------------------------------*/
/*  02. HEADER OR NAVBAR CSS START
/*----------------------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    transition: 0.3s;
    padding: 12px 0;
    box-shadow: rgb(169 173 176 / 20%) 0px 4px 36px;
}

.header.sticky {
    box-shadow: rgb(169 173 176 / 20%) 0px 4px 36px;

}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .logo {
    display: flex;
    align-items: center;
    justify-content: center;

}

.smd-logo {
    margin-right: 15px;
    max-width: 100px;

}

.ncvet-logo {
    max-width: 120px;
}

.logo a {
    display: block;
}

.menu-bar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99;
    width: 300px;
    height: 100%;
    background: #000000;
    opacity: 0;
    transition: 0.4s;
    padding: 30px 0 0 30px;
    align-items: center;
}

.menu-bar.show {
    left: 0;
    opacity: 1;
}

.menu-bar li {
    margin-bottom: 15px;
}

.menu-bar li a {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'Inter';
    color: #2F3F56;
}

.menu-bar li a:hover {
    color: #2ECD66;
}



.menu-bar li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 200px;
    padding: 17px 0;
    padding-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -ms-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -o-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    border-top: 3px solid var(--tp-theme-1);
    border-radius: 8px;
}

.menu-bar li:hover&gt;.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.menu-bar li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
}

.menu-bar li .submenu li&gt;a {
    width: 100%;
    display: block;
    padding: 8px 30px;
    text-transform: capitalize;
    color: var(--tp-text-1);
    font-weight: 500;
    position: relative;
}

.menu-bar li .submenu li&gt;a:hover {
    color: #2ECD66;

}

.menu-bar li .second-submenu {
    left: 200px !important;
    top: 0px !important;
}

.menu-bar li.has-dropdown {
    position: relative;
}

.menu-bar li.has-dropdown&gt;a {
    position: relative;
}

.menu-bar li.has-dropdown&gt;a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 900;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
}

.menu-bar li .submenu li.has-dropdown&gt;a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
}

.header-btn .hide-sm {
    display: none;
}

.toggle-btn {
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    background: transparent;
    font-size: 25px;
    line-height: 1;
    color: #2F3F56;
    padding: 0;
    margin-left: 20px;
}

.circular-dropdown {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: greenyellow;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.circular-dropdown .submenu {
    left: -10rem;
}

/* .header-right .circular-dropdown{
    display: none;
} */

@media (min-width: 768px) {
    .header-btn {
        display: flex;
        flex-wrap: wrap;
        gap: 0 12px;
    }

    .header-btn .hide-sm {
        display: block;
        font-size: 12px;
    }

    .smd-logo {
        max-width: 118px;
    }

    .menu-bar {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 15px 0;
    }

    .toggle-btn {
        display: none;
    }

    .header-right .circular-dropdown {
        display: flex;
    }

    .smd-logo {
        max-width: 190px;
    }

    .menu-bar {
        position: relative;
        top: unset;
        left: unset;
        display: flex;
        width: unset;
        opacity: 1;
        background: transparent;
        padding: 0;
    }

    .menu-bar li {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 1200px) {
    .circular-dropdown .submenu {
        left: 0rem;
    }
}

@media (min-width: 1440px) {
    .menu-bar li {
        margin: 0 35px 0 0;
    }
}



/*----------------------------------------*/
/*  03. LANDING PAGE CSS START
/*----------------------------------------*/


/**
  Banner CSS Style
*/
.banner {
    padding-top: 100px;
}

.banner-wrapper {
    position: relative;
    z-index: 1;
    background: linear-gradient(270.01deg, #2F3F56 -6.55%, #2F3F56 106.55%);
    border-radius: 15px;
    padding: 25px 15px 0 15px;
}

.banner-box-shape,
.gift-icon {
    display: none;
}

.banner-wrapper .round-light {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.banner-content {
    text-align: center;
}

.banner-content .main-title {
    font-weight: 800;
    line-height: 48px;
    font-family: "Figtree", sans-serif;
}

.banner-content .main-title span {
    display: inline-block;
    font-weight: 300;
    color: #fff;
}

.banner-content p {
    color: #FFFFFF;
    margin: 10px 0 30px 0;
}

.banner-content a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0 20px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 15px 20px 15px 40px;
}

.banner-content a:hover {
    background: #dfdfdf;
}

.banner-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    background: #2ECD66;
    border-radius: 50%;
}

.banner-content a .btn-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #484646;
    text-align: left;
}

.banner-content a .btn-text span {
    display: block;
    font-weight: 600;
    color: #2ECD66;
    margin-top: 5px;
}

.banner-content a .arrow {
    max-width: 18px;
}

.banner-image {
    margin-top: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 5px;
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.slick-dots li button {
    border: none;
    outline: none;
    font-size: 0;
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: 0.3s linear;
    padding: 0;
}

.slick-dots li.slick-active button {
    width: 24px;
    background: #FFFFFF;
    border-radius: 30px;
}

@media (min-width: 768px) {
    .banner {
        padding-top: 110px;
    }

    .banner-wrapper {
        padding: 40px 25px 30px 25px;
    }

    .banner-wrapper .round-light {
        left: unset;
        right: 0;
        max-width: 60%;
    }

    .banner-wrapper .gift-icon {
        display: block;
        position: absolute;
        top: 60px;
        left: 58%;
        z-index: -1;
        transform: translate(-50%, 0);
        max-width: 115px;
    }

    .banner-slide-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .banner-content {
        text-align: left;
        width: 50%;
    }

    .banner-image {
        margin-top: 0;
        width: 50%;
    }

    .slick-dots {
        bottom: 0;
        left: calc(50% + 40px);
        transform: translate(-50%, 0);
    }
}

@media (min-width: 850px) {
    .slick-dots {
        left: 50%;
    }
}

@media (min-width: 1200px) {
    .banner {
        padding-top: 122px;
    }

    .banner-wrapper {
        border-radius: 21px;
        padding: 40px 45px 0 65px;
    }

    .banner-wrapper .round-light {
        max-width: 100%;
    }

    .banner-wrapper .gift-icon {
        max-width: 100%;
        top: 100px;
        left: 55%;
    }

    .banner-box-shape {
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: -1;
        max-width: 150px;
    }

    .banner-content {
        width: calc(100% - 37.5%);
        padding-top: 40px;
        padding-right: 50px;
    }

    .banner-content p {
        font-size: 14px;
        margin: 10px 0 24px 0;
    }

    .banner-content a {
        gap: 0 24px;
        padding: 17px 20px 17px 49px;
    }

    .banner-content a::before {
        left: 16px;
    }

    .banner-content a .btn-text {
        font-size: 14px;
    }

    .banner-content a .btn-text span {
        line-height: 19px;
    }

    .banner-image {
        width: 28%;
    }

    .slick-dots {
        bottom: 16px;
    }
}

@media (min-width: 1366px) {
    .banner-wrapper .gift-icon {
        top: 75px;
        left: 60%;
    }
}

@media (min-width: 1600px) {
    .banner-wrapper {
        padding: 82px 95px 0 160px;
    }

    .banner-content p {
        margin: 10px 0 80px 0;
    }

    .banner-wrapper .gift-icon {
        top: 100px;
        left: 65%;
    }

    .banner-box-shape {
        max-width: 100%;
    }
}


/**
  Company Logo Carousel CSS Style
*/
.company-logo {
    padding-top: 50px;
}

.company-logo h3 {
    font-size: 18px;
    line-height: 1.1904761904761905em;
    font-weight: 400;
    color: blue;
    text-align: center;
    margin-bottom: 25px;
}

.company-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.company-logo-col {
    width: 8rem;
}

.company-logo-col img {
    aspect-ratio: 16/9;
    object-fit: contain;
}

@media (min-width: 768px) {
    .company-logo {
        padding-top: 5px;
    }

    .company-logo h3 {
        font-size: 21px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .company-logo h3 {
        margin-bottom: 44px;
    }

    .company-logo-wrap {
        max-width: 1112px;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .company-logo {
        padding-top: 50px;
    }
}


/**
  Result &amp; Resume Banner CSS Style
*/

.results-resumes {
    padding-top: 45px;
}

.results-resumes .box-shape {
    display: none;
}

.results-resumes-bg-color {
    position: relative;
    border-radius: 15px;
    padding: 40px 15px 0 15px;
}

.results-resumes-bg-color::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #2F3F56;
    border-radius: 15px;
}

.results-resumes-bg-shape {
    display: none;
}

.results-resumes-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.results-resumes-content {
    width: 100%;
    order: 1;
    text-align: center;
}

.results-resumes-content h2 {
    font-size: 28px;
    line-height: 0.6545454545454545em;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.results-resumes-content p {
    color: #FFFFFF;
    margin-bottom: 0;
}

.carton-image {
    width: 45%;
    order: 2;
}

.carton-image.yellow {
    order: 3;
    width: 55%;
    overflow: hidden;
}

.carton-image.yellow img {
    position: relative;
    bottom: -13px;
}

@media (min-width: 768px) {
    .results-resumes-wrap {
        align-items: flex-end;
    }

    .results-resumes-bg-color {
        padding: 0 15px;
    }

    .results-resumes-bg-color::before {
        height: calc(100% - 50px);
    }

    .carton-image {
        width: 22%;
        order: unset;
    }

    .carton-image.yellow {
        width: 30%;
        order: unset;
    }

    .carton-image.yellow img {
        bottom: -7px;
    }

    .results-resumes-content {
        width: 48%;
        order: unset;
        padding-bottom: 30px;
    }

    .results-resumes-content p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .results-resumes {
        padding-top: 62px;
    }

    .results-resumes .box-shape {
        display: block;
        position: absolute;
        bottom: 0;
        left: 90px;
        z-index: -1;
    }

    .results-resumes .box-shape.rotate {
        left: unset;
        bottom: unset;
        top: 75px;
        right: 75px;
    }

    .results-resumes-bg-shape {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .results-resumes-bg-color {
        border-radius: 20px;
        overflow: hidden;
        padding: 0 45px 0 65px;
    }

    .results-resumes-bg-color::before {
        height: calc(100% - 75px);
    }

    .results-resumes-wrap {
        justify-content: space-between;
    }

    .carton-image,
    .carton-image.yellow {
        width: 20.2%;
    }

    .carton-image.yellow {
        width: 24.6%;
    }

    .carton-image.yellow img {
        bottom: -12px;
    }

    .results-resumes-content {
        width: 55.2%;
        padding-bottom: 65px;
        align-self: center;
        margin-top: 7rem;
    }

    .results-resumes-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .results-resumes-content p {
        font-size: 18px;
        line-height: 1;
    }
}

@media (min-width: 1600px) {
    .results-resumes-bg-color::before {
        height: calc(100% - 128px);
    }

    .results-resumes-content {
        padding-bottom: 85px;
    }

    .results-resumes .box-shape {
        left: 202px;
    }

    .results-resumes .box-shape.rotate {
        top: 128px;
        right: 175px;
    }
}

/**
  Feature CSS Style
*/

.featured-section {
    margin-top: 45px;
}

.mobile-image {
    display: none;
}

.featured-title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}

.featured-title::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 43px;
    height: 48px;
    background: url(../img/rocket-img.png) no-repeat center center;
    background-size: cover;
}

.featured-title h4 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    color: #000000;
}

.featured-title p {
    margin: 3px 0 0 0;
}

.js-featured-slider {
    padding-bottom: 0;
}

.js-featured-slider .slick-list {
    margin: 0 -12.5px;
    padding-right: 65px !important;
}

.featured-slider-col {
    padding: 0 12.5px;
}

.featured-slider-inner {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(4, 44, 176, 0.05);
    border-radius: 15px;
}

.featured-slider-image {
    position: relative;
}

.featured-slider-image img {
    width: 100%;
    max-height: 177px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.online-text {
    position: absolute;
    bottom: 27px;
    right: 23px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding: 10px 10px 10px 30px;
}

.online-text::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 11px;
    transform: translate(0, -50%);
    width: 9px;
    height: 9px;
    background: #11C94B;
    border-radius: 50%;
}

.featured-slider-details {
    padding: 18px 22px 28px 28px;
}

.featured-slider-details h5 {
    font-size: 21px;
    line-height: 1.1904761904761905em;
    font-weight: 500;
    color: #383838;
    transition: 0.3s;
    margin-bottom: 7px;
}

.featured-slider-inner:hover .featured-slider-details h5 {
    color: #2ECD66;
}

.featured-slider-details p {
    font-size: 14px;
    line-height: 1.6428571428571428em;
    color: #727272;
    margin: 0 0 40px 0;
}

.details-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.details-bottom ul li img {
    width: 13px;
}

.details-bottom ul li {
    display: flex;
    align-items: center;
    gap: 0 3px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #727272;
    margin-bottom: 12px;
}

.details-bottom ul li:last-child {
    margin-bottom: 0;
}

.details-bottom ul li span {
    color: #000000;
}

.details-bottom .share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #F0F0F0;
    border-radius: 50%;
    transition: 0.4s;
}

.featured-slider-inner:hover .details-bottom .share-btn {
    background: #11C94B;
}

.featured-slider-inner:hover .details-bottom .share-btn img {
    filter: brightness(0) invert(1);
}

.slick-arrow {
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    transform: translate(-50%, 0);
    z-index: 1;
    width: 60px;
    height: 50px;
    border: 1px solid #EAEAEA;
    background: transparent;
    border-radius: 0 60px 60px 0;
    transition: 0.3s;
    padding: 0;
}

.slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f053";
    font-size: 16px;
    line-height: 1;
    color: #000000;
    font-family: "FontAwesome";
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: #E8E7E7;
    border-color: #E8E7E7;
}

.slick-prev {
    border-radius: 60px 0 0 60px;
    border-right: 0;
}

.slick-next {
    margin-left: 60px;
}

.slick-next::before {
    content: "\f054";
}

.featured-section .slick-dots {
    position: relative;
    bottom: unset;
    left: unset;
    transform: translate(0);
    justify-content: center;
}

.featured-section .slick-dots li button {
    background: rgba(0, 0, 0, 0.5);
}

.featured-section .slick-dots li.slick-active button {
    background: #2F3F56;
}

@media (min-width: 768px) {
    .featured-section {
        margin-top: 70px;
    }

    .featured-title {
        padding-left: 93px;
        margin-bottom: 45px;
    }

    .featured-title h4 {
        font-size: 22px;
    }

    .featured-title p {
        font-size: 16px;
    }

    .featured-title::before {
        width: 73px;
        height: 75px;
    }

    .js-featured-slider .slick-list {
        padding-right: 120px !important;
    }

    .featured-section .slick-dots {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .featured-wrapper {
        position: relative;
        padding-left: 65px;
        padding-bottom: 125px;
    }

    .mobile-image {
        display: block;
        position: absolute;
        top: 0;
        left: -60px;
        max-width: 444px;
        height: 100%;
        object-fit: cover;
    }

    .featured-title {
        max-width: 600px;
        margin: 0 120px 40px auto;
        margin-bottom: 64px;
        padding-top: 60px;
    }

    .featured-title::before {
        top: unset;
        bottom: 0;
        transform: translate(0);
    }

    .js-featured-slider {
        padding-bottom: 0;
        padding: 36px 0;
    }

    .js-featured-slider .slick-list {
        padding-right: 200px !important;
    }

    .slick-arrow {
        top: -145px;
        bottom: unset;
        left: unset;
        right: 0;
        transform: translate(0);
    }

    .slick-prev {
        right: 60px;
    }

    .slick-next {
        margin-left: 0;
    }
}

@media (min-width: 1366px) {
    .featured-title {
        max-width: 600px;
        margin: 0 175px 40px auto;
        margin-bottom: 64px;
        padding-top: 60px;
    }

    .mobile-image {
        left: -25px;
    }
}

@media (min-width: 1600px) {
    .featured-title {
        max-width: 730px;
        margin: 0 auto 64px auto;
    }

    .js-featured-slider .slick-list {
        padding-right: 330px !important;
    }
}


/**
  Horizontal card CSS Style
*/

.hoz_card {
    /* padding: 20px; */
    background: #ffff;
    border-radius: 14px;
    /* overflow: hidden; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    position: relative;
}

.hoz_card .overlay {
    content: '';
    /* position: absolute; */
    bottom: -15px;
    left: 0px;
    width: 95%;
    height: 100%;
    background-color: #2ecd66;
    z-index: -1;
    margin: 0px auto;
    display: block;
    right: 0px;
    border-radius: 18px;
}



.hoz_card .course__thumb {
    border-radius: 14px 0px 0px 14px;
    overflow: hidden;

}

.hoz_card .course__thumb a {}

.hoz_card .course__thumb img {
    height: 100%;
    object-fit: cover;
}

.hoz_card .course_right {
    /* background-color: green; */
    padding: 2rem;

}

.hoz_card .course_tag {
    background-color: #1A237E;
    color: white;
    width: fit-content;
    float: inline-end;
    width: 27%;
    padding: 9px 3px 7px 5px;
    font-size: 10px;
    border-radius: 5px;
    margin-bottom: 3px;
    margin-left: 10px;

}

.viewCources_btn {
    text-align: end !important;
    position: absolute !important;
    margin-left: -232px !important;
    margin-top: 98rem !important;

}

.viewCources_btn a {
    padding: 17px 35px !important;
    background: linear-gradient(to right, #54b5d4, #ff8951);
    color: white;
    border: 1px solid #0000ff;
    border-radius: 10px;

}

.viewCources_btn a h5 {
    color: white
}

/* .viewCources_btn a:hover {
    border-radius: 50px 0px 50px 0px;
    transition: .5s linear;
} */

.hoz_card .course_title a {
    font-size: 17px;
    font-weight: 600;
    color: #031220;
}

.hoz_card .desc {
    font-size: 12px;
    padding-top: 10px;
}

.hoz_card .course_bottom {
    width: 100%;
}



.course_info {
    background-color: #f3f4fe;
    border: 1px solid var(--tp-theme-3);
    padding: 8px 0px;
    border-radius: 10px;
    display: inline-block;
}

.course_info a {
    border-right: 1px solid var(--tp-theme-3);
    padding-right: 40px;
    color: var(--tp-text-1);
    display: inline-block;
    font-size: 12px;

}

.course_info a:last-child {
    border: none;
}

.course_info svg {
    margin-right: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.course_info img {
    display: none !important;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.course_info i {
    font-size: 16px;
    color: var(--tp-text-1);
    margin-right: 8px;
}

.course_info .course__btn {
    font-size: 14px;
}

.course__btn a {
    color: #000000
}

.course__content-bottom {
    align-items: center !important;
    margin-top: 20px !important;
    background: white;
    border: 1px solid blue;
    height: 46px;
    border-radius: 5px;


}

.course__content-bottom:hover {
    background: blue;
    color: #ffffff;
}

.course__content-bottom:hover .course__btn a {
    color: #ffffff;
}





/**
  What Inside CSS Style
*/

.whats-inside {
    padding-top: 50px;
}

.whats-inside h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    line-height: 1.2033898305084745em;
    font-weight: 600;
    color: #2F3F56;
    margin-bottom: 10px;
}

.whats-inside h2 img {
    max-width: 110px;
}

.whats-inside p {
    text-align: center;
    margin-bottom: 22px;
}

.whats-inside-col {
    display: flex;
    align-items: center;
    background: #2F3F56;
    border-radius: 17px;
    box-shadow: 0px 0px 14px rgba(46, 205, 102, 0.09);
    padding: 28px 26px;
    margin-bottom: 20px;
}

.whats-inside-col .icon-box {
    position: relative;
    width: 44px;
}

.whats-inside-col .icon-box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background: rgba(181, 181, 182, 0.91);
    filter: blur(32.9px);
}

.text-detl-box {
    width: calc(100% - 44px);
    padding-left: 12px;
}

.text-detl-box h5 {
    font-size: 18px;
    line-height: 1.2272727272727273em;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.text-detl-box span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #dcdcdc;
}

.middle-item-area .circle-image {
    display: none;
}

@media (min-width: 768px) {
    .whats-inside {
        padding-top: 80px;
    }

    .whats-inside-col .icon-box {
        width: 35px;
    }

    .text-detl-box {
        width: calc(100% - 54px);
        padding-left: 16px;
    }

    .text-detl-box h5 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .whats-inside {
        padding-top: 30px;
    }

    .whats-inside h2 {
        margin-bottom: 10px;
    }

    .whats-inside h2 img {
        max-width: 200px;
    }

    .whats-inside p {
        font-size: 20px;
    }

    .whats-inside-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .left-item-area {
        padding-top: 150px;
    }

    .left-item-area .whats-inside-col {
        margin-bottom: 100px;
        margin-right: -100px;
        margin-left: 20px;
    }

    .left-item-area .whats-inside-col:last-child {
        margin: 0;
        margin-right: -70px;
        margin-left: 0px;
    }

    .left-item-area,
    .right-item-area {
        position: relative;
        z-index: 1;
        width: 31.35%;
    }

    .right-item-area {
        padding-top: 170px;
    }

    .right-item-area .whats-inside-col {
        margin-bottom: 75px;
        margin-left: -40px;
        margin-right: 0px;
    }

    .right-item-area .whats-inside-col:last-child {
        margin: 0;
        margin-bottom: 0;
        margin-left: -50px;
    }

    .middle-item-area {
        width: 33%;
    }

    .middle-item-area .circle-image {
        display: block;
    }

    .middle-item-area .whats-inside-col {
        max-width: 528px;
        margin: 0 auto;
        margin-top: 15px;
    }
}


@media (min-width: 1366px) {
    .whats-inside {
        padding-top: 40px;
    }

    .left-item-area {
        padding-top: 80px;
    }

    .left-item-area .whats-inside-col {
        margin-bottom: 76px;
        margin-right: -62px;
        margin-left: -12px;
    }

    .left-item-area .whats-inside-col:last-child {
        margin: 0;
        margin-right: -120px;
        margin-left: 76px;
    }

    .right-item-area {
        padding-top: 80px;
    }

    .right-item-area .whats-inside-col {
        margin-bottom: 76px;
        margin-left: -40px;
        margin-right: 23px;
    }

    .right-item-area .whats-inside-col:last-child {
        margin: 0;
        margin-bottom: 0;
        margin-left: -44px;
    }

    .middle-item-area .whats-inside-col {
        max-width: 528px;
        margin: 0 auto;
        margin-top: 15px;
    }
}


@media (min-width: 1600px) {
    .whats-inside {
        padding-top: 130px;
    }

    .left-item-area {
        padding-top: 210px;
    }

    .left-item-area .whats-inside-col {
        margin-bottom: 195px;
        margin-right: -132px;
        margin-left: 85px;
    }

    .left-item-area .whats-inside-col:last-child {
        margin: 0;
        margin-right: -120px;
        margin-left: 76px;
    }

    .right-item-area {
        padding-top: 200px;
    }

    .right-item-area .whats-inside-col {
        margin-bottom: 170px;
        margin-left: -40px;
        margin-right: 23px;
    }

    .right-item-area .whats-inside-col:last-child {
        margin: 0;
        margin-bottom: 0;
        margin-left: -44px;
    }

    .middle-item-area .whats-inside-col {
        max-width: 528px;
        margin: 0 auto;
        margin-top: 15px;
    }
}

/**
  How it Work Section CSS Style
*/
.how-it-work {
    padding-top: 50px;
}

.how-work-title {
    position: relative;
    padding-left: 68px;
    margin-bottom: 50px;
}

.how-work-title::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 53px;
    height: 58px;
    background: url(../img/rocket-img.png) no-repeat center center / cover;
}

.numbar-step-wrap {
    position: relative;
    border-left: 2px solid #2ECD66;
    padding-left: 25px;
    margin-left: 12px;
}

.numbar-step-column {
    position: relative;
}

.numbar-step-column::before {
    position: absolute;
    content: "";
    top: -12px;
    left: -46px;
    width: 40px;
    height: 40px;
    background: url(../img/glowing-point.png) no-repeat center center / cover;
}

.numbar-step-column:last-child:before {
    top: unset;
    bottom: -12px;
}

.stem-image {
    display: none;
}

.step-details span {
    display: block;
    font-size: 80px;
    line-height: 1.2666666666666666em;
    font-weight: 700;
    font-family: "Space Grotesk";
    color: rgba(155, 155, 155, 22%);
}

.step-details h5 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    color: #383838;
}

.step-details p {
    color: #727272;
}

@media (min-width: 768px) {
    .how-it-work {
        padding-top: 70px;
    }

    .how-work-title {
        margin-bottom: 80px;
    }

    .numbar-step-wrap {
        padding-left: 50px;
    }

    .numbar-step-column::before {
        left: -71px;
    }

    .step-details span {
        font-size: 100px;
    }
}

@media (min-width: 1200px) {
    .how-it-work {
        padding-top: 100px;
    }

    .how-work-title {
        padding-left: 93px;
        margin-bottom: 80px;
    }

    .how-work-title::before {
        width: 73px;
        height: 78px;
    }

    .how-work-title h3 {
        margin-bottom: 10px;
    }

    .how-work-title p {
        margin-bottom: 0;
    }

    .numbar-step-wrap {
        border: none;
        padding: 0;
        margin: 0;
    }

    .numbar-step-wrap::before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 2px;
        height: 100%;
        background: #2ECD66;
    }

    .numbar-step-column {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }

    .numbar-step-column::before {
        width: 60px;
        height: 60px;
        top: -18px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .numbar-step-column:last-child {
        margin-bottom: 0;
    }

    .numbar-step-column:last-child:before {
        bottom: -17px;
    }

    .numbar-step-column:nth-child(even) {
        flex-direction: row-reverse;
    }

    .stem-image {
        width: 50%;
        display: block;
        padding-right: 150px;
    }

    .stem-image img {
        margin-left: auto;
    }

    .step-details {
        width: 50%;
        max-width: 600px;
        padding-left: 75px;
    }

    .step-details span {
        font-size: clamp(80px, 7.813vw, 150px);
        line-height: 1;
    }

    .step-details h5 {
        font-size: 30px;
        margin: 16px 0 13px 0;
    }

    .step-details p {
        font-size: 24px;
        margin-bottom: 0;
        max-width: 545px;
    }

    .numbar-step-column:nth-child(even) .step-details {
        padding-left: 0;
        margin-left: auto;
    }

    .numbar-step-column:nth-child(even) .stem-image {
        padding-right: 0;
        padding-left: 150px;
    }

    .numbar-step-column:nth-child(even) .stem-image img {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (min-width: 1600px) {
    .numbar-step-column {
        margin-bottom: 150px;
    }

    .step-details span {
        line-height: 1.26em
    }
}

/**
  About Section CSS Style
*/

.aboutus-wrapper {
    padding: 3rem 0rem;
}

.aboutus-wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-black-2);
}

.aboutus-wrapper .desc {
    font-size: 15px;
    color: var(--tp-text-11);
    line-height: 24px;
    margin-bottom: 0;
}

.aboutus-wrapper .aboutus-img {}


.aboutus-wrapper .content {
    height: 100%;
    padding: 5%;
    border-radius: 12px;
}

/**
  FAQ Section CSS Style
*/

.faq__accordion .accordion-item {
    border: none;
    border: 1px solid #11b9b4;
    border-radius: 10px;
    padding: 0px 0;
    padding-left: 65px;
    margin: 10px auto;

}

.faq__accordion .accordion-item:first-of-type .accordion-button {
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    border-radius: 20px;
}

.faq__accordion .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-black);
    border: 0;
    padding: 15px 0;
    padding-left: 0px;
    position: relative;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 20px 20px;
}

.faq__accordion .accordion-button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* background-color: var(--tp-grey-10); */
    background-image: none;
    content: "+";
    font-family: var(--tp-ff-fontawesome);
    font-weight: 500;
    margin: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.faq__accordion .accordion-button:focus {
    box-shadow: none;
}

.faq__accordion .accordion-body {
    padding: 0;
    padding-right: 50px;
    padding-left: 25px;
    padding-bottom: 25px;
}

@media (max-width: 575px) {
    .faq__accordion .accordion-body {
        padding-right: 15px;
    }
}

.faq__accordion .accordion-body p {
    font-size: 15px;
    color: var(--tp-text-11);
    line-height: 24px;
    margin-bottom: 0;
}

.faq__accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    /* background-color: var(--tp-grey-7); */
}

.faq__accordion .accordion-button:not(.collapsed)::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.faq__accordion .accordion-collapse {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    /* background-color: var(--tp-grey-7); */
}

.faq__wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
}

.faq__wrapper p a {
    color: var(--tp-theme-1);
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .faq__item-wrapper {
        padding-left: 0;
        margin-top: 50px;
    }
}

/**
  Statics Counter Section CSS Style
*/

.counter__item {
    padding: 45px 45px;
    padding-right: 30px;
}

.counter__item img {
    width: 3rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .counter__item {
        padding-left: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .counter__item {
        padding: 45px 20px;
        padding-right: 20px;
    }
}

.counter__item-border {
    position: relative;
}

.counter__item-border::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(61, 108, 231, 0) 0%, #3D6CE7 51.56%, rgba(61, 108, 231, 0) 100%);
    opacity: 0.3;
}

@media (max-width: 575px) {
    .counter__item-border::after {
        right: 0;
        top: auto;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(61, 108, 231, 0) 0%, #3D6CE7 51.56%, rgba(61, 108, 231, 0) 100%);
        bottom: 0;
    }
}

.counter__item-border-2::after {
    background: linear-gradient(180deg, rgba(0, 122, 112, 0) 0%, #007A70 51.56%, rgba(0, 122, 112, 0) 100%);
}

@media (max-width: 575px) {
    .counter__item-border-2::after {
        right: 0;
        top: auto;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(0, 122, 112, 0) 0%, #007A70 51.56%, rgba(0, 122, 112, 0) 100%);
        bottom: 0;
    }
}

.counter__icon i {
    font-size: 35px;
    color: var(--tp-common-black);
}

.counter__icon svg {
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
}

.counter__icon svg path.search,
.counter__icon svg path.st1,
.counter__icon svg path.star {
    stroke: var(--tp-theme-1);
}

.counter__icon svg path.video {
    fill: var(--tp-theme-1);
}

.counter__icon-2 svg path.search,
.counter__icon-2 svg path.st1,
.counter__icon-2 svg path.star {
    stroke: var(--tp-theme-3);
}

.counter__icon-2 svg path.video {
    fill: var(--tp-theme-3);
}

.counter__content h4 {
    font-size: 27px;
    color: var(--tp-theme-1);
    font-weight: 400;
    margin-bottom: 5px;
}

.counter__content h4 span {
    font-size: 24px;
    font-weight: 600;
    margin-right: 3px;
}

.counter__content p {
    font-size: 17px;
    line-height: 22px;
    color: var(--tp-text-4);
    margin-bottom: 0;
    font-weight: 500;
}

.counter__content-2 h4 {
    color: var(--tp-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__inner .row [class*=col-]:nth-child(2) .counter__item-border::after {
        display: none;
    }
}

.counter__inner-2 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}


/**
  Team Section CSS Style
*/


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team__wrapper {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .team__wrapper {
        padding-left: 0;
    }
}

.team__wrapper p {
    font-size: 16px;
    color: var(--tp-text-11);
}

.team__item:hover .team__social {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}

.team__thumb {
    position: relative;
    z-index: 1;
}

.team__shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -41px;
    width: 100%;
}

.team__shape img {
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__shape img {
        width: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .team__shape {
        bottom: -44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team__shape {
        bottom: -50px;
    }
}

.team__content {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.team__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.team__title a:hover {
    color: var(--tp-theme-2);
}

.team__designation {
    display: inline-block;
    font-size: 14px;
    color: var(--tp-text-11);
}

.team__social {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    visibility: hidden;
    opacity: 0;
}

.team__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--tp-text-7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    margin: 0 2px;
}

.team__social a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}


/**
  Research CSS Style
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .research__border .row [class*=col-]:nth-child(2) .research__item-border::after {
        display: none;
    }
}

.research__item {
    padding: 40px 40px 15px;
    -webkit-box-shadow: 0 -1px 19px rgba(25, 25, 25, 0.1);
    background: var(--tp-common-white);
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.research__content {
    width: 80%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .research__item {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }

    .research__content {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .research__item {
        background-color: var(--tp-common-white);
    }
}

.research__item:hover,
.research__item.active {
    background-color: var(--tp-common-white);
}

.research__item-border {
    position: relative;
}

.research__item-border::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(3, 18, 32, 0.08);
    width: 1px;
    height: 350px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .research__item-border::after {
        display: none;
    }
}

.research__thumb img {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.research__thumb-2 {
    position: absolute;
    bottom: 0;
    right: -35px;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .research__thumb-2 {
        right: -30px;
    }
}

@media (max-width: 575px) {
    .research__thumb-2 {
        right: 12px;
    }
}

.research__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-black-2);
}

.research__title-2 {
    font-size: 26px;
    line-height: 32px;
    color: var(--tp-common-black-4);
    margin-bottom: 20px;
}

.research__content p {
    font-size: 15px;
    line-height: 24px;
}

.research__content-2 {
    width: 60%;
    z-index: 11;
}

@media (max-width: 575px) {
    .research__content-2 {
        width: inherit;
    }
}

.research__wrapper-2 p {
    font-size: 16px;
    color: var(--tp-text-11);
    padding-right: 170px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .research__wrapper-2 p {
        padding-right: 55px;
    }
}

@media (max-width: 575px) {
    .research__wrapper-2 p {
        padding-right: 0;
    }
}

.research__download {
    position: relative;
    height: 200px;
    padding: 40px 40px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .research__download {
        height: 246px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .research__download {
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .research__download {
        height: 550px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.research__download-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.research__store ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.research__store ul li a {
    display: inline-block;
    border: 2px solid rgba(3, 18, 32, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-common-black);
    padding: 0 17px;
}

.research__store ul li a img {
    margin-right: 2px;
    height: 17px;
    width: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.research__store ul li a:hover {
    background-color: var(--tp-common-white);
    border-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .research__features-wrapper {
        padding-left: 50px;
    }
}

.research__features-item:hover span {
    background-color: var(--tp-common-violet);
}

.research__features-item:hover span svg path {
    stroke: var(--tp-common-white);
}

.research__features-item:hover span.yellow-bg {
    background-color: var(--tp-common-yellow-3);
}

.research__features-item:hover span.yellow-bg svg path {
    stroke: var(--tp-common-white);
}

.research__features-item:hover span.green-bg {
    background-color: var(--tp-common-green-4);
}

.research__features-item:hover span.green-bg svg path {
    stroke: var(--tp-common-white);
}

@media (max-width: 575px) {
    .research__features-icon {
        margin-bottom: 20px;
    }
}

.research__features-icon span {
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(97, 81, 251, 0.08);
}

.research__features-icon span.yellow-bg span {
    background-color: rgba(244, 147, 14, 0.08);
}

.research__features-icon span.green-bg span {
    background-color: rgba(32, 173, 150, 0.08);
}

.research__features-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.research__features-content p {
    font-size: 15px;
    line-height: 24px;
    color: var(--tp-text-11);
}

.research__shape-1 {
    position: absolute;
    left: 135px;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}

.research__shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}

.research__shape-3 {
    position: absolute;
    right: 85px;
    bottom: 0;
    z-index: -1;
}


/*----------------------------------------*/
/*  04. NEWSLETTER CSS START
/*----------------------------------------*/

.news-letters {
    padding-top: 50px;
}

.news-letters-bg-color {
    background: #2F3F56;
    border-radius: 15px;
    padding: 35px 15px 0 15px;
}

.news-letters-shape-left,
.news-letters-shape-right,
.logo-shape {
    display: none;
}

.news-letters-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.news-letters-details {
    text-align: center;
}


.news-letters-details h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #FFFFFF;
}

.news-letters-details p {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.news-letters-details form {
    position: relative;
    display: block;
}

.news-letters-details form input {
    border: none;
    outline: none;
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    color: #000000;
    padding: 0 0 0 20px;
}

.news-letters-details form input:focus {
    border-color: #2ECD66;
}

.news-letters-details form input::placeholder {
    font-size: 16px;
    color: #727272;
}

.news-letters-details form button {
    border: none;
    outline: none;
    width: 100%;
    background: #2ECD66;
    border-radius: 7px;
    font-size: 17px;
    line-height: 2em;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Inter';
    padding: 8px 40px;
    margin-top: 15px;
}


@media (min-width: 768px) {
    .news-letters {
        padding-top: 0;
    }

    .news-letters-bg-color {
        position: relative;
        background: transparent;
    }

    .news-letters-bg-color::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: calc(100% - 80px);
        background: #2F3F56;
        border-radius: 21px;
    }

    .news-letters-wrap {
        flex-direction: row;
        align-items: flex-end;
    }

    .news-letters-image {
        width: 40%;
    }

    .news-letters-details {
        text-align: left;
        width: 60%;
        padding-bottom: 15px;
    }

    .news-letters-details p {
        margin-bottom: 30px;
    }

    .news-letters-details form input {
        height: 60px;
    }

    .news-letters-details form button {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        width: max-content;
        padding: 8px 20px;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .news-letters-bg-color::before {
        height: calc(100% - 160px);
    }

    .news-letters-details {
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .news-letters-bg-color {
        padding: 0 40px 0 0;
    }

    .news-letters-bg-color::before {
        height: calc(100% - 150px);
    }

    .news-letters-image {
        margin-left: -66px;
    }

    .news-letters-details {
        width: calc(60% + 66px);
        max-width: 895px;
        padding-left: 75px;
        padding-bottom: 40px;
    }

    .news-letters-details h2 {
        font-size: 45px;
        line-height: 1.57em;
    }

    .news-letters-details p {
        margin-bottom: 40px;
    }

    .news-letters-details form input {
        height: 75px;
    }

    .news-letters-details form button {
        transition: 0.3s;
        padding: 8px 42px;
    }

    .news-letters-details form button:hover {
        background: #26b156;
    }

    .news-letters-shape-left,
    .news-letters-shape-right,
    .logo-shape {
        position: absolute;
        z-index: -1;
        display: block;
    }

    .news-letters-shape-left {
        left: 0;
        bottom: 0;
    }

    .news-letters-shape-right {
        bottom: 0;
        right: 0;
    }

    .logo-shape {
        bottom: 250px;
        right: 40px;
        max-width: 100px;
    }
}

@media (min-width: 1440px) {
    .logo-shape {
        max-width: 100%;
        bottom: 258px;
        right: 58px;
    }

    .news-letters-bg-color::before {
        height: calc(100% - 192px);
    }

    .news-letters-details {
        padding-bottom: 55px;
    }
}

@media (min-width: 1600px) {
    .logo-shape {
        max-width: 100%;
        bottom: 258px;
        right: 58px;
    }

    .news-letters-bg-color::before {
        height: calc(100% - 294px);
    }

    .news-letters-details {
        padding-bottom: 55px;
    }
}

/*----------------------------------------*/
/*  05. FOOTER CSS START
/*----------------------------------------*/

.footer {
    margin-top: 50px;
}

footer {
    background: linear-gradient(90deg, #D0F2F8 0%, #FFF3E2 100%);
}

.footer-top {
    padding: 80px 0 50px;
}

.footer-link h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #0A3965;
    margin-bottom: 12px;
}

.footer-link li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #2F3F56;
    margin-bottom: 7px;
}

.footer-link li:last-child {
    margin-bottom: 0px;
}

.footer-link li a {
    color: #2F3F56;
}

.footer-link li a:hover {
    color: #2ECD66;
}

.social-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-icon li {
    margin-right: 10px;
}

.social-icon li a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #212730;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.social-icon li a:hover {
    background: #2ECD66;
}

.about-company p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #2F3F56;
}

.about-company,
.footer-link {
    margin-bottom: 30px;
}

.copyright {
    padding: 10px 0;
    background: #2F3F56;
}

.copyright p {
    font-family: "Figtree", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.copyright p a {
    color: #fff;
}

@media (min-width:768px) {
    .footer {
        margin-top: 70px;
    }

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

    .footer-link {
        width: calc(33.333% - 40px);
        margin-bottom: 0;
    }

    .footer-link:last-child {
        width: 27rem;
        margin-left: 50px;
        margin-bottom: 0;

    }
}

@media (min-width:1200px) {
    .footer {
        margin-top: 100px;
    }

    .social-icon li {
        margin-right: 13px;
    }

    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about-company {
        width: calc(50% - 272px);
        margin-bottom: 0px;
        margin-right: 120px;
    }

    .about-company .footer-logo {
        width: 9rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-links {
        width: calc(50% + 152px);
    }

    .about-company p {
        margin: 24px 0 30px;
    }

    .footer-top {
        padding: 70px 0 52px;
    }
}


/*----------------------------------------*/
/*  06. lOGIN AND REGISTER CSS START
/*----------------------------------------*/
.login-resjister-wrap {
    display: flex;
    flex-wrap: wrap;
}

.login-content-left {
    width: 100%;
    background: #2F3F56;
    padding: 30px 15px;
}

.box-shape-top,
.box-shape-left,
.round-shape-half {
    display: none;
}

.logo-heading-area {
    text-align: center;
    margin-bottom: 40px;
}

.logo-heading-area img {
    /* max-width: 120px; */
    margin: 0 auto;
}

.logo-heading-area h4 {
    font-size: 20px;
    line-height: 1.7692307692307692em;
    font-weight: 400;
    color: #FFFFFF;
    /* text-transform: uppercase; */
    font-family: 'Figtree';
    margin: 30px 0 10px 0;
}

.logo-heading-area h2 {
    font-size: 32px;
    line-height: 0.9078947368421053em;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Figtree';
}

.small-cat-card-slider {
    position: relative;
}

.js-cat-card-slider .slick-list {
    padding-top: 20px !important;
}

.cat-card-slider-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cat-card-col {
    padding: 0 15px;
}

.cat-card-wrap {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #3C3B3F 0%, #605C3C 100%);
    border-radius: 5px;
    padding: 15px 30px 15px 15px;
}

.cat-card-image {
    width: 60px;
    margin-top: -32px;
}

.cat-card-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: calc(100% - 60px);
    padding-left: 20px;
}

.cat-card-details .card-details-text {
    width: calc(100% - 30px);
}

.cat-card-details a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.cat-card-details a:hover {
    background: #26b156;
    border-color: #26b156;
}

.cat-card-details h5 {
    font-size: 18px;
    line-height: 1.2173913043478262em;
    font-weight: 500;
    color: #FFFFFF;
}

.cat-card-details p {
    font-size: 14px;
    line-height: 1.1428571428571428em;
    font-weight: 500;
    color: #FFFFFF;
    margin: 8px 0 0 0;
}

.js-cat-card-slider .slick-arrow {
    top: calc(50% + 15px);
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 50%;
}

.js-cat-card-slider .slick-arrow::before {
    font-size: 12px
}

.js-cat-card-slider .slick-next {
    right: 3px;
    left: unset;
    margin: 0;
}

.js-cat-card-slider .slick-prev {
    left: 3px;
}


.login-content-right {
    width: 100%;
    padding: 40px 15px;
}

.content-right-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rejister-content-panel {
    transition: 0.4s;
}

.rejister-content-panel.in-active {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    opacity: 0;
}

.login-content-panel.active {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
}

.login-content-panel.in-active {
    position: absolute;
    top: 0;
    right: 100%;
    width: max-content;
    opacity: 0;
}

.rejister-content-panel.active {
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
}

.login-content-top {
    position: relative;
    padding-left: 40px;
}

.login-content-top::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background: url(../img/wave-hii-img.png) no-repeat center center / cover;
}

.login-content-top p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #667085;
    font-family: 'Figtree';
    margin-bottom: 6px;
}

.login-content-top h5 {
    font-size: 22px;
    line-height: 1.0909090909090908em;
    font-weight: 600;
    color: #383838;
    font-family: 'Figtree';
}

.login-button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
    padding: 30px 0;
}

.login-button-wrap button {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    width: 80%;
    background: #FFFFFF;
    border: 1px solid #CF2D48;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Figtree';
    transition: 0.2s;
    padding: 10px 25px;
}

.login-button-wrap button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.login-button-wrap button:hover {
    background: rgba(207, 45, 72, 0.1);
}

.login-button-wrap .facebook-btn {
    border-color: #3B5998;
}

.login-button-wrap .facebook-btn:hover {
    background: rgba(59, 89, 152, 0.2);
}

.rejister-content-panel .facebook-btn {
    display: none;
}

.devider-line {
    position: relative;
    text-align: center;
}

.devider-line span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #667085;
    text-align: center;
    background: #FFFFFF;
    padding: 0 15px;
}

.devider-line::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background: #DCDCDC;
}

.devider-line.left {
    text-align: left;
    padding: 0 12px;
    margin-bottom: 14px;
}

.devider-line.left span {
    padding: 0 25px 0 0;
}

.devider-line.left::before {
    width: calc(100% - 24px);
    left: 12px;
}

.tabs {
    margin-top: 30px;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
}

.tab-buttons span {
    display: flex;
    align-items: center;
    gap: 0 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: 'figtree';
    color: rgba(51, 51, 51, 0.7);
    background: #F8F9FA;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    transition: 0.4s;
    padding: 11px 12px;
}

.tab-buttons span img {
    max-width: 16px;
    opacity: 0.4;
    margin-top: -2px;
}

.tab-buttons span.active {
    background: #2F3F56;
    border-color: #2F3F56;
    color: #FFFFFF;
}

.tab-buttons span.active img {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.tab-content&gt;div .submit-btn {
    margin: 20px 0 32px 0;
}

.login-form-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
    padding: 30px 0 0 0;
}

.login-form-input {
    text-align: right;
    padding: 0 7px;
    margin-bottom: 14px;
}

.login-form-input.full-width {
    width: 100%;
}

.login-form-input.last {
    margin-bottom: 0;
}

.login-form-input input {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}

.login-form-input input:focus {
    border-color: #58CC02;
}

.login-form-input input::placeholder {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Figtree';
}

.login-form-input label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #2364FF;
    cursor: pointer;
    margin-top: 14px;
}

.password-field {
    position: relative;
}

.password-field input {
    padding-right: 38px !important;
}

.password-field .toggle-password {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    font-size: 18px;
    line-height: 1;
    color: #000000;
    opacity: 0.35;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 50px;
    padding: 0 7px;
}

.checkbox-wrap input {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid #58CC02;
    border-radius: 6px;
    -webkit-appearance: none;
}

.checkbox-wrap input::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: url(../img/check-icon-green.png) no-repeat center center / cover;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.checkbox-wrap input:checked::before {
    visibility: visible;
    opacity: 1;
}

.checkbox-wrap label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Figtree';
    color: rgba(51, 51, 51, 70%);
}

.submit-btn {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.submit-btn button {
    border: none;
    outline: none;
    width: 100%;
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #58CC02;
    background: #58CC02;
    border-radius: 10px;
    transition: 0.3s;
    padding: 18px 40px;
}

.submit-btn button:hover {
    background: transparent;
    color: #58CC02;
}

.swich-tab-btn {
    font-family: 'Figtree';
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #667085;
    text-align: center;
}

.swich-tab-btn a {
    color: #58CC02;
}

.login-copyright {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #727272;
    text-align: center;
}

@media (min-width: 768px) {
    .login-content-left {
        position: relative;
        z-index: 1;
        padding: 60px 80px;
    }

    .box-shape-top,
    .box-shape-left,
    .round-shape-half {
        position: absolute;
        z-index: -1;
        display: block;
    }

    .box-shape-top {
        top: 0;
        right: 35px;
        max-width: 260px;
    }

    .box-shape-left {
        left: 0;
        bottom: calc(50% - 170px);
        transform: translate(0, -50%);
        max-width: 170px;
    }

    .round-shape-half {
        right: 0;
        bottom: 0;
        max-width: 180px;
    }

    .logo-heading-area img {
        /* max-width: 150px; */
    }

    .logo-heading-area h4 {
        font-size: 28px;
    }

    .logo-heading-area h2 {
        font-size: 45px;
    }

    .small-cat-card-slider {
        max-width: 450px;
        margin: 0 auto;
    }

    .cat-card-wrap {
        border-radius: 10px;
        padding: 24px 24px 32px 14px;
    }

    .js-cat-card-slider .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .js-cat-card-slider .slick-prev {
        left: -3px;
    }

    .js-cat-card-slider .slick-next {
        right: -3px;
    }

    .cat-card-slider-shape {
        display: none;
        z-index: 1;
    }

    .login-content-right {
        padding: 55px 70px;
    }

    .content-right-wrap {
        margin-bottom: 25px;
    }

    .login-content-top {
        max-width: 320px;
        padding-left: 50px;
        margin: 0 auto;
    }

    .login-content-top::before {
        width: 35px;
        height: 35px;
    }

    .login-button-wrap button {
        width: 40%;
    }

    .tab-buttons {
        gap: 0 12px;
    }

    .tab-buttons span {
        gap: 0 12px;
        cursor: pointer;
        padding: 16px 29px;
    }

    .tab-buttons span img {
        max-width: 100%;
    }

    .login-form-input input {
        height: 55px;
    }

    .checkbox-wrap {
        height: 40px;
    }

    .submit-btn button {
        width: max-content;
        padding: 14px 42px;
    }
}

@media (min-width: 1200px) {
    .login-resjister-wrap {
        align-items: center;
    }

    .login-content-left {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 50%;
        height: 100vh;
        padding: 0 0 50px 0;
    }

    .logo-heading-area {
        margin-bottom: 140px;
    }

    .logo-heading-area img {
        /* max-width: 185px; */
    }

    .logo-heading-area h4 {
        font-size: 24px;
        margin: 40px 0 5px 0;
    }

    .logo-heading-area h2 {
        font-size: 52px;
    }

    .small-cat-card-slider {
        max-width: 530px;
    }

    .js-cat-card-slider .slick-list {
        padding-top: 36px !important;
    }

    .cat-card-wrap {
        position: relative;
        z-index: 1;
    }

    .cat-card-wrap::before {
        position: absolute;
        content: "";
        bottom: 18px;
        left: 0;
        z-index: -1;
        width: 130px;
        height: 90px;
        background: url(../img/login-pages-slider-shape.png) no-repeat center center / cover;
        border-radius: 10px 0 0 0;
    }

    .cat-card-image {
        width: 105px;
        margin-top: -60px;
    }

    .cat-card-details {
        width: calc(100% - 105px);
        padding-left: 30px;
    }

    .cat-card-details h5 {
        font-size: 23px;
    }

    .cat-card-details .card-details-text {
        width: calc(100% - 38px);
    }

    .cat-card-details a {
        width: 38px;
        height: 38px;
    }

    .js-cat-card-slider .slick-arrow {
        top: calc(50% + 18px);
    }

    .login-content-right {
        position: relative;
        width: 50%;
        padding: 0 0 0 9.115vw;
    }

    .content-right-wrap {
        max-width: 492px;
        margin-bottom: 0;
    }

    .rejister-content-panel {
        max-height: 600px;
        overflow: hidden auto;
        -ms-overflow-style: none;
        scrollbar-color: transparent transparent;
    }

    /* .rejister-content-panel ::-moz-scrollbar,
    .login-content-panel::-webkit-scrollbar {
        display: none;
    } */

    .rejister-content-panel .login-content-top {
        max-width: 300px;
        margin: 0 auto;
    }

    .login-form-input input {
        padding: 0 0 0 15px;
    }

    .login-button-wrap {
        justify-content: center;
        gap: 0 50px;
        padding: 40px 0 30px 0;
    }

    .login-button-wrap button {
        width: 60%;
        padding: 12px 0;
    }

    .submit-btn {
        margin: 30px 0 20px 0;
    }

    .devider-line span {
        padding: 0 25px;
    }

    .devider-line.left span {
        font-size: 16px;
    }

    .login-copyright {
        position: fixed;
        bottom: 25px;
        right: 45px;
    }
}

@media (min-width: 1600px) {
    .login-content-left {
        padding: 0 0 90px 0;
    }

    .logo-heading-area img {
        /* max-width: 240px; */
    }

    .logo-heading-area h4 {
        font-size: 39px;
    }

    .logo-heading-area h2 {
        font-size: 76px;
    }

    .login-content-right {
        padding: 0 0 0 175px;
    }

    .logo-heading-area {
        margin-bottom: 220px;
    }

    .rejister-content-panel {
        max-height: 800px;
        overflow: hidden auto;
    }

    .login-form-input input {
        height: 62px;
    }

    .submit-btn {
        margin: 58px 0 32px 0;
    }

    .submit-btn button {
        padding: 18px 42px;
    }

    .checkbox-wrap {
        height: 62px;
    }

    .login-button-wrap {
        gap: 0;
        padding: 65px 0 50px 0;
    }

    .login-button-wrap button {
        padding: 16px 0;
    }

    .swich-tab-btn {
        font-size: 16px;
    }

    .box-shape-top {
        max-width: 300px;
    }

    .box-shape-left {
        max-width: 250px;
        bottom: calc(50% - 400px);
    }

    .round-shape-half {
        max-width: 100%;
    }
}

/*----------------------------------------*/
/*  07. COURSE DETAIL CSS START 
/*----------------------------------------*/

.custom-breadcrumb {
    background-color: #f3f3f3;
    padding: 30px 20px;
    margin-bottom: 2rem;
}

.custom-breadcrumb h3 {
    font-size: 20px;
}

.custom-breadcrumb ul {
    display: flex;
    align-items: center;
    margin-top: 5px;
    /* justify-content: center; */
}

.custom-breadcrumb ul li {
    font-size: 13px;
}

.custom-breadcrumb ul li span {
    color: var(--tp-common-blue);
    margin-left: 5px;
}

.two-column-section {
    margin: 76px 0 30px 0;
    /* background-color: red; */
}

.top-selectbox-bar {
    /* overflow: auto hidden; */
    margin-bottom: 20px;
}

.two-column-top {
    display: flex;
    align-items: center;
    gap: 0 15px;
    width: max-content;
    margin-top: 50px;
}

.two-column-top .select {
    margin-bottom: 15px;
}

.select {
    position: relative;
    width: 100%;
}

.select::before {
    content: "\f078";
    font-size: 14px;
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 22px;
    color: #666666;
}

.select select {
    background: #FFFFFF;
    border: 0.6px solid #E2E2E8;
    box-shadow: 0px 0px 20px rgba(209, 209, 209, 0.3);
    border-radius: 7px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    padding: 16px 50px 16px 22px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}

.left-panel-mobille {
    /* display: block; */
    display: none;

}

.two-column-wrapper {
    /* display: none; */
}

.left-panel-card {
    margin-bottom: 30px;
}

.left-panel-card:last-of-type {
    margin-bottom: 0;
}

.left-panel-card a {
    display: block;
}

.left-panel-card-top {
    background: #FFFFFF;
    border: 0.5px solid #E2E2E8;
    box-shadow: 0px 0px 20px rgba(4, 44, 176, 0.05);
    border-radius: 20px;
    padding: 20px;
}

.left-panel-card-top-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 75px;
    margin-bottom: 8px;

}

.left-panel-card-top__icon {
    box-shadow: 0px 0px 42px 15px rgba(244, 162, 97, 0.22);
    border-radius: 6px;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-card {
    background: linear-gradient(to right, rgb(0 193 77), rgb(5, 117, 230));
    padding: 20px;
    border-radius: 10px;
}

.list-card h5 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}

.list-card ul li {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
}

.list-card ul li i {
    font-size: 12px;
    margin-right: 6px;
}

.orenge-color {
    box-shadow: 0px 0px 42px 15px rgba(244, 162, 97, 0.22);
    background: #F4A261;
}

.pink {
    background: #F49CBB;
    box-shadow: 0px 0px 42px 15px rgba(244, 156, 187, 0.22);
}

.blue {
    background: #00A6FB;
    box-shadow: 0px 0px 42px 15px rgba(0, 166, 251, 0.22);
}

.left-panel-card-top-content {
    width: calc(100% - 80px);
    margin-left: 22px;
}

.left-panel-card-top-content h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F3F56;
    margin-bottom: 8px;
}

.left-panel-card-top-content h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    color: #383838;
}

.left-panel-card-bottom {
    background: #E7F5F4;
    border-radius: 20px;
}

.left-panel-card-top-middel h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #727272;
    margin-bottom: 20px;
}

.left-panel-card-top-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.user-groups {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4px;
}

.user-groups p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #727272;
    margin-right: 3px;
    margin: 0;
}

.user-groups p span {
    color: #000000;
}


.user-groups:first-child {
    margin-right: 25px;
}


.user-groups:first-child img {
    margin-bottom: -5px;
    position: relative;
}

.left-panel-card-bottom-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px;
}

.left-panel-card-bottom-flex span,
.left-panel-card-bottom-flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 17px;
    gap: 12px;
    border: 0.5px solid #2F3F56;
    border-radius: 1000px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #2F3F56;
    margin-right: 8px;
}

.left-panel-card-bottom-flex p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #2F3F56;
    margin: 0 0 0 4px;
}

.right-panelcard {
    background: #FFFFFF;
    border: 0.6px solid #E2E2E8;
    box-shadow: 0px 0px 20px rgba(4, 44, 176, 0.05);
    border-radius: 12px;
    padding: 20px;
}

.right-panelcard-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.right-panelcard-middle {}

.right-panelcard-middle .desc {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
}


.icon-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.icon-right a {
    background: #F0F0F0;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #383838;
    margin: 0 0 0 10px;
}

.course-tag {
    background: #2ecd66;
    /* border: 0.6px solid rgba(21, 87, 36, 0.26); */
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 6px;
    /* letter-spacing: 1px; */
}

.right-panel-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0588235);
    border-radius: 5px;
    margin-right: 10px;
}

.right-panel-icon img {
    width: 18px;
}

.right-panel-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.right-panel-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    /* line-height: 23px; */
    color: #727272;
    margin: 0;
}

.right-panel-text p span {
    display: block;
    font-weight: 500;
    color: #383838;
    font-size: 14px;
}

.right-panel-icon-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.right-panel-icon-text:last-child {
    margin-bottom: 0px;
}





.eligibility {
    background: #FFF3CD;
    border: 0.6px solid rgba(133, 100, 4, 0.26);
    border-radius: 12px;
    padding: 15px;
    margin: 30px 0;
}

.eligibility h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #856404;
    margin-bottom: 15px;
}

.eligibility ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}

.eligibility ul li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #727272;
    padding-left: 20px
}

.eligibility ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 9px;
    height: 9px;
    background: #C5B585;
    border-radius: 50%;
}

.outline-card-2 {
    background: var(--tp-common-blue-2);
    border: 0.6px solid var(--tp-theme-3);
}

.outline-card-2 h5 {
    color: var(--tp-theme-3);
}

.outline-card-2 .right-panel-text p {
    font-size: 12px;
}

.outline-card-2 .right-panel-text p span {
    font-size: 13px;
}


.outline-card-2 .right-panel-icon {
    width: 35px;
    height: 35px;
    display: flex;
    /* background: rgba(0, 0, 0, 0.0588235); */
    background: none;
    border-radius: 3px;
    margin-right: 8px;
}

.outline-card-2 .right-panel-icon img {
    width: 21px;
}

.outline-card-3 {
    background: #e6f8ee;
    border: 0.6px solid #00823a;
}

.outline-card-3 h5 {
    color: #00823a;
}

.outline-card-3 ul li::before {
    background: #00823a !important;
}

.files-download {
    background: #FFFFFF;
    /* border: 0.6px solid rgba(133, 100, 4, 0.26); */
    border: 0.6px solid #E2E2E8;
    border-radius: 12px;
    padding: 30px 25px;
    margin: 30px 0;
}

.files-download h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #383838;
    /* margin-bottom: 15px; */
}

.file-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;

}

.file-list .item {
    background-color: #f3f5f7;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 12px;
    width: fit-content;
}

.file-list .item .file-icon {
    background-color: #fff;
    width: 43px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #efefef;
    margin-right: 12px;
}

.file-list .item .file-icon img {}

.file-list .item .file-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 9rem; */
    min-width: 9rem;
}

.file-list .item .file-content h4 {
    font-size: 13px;
    font-weight: 500;
    color: #383838;
}

.file-list .item .file-content p {
    color: #656c77;
    font-size: 10px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}

.file-list .item .file-content .download-icon {
    background-color: #fff;
    width: 34px;
    padding: 9px 10px;
    border-radius: 7px;
    border: 1px solid #efefef;
    margin-left: 20px;
}

.curriculum {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* padding: 15px; */
}

.curriculum strong {
    font-size: 15px;
    font-weight: 600;
    font-weight: 500;
    color: #383838;
}

.curriculum .card-header {
    padding: 10px 22px !important;
}



.curriculum-accordion .accordion-header button {
    font-size: 15px;
    color: red;
    background-color: red;
    font-weight: 600;
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
}

.curriculum-accordion .accordion-header button img {
    width: 21px;
    margin-right: 7px;
}

.curriculum-accordion .accordion-body {
    padding: 1rem 2rem;
}

.curriculum-accordion .accordion-item {
    border: none;
    background-color: #f3f5f7;
    border: 1px solid #efefef;
    padding: 22px;
    margin-bottom: 1.5rem;
    border-radius: 12px;
}

.curriculum-accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.curriculum-list {}

.curriculum-list li {
    font-size: 13px;
    line-height: 1.8;
    color: #656c77;
    margin-bottom: 10px;
    border-left: 2.3px solid #0360fe;
    padding-left: 10px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.curriculum-list li:last-child {
    margin-bottom: 0px;
}

.curriculum-list li i {
    color: #0360fe;
    font-size: 14px;
    margin-right: 12px;
}

.stage-timeline {
    background: #FFFFFF;
    border: 0.6px solid #E2E2E8;
    box-shadow: 0px 0px 20px rgba(4, 44, 176, 0.05);
    border-radius: 12px;
    padding: 18px 8px;
}

.timeline-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /* padding-bottom: 20px; */
}

.timeline-title-img img {
    max-width: 60px;
}

.timeline-title p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #383838;
    margin-bottom: 10px;
}

.timeline-title h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #383838;
}

.stage-timeline-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;

}

.stage-timeline-wrap:first-child {
    margin-top: 0;
}

.timeline-date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    background: #D4EDDA;
    border: 0.6px solid rgba(21, 87, 36, 0.26);
    border-radius: 10px;
    padding-top: 5px;
}

.timeline-date h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #155724;
}

.timeline-date p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #727272;
    margin: 0;
}

.timeline-details {
    position: relative;
    width: calc(100% - 60px);
    padding-left: 15px;
    padding-bottom: 30px;
}

.timeline-details .line-dot {
    position: absolute;
    bottom: 15px;
    left: -30px;
    width: 2px;
    height: calc(100% - 100px);
    background: rgba(21, 87, 36, 0.5);
}

.timeline-details .line-dot::before,
.timeline-details .line-dot::after {
    position: absolute;
    content: "";
    top: 0;
    left: -4px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #8AAB91;
    border-radius: 50%;
}

.timeline-details .line-dot::after {
    top: unset;
    bottom: 0;
}

.timeline-details-wrap {
    background: #FFFFFF;
    border: 0.5px solid #E2E2E8;
    box-shadow: 0px 0px 20px rgba(4, 44, 176, 0.05);
    border-radius: 10px;
    padding: 20px 10px 20px 10px;
    position: relative;
}

.timeline-details a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #fff;
    /* background: rgba(133, 100, 4, 0.12); */
    background: #fe8051;
    /* border: 0.5px solid #856404; */
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-details a img {
    margin-left: 6px;
    width: 12px;
}

.timeline-details a:hover {
    background: #00A6FB;
}

.timeline-details h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #383838;
    width: 75%;
    /* margin-top: 15px; */
}

.timeline-details p {
    font-size: 14px;
    line-height: 1.8;
    color: #727272;
    margin: 18px 0;
}




.start-end-time {
    display: flex;
    flex-wrap: wrap;
}

.start-end-time figure {
    display: inline-block;
    width: 18px;
    margin: 3px 0 0 0;
}

.start-end-time .dates-col {
    width: calc(100% - 18px);
    padding-left: 4px;
}

.start-end-time .dates-col span {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #727272;
}

.start-end-time .dates-col span strong {
    font-weight: 500;
    color: #000000;
}

.register-details-bar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(4, 44, 176, 0.05);
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}

.right-bottom-fixed p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #727272;
    margin-bottom: 0;
}

.registration-fee h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #383838;
}

.registration-deadline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.deadline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: #2F3F56;
    border-radius: 9px;
}

.deadline-text {
    width: calc(100% - 66px);
    padding-left: 15px;
}

.deadline-text p {
    line-height: 24px;
    margin-bottom: 0;
}

.deadline-text p strong {
    display: block;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #383838;
    margin-top: 8px;
}

.register-btn {
    width: 100%;
}

.register-btn button {
    width: 100%;
}

#batchModal .card-sty-2 {
    cursor: pointer;
}

@media (min-width:768px) {
    .two-column-section {
        margin: 85px 0 45px 0;
    }

    .icon-right a {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .top-selectbox-bar {
        margin-bottom: 0;
    }

    .two-column-top {
        width: unset;
        justify-content: flex-end;
    }

    .two-column-top .select {
        width: auto;
    }

    .right-panel-bottom {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 12px;
    }

    .right-panel-icon-text {
        margin-right: 25px;
    }

    .eligibility {
        padding: 15px 0 17px 30px;
        margin: 35px 0 50px 0;
    }

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

    .files-download h5 {
        font-size: 20px;
    }

    .stage-timeline {
        padding: 25px;
    }

    .timeline-title p {
        margin-bottom: 12px;
    }

    .timeline-title h5 {
        font-size: 21px;
    }

    .timeline-title-img img {
        max-width: 100%;
    }

    .timeline-details-wrap {
        border-radius: 20px;
        padding: 25px;
    }

    .timeline-date {
        width: 80px;
        height: 80px;
    }

    .timeline-date h4 {
        font-size: 16px;
    }

    .timeline-date p {
        font-size: 13px;
    }

    .timeline-details {
        width: calc(100% - 90px);
        padding-left: 20px;
    }

    .timeline-details .line-dot {
        left: -45px;
        height: calc(100% - 125px);
    }

    .timeline-details h5 {
        font-size: 15px;
        /* margin-top: 20px; */
    }

    .timeline-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .start-end-time {
        align-items: center;
    }

    .start-end-time figure {
        margin: 0;
    }

    .start-end-time .dates-col {
        display: flex;
        gap: 0 14px;
    }

    .register-details-bar {
        align-items: center;
        padding: 25px 24px;
    }

    .registration-fee p {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 4px;
    }

    .deadline-text p {
        font-size: 17px;
    }

    .register-btn {
        width: auto;
    }

    .register-btn button {
        width: unset;
        font-size: 18px;
        padding: 18px 30px;
    }
}

@media (min-width:1024px) {
    .two-column-section {
        margin: 75px 0 20px 0;
    }

    .two-column-top {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 0 22px;
        margin-top: 30px;
    }

    .two-column-top .select {
        width: auto;
        margin-bottom: 30px;
    }

    .left-panel-mobille {
        display: none;
    }

    .two-column-wrapper {
        display: flex;
    }

    .left-panel {
        padding-right: 20px;
    }

    .left-panel-scrollbar {
        /* max-height: 680px; */
        /* overflow: hidden scroll; */
        scrollbar-width: none;
    }

    .left-panel-scrollbar::-webkit-scrollbar {
        display: none;
    }

    .left-panel-card {
        cursor: pointer;
    }

    .left-panel-card:hover .left-panel-card-top-content h4,
    .left-panel-card.active .left-panel-card-top-content h4 {
        color: #0e83be;
    }

    .left-panel-card-top {
        position: relative;
        padding: 25px 20px 26px 20px;
    }

    .left-panel-card.active .left-panel-card-top {
        border-left: 3px solid #0e83be;
    }

    .left-panel-card-top-middel h3 {
        margin-bottom: 52px;
    }

    .left-panel-card-bottom-flex {
        padding: 19px 0 24px 35px;
    }

    .right-panel-icon-text {
        margin-right: 18px;
        margin-bottom: 0;
    }

    .right-panelcard-top .left-panel-card-top-flex {
        margin-bottom: 0;
    }

    .right-panel .left-panel-card-top-content h3 {
        font-size: 21px;
        /* line-height: 25px; */
        font-weight: 500;
        color: #383838;
        margin-bottom: 6px;
    }

    .right-panel .left-panel-card-top-content p {
        font-size: 15px;
        /* line-height: 27px; */
    }

    .right-panelcard-top {
        margin-bottom: 20px;
    }

    .right-panelcard {
        padding: 32px 29px;
    }

    .right-panel {
        position: relative;
    }

    .right-panel-scrollbar {
        /* max-height: 680px; */
        /* overflow: hidden scroll; */
        scrollbar-width: none;
        /* padding-bottom: 138px; */
    }

    .right-panel-scrollbar::-webkit-scrollbar {
        display: none;
    }

    .right-panel-content-wrap {
        display: none;
    }

    .right-panel-content-wrap:first-of-type {
        display: block;
    }

    .right-bottom-bg-color {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% + 40px);
        background: #FFFFFF;
        padding: 0 20px;
        margin: 0 -20px;
    }

    .timeline-title {
        /* padding-bottom: 47px; */
    }

    .stage-timeline-wrap {
        margin-top: 27px;
    }

    .timeline-details-wrap {
        padding: 25px;
    }

    .timeline-details {
        padding: 0 0 0px 22px;
    }

    .timeline-details .line-dot {
        bottom: 40px;
        height: calc(100% - 155px);
    }

    .timeline-details p {
        margin: 5px 0;
        margin-bottom: 27px;
    }
}

@media (min-width: 1600px) {
    .left-panel {
        padding-right: 48px;
    }

    .left-panel-card-top {
        padding: 25px 32px 26px 35px;
    }

    .right-panel-icon-text {
        margin-right: 25px;
    }

    .right-panel .left-panel-card-top-content h3 {
        font-size: 26px;
    }
}



/*----------------------------------------*/
/*  08. USER DASHBOARD
/*----------------------------------------*/
.dsh-heading {
    font-family: 'Inter';
    font-size: 21px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #2F3F56;
}

.batch-info {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0px auto;
}

.batch-info h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #383838;
    width: 75%;
}

.batch-info .ven {
    font-size: 13px;
    color: #727272;
}

.batch-info .batch-code {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    height: 70px;
    background: #D4EDDA;
    border: 0.6px solid rgba(21, 87, 36, 0.26);
    border-radius: 10px;
    padding-top: 5px;
    margin-right: 1rem;
}

.batch-info .batch-code h4 {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #155724;
}

.batch-info .batch-code p {
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
    color: #727272;
    margin: 0;
}



.file-full-list {
    /* display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap; */

}

/* .file-full-list li{
    margin-bottom: 12px;
} */

.file-full-list .item {
    background-color: #f3f5f7;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    width: 100%;
    position: relative;
}



.file-full-list .item .file-icon {
    background-color: #fff;
    width: 43px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #efefef;
    margin-right: 12px;
}

.file-full-list .item .file-icon img {}

.file-full-list .item .file-content {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* width: 9rem; */
    min-width: 9rem;
    width: 75%;
    border-right: 1px solid #dfdede;

    position: relative;

}

.tag {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;

}

.file-full-list .item .file-content h4 {
    font-size: 14px;
    font-weight: 500;
    color: #383838;
    margin-bottom: 6px;
}

.file-full-list .item .file-content .nor-list {
    display: flex;
    align-items: center;
    width: 100%;
    /* background: red; */
    margin-left: 15px;
}

.file-full-list .item .file-content .nor-list li {
    list-style: disc;
    margin-right: 30px;
}

.file-full-list .item .file-content .nor-list li::marker {
    color: #cecece;
    opacity: 30%;
}

.lbl-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
}

.lbl-list li {}

.lbl-list li {
    color: #656c77;
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.lbl-list li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #383838;
}

.file-full-list .item .file-content p {
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.file-full-list .item .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.file-full-list .item .cust-btn {
    font-size: 11px;
    padding: 8px 13px;
    border-radius: 6px;
    margin-left: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-family: var(--figtree-font);
}

.file-full-list .item .cust-btn:hover {
    color: #fff;
}

.file-full-list .item .cust-btn img {
    width: 12px;
}

.flag-item {
    background-color: #fff6f9 !important;
    border: 1px solid #e33473 !important;
}

.assement-item {
    position: relative;
    background-color: #f1fbff !important;
    border: 0.5px solid #118ab2 !important;

}

.assement-item::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: -3px;
    margin: auto;
    height: 55px;
    width: 8px;
    z-index: 100;
    background: #118ab2;
    left: -8px;
    border-radius: 5px 0px 0px 5px;
}

.viva-item {
    position: relative;
    background-color: #f3fff8 !important;
    border: 0.5px solid #4c956c !important;

}

.viva-item::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: -3px;
    margin: auto;
    height: 55px;
    width: 8px;
    z-index: 100;
    background: #4c956c;
    left: -8px;
    border-radius: 5px 0px 0px 5px;
}

.practical-item {
    position: relative;
    background-color: #fffbfa !important;
    border: 0.5px solid #ed6a5a !important;

}

.practical-item::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: -3px;
    margin: auto;
    height: 55px;
    width: 8px;
    z-index: 100;
    background: #ed6a5a;
    left: -8px;
    border-radius: 5px 0px 0px 5px;
}




/**
  Status Tracking CSS Style
  */

.trackStatus-item {
    background-color: rgba(36, 41, 45, 1) !important;
    width: 98%;
    margin: 0px auto;
    display: flex;
    padding: 0rem 5rem;
    height: 0rem;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 0px 0px 12px 12px;
}

.showTrack {
    height: 6rem;
    border-top: none;
}

.trackStatus-item h3 {
    font-size: 14px;
    color: #fff;
}

.trackStatus-item ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
}

.trackStatus-item ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    position: relative;
}

.trackStatus-item ul li i {
    font-size: 14px;
    position: relative;
    color: #838383;

}

.trackStatus-item .flow-line {
    content: '';
    width: 4rem;
    height: 3px;
    position: absolute;
    top: 6px;
    right: -50px;
    border-top: 3px dotted #838383;
}

.trackStatus-item ul li:last-child .flow-line {
    display: none;
}

.trackStatus-item ul li p {
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    color: #838383;
}

.trackStatus-item ul .cmp-step .flow-line {
    border-top: 3px dotted #fff;
}

.trackStatus-item ul .cmp-step i {
    color: #fff;
}

.trackStatus-item ul .cmp-step p {
    color: #fff;
}

/**
  Button &amp; Status CSS Style
  */
.new-status {
    border: 1px solid #0d47a1;
    color: #ffffff;
    background-color: #0d47a1;
}

.downloadBtn {
    background-color: #2196f3;
    color: #ffff;
}

.uploadBtn {
    background-color: #373a3d;
    color: #ffff;
}

.statusBtn {
    background-color: #fff;
    width: 33px;
    padding: 10px !important;
    border: 1px solid #efefef;
}

.pending-status {
    border: 1px solid #faa307;
    color: #ffffff;
    background-color: #faa307;
}

.approved-status {
    border: 1px solid #198754;
    color: #ffffff;
    background-color: #198754;
}

.reject-status {
    border: 1px solid #dd1c1a;
    color: #ffffff;
    background-color: #dd1c1a;
}

/**
  Notification CSS Style
  */

.notification-wrapper {
    background-color: #f3f5f7;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 12px;
}

.notification-wrapper a {
    width: 100%;
    display: block;
}

.notific-item {
    background-color: #fff;
    padding: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
}

.notific-item .icon {
    background-color: #ef554b;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.notific-item .icon img {
    width: 18px;
}

.notific-item h3 {
    font-size: 12px;
    font-weight: 500;
    color: #383838;
}

.notific-item p {
    color: #656c77;
    font-size: 9px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.notific-item .link {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    margin-left: auto;
}

.notication-alert {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;

}

.notication-alert:before {
    content: "";
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin-left: -14px;
    margin-top: -14px;
    border-radius: 50%;
    background-color: #75daad;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.notication-alert:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #75daad;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

/**
  Course Header CSS Style
  */

.course-header {
    background-color: rgba(29, 59, 83, 1);
    padding: 4rem 0rem;
    padding-bottom: 13rem;
}

.course-header h3 {
    font-family: 'Inter';
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px;
}

.course-header .desc {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.course-header .title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}

.course-header .custBtn {
    background-color: #fe8051;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 13px 15px;
    border-radius: 6px;
    display: block;
    margin: 0px auto;
    width: 60%;
    text-align: center;
    margin-top: 24px;
}

.course-header .note {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
}

.course-header .float-static {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -16rem;
}

.course-header .float-static .counter__inner-2 {
    border-radius: 0px 20px 20px 20px;
}

.course-header .float-static:before {
    content: 'Online Curriculum';
    position: absolute;
    top: -40px;
    left: 0px;
    background-color: #2196f3;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 22px;
    border-radius: 6px 6px 0px 0px;
}




/**
  New Batch Card CSS Style
  */

.batch-style {
    background-color: #682c74;
    position: relative;
    overflow: hidden;
}

.batch-style .lbl-list li {
    color: #fff;
}

.batch-style .lbl-list li span {
    font-size: 11px;
    color: #b0adad;
}

.batch-style .batch-code h4 {
    font-size: 19px;
    color: #682c74;
}

.batch-style .batch-code p {
    font-size: 11px;
    line-height: 24px;
    font-weight: 600;
    color: #682c74;
}

.batch-style::before {
    content: '';
    position: absolute;
    top: -9rem;
    right: 65rem;
    width: 44px;
    height: 26rem;
    background-color: #fff;
    transform: rotateZ(45deg);
    opacity: 16%;
    animation-name: shimmerAnimation;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate; */
    animation-timing-function: ease-in-out;
}

@keyframes shimmerAnimation {
    from {
        right: -16rem;
    }

    to {
        right: 65rem;
    }
}

.batch-style .tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: rgb(255 255 255 / 17%);
    color: #ffffff;
    font-size: 11px;
    padding: 9px 13px;
    font-weight: 400;
    border-radius: 6px;
}

/**
 Watch Time Clock CSS Style
  */

.watchTime-clock {
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.watchTime-clock li {
    background: rgb(69 73 77 / 11%);
    padding: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70px;
    border-radius: 5px;
}

.watchTime-clock li h3 {
    font-size: 14px;
    margin: 0px;
    color: #45494d;
    font-weight: 500;
}

.watchTime-clock li p {
    font-size: 10px;
    font-weight: 500;
    color: #45494d;
}

/*----------------------------------------*/
/*  09. NSQF ALIGNED COURSES PAGE 
/*----------------------------------------*/
.course-summary-card {
    padding: 32px 29px;
    background: #FFFFFF;
    border: 0.6px solid #E2E2E8;
    box-shadow: 0px 0px 20px rgba(4, 44, 176, 0.05);
    border-radius: 12px;
}

.course-summary-card .title {
    font-size: 21px;
    font-weight: 500;
    color: #383838;
    margin-bottom: 10px;
}

.course-summary-card .desc {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
}



/*----------------------------------------*/
/*  22. SECTION CSS START
/*----------------------------------------*/

.section__title-44 {
    font-size: 40px;
    font-weight: 700;

}

@media (max-width: 575px) {
    .section__title-44 {
        font-size: 35px;
    }
}

.section__title {
    font-size: 40px;
    font-weight: 600;
    color: blue;
    margin-bottom: 3px;
}

.section-header {
    padding-left: 60px;
    position: relative;
}

.section-header::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 43px;
    height: 48px;
    background: url(../img/rocket-img.png) no-repeat center center;
    background-size: cover;
}

.section-header h4 {
    font-size: 20px;
}

.section-header p {
    font-size: 14px;
}


/*----------------------------------------*/
/* 10. MODAL CSS START
/*----------------------------------------*/

/**
  Modal Style 1
  */
.modal-sty-1 {
    /* position: relative; */
}

.modal-sty-1 .sub-heading {
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    color: #383838;
}

.modal-side-info {
    width: 100%;
    background: linear-gradient(90deg, #D0F2F8 0%, #FFF3E2 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding-left: 10rem;
}

.modal-side-info:before {
    content: '';
    position: absolute;
    top: -8rem;
    left: -13rem;
    right: 0px;
    margin: auto 0px;
    background-color: #2ffadf;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    opacity: 15%;
}

.modal-side-info h3 {
    font-weight: 600;
    font-size: 24px;
    color: #383838;
    position: relative;
    margin-top: 13px;
}

.modal-side-info p {
    font-size: 13px;
    color: #383838;
    padding: 0px;
    margin: 0px;
    position: relative;
    font-weight: 500;
}

.modal-side-info .icon {
    background-color: #01cbc4;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #e6fdfa;
    position: absolute;
    top: 0rem;
    bottom: 0px;
    margin: auto;
    left: 5rem;
}

.modal-side-info a {
    cursor: pointer;
}

.modal-sty-1 .modal-body {
    height: 25rem;
    overflow-y: auto;
}



/*----------------------------------------*/
/*  11. CURRICULUM CSS START
/*----------------------------------------*/

/**
  Course Right Side index
  */

.course-index {}

.course-index .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.course-index .head {
    line-height: 15px;
}

.course-index .head button {
    font-family: var(--tp-ff-heading);
    color: #24292d;
    background-color: var(--tp-grey-1);
    font-weight: 500;
    font-size: 12px;
    box-shadow: none;
    border-radius: 7px;
    display: block;
    padding: 25px 21px;
    position: relative;
}

.course-index .head button:after {
    display: none;
}

.course-index .head button:before {
    content: '\f068';
    font-family: "fontawesome";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 20px;
    margin: auto 0px;
    height: fit-content;
    font-size: 15px;
    opacity: 65%;
}

.course-index .head .collapsed:before {
    content: '\2b';
}


.course-index .head .lec {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    line-height: 0px;
    margin-top: 18px;
}

.course-item-list {
    /* background: red; */
}

.course-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.course-item a {
    display: flex;
    align-items: center;
}

.course-item .icon {
    width: 30px;
    height: 30px;
    background-color: #fd7e141a;
    color: #fd7e14;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.course-item .playing-icon {
    background-color: #26b156;
    color: #fff;
}

.course-item .lock-icon {
    background-color: #f5f7f9;
    color: #5b5d5f;
}

.course-item .icon i {
    font-size: 12px;
}

.course-item h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--tp-ff-heading);
    color: #24292d;
}

.course-item span {
    font-size: 10px;
    color: #747579;
}

/**
  Course Detail Summary
  */
.video-container {
    height: 450px;
    /* background-color: red; */
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}


.crl-detail {
    font-family: var(--tp-ff-heading);

}

.crl-detail .title {
    font-size: 26px;
    font-weight: 600;
    color: #2F3F56;
    margin-bottom: 6px;
    font-family: 'Inter';
}

.crl-detail .sub-title {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Inter';
    color: #2F3F56;
    line-height: 1.25;
}

.crl-detail .desc {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
}

.crl-detail .nav {
    background-color: rgba(6, 106, 201, .1);
    padding: 13px;
    border-radius: 7px;
}

.crl-detail .nav-link {
    background-color: none;
    color: #066ac9;
    font-family: 'Inter';
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 6px;
}

.crl-detail .nav-item .active {
    background-color: #066ac9;
    color: #fff;
}

.crl-detail .check-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.crl-detail .check-list li i {
    color: #26b156;
    font-size: 13px;
    margin-right: 10px;
}

.crl-detail .check-list p {
    margin: 0px;
    padding: 0px;
}

/**
 Custom Banners Style
  */

.cust-banner {
    font-family: 'Inter';
    background-color: rgba(6, 106, 201, .1) !important;
    padding: 20px;
    border-radius: 6px;
}

.cust-banner img {
    width: 70%;
    margin: 0px auto;
}

.cust-banner h3 {
    font-size: 21px;
    font-weight: 700;
    color: #2F3F56;
    margin-bottom: 6px;
    text-align: center;
}

.cust-banner p {
    font-size: 13px;
    font-weight: 400;
    color: #727272;
    text-align: center;
    width: 80%;
    margin: 0px auto;
}

.cust-banner a {
    background-color: #066ac9;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 6px;
    display: block;
    margin: 0px auto;
    width: 75%;
    text-align: center;
    margin-top: 2rem;
}


/**
 Side-Bar Price Banners Style
*/

.side-price-banner {
    font-family: 'Inter';
    /* background-color: rgba(6, 106, 201, .1) !important; */
    background-color: rgba(245, 247, 249, 1) !important;
    padding: 2.5rem 1rem;
    border-radius: 10px;
}

.side-price-banner img {
    width: 70%;
    margin: 0px auto;
}

.side-price-banner h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2F3F56;
    margin-bottom: 12px;
    text-align: center;
}

.side-price-banner h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: #24292d;
    margin-bottom: 0px;
    text-align: center;
}

.side-price-banner p {
    font-size: 13px;
    font-weight: 400;
    color: #727272;
    text-align: center;
    width: 80%;
    margin: 0px auto;
}

.side-price-banner a {
    background-color: #1d3b53;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 6px;
    display: block;
    margin: 0px auto;
    width: 75%;
    text-align: center;
    margin-top: 31px;
}


/*----------------------------------------*/
/*  12. ALL CARDS STYLES
/*----------------------------------------*/

/**
 1 Card Style
*/

.main-links {
    display: flex;
    align-items: center;
    background: orange;
    justify-content: space-evenly;
    padding: 3rem 0rem;
}

.main-links li {
    /* margin-right: 2rem; */
}

.card-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 17px 20px;
    border: 1px solid #f5f3f4;
    width:100%;
    border-radius: 9px;
    box-shadow: #FFF8F6 0px 8px 24px;

    border: 1px solid #ff865b !important;
    background-color: #FFF8F6 !important;
}

.card-1 .cus-icon {
    background-color: #ff865b;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 5px;
}

.card-1 .cus-icon i {
    font-size: 16px;
    color: #fff;
}

.card-1 h4 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
}

.card-1 p {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #6b7480;
    margin: 0px;
}
.crd1-wrapper{
    justify-content: center;
}
.crd1-wrapper .active-link {
    background: linear-gradient(to right, #e31e24, #4b377f) !important;
    border: none !important;

}

.crd1-wrapper .active-link h4 {
    color: #ffff !important;
}

.crd1-wrapper .active-link p {
    color: #ffff !important;
}


/**
 Slide Menu Overlay
*/

.menu-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: -750px;
    width: fit-content;
    height: 100%;
    background-color: #fff;
    color: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 1000;
    margin: auto;
    padding: 3rem;
    border-radius: 12px 0px 0px 12px;
}

.menu-overlay h4 {
    font-family: "Roboto", serif;
    color: #666666;
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.menu-overlay ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-overlay ul li {
    padding: 10px 15px;
    border-radius: 7px;
}

.menu-overlay ul li:hover {
    background-color: #FFF8F6;
    border: 1px solid #ff865b;
}

.menu-overlay ul li a {
    font-family: "Roboto", serif;
    font-size: 15px;
    color: #363636;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menu-overlay ul li a span {

    background: #f7aa8f;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;

}

.menu-overlay ul li a span i {
    font-size: 10px;
    color: #fff;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

@media (max-width: 770px) {
    .double-layout {
        flex-direction: column;
        height: 100vh;
    }

    .double-layout .left {
        width: 100%;
        order: 2;
    }

    .double-layout .right {
        width: 100%;
        height: 100%;
        order: 1;
    }

    .main-links {
        flex-direction: column;
    }

    .main-links li {
        margin-bottom: 2rem;
    }

    .double-layout .right .main-img {
        opacity: 16%;
    }

    .double-layout .left .main-logo {
        width: 43%;
    }

    .menu-overlay {
        width: 600px;
    }

}

@media (max-width: 440px) {
    .menu-overlay {
        width: 80%;
        padding: 17px;
    }

    .menu-overlay ul li {
        padding: 8px 0px;
    }

    .menu-overlay ul li a {
        font-size: 14px;

    }
}



/* 
---------------------------------------------
Chat Container CSS
--------------------------------------------- 
*/
.side-contact-info {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 2rem;
    padding-top: 5rem;
    position: relative;
    box-shadow: 0 0 20px #042cb00d;
}

.side-contact-info .contact-list li {
    font-family: "Roboto", serif;
    font-size: 14px;
    margin-bottom: 9px;

}

.side-contact-info .contact-list li i {
    font-size: 14px;
    margin-right: 9px;
}

.box-header {
    background-color: #4b377f;
    font-family: "Roboto", serif;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}


.message-wrapper {
    padding: 2rem;
    padding-top: 5rem;
    border-radius: 10px;
}

.chat-box {
    display: flex;
    flex-direction: column-reverse;
}

.chat-box .chat-item {
    background-color: #cff4fc;
    padding: 16px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative;
}

.chat-box .chat-item p {
    font-family: "Roboto", s
    erif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    margin-top: 5px;
}

.chat-box .chat-item .chat-header {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.chat-box .chat-item .chat-header h4 {
    font-family: "Inter", serif;
    font-size: 13px;
    /* color: #1e1e1e; */
    color: #6b7480;


}

.chat-box .chat-item .chat-header span {
    font-family: "Inter", serif;
    color: #6b7480;
    font-size: 11px;
    margin: 0px 12px;
}

.chat-box .chat-item h3 {
    font-family: "Inter", serif;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
    color: #055160;

}
.chat-box .chat-item .status-tag {
    background-color: #40916c;
    color: #ffff;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 500;
}
.chat-box .chat-item .attachments-list{
    margin-top: 20px;
}
.chat-box .chat-item .attachments-list li{
    font-size: 14px;
    font-weight: 400;
}

.chat-box .chat-item .attachments-list li:first-child{
    color: #664d03;
    font-weight: 500;
}

.chat-box .sender-msg {
    align-self: flex-end;
    /* background: linear-gradient(to right, #e31e24, #4b377f) !important; */
    background-color: #fff3cd;
    text-align: right;
    /* border-radius: 15px 0px 15px 15px !important; */
}
.chat-box .sender-msg .chat-header {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: flex-end;
}

.chat-box .sender-msg .chat-header h4 {
    color: #664d03;
}

.chat-box .sender-msg .chat-header span {
    color: #664d03;
}

.chat-box .sender-msg p {
    color: #664d03;
}

@media (max-width: 770px) {
    .chat-box .chat-item {
        max-width: 90%;
    }

    .message-wrapper {
        padding: 1rem;
        padding-top: 5rem;
    }
}
</pre></body></html>