@charset "utf-8";

/* CSS Document */


/*---------- Google Fonts ----------*/


/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* font-family: 'DM Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&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&display=swap'); */

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #ffffff;
}

a,
input,
button,
textarea {
    outline: none !important;
}

a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #696984;
}

.bg-F1F7FF {
    background-color: #F1F7FF !important;
}

.bg-FFF7E3 {
    background-color: #FFF7E3 !important;
}

.bg-FFF2F8 {
    background-color: #FFF2F8 !important;
}

.bg-EAEBFC {
    background-color: #EAEBFC !important;
}

.sectionTitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #282828;
    text-align: center;
    margin-bottom: 65px;
}

.sectionTitle h1,
.sectionTitle h2,
.sectionTitle h3,
.sectionTitle h4,
.sectionTitle h5,
.sectionTitle h6 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.sectionTitle p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #757575;
    margin: 6px 0 0;
}

.blockTitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 0.02em;
    color: #282828;
    text-align: center;
    margin-bottom: 43px;
}

.blockTitle h1,
.blockTitle h2,
.blockTitle h3,
.blockTitle h4,
.blockTitle h5,
.blockTitle h6 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* border: 2px solid transparent; */
    color: #1E0E62;
    padding: 11px 33px;
    box-shadow: none !important;
    align-items: center;
    border-radius: 67px;
    -webkit-border-radius: 67px;
    -moz-border-radius: 67px;
    -ms-border-radius: 67px;
    -o-border-radius: 67px;
}

.btn img {
    margin-left: 10px;
}

.btnSimpleGrey {
    color: #1E0E62 !important;
    border-color: #EBEAED !important;
    background-color: transparent !important;
}

.btnSimpleGrey:focus {
    color: #1E0E62 !important;
    border-color: #EBEAED !important;
    background-color: transparent !important;
}

.btnSimpleGrey:hover,
.btnSimpleGrey:active:focus {
    background: linear-gradient(180deg, #1E87F0 0%, #0C4192 100%);
    color: #FFF !important;
}

.btnPurpleGradient {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(89.73deg, #8E2DE2 0.26%, #0C4192 99.8%) !important;
}

.btnPurpleGradient:focus {
    color: #ffffff !important;
    background: linear-gradient(89.73deg, #8E2DE2 0.26%, #0C4192 99.8%) !important;
}

.btnPurpleGradient:hover,
.btnPurpleGradient:active:focus {
    color: #ffffff !important;
    background: linear-gradient(89.73deg, #0C4192 0.26%, #8E2DE2 99.8%) !important;
}

.viewAllButton {
    text-align: center;
    padding-top: 60px;
}

.slick-slider .slide-slide {
    outline: none !important;
}


/*==================================================================*/


/*========== Header Start ==========*/


/*==================================================================*/

.header {
    padding: 30px 0;
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    height: auto;
    width: 23px;
}

.navbar-toggler .toggle-bar {
    display: block;
    height: 2px;
    width: 100%;
    margin: 0 0 5px;
    position: relative;
    background-color: #5D5D5A;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
}

.navbar-toggler .navbar-toggler-icon .toggle-bar:first-child {
    top: 10px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar-toggler .navbar-toggler-icon .toggle-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggler .navbar-toggler-icon .toggle-bar:last-child {
    top: -4px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .toggle-bar {
    opacity: 1 !important;
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
    margin: 0 27.5px;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0 !important;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1E0E62;
    padding: 0;
}

.navbar-nav .nav-item .nav-link.btn {
    padding: 9px 20px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link:hover {
    color: #1256bd;
}

.hRight {
    display: flex;
    justify-content: flex-end;
}

.hRight .navbar-nav {
    flex-direction: row;
}

.hRight .navbar-nav .nav-item {
    margin: 0 11px;
}

.hRight .navbar-nav .nav-item .nav-link {
    font-weight: 600;
}


/*==================================================================*/


/*========== Header End ==========*/


/*==================================================================*/


/*==================================================================*/


/*========== New Class Add Start ==========*/


/*==================================================================*/


/* banner */

.bannerSection {
    padding: 111px 0 93px;
}

.bannerTitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 81px;
    color: #0B1B35;
    margin: 0 0 16px;
}

.bannerTitle h1,
.bannerTitle h2,
.bannerTitle h3,
.bannerTitle h4,
.bannerTitle h5,
.bannerTitle h6 {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.bannerSection p {
    line-height: 29px;
    color: #000000;
}

.bannerSection .btn {
    margin-top: 50px;
}

.bannerSection .bannerDetail .detail {
    padding-right: 50px;
}

.bannerImage {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.bannerImage .bannerDomainDetail {
    position: absolute;
    left: 10px;
    top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 275px;
    width: 100%;
    background: #FFFFFF;
    padding: 16px 15px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.bannerImage .bannerDomainDetail p {
    flex: 0 0 calc(100% - 55px);
    max-width: calc(100% - 55px);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}

.bannerImage .bannerDomainDetail img {
    flex: 0 0 55px;
    max-width: 55px;
    padding-right: 15px;
}

.bannerImage .bannerCareer {
    position: absolute;
    left: -105px;
    bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    max-width: 217px;
    width: 100%;
    background: #FFFFFF;
    padding: 16px 15px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.bannerImage .bannerCareer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}


/* .bannerImage:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 472px;
	height: 472px;
	z-index: -1;
	background: #F1F1F1;
	box-shadow: 0px 67px 138px rgba(0, 0, 0, 0.07), 0px 24.7373px 52.236px rgba(0, 0, 0, 0.0529883), 0px 10.7361px 24.4413px rgba(0, 0, 0, 0.0474983), 0px 4.36604px 11.5058px rgba(0, 0, 0, 0.0432167), 0px 1.32076px 4.80426px rgba(0, 0, 0, 0.0377011), 0px 0.0956488px 1.40755px rgba(0, 0, 0, 0.0279548);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
} */

.bannerProfile {
    position: relative;
    margin-right: -45px;
}

.bannerProfile:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 530px;
    height: 530px;
    z-index: -1;
    margin-top: 60px;
    margin-left: 35px;
    background: #F1F1F1;
    box-shadow: 0px 67px 138px rgba(0, 0, 0, 0.07), 0px 24.7373px 52.236px rgba(0, 0, 0, 0.0529883), 0px 10.7361px 24.4413px rgba(0, 0, 0, 0.0474983), 0px 4.36604px 11.5058px rgba(0, 0, 0, 0.0432167), 0px 1.32076px 4.80426px rgba(0, 0, 0, 0.0377011), 0px 0.0956488px 1.40755px rgba(0, 0, 0, 0.0279548);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bannerProfile img {
    width: 606px;
}


/* banner */


/* courses */

.coursesSection {
    padding: 84px 0;
    overflow: hidden;
    /* margin-top: -84px; */
}

.coursesSection .coursesDetail .blockTitle {
    margin-bottom: 10px;
}

.coursesSection .sectionTitle {
    text-align: left;
    margin: 0 0 10px;
}

.coursesSection p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #565656;
}

.coursesSection .coursesDetail .sectionTitle {
    display: inline-block;
    position: relative;
}

.coursesSection .coursesDetail .sectionTitle:before {
    position: absolute;
    content: "";
    left: -39px;
    top: -60px;
    width: 178px;
    height: 178px;
    background-color: rgba(247, 184, 1, 0.1);
    z-index: -1;
    border-radius: 100px 0 0;
    -webkit-border-radius: 100px 0 0;
    -moz-border-radius: 100px 0 0;
    -ms-border-radius: 100px 0 0;
    -o-border-radius: 100px 0 0;
}

.coursesSection .coursesList {
    position: relative;
}

.coursesSection .coursesList:before {
    position: absolute;
    content: "";
    left: -137px;
    top: 50%;
    width: 6000px;
    height: 619px;
    z-index: -1;
    background-color: rgba(81, 5, 224, 0.05);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-radius: 100px 0 0;
    -webkit-border-radius: 100px 0 0;
    -moz-border-radius: 100px 0 0;
    -ms-border-radius: 100px 0 0;
    -o-border-radius: 100px 0 0;
}


/* .coursesSection .coursesList .row {
	margin: 0 -17px;
}

.coursesSection .coursesList [class^=col-] {
	padding: 0 17px;
} */

.coursesSection .coursesBlockList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
    justify-content: center;
}

.coursesSection .courseBlock {
    flex: 0 0 342px;
    max-width: 342px;
    width: 100%;
    padding: 0 17px;
}

.coursesSection .courseBlock .courseInnerBlock {
    text-align: center;
    height: calc(100% - 30px);
    border: 1px solid #F2F2F2;
    background-color: #ffffff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    padding: 39px 30px 30px;
    margin-bottom: 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.coursesSection .courseBlock:nth-child(2n) .courseInnerBlock {
    margin-top: -80px;
}

.coursesSection .courseBlock .icon {
    width: 121px;
    height: 121px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.coursesSection .courseBlock .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    padding: 0 15px;
    margin-bottom: 15px;
}

.coursesSection .courseBlock .title * {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.coursesSection .courseBlock .title a:hover {
    color: #0C4192;
}

.coursesSection .courseBlock p {
    font-size: 16px;
    line-height: 22px;
    color: #757575;
}


/* courses */


/* our mentors */

.ourMentorsSection {
    padding: 51px 0 46px;
}

.ourMentorsSection .ourMentorsContent {
    background-color: rgba(241, 135, 1, 0.05);
    padding: 72px 98px 88px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ourMentorsSection .blockTitle {
    color: #4F4F4F;
}


/* .ourMentorsSection .ourMentorsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 -38px;
} */

.mentorCompanysCarousel {
    opacity: 0;
}

.mentorCompanysCarousel.slick-initialized {
    opacity: 1;
}

.mentorCompanysCarousel .slick-list {
    margin: 0 -38px;
}

.mentorCompanysCarousel .mentorCompanyItem {
    padding: 0 38px 10px;
}

.ourMentorsSection .ourMentorsList .mentorsLogoBlock {
    text-decoration: none;
    position: relative;
    /* flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
	padding: 0 38px; */
}

.ourMentorsSection .ourMentorsList .mentorsLogoBlock.amazonLogo {
    bottom: -10px;
    /* margin-bottom: -25px; */
}


/* our mentors */


/* our flagship */

.ourFlagshipSection {
    padding: 84px 0 51px;
}

.ourFlagshipCarousel {
    opacity: 0;
}

.ourFlagshipCarousel.slick-initialized {
    opacity: 1;
}

.ourFlagshipCarousel .slick-list {
    margin: 0 -17.5px;
}

.ourFlagshipCarousel .ourFlagshipItem {
    padding: 0 17.5px;
}

.ourFlagshipBlock {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 47px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.ourFlagshipBlock .image {
    position: relative;
    height: 254px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.ourFlagshipBlock .image .sale {
    position: absolute;
    left: 0;
    top: 28px;
    display: inline-block;
    padding: 6.5px 11.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #ffffff;
    background-color: #EE732E;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}

.ourFlagshipBlock .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.ourFlagshipBlock .image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 18px 16px rgba(208, 208, 208, 0.2);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.ourFlagshipBlock .detail {
    padding: 16px 16px 20px;
}

.ourFlagshipBlock .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #272D4E;
    margin-bottom: 15px;
}

.ourFlagshipBlock .title * {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.ourFlagshipBlock .title span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.012em;
    color: #585D69;
    margin-bottom: 1px;
}

.ourFlagshipBlock p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #585D69;
    padding: 0 26px;
    margin-bottom: 20px;
}

.ourFlagshipBlock .flagName {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.ourFlagshipBlock .flagName .profile {
    flex: 0 0 40px;
    max-width: 40px;
    width: 100%;
    margin-right: 16px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ourFlagshipBlock .flagName p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    margin: 0;
    padding: 0;
}

.ourFlagshipBlock .flagName p span {
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #9D9FA0;
    padding-top: 1px;
}

.ourFlagshipBlock .booknowPrice {
    display: flex;
    justify-content: space-between;
}

.ourFlagshipBlock .booknowPrice .btn {
    margin-right: 10px;
}

.ourFlagshipBlock .booknowPrice .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #219653;
    display: inline-flex;
    align-items: center;
}

.ourFlagshipBlock .booknowPrice .price strike {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #70747E;
    margin-right: 7px;
}


/* our flagship */


/* mentors stories */

.mentorStoriesSection {
    padding: 46px 0 106px;
}

.mentorStoriesCarousel {
    opacity: 0;
}

.mentorStoriesCarousel.slick-initialized {
    opacity: 1;
}

.mentorStoriesCarousel .slick-list {
    margin: 0 -31px;
}

.mentorStoriesCarousel .mentorStoriesItem {
    padding: 0 31px;
}

.mentorStoriesBlock {
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.mentorStoriesBlock .image {
    width: 100%;
    height: 395px;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.mentorStoriesBlock .image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(49, 45, 45, 0.056) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.mentorStoriesBlock .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.mentorStoriesBlock .image .videoPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.mentorStoriesBlock .image .videoPlay img {
    margin-left: 10px;
}

.mentorStoriesBlock .detail {
    padding: 17px 26px 23px;
}

.mentorStoriesBlock p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #000000;
}

.mentorStoriesBlock .knowMore {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #F2994A;
    padding-right: 30px;
    position: relative;
}

.mentorStoriesBlock .knowMore:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 18px;
    height: 11px;
    background: url("../images/knowMore.svg") no-repeat;
    background-size: 100% 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}


/* mentors stories */


/* latest new resources */

.latestNewsResourcesSection {
    padding: 106px 0 87px;
}

.latestNewsResourcesSection .viewAllButton {
    padding-top: 73px;
}

.latestNewsResourcesSection .tag {
    display: inline-block;
    background-color: #F9CE50;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #252641;
    padding: 3px 24px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.latestNewsResourcesSection .sectionTitle {
    margin-bottom: 101px;
}

.latestNewsResourcesSection .sectionTitle p {
    font-weight: 600;
}

.latestNewsResourcesList .row {
    margin: 0 -22px;
}

.latestNewsResourcesList [class^=col-] {
    padding: 0 22px;
}

.latestMainNewsBlock .image {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.latestMainNewsBlock .image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(23, 27, 85, 0.1);
}

.latestMainNewsBlock .tag {
    margin-bottom: 20px;
}

.latestMainNewsBlock .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 47px;
    color: #252641;
    margin-bottom: 10px;
}

.latestMainNewsBlock .title * {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.latestMainNewsBlock .title a:hover {
    color: #0C4192;
}

.latestMainNewsBlock .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.latestMainNewsBlock p a {
    text-decoration: underline;
    color: inherit;
}

.latestMainNewsBlock p a:hover {
    color: #0C4192;
}

.latestNewsResourcesSidebar .sidebarNewsBlock {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.latestNewsResourcesSidebar .sidebarNewsBlock:last-child {
    margin-bottom: 0;
}

.latestNewsResourcesSidebar .sidebarNewsBlock .image {
    flex: 0 0 280px;
    max-width: 280px;
    position: relative;
    width: 100%;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.latestNewsResourcesSidebar .sidebarNewsBlock .image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(23, 27, 85, 0.1);
}

.latestNewsResourcesSidebar .sidebarNewsBlock .image .tag {
    position: absolute;
    right: 20px;
    bottom: 18px;
}

.latestNewsResourcesSidebar .sidebarNewsBlock .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.latestNewsResourcesSidebar .sidebarNewsBlock .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #252641;
    margin-bottom: 14px;
}

.latestNewsResourcesSidebar .sidebarNewsBlock .title * {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.latestNewsResourcesSidebar .sidebarNewsBlock .title a:hover {
    color: #0C4192;
}

.latestNewsResourcesSidebar .sidebarNewsBlock .detail {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    width: 100%;
}

.latestNewsResourcesSidebar .sidebarNewsBlock p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}


/* latest new resources */


/* email subscription */

.emailSubscriptionSection {
    background: linear-gradient(180deg, rgba(236, 227, 255, 0) -5.91%, #F6F3FD 100%);
    padding: 56px 0 126px;
}

.emailBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.emailBox .form-control {
    flex: 0 0 532px;
    max-width: 532px;
    height: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #252525;
    padding: 6px 36px;
    border: none;
    background-color: #ffffff;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.07);
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}

.emailBox .form-control::-webkit-input-placeholder {
    color: #787878;
}

.emailBox .form-control::-moz-placeholder {
    color: #787878;
}

.emailBox .form-control:-ms-input-placeholder {
    color: #787878;
}

.emailBox .form-control:-o-placeholder {
    color: #787878;
}

.emailBox .btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-left: 14px;
}


/* email subscription */


/* ctaRectange */

.ctaRectangle {
    margin-top: 20px;
    padding-left: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 6rem;
    background: linear-gradient(90deg, #1E87F0 0%, #0C4192 100%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.banner .title h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 40px;
    /* identical to box height */
    text-align: center;
    background: linear-gradient(90.01deg, #1E87F0 1.71%, #0C4192 98.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/*==================================================================*/


/*========== New Class Add End ==========*/

.vectorItem {
    background: rgba(30, 135, 240, 0.2);
    ;
    text-align: center;
    align-items: center;
    padding: 0.8rem;
    border-radius: 1em;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
}

.vectorItem h5,
.vectorItem p {
    font-weight: 700;
    background: linear-gradient(90deg, #1E87F0 0%, #0C4192 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vectorItem h5 {
    font-size: 1.3rem;
}

.vectorItem p {
    font-size: 1rem;
}

.workshopPoints .mainPointsItem,
.workshopTargets .mainPointsItem {
    background: rgba(30, 135, 240, 0.1);
    align-items: center;
    padding: 1.5rem;
    border-radius: 1em;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
}

.workshopPoints .mainPointsItem .icon,
.workshopTargets .mainPointsItem .icon {
    margin-right: 0.6rem;
    padding: auto;
    /* vertical-align: middle; */
}

.workshopTargets .mainPointsItem .content {
    padding: 0 1.5rem;
}

.workshopTargets .mainPointsItem h5 {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
}

.workshopPoints .mainPointsItem h5 {
    line-height: 2rem;
    padding-left: 10px;
}

.workshopTargets .mainPointsItem p {
    font-size: 1rem;
    line-height: 1.6rem;
}

.workshopPoints .container,
.workshopTargets .container {
    position: relative;
}

.workshopTargets .container .userCircle1 {
    position: absolute;
    width: 54px;
    height: 54px;
    left: 196px;
    top: 34px;
}

.workshopTargets .container .userCircle2 {
    position: absolute;
    width: 124px;
    height: 124px;
    left: 0px;
    top: 6px;
}

.workshopTargets .container .userCircle3 {
    position: absolute;
    width: 54px;
    height: 54px;
    left: 0px;
    top: 236px;
}

.workshopTargets .container .userCircle4 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 8px;
    top: 386px;
}

.workshopTargets .container .userCircle5 {
    position: absolute;
    width: 68px;
    height: 68px;
    right: 196px;
    top: 0px;
}

.workshopTargets .container .userCircle6 {
    position: absolute;
    width: 68px;
    height: 68px;
    right: 0;
    top: 68px;
}

.workshopTargets .container .userCircle7 {
    position: absolute;
    width: 68px;
    height: 68px;
    right: 0;
    top: 257px;
}

.workshopTargets .container .userCircle8 {
    position: absolute;
    width: 98px;
    height: 98px;
    right: 8px;
    top: 408px;
}

.workshopPoints .container .hidden-circle1 {
    position: absolute;
    width: 518px;
    height: 527px;
    top: 1rem;
    left: -73px;
    /* background: red; */
    background: radial-gradient(72.77% 72.77% at 50% 50%, rgba(222, 217, 255, 0.7) 0%, rgba(255, 255, 255, 0) 68.47%);
}

.workshopPoints .container .hidden-circle2 {
    position: absolute;
    width: 360px;
    height: 366px;
    bottom: 0;
    right: -100px;
    /* background: red; */
    background: radial-gradient(72.77% 72.77% at 50% 50%, rgba(245, 191, 115, 0.7) 0%, rgba(255, 255, 255, 0) 68.47%);
    z-index: -1;
}


/* Instructor Abouts */

.instructorSection .container {
    margin-top: 100px;
    width: 100%;
    align-items: center;
    background: rgba(30, 135, 240, 0.05);
    border-radius: 18px;
}

.instructorSection .title {
    margin-bottom: 1.5rem;
}

.instructorSection .title h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 60px;
    /* identical to box height */
    text-align: center;
    color: #282828;
    padding-top: 60px;
}

.instructorSection .row {
    padding: 0 10% 2rem;
}

.instructorCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1rem;
    box-shadow: 0px 2px 16px rgba(73, 73, 73, 0.1);
    border-radius: 18px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.instructorCard img {
    width: 50%;
}

.instructorCard .details p {
    /* text-align: justify !important; */
    padding-left: 10px;
    padding-right: 10px;
}

.instructorCard .intro h4 {
    margin-top: 1rem;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    /* or 48px */
    letter-spacing: 0.01em;
    color: #1E87F0;
}

.instructorCard .intro p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1rem;
    /* identical to box height */
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.instructorCard .details p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.mentorCompanies .container {
    margin-top: 50px;
    width: 100%;
    align-items: center;
    background: rgba(236, 225, 255, 0.3);
    border-radius: 18px;
}

.mentorCompanies .title {
    margin-bottom: 1.5rem;
}

.mentorCompanies .title h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 60px;
    /* identical to box height */
    text-align: center;
    color: #282828;
    padding-top: 60px;
}

.mentorCompanies .row {
    padding: 0 10% 2rem;
}

.mentorCompanies .row div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.workshopTargets .mainPointsItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.workshopTargets .container>p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 48px;
    color: #000;
    text-align: center;
    margin: 2rem 0;
}

.offerSection {
    margin-top: 5rem;
}

.offerSection .row>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 30px;
    box-shadow: 0px 2px 16px rgba(73, 73, 73, 0.1);
    border-radius: 18px;
}

.offerSection .row>div:first-child {
    background: rgba(30, 135, 240, 0.2);
}

.offerSection .row>div:last-child {
    background: rgba(30, 135, 240, 0.1);
}

.offerSection .title h2,
.offerSection .title h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.offerSection .title h2 {
    font-size: 2.2rem;
    line-height: 48px;
}

.offerSection .title h4 {
    font-size: 1.5rem;
    line-height: 36px;
    margin-top: 2rem;
}

.offerSection .price {
    display: flex;
    align-items: baseline;
}

.offerSection .price h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 48px;
    background: linear-gradient(180deg, #1E87F0 0%, #0C4192 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.offerSection .container button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1rem;
    background: linear-gradient(180deg, #1E87F0 0%, #0C4192 100%);
    border-radius: 0.8rem;
    border: 0px !important;
    color: #fff;
}

.offerSection .mainPointsItem {
    display: flex;
    align-items: center;
}

.offerSection .mainPointsItem .icon {
    margin-right: 0.7rem;
}

.offerSection .mainPointsItem .content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    display: flex;
    align-items: center;
}

.bonusSection {
    margin-top: 5rem;
}

.bonusSection .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    background: rgba(30, 135, 240, 0.05);
}

.bonusSection .container .title h2,
.bonusSection .container .title h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.bonusSection .container .title h2 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
}

.bonusSection .container .title h1 {
    font-size: 3rem;
    line-height: 3rem;
}

.bonusSection .price {
    font-size: 1.5rem;
    line-height: 2rem;
}

.bonusSection .container .title h1,
.bonusDetails .price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(180deg, #1E87F0 0%, #0C4192 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bonusSection .bonusFor {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #000;
}

.bonusSection .container p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 3rem;
    color: #000000;
    margin-top: 2rem;
}

.bonusCard {
    background-image: url("../images/vectors/ticket.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* height: max-content; */
    filter: drop-shadow(0px 2px 16px rgba(73, 73, 73, 0.1));
    position: relative;
    margin-top: 20px;
}

.bonusCardlocked {
    background-image: url("../images/vectors/locked.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    filter: drop-shadow(0px 2px 16px rgba(73, 73, 73, 0.1));
    position: relative;
    /* height: fit-content; */
    padding: 50px;
    margin-top: 20px;
}


/* .bonusCard {
    background: #fff;
    border: 5px solid #908e8e;
    border-radius: 18px;
    margin-top: 2rem;
    position: relative;
    filter: drop-shadow(0px 2px 16px rgba(73, 73, 73, 0.1));
}

.bonusCard::before {
    content: '';
    position: absolute;
    height: 13%;
    width: 30px;
    top: 45%;
    left: -15px;
    background: white;
    border-right: 5px solid #908e8e;
    border-radius: 50%;
    z-index: 2;
}

.bonusCard::after {
    content: '';
    position: absolute;
    height: 13%;
    width: 30px;
    top: 45%;
    right: -15px;
    background: white;
    border-left: 5px solid #908e8e;
    border-radius: 50%;
    z-index: 2;
} */


/* .bonusCard .lockLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(30, 135, 240, 0.05);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.bonusCard .lockLayer .lock {
    margin: 1rem;
} */

.bonusCard .lockLayer .content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5rem;
    background: linear-gradient(180deg, #1E87F0 0%, #0C4192 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bonusCard .row {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
    text-align: left;
}

.bonusDetails small {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -0.02em;
    color: #000000;
}


/*==================================================================*/


/*==================================================================*/


/*========== Footer Start ==========*/


/*==================================================================*/

.footer {
    background: linear-gradient(180deg, #1E87F0 0%, #0C4192 100%);
    padding: 70px 0 53px;
}

.fLogo {
    display: flex;
    align-items: center;
    height: calc(100% - 30px);
}

.fTitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 27px;
}

.fTitle img {
    padding-bottom: 20px;
}

.fTitle * {
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.fBlock {
    margin-bottom: 30px;
    margin-left: 30px;
}

.fBlock ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fBlock ul li {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.fBlock ul li:last-child {
    margin-bottom: 0;
}

.fBlock ul li a {
    text-decoration: none;
    color: inherit;
}

.fBlock ul li.active a,
.fBlock ul li a.active,
.fBlock ul li a:hover {
    color: #EBEAED;
}

.fRight .fBlock {
    float: right;
}

.fFollowUs ul li a {
    display: flex;
    align-items: center;
}

.fFollowUs ul li a .icon,
.fFollowUs .icon {
    width: 34px;
    height: 34px;
    margin-right: 15px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fFinanceDetail .fTitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
}

.footer .fDetail {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.fBlock .fDetail p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
}

.fFinanceDetail .fDetail ul li {
    display: inline-block;
    margin: 0 15px;
}

.fFinanceDetail .fDetail ul li:first-child {
    margin-left: 0;
}

.fFinanceDetail .fDetail ul li:last-child {
    margin-right: 0;
}

.hiddeninmobile a {
    text-decoration: none;
}

.ctaRectangle h5 {
    padding-top: 10px;
}


/*==================================================================*/


/*========== Footer End ==========*/


/*==================================================================*/


/*==================================================================*/


/*========== Workshop Page Start ==========*/


/*==================================================================*/

.workshopBanner .workshopContent .sectionTitle {
    padding-top: 120px;
}

.workshopBanner .workshopContent .sectionTitle:before {
    position: absolute;
    content: "";
    align-items: center;
    left: 0;
    top: 100px;
    width: 100%;
    height: 340px;
    background-color: rgba(238, 230, 252, 1);
    z-index: -1;
    border-radius: 0px 0px 20% 20%;
    -webkit-border-radius: 0px 0px 20% 20%;
    -moz-border-radius: 0px 0px 20% 20%;
    -ms-border-radius: 0px 0px 20% 20%;
    -o-border-radius: 0px 0px 20% 20%;
    /* background-image: url("../images/workshopbg.svg");
    background-repeat: no-repeat; */
}


/*==================================================================*/


/*========== Workshop Single Page Start ==========*/


/*==================================================================*/

.workshopMainSection .workshopContent img,
.banner .bannerContent img {
    /* border-radius: 18px; */
    position: relative;
    overflow: hidden;
    /* -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px; */
    box-shadow: 0px 18px 16px rgba(208, 208, 208, 0.2);
    /* margin-bottom: 20px; */
}

.workshopMainSection .workshopContent .videoPlay,
.banner .bannerContent .videoPlay {
    position: relative;
    left: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #ffffff42;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: grow 2s infinite ease-in-out;
    box-shadow: 0px 0px 0.1em rgb(245, 245, 245);
}

.modal-content {
    background: transparent !important;
    border: none !important;
}

.workshopMainSection .workshopContent .videoPlay {
    top: -18em;
}

.banner .bannerContent .videoPlay {
    top: -13em;
}

@keyframes grow {
    from {
        box-shadow: 0px 0px 0.1em rgb(245, 245, 245);
    }
    to {
        box-shadow: 0px 0px 3em rgb(255, 255, 255);
    }
}

.workshopContent .mobileDetail {
    display: none;
}

.workshopContent .frame img .bannerContent .frame img {
    margin-top: 60px;
}

.workshopContent .frame .sale {
    position: relative;
    left: 0;
    top: -35em;
    display: inline-block;
    padding: 6.5px 11.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #ffffff;
    background-color: #EE732E;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}

.fa-circle-play {
    height: 50px;
    color: #FFFFFF;
}

.workshopMainSection .workshopContent .workshopSingleContent h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
}

.workshopMainSection .workshopContent .workshopSingleContent p,
.banner .bannerContent p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    padding-top: 16px;
}

.workshopSidebar {
    background: #FFFFFF;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); */
    margin-bottom: 47px;
    width: 100%;
    height: 967px;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.workshopSidebar .detail {
    padding: 16px 16px 25px 25px;
}

.workshopSidebar h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #272D4E;
}

.workshopSidebar .flagName {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.workshopSidebar .flagName .profile {
    flex: 0 0 40px;
    max-width: 40px;
    width: 100%;
    margin-right: 16px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.workshopSidebar .flagName p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    margin: 0;
    padding: 0;
}

.workshopSidebar .flagName p span {
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #9D9FA0;
    padding-top: 1px;
}

.workshopSidebar p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.012em;
    /* Grey/Grey - 600 */
    color: #585D69;
}

.workshopSidebar .price h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    color: #219653;
}

.fullWidthbtn {
    width: 100%;
    margin-bottom: 20px;
}

.workshopSidebar .booknowPrice .btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.workshopSocial p {
    padding-top: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #282828;
}

.workshopSocial ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.workshopSocial li {
    display: flex;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    /* font-family: 'DM Sans', sans-serif; */
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* color: #ffffff; */
}

.workshopSocial .workshopShareIcon a {
    color: inherit;
}

.workshopSocial .workshopShareIcon .socialIcon {
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #9d96a826;
    color: inherit;
    /* box-shadow: 0 0 2px #888; */
    padding: 0.5em 0.6em;
    margin-right: 15px;
}

.workshopSocial .workshopShareIcon .twitter {
    color: rgba(45, 156, 219, 1);
}

.workshopSocial .workshopShareIcon .facebook {
    color: #0F5CC2;
}

.workshopSocial .workshopShareIcon .google {
    color: #EB5757;
}

.workshopPoints .title,
.workshopTargets .title {
    margin-top: 3rem;
}

.workshopTargets .title {
    margin-bottom: 2rem;
}

.workshopPoints .title h2,
.workshopTargets .title h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    color: #282828;
}

.workshopPoints .title p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */
    text-align: center;
    color: #757575;
}

.workshopPoints .mainPointsBlockList .mainPointsBlock p {
    /* width: 80%; */
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    color: #1D3547;
}

.workshopPoints .mainPointsBlockList .mainPointsBlock {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(29, 53, 71, 0.1);
    border-radius: 0px 15px 15px 0px;
    padding: 30px 20px 20px 40px;
    /* width: 80%; */
    margin-bottom: 20px;
}

.workshopPoints .mainPointsBlockList .block1 {
    border-left: 4px solid #7678ED;
    border-opacity: 0.7;
}

.workshopPoints .mainPointsBlockList .block2 {
    border-left: 4px solid #F35B04;
    border-opacity: 0.7;
}

.workshopPoints .mainPointsBlockList .block3 {
    border-left: 4px solid #F7B801;
    border-opacity: 0.7;
}

.workshopPoints .mainPointsBlockList .block4 {
    border-left: 4px solid #1E87F0;
    border-opacity: 0.7;
}

.workshopPoints .mainPointsBlockList .block5 {
    border-left: 4px solid #F48F38;
    border-opacity: 0.7;
}

.workshopPoints .mainPointsBlockList .block6 {
    border-left: 4px solid #5BD9B3;
    border-opacity: 0.7;
}

.workshopPoints .mainPointsBlockList {
    margin-top: 80px;
    display: block;
    align-items: center !important;
}


/* Workshop Speaker */

.workshopSpeaker .container {
    margin-top: 130px;
    width: 80%;
    align-items: center;
    background: rgba(241, 135, 1, 0.05);
    border-radius: 18px;
}

.workshopSpeaker .title h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */
    text-align: center;
    color: #282828;
    padding-top: 60px;
}

.workshopSpeaker .title p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */
    text-align: center;
    color: #757575;
    padding-bottom: 60px;
}

.workshopSpeaker .row {
    padding-left: 10%;
    padding-right: 15%;
    padding-bottom: 80px;
}

.workshopSpeaker .speakerImage img {
    border-radius: 20px;
    width: 100%;
}

.workshopSpeaker .speakerDetails {
    padding-left: 40px;
}

.workshopSpeaker .speakerDetails h5 {
    padding-top: 50px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 177.9%;
    /* or 48px */
    letter-spacing: 0.01em;
    color: #282828;
}

.workshopSpeaker .speakerDetails p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 210.9%;
    /* or 34px */
    letter-spacing: 0.01em;
    color: #424242;
}

.workshopSpeaker .speakerDetails a {
    text-decoration: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    letter-spacing: 0.01em;
    color: #F2994A;
}


/* workshopAudience */

.workshopAudience .title {
    margin-top: 130px;
    text-align: center;
}

.workshopAudience .title h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */
    text-align: center;
    color: #282828;
}

.workshopAudience .title p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */
    text-align: center;
    color: #757575;
}

.workshopAudience .streams ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    padding-left: 0 !important;
}

.workshopAudience .streams li {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    background: rgba(238, 230, 252, 0.6);
    border-radius: 8px;
    padding: 20px 85px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 170%;
    /* or 41px */
    text-align: center;
    margin-left: 30px;
    margin-top: 30px;
    color: #252525;
}


/* Workshop FAQ */

.workshopFaq {
    background: rgba(44, 143, 241, 0.2);
}

.workshopFaq .title {}

.workshopFaq .title h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */
    text-align: center;
    color: #282828;
}

.workshopFaq .title p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */
    text-align: center;
    color: #757575;
}

.accordion-button {
    background-color: #ffffff;
    /* border-color: #FFFFFF; */
    box-shadow: 0 0 0 0.25rem rgb(255 255 255);
    border-bottom: 1px solid rgba(205, 214, 218, 0.25);
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    padding: 40px;
}

.accordion-header {
    background-color: #FFFFFF;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #FFFFFF
}

.accordion-button:focus {
    /* border-color: #FFFFFF; */
    box-shadow: 0 0 0 0.25rem rgb(255 255 255);
    box-shadow: 0 0 0 0.25rem rgb(255 255 255);
    border-bottom: 0.1px solid rgba(205, 214, 218, 0.25);
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

.accordion-item {
    border: 0px;
}

.accordion {
    margin-top: 50px;
    filter: drop-shadow(0px 2px 16px rgba(73, 73, 73, 0.1));
}

.accordion-button::after {
    background-image: url(../images/_plus.svg);
    width: 48px;
    height: 48px;
    background-size: 48px;
    transition: transform 0.6s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/vectors/_xmark.svg);
    box-shadow: none !important;
}

.accordion .FAQTitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    /* or 26px */
    display: flex;
    align-items: center;
    /* Text/txt-primary */
    color: #000000;
    padding-left: 30px;
}

.accordion .faqNumber {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 120%;
    /* identical to box height, or 46px */
    letter-spacing: 0.25px;
    background: linear-gradient(180deg, #1E87F0 0%, #0C4192 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion-body {
    padding: 30px !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    /* Text/txt-secondary */
    color: rgba(60, 60, 67, 0.85);
    margin-left: 75px;
    margin-right: 150px;
    box-shadow: none !important;
}

.relativeworkshop {
    display: flex !important;
    flex-wrap: wrap !important;
}

.relativeWorkshoph2 {
    font-weight: 600 !important;
    font-size: 35px !important;
    line-height: 70px !important;
    /* or 200% */
    text-align: left !important;
    color: #272D4E !important;
    justify-content: flex-start;
}

.viewallworkshoprelative {
    position: absolute;
    right: 10%;
    margin-top: 10px;
}


/*==================================================================*/


/*========== Workshop Category ==========*/


/*==================================================================*/

.filterDiv {
    float: left;
    background-color: #2196F3;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none;
}

.filterSection {
    padding-top: 60px;
}

.filterSection .filters ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* justify-content: center; */
    padding-left: 0 !important;
}

.filterSection .filters a {
    text-decoration: none;
    color: #252525;
}

.filterSection .filters li {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    background: rgba(238, 230, 252, 0.6);
    border-radius: 78px;
    padding: 8px 22px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    /* or 41px */
    text-align: center;
    margin-left: 30px;
    margin-top: 30px;
    color: #252525;
}

.filterSection .filters .active {
    background: linear-gradient(89.73deg, #8E2DE2 0.26%, #0C4192 99.8%);
}

.filterSection .filters .active a {
    color: #ffffff
}

.filterSection .filters {
    margin-bottom: 60px;
}

.vectorItem p {
    line-height: 20px !important;
    font-weight: 600 !important;
    text-align: left;
}

.cta-main {
    cursor: pointer;
    padding: 20px;
}

.cta-main h5 {
    font-weight: 700;
    background: linear-gradient(90deg, #1E87F0 0%, #0C4192 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0px;
}

.cta-main a {
    font-weight: 600;
    font-size: 22px;
    text-decoration: none !important;
    background: rgba(30, 135, 240, 0.2);
    text-align: center;
    align-items: center;
    padding: 25px;
    border-radius: 1em;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
}

.cta-main a:hover {
    background: #0C4192;
    -webkit-text-fill-color: white;
}


/* .cta-main h5:hover {
    -webkit-text-fill-color: white;
}

.cta-main span:hover {
    -webkit-text-fill-color: white;
} */

.cta-main span {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}

.nav-mobile {
    display: none;
}

.mainDescription p {
    padding-top: 50px !important;
}