* {margin: 0px;padding: 0px;box-sizing: border-box;}
body {font-family: var(--ff-itc-light);}
:root {
    --ff-itc-light: 'itc-light';
    --Primary-color: #7A1265;
    --black-color: #000000;
    --para-color: #0F0F0F;
    --white-color: #FFFFFF;
    --green-color: #8CBF9E;
    --dark-color: #33363F;
    --off_white-color: #F5F5F5;
    --blue-color: #11395C;
    --orange-color: #FFB81C;
    --yellow-color: #9C9A02;
    --dark-green: #68660E;
    --grey-color: #D5D4D4;
    --dark-blue: #062B48;
    --light-yellow: #F9F8CC;
    --text-color: #383838;
    --service-bg-color: #00284B;
    --green-gradient-color: linear-gradient(to right, #4A4A4A, #9C9A02);
    --navbar_grey: #DDDDDD;
    --border_grey: #BFBFBF;
    --light_black: #171717;

}

@font-face {  font-family: 'itc-bold';  src: url('../fonts/itc-bold.woff'); }
@font-face {  font-family: 'itc-light';  src: url('../fonts/itc-light.woff'); }

.purple_color_btn {
    padding: 12px 25px;
    gap: 8px;
    border-radius: 31px 0px 0px 0px;
    background: var(--Primary-color);
    box-shadow: 0px 1px 2px 0px #6951FF0D;
}

.purple_color {color: var(--Primary-color);}
.white {color: var(--white-color);}
.text_color {color: var(--black-color);}
.yellow_color {color: var(--yellow-color);}
.orange_color {color: var(--orange-color);}
a:hover {color: var(--white-color);}

/* ================================================================================ */
/* Global Size  */
/* ================================================================================ */

h1 {
    font-family: 'itc-bold';
    font-size: 88px;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    font-family: 'itc-light';
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-family: 'itc-light';
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

h4 {
    font-family: 'itc-light';
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

h5 {
    font-family: 'itc-light';
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

h6 {
    font-family: 'itc-light';
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

p {
    font-family: 'itc-light';
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.fs-40 {
    font-family: 'itc-light';
    font-size: 40px;
    font-weight: 600;
}


.fs-22 {
    font-family: 'itc-light';
    font-size: 22px;
    font-weight: 600;
}

.fs-20 {
    font-family: 'itc-light';
    font-size: 20px;
    font-weight: 700;
}

.fs-18 {
    font-family: 'itc-light';
    font-size: 18px;
    font-weight: 400;
}

.fs-16 {
    font-family: 'itc-light';
    font-size: 16px;
    font-weight: 500;
}

.fs-15 {
    font-family: 'itc-light';
    font-size: 15px;
    font-weight: 400;
}


a {
    font-family: 'itc-light';
    font-size: 18px !important;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
}

ul {padding: 0;}
li {list-style-type: none;}
.bold {font-weight: 600;}
.center {text-align: center;}
.container, .container-fluid {overflow: hidden;}

/*------------------navbar----------------------*/

header {
    position: sticky;
    top: -2px;
    left: 0;
    z-index: 99;
    background: var(--white-color);
}

/*.navbar {*/
    /*background: var(--Primary-color);*/
    /*padding-block: 22px;*/
/*}*/

/*.navbar .navbar-nav {*/
    /*gap: 30px;*/
/*}*/

/*.services .navbar {*/
    /*background: var(--service-bg-color);*/
/*}*/

/*.individual .navbar {*/
    /*background: var(--orange-color);*/
/*}*/

/*.individual .navbar li a.active,*/
/*.individual .navbar li a:hover,*/
/*.individual .navbar-nav .nav-link.active,*/
/*.individual .navbar-nav .nav-link.show {*/
    /*color: var(--black-color);*/
    /*font-weight: 500;*/
/*}*/

/*.individual .navbar li a {*/
    /*color: var(--light_black);*/
    /*font-family: var(--ff-itc-light);*/
    /*transition: 0.3s ease-in;*/
/*}*/

/*.pricing .navbar {*/
    /*background: var(--green-gradient-color);*/
/*}*/

/*.navbar li a {*/
    /*color: var(--navbar_grey);*/
    /*font-family: var(--ff-itc-light);*/
    /*transition: 0.3s ease-in;*/
/*}*/

/*.navbar .dropdown li a {*/
    /*color: var(--black-color);*/
/*}*/

/*.navbar li a.active,*/
/*.navbar li a:hover,*/
/*.navbar-nav .nav-link.active,*/
/*.navbar-nav .nav-link.show {*/
    /*color: var(--white-color);*/
    /*font-weight: 500;*/
/*}*/

/*.navbar .dropdown li a:hover {*/
    /*font-weight: 500;*/
    /*transition: 0.4s ease-in;*/
    /*background-color: var(--service-bg-color);*/
    /*border-radius: 6px;*/
/*}*/


.navbar {
    background: var(--white-color);
    padding-block: 19px;
    margin-inline: 4em;
}

.navbar .navbar-nav {
    gap: 30px;
    margin-left: 7em;
}

/*.services .navbar {*/
    /*background: var(--service-bg-color);*/
/*}*/

/*.individual .navbar {*/
    /*background: var(--orange-color);*/
/*}*/

.individual .navbar li a.active,
.individual .navbar li a:hover,
.individual .navbar-nav .nav-link.active,
.individual .navbar-nav .nav-link.show {
    color: var(--black-color);
    font-weight: 500;
}

.individual .navbar li a {
    color: var(--light_black);
    font-family: var(--ff-itc-light);
    transition: 0.3s ease-in;
}

/*.pricing .navbar {*/
    /*background: var(--green-gradient-color);*/
/*}*/

.navbar li a {
    color: var(--black-color);
    /*color: var(--navbar_grey);*/
    font-family: var(--ff-itc-light);
    transition: 0.3s ease-in;
}

.navbar .dropdown li a {
    color: var(--black-color);
}

.navbar li a.active,
.navbar li a:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--black-color);
    font-weight: 500;
}

.navbar .dropdown li a:hover {
    font-weight: 500;
    transition: 0.4s ease-in;
    background-color: var(--navbar_grey);
    border-radius: 6px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 6px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    padding: 5px 6px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:not(.dropdown-menu li:last-child) {
    border-bottom: 1px solid var(--border_grey);
}

.login_btn .btn {
    background: var(--Primary-color);
    color: var(--white-color);
    border-color: var(--Primary-color) !important;
    border-radius: 30px;
    padding: 13px 25px !important;
}

.login_btn .btn:hover {
    background: var(--white-color);
    color: var(--Primary-color);
    border: 1px solid var(--Primary-color) !important;
    border-radius: 30px;
    padding: 13px 25px !important;
    transition: 0.5s ease-in-out;
}

.services .login_btn .btn {
    background: var(--service-bg-color);
    color: var(--white-color);
    border-color: var(--service-bg-color) !important;
}

.services .login_btn .btn:hover {
    background: var(--white-color);
    color: var(--service-bg-color);
    border: 1px solid var(--service-bg-color) !important;
}


.individual .login_btn .btn {
    background: var(--orange-color);
    color: var(--white-color);
    border-color: var(--orange-color) !important;
}

.individual .login_btn .btn:hover {
    background: var(--white-color);
    color: var(--orange-color);
    border: 1px solid var(--orange-color) !important;
}

.pricing .login_btn .btn {
    background: var(--green-gradient-color);
    color: var(--white-color);
    border-color: var(--black-color) !important;
}

.pricing .login_btn .btn:hover {
    background: var(--white-color);
    color: var(--green-gradient-color);
    border: 1px solid var(--black-color) !important;
}

.reg_btn a.btn {
    background: var(--white-color);
    border-radius: 30px;
}

.white_btn {
    border-radius: 30px;
    color: var(--black-color);
    background-color: var(--white-color);
    border-color: var(--black-color);
    padding: 14px 14px;
}

.white_btn:hover {
    color: var(--black-color) !important;
}

.purple_btn {
    border-radius: 30px;
    color: var(--white-color);
    background-color: var(--Primary-color);
    border-color: var(--Primary-color);
    padding: 14px 14px;
}

.purple_btn:hover {
    background-color: var(--white-color);
    color: var(--Primary-color);
    border: 1px solid var(--Primary-color);
}

.yellow_btn {
    border-radius: 30px;
    color: var(--white-color);
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
    padding: 14px 14px;
}

.yellow_btn:hover {
    background-color: var(--white-color);
    color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.blue_btn {
    border-radius: 30px;
    color: var(--white-color);
    background-color: var(--service-bg-color);
    border-color: var(--service-bg-color);
    padding: 14px 14px;
}

.blue_btn:hover {
    background-color: var(--white-color);
    color: var(--service-bg-color);
    border: 1px solid var(--service-bg-color);
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.logo {
    height: 50px;
    width: 200px;
    display: inline-flex;
}

.services .banner_sec {
    background: var(--service-bg-color);
}

.pricing .banner_sec {
    background: var(--green-gradient-color);
}

.individual .banner_sec {
    background: var(--orange-color);
}

/*------home page--------*/

.banner_sec {
    background: var(--Primary-color);
    padding-top: 80px;
    height: auto;
}

.banner_sec .banner_heading {
    padding-top: 110px;
    max-width: 616px;
    margin-left: auto;
}

.banner_sec .custom_banner {
    position: relative;
}

.banner_sec .banner_logo {
    position: relative;
    right: 0;
    padding-block: 36px;
}

.banner_sec .banner_logo img {
    position: relative;
    top: 38px;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 9;
}

.banner_sec .banner_logo:after {
    content: '';
    background: url(../media/img/banner_logo.png);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
}


/*----learning_solution_sec---*/

.learning_solution_sec {
    padding-top: 40px;
}

.learning_solution_sec .learning_line span {
    display: flex;
    width: 83px;
    height: 2px;
    border-radius: 30px;
    background: #AF71A3;
    margin: 11px;
}

.learning_solution_sec .solution_logo {
    height: 530px;
    border-radius: 6px;
    overflow: hidden;
}

.learning_solution_sec .solution_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.learning_solution_sec .solution_heading {
    padding-top: 55px;
}

.learning_solution_sec .business_heading {
    padding-top: 84px;
}

.learning_solution_sec .solution_text .solution_list li {
    display: flex;
    gap: 20px;
    padding-top: 11px;
}

.learning_solution_sec .solution_text img {
    height: 34px;
}

.learning_solution_sec .get_btn {
    padding-top: 24px;
}

.learning_solution_sec .solution_box {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
    max-width: 63%;
    padding: 15px;
    border-radius: 6px;
    border-bottom: 5px solid #7A1265;
    transform: translate(207px, -76px);
    background: var(--white-color);
}

.learning_solution_sec2 {
    background: var(--off_white-color);
    padding-bottom: 60px;
}

.learning_solution_sec2 .solution_logo {
    height: 446px;
    border-radius: 6px;
    overflow: hidden;
}

.learning_solution_sec2 .solution_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*-------matthew section--------*/

.matthew_profile_sec {
    padding-block: 100px;
    position: relative;
}

.matthew_profile_sec .custom_box {
    background-color: var(--Primary-color);
    border-radius: 8px;
    height: 300px;
}

.matthew_profile_sec .profile_text {
    padding: 69px 30px 0 30px;
    color: var(--white-color);
}

.matthew_profile_sec .profile_logo {
    display: flex;
    gap: 20px;
    padding: 30px 30px 0 30px;
    color: var(--white-color);
}

.matthew_profile_sec .user_logo {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.matthew_profile_sec .user_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.matthew_profile_sec .profile_heading {
    padding-top: 9px;
    display: flex;
    flex-direction: column;
}

.matthew_profile_sec .profile_heading h5 {
    color: var(--white-color);
}

.matthew_profile_sec .user_profile {
    position: absolute;
    height: 373px;
    bottom: 64px;
    overflow: hidden;
}

.matthew_profile_sec .user_profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*-------service solution-------*/
.service_solution {
    padding: 80px 0px 40px 0px;
}

.service_solution .top_head {
    padding-block: 20px;
}

.service_solution .service_card {
    padding: 20px;
    margin-block: -6px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px #00000017;
    height: 100%;
}

.service_solution .service_card li {
    list-style: circle;
    font-size: 16px;
    padding-block: 6px;
}

.service_solution .service_card ul {
    padding: 20px;
}

/*-------how work section------*/

.how_work_sec {
    padding-block: 70px;
}

.how_work_sec .learning_line span {
    display: flex;
    width: 83px;
    height: 2px;
    border-radius: 30px;
    background: #AF71A3;
    margin: 11px;
}

.how_work_sec .work_top_head {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.how_work_sec span.fs-18 {
    width: 31%;
}

.how_work_sec .work_card {
    background: #7A1265;
    text-align: center;
    height: 100%;
    padding: 40px 0px;
    border-radius: 10px;
}

.how_work_sec .work_card_img {
    border-radius: 6px;
    background: #CAA0C2;
    padding: 10px;
    height: 90px;
    width: 90px;
    margin: auto;
}

.how_work_sec .work_card_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.how_work_sec .work_card .work_card_text {
    margin-block: 3em;
}

.how_work_sec .work_card li {
    margin-block: 1em;
    color: var(--white-color);
    font-size: 16px;
    font-family: var(--ff-itc-light);
    font-weight: 500;
}

/*------personal_solution_sec----------*/

.personal_solution_sec {
    background: #CAA0C2;
    height: 100%;
    position: relative;
}

.personal_solution_sec .learning_line span,
.corporate_sec .learning_line span {
    display: flex;
    width: 83px;
    height: 2px;
    border-radius: 30px;
    background: #AF71A3;
    margin: 22px 14px;
}

.personal_solution_sec .personal_logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.personal_solution_sec .personal_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.personal_solution_sec .inner_personal_solution  {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.personal_solution_sec .personal_heading {
    padding-block: 70px;
    position: relative;
    max-width: 44%;
}

/*-------corporate_section----------*/

.corporate_sec {
    background: #515151;
    height: 100%;
    position: relative;
}

.learning_solution_sec .corporate_box {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
    max-width: 63%;
    padding: 15px;
    border-radius: 6px;
    border-bottom: 5px solid #00284B;
    transform: translate(207px, -76px);
    background: var(--white-color);
}

.corporate_sec .corporate_logo {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.corporate_sec .corporate_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.corporate_sec .inner_personal_solution  {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.corporate_sec .corporate_heading {
    padding-block: 70px;
    position: relative;
    max-width: 44%;
}

/*.corporate_sec .corporate_heading {*/
    /*padding-block: 70px;*/
    /*position: relative;*/
    /*max-width: 79%;*/
    /*margin-left: auto;*/
/*}*/

/*.corporate_sec .get_btn {*/
    /*padding-left: 22em;*/
    /*padding-top: 13em;*/
/*}*/

/*-------form section--------*/

.form_sec {
    padding: 24px 0px 80px 0px;
}

.form_sec .custom_form {
    padding-top: 10em;
}

.form_sec .form_img {
    padding-block: 20px;
}

.form_sec .form_img img {
    height: 52px;
}

.form_sec .custom_box {
    padding: 20px;
    margin-block: 5px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
}

.form_heading_sec {
    display: flex;
    justify-content: space-between;
    /* align-items: baseline; */
    padding-block: 30px;
}

.form_sec .form_text {
    max-width: 94%;
}

.form_sec .form-label {
    margin-bottom: .5rem;
    font-size: 18px;
    color: #383838;
}

.form_sec .custom_form_check a {
    text-decoration: underline;
}

.form_sec .custom_form_check a:hover {
   color: var(--black-color);
    text-decoration: underline;
}

.form_sec .form-control, .form_sec .form-select {
    font-size: 14px;
    color: #6B7280;
    border: 1px solid var(--Primary-color);
}

.services .form_sec .form-control, .services .form_sec .form-select {
    border: 1px solid var(--service-bg-color);
}

.individual .form_sec .form-control, .individual .form_sec .form-select {
    border: 1px solid var(--yellow-color);
}

.pricing .form_sec .form-control, .pricing .form_sec .form-select {
    border: 1px solid var(--yellow-color);
}

.form_sec .custom_btn .purple_btn {
    border-radius: 30px;
    color: var(--white-color);
    background-color: var(--Primary-color);
    border-color: var(--Primary-color);
    padding: 6px 18px;
}

.form_sec .custom_btn .purple_btn:hover {
    border-radius: 30px;
    color: var(--white-color);
    background-color: var(--Primary-color);
    border-color: var(--Primary-color);
    padding: 6px 18px;
}

.form_sec .custom_btn .white_btn {
    border-radius: 30px;
    color: var(--Primary-color);
    background-color: var(--white-color);
    border-color: var(--Primary-color);
    padding: 6px 18px;
}

.pricing .form_sec .custom_btn .custom_bg_btn {
    color: var(--white-color);
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.pricing .form_sec .custom_btn .custom_border_btn {
    color: var(--yellow-color);
    background-color: var(--white-color);
    border-color: var(--yellow-color);
}

.individual .form_sec .custom_btn .custom_bg_btn {
    color: var(--white-color);
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.individual .form_sec .custom_btn .custom_border_btn {
    color: var(--yellow-color);
    background-color: var(--white-color);
    border-color: var(--yellow-color);
}

.services .form_sec .custom_btn .custom_bg_btn {
    color: var(--white-color);
    background-color: var(--service-bg-color);
    border-color: var(--service-bg-color);
}

.services .form_sec .custom_btn .custom_border_btn {
    color: var(--service-bg-color);
    background-color: var(--white-color);
    border-color: var(--service-bg-color);
}

/*--------footer section----------*/
.footer_sec {
    background: var(--dark-blue);
}

.footer_sec .footer_box {
    display: flex;
    gap: 16px;
    padding-block: 30px;
}

.footer_sec .footer_icons {
    display: flex;
    gap: 30px;
    padding-left: 24px;
    padding-top: 34px;
}

.footer_sec .footer_icons .loc a {
    display: flex;
    gap: 9px;
    align-items: baseline;
    font-size: 16px !important;
}

.footer_sec .footer_icons .loc a, .footer_sec .footer_icons .loc i {
    color: var(--white-color);
}

.footer_sec .form_img {
    padding-block: 20px;
}

.footer_sec .form_img img {
    height: 52px;
}

.footer_sec .footer_box .footer_logo {
    aspect-ratio: 7 / 2;
    background: var(--white-color);
    border-radius: 4px;
    padding-inline: 9px;
}

.footer_sec .footer_logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.footer_sec .footer_last_sec {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.footer_sec .footer_last_sec a {
    color: var(--white-color);
}

.footer_sec .footer_last_sec .fa-brands {
    font-size: 1em;
}

.footer_sec .footer_listing {
    display: flex;
    justify-content: center;
}

.footer_sec .footer_listing li {
    font-size: 13px;
    color: var(--white-color);
    padding-inline: 10px;
}

.footer_sec .footer_listing .footer_list_border {
    border-right: 1px solid var(--white-color);
}

/*-----corporate page slider section-------*/
.service_sec {
    position: relative;
    padding-top: 50px;
}

.swiper {
    width: 100%;
    height: 100%;
    position: unset;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -55px;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: var(--service-bg-color);
}

/*corporate page service card section*/

.service_sec .service_card {
    height: 100%;
    border-radius: 8px;
    background: #30506D;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
    padding: 20px;
    text-align: center;
}

.service_sec .service_card .service_card_img {
    height: 44px;
    width: 34px;
    margin: 0 auto;
    overflow: hidden;
}

.service_sec .service_card .service_card_text {
    margin-block: 1em;
}

.our_insights_sec .learning_line span {
    display: flex;
    width: 83px;
    height: 2px;
    border-radius: 30px;
    background: #30506D;
    margin: 11px;
}

/*corporate page subscription section*/

.subscription_sec {
    padding: 30px 0 60px 0;
}

.subscription_sec .scroll {
    display: flex;
    gap: 10px;
    overflow: auto;
    flex-wrap: nowrap;
}

.subscription_sec .features_sec {
    margin-top: 4em;
}

.subscription_sec .fs-18 {
    padding: 12px;
    margin-block: 17px;
}

.subscription_sec .card {
    height: 100%;
    background: #11395C;
}

.subscription_sec .card .card-body {
    padding: 1rem 2.25rem;
}

.subscription_sec .card .card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}

.subscription_sec .card-body p {
    color: var(--white-color);
    padding-block: 18px;
}

.subscription_sec .sub_box {
    background: #F7F7F7;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

/*----corporate page video section------*/
.video_sec {
    padding-top: 130px;
    position: relative;
}

.video_sec .video_text_box {
    padding: 52px 35px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.14);
    margin-block: 13px;
    border-radius: 10px;
    max-width: 98%;
}

.video_sec .video_bg {
    position: relative;
    padding-bottom: 63.25%;
    border-radius: 10px;
    overflow: hidden;
}

.video_sec .video_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*-----------our insights section---------*/

.our_insights_sec {
    padding: 130px 0px 50px 0px;
}

.our_insights_sec .insight_card {
    width: 32rem;
}

.our_insights_sec .insight_card .insight_img {
    height: 260px;
}

.our_insights_sec .insight_card .insight_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.our_insights_sec .insight_card .date {
    padding: 7px 10px;
    border-radius: 44px;
    background: #99A9B7;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

.our_insights_sec .insight_card h6 {
    padding-top: 18px;
}

.our_insights_sec .custom_view .view_more_btn {
    background: var(--Primary-color);
    color: var(--white-color);
}

.course_library_sec .page-item .page-link {
    border-radius: 0px;
    background: #FFFDA2;
    color: var(--yellow-color);
}

.business_sec .business_heading h2 {
    max-width: 60%;
}

/*-------price section-------*/

.pricing_sec {
    padding-block: 40px;
}

.pricing_sec .pricing_card {
    border-radius: 10px;
    border: 1px solid #9C9A02;
    background: #F3F299;
    padding: 34px 21px;
    height: 100%;
}

.pricing_sec .pricing_card .card-body {
    padding: 1rem 2.25rem;
}

.pricing_sec .pricing_card .card-header {
    display: flex;
    flex-direction: column;
    border-bottom: none;
}

.pricing_sec .pricing_card ul {
    border-block: 1px solid #9C9A02;
}

.pricing_sec .pricing_card ul li {
    padding-block: 10px;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 500;
    font-family: jost;
    display: flex;
    gap: 8px;
    align-items: center;
}

.pricing_sec i.fa-solid.fa-check {
    color: var(--yellow-color);
}

i.fa-solid.fa-arrow-up-right-from-square {
    color: white;
}

/*-------course / work card section-------*/
.course_sec .work_card {
    background: var(--yellow-color);
    text-align: center;
    height: 100%;
    padding: 40px 15px;
    border-radius: 10px;
}

.course_sec .work_card_img {
    border-radius: 6px;
    background: var(--dark-green);
    padding: 10px;
    height: 90px;
    width: 90px;
    margin: auto;
}

.faq_bg_sec {
    background: var(--grey-color);
    height: 100%;
    position: relative;
}

.articles_sec {
    padding-block: 40px;
}

.articles_sec .insight_card {
    width: 32rem;
    margin-block: 1em;
}

/*-------corporate library section-------*/
.corporate_library_sec {
    padding-block: 80px;
}

.corporate_library_sec .corporate_library_profile {
    height: 390px;
    width: 100%;
}

.corporate_library_sec .corporate_library_profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.corporate_library_sec .library_list {
    padding-top: 30px;
}

.corporate_library_sec ul li {
    list-style-type: circle;
    padding: 15px;
    margin-left: 1em;
    display: inline-block;
}

.corporate_library_sec th {
    padding: 8px 10px;
    font-size: 20px;
}

.corporate_library_sec .course_overview {
    padding-top: 24px;
}

/*-----course library section----------*/

.course_library_sec {
    padding-block: 50px !important;
}

.course_library_sec .form_search {
    padding-inline: 14px;
}

.library_bg_sec {
    background: var(--light-yellow);
    height: 385px;
    position: relative;
}

.course_library_sec .custom_search {
    border-radius: 4px;
    border: 1px solid #8978D2;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
    /*padding: 10px;*/
}

.course_library_sec .yellow_btn {
    color: var(--white-color);
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
    padding: 7px 18px;
    border-radius: 0;
}

.course_library_sec .search_icon {
    position: relative;
}

.course_library_sec .search_icon .fa-magnifying-glass {
    position: absolute;
    left: 7px;
    top: 14px;
}

.course_library_sec .search_icon .form-control {
    padding: .775rem 2rem;
}

.course_library_sec li.list-group-item {
    margin-top: 15px;
    padding-block: 14px;
}

.course_library_sec .insight_card {
    width: 24rem;
    margin-block: 1em;
}

/*-------course card section--------*/

.course_card_sec {
    border-radius: 8px;
    background: #F9F8CC;
    max-width: 66%;
    margin: 7em auto 0 auto;
    padding: 15px;
}

.course_card_sec h6 {
    font-size: 22px;
}

.course_card_sec .center {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.course_card_sec .custom_course_card {
    height: 72px;
    width: 72px;
    margin: 25px auto;
    /*border-right: 1px solid #000*/
}

.course_card_sec .custom_course_card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.course_card_sec .border_custom_card {
    border-inline: 1px solid #000;
}

.course_card_sec .left_border {
    border-left: 1px solid #000;
}

.course_card_sec .individual_list img {
    height: 35px;
}


/*-----individual page section-----*/
.individual_card_sec {
    transform: translate(10px, -144px);
    padding: 25px;
    max-width: 80%;
}

.individual_tab_sec.articles_sec {
    padding-block: 0;
}

.individual_tab_sec .top_coursea_heading {
    text-align: center;
}

.individual_tab_sec .custom_individual_tabs {
    justify-content: center;
}

.individual_tab_sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--white-color);
    border-radius: 44px;
    background: #FFB81C;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

.individual_tab_sec .nav-pills .nav-link {
    color: #212121;
    font-size: 14px;
}

.individual_tab_sec .management_heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.individual_tab_sec .management_heading h6 {
    color: var(--yellow-color);
}

.individual_tab_sec .read_more_text,
.individual_tab_sec .read_more_text i {
    color: var(--yellow-color);
}

.individual .matthew_profile_sec .custom_box {
    background-color: var(--light-yellow);
    border-radius: 8px;
    height: 300px;
}

.individual_services_sec {
    padding: 60px 0px 45px 0px;
    /*transform: translate(0px, -50px);*/
}

/*-------product services section---------*/
.product_services_sec {
    padding-top: 60px;
}

/*--------find out sec------*/
.find_out_sec {
    padding: 60px 0px 30px 0px;
}

.find_out_sec .find_custom_sec {
    background: linear-gradient(to right, #f8f9fb, #7A1265 );
    padding: 45px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    box-shadow: unset;
    border-radius: 10px;
}

.find_out_sec .find_custom_sec .find_out_content {
    max-height: 60px;
    overflow: hidden;
    width: 80%;
}

.services .find_out_sec .find_custom_sec {
    background: linear-gradient(to right, #f8f9fb, #00284B );
}

.individual .find_out_sec .find_custom_sec {
    background: linear-gradient(to right, #f8f9fb, #FFB81C );
}

.pricing .find_out_sec .find_custom_sec {
    background: linear-gradient(to right, #f8f9fb, #9C9A02 );
}

/*--------faq page--------*/
.faq_sec {
    padding-block: 60px;
}

.accordion-button:not(.collapsed) {
    color: var(--text-color);
    background-color: #e8e8e8e8;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button {
    font-size: 16px;
    padding-block: 1em 1.5em;
}

.accordion-body {
    font-size: 16px;
    color: var(--black-color);
}

.accordion-button:focus {
    border-color: var(--Primary-color);
    box-shadow: none;
}

/*--------login page------*/
.custom_login_form {
    margin: 14em auto;
}

/*--------privacy page------*/
.privacy_sec {
    padding-block: 60px;
}

/*--------cookie page------*/
.cookie_sec {
    padding-block: 60px;
}

.zsiq_theme1 .zsiq_flt_rel {
    display: none;
}
