@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@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');


body {
	font-family: "Poppins", sans-serif;
	background-color: #F6F9F5;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #0F2C47;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	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;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #4899B5;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #4899B5;
}

/* Common Style Start */
.main-title {
	font-size: 60px;
	line-height: 130%;
	font-weight: 700;
}

.main-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.section-title {
	font-size: 56px;
	line-height: 130%;
	font-weight: 600;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.large-title {
	font-size: 48px;
	line-height: 130%;
	font-weight: 600;
}

.large-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-section-title {
	font-size: 42px;
	line-height: 130%;
	font-weight: 600;
}

.small-section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.block-title {
	font-size: 36px;
	line-height: 130%;
	font-weight: 600;
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-block-title {
	font-size: 32px;
	line-height: 130%;
	font-weight: 600;
}

.small-block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-title {
	font-size: 28px;
	line-height: 150%;
	font-weight: 600;
}

.small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.extra-small-title {
	font-size: 24px;
	line-height: 150%;
	font-weight: 600;
}

.extra-small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.large-detail {
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
}

.large-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.common-detail {
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.detail * {
	margin: 0;
}

.small-detail {
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
}

.small-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}

.btn {
	font-size: 18px;
	line-height: 200%;
	font-weight: 500;
	letter-spacing: 0.54px;
	border: none;
	text-transform: uppercase;
	padding: 11px 50px 10px 50px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-grey {
	background-color: #497E8D;
	color: #FFFFFF;
}

.btn-grey:hover, 
.btn-grey:focus,
.btn-grey:active {
	background-color: #4899B5 !important;
	color: #fff !important;
}

.btn-link {
	color: #4899B5;
	letter-spacing: 0.54px;
	padding: 0 !important;
	text-decoration: none;
	position: relative;
}

.btn-link:hover {
	color: #fff;
}

.btn-link:hover::after {
	background-image: url("../images/right-arrow-white.svg");
}

.btn-link::after {
	content: "";
	background-image: url("../images/right-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 29px;
	height: 20px;
	position: absolute;
	left: 100%;
	right: 0;
	top: 50%;
	margin: 0 0 0 10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}


.fix-width-800 {
	max-width: 800px;
	width: 100%;
}

.fix-width-885 {
	max-width: 885px;
	width: 100%;
}

.fix-width-970 {
	max-width: 970px;
	width: 100%;
}

.fix-width-746 {
	max-width: 746px;
	width: 100%;
}

.fix-width-569 {
	max-width: 569px;
	width: 100%;
}
/* Common Style End */



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	background-color: #102C47;
	padding: 35px 0;
}

.navbar-brand {
	max-width: 235px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.header .navbar {
	padding: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.54px;
	color: #fff;
	padding: 0;
}

.header .navbar-nav .nav-item .nav-link:hover {
	color: #4899B5;
}

.header .navbar-nav .nav-item {
	padding: 0 37px;
}

.header .navbar-nav .nav-item .dropdown-menu .nav-item {
	font-size: 15px;
	padding: 0;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .dropdown-toggle::after {
	/* content: ">"; */
	border: none;
	margin: 0 0 0 5px;
	vertical-align: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .nav-item .dropdown-menu {
	background-color: #102C47;
	border: none;
	padding: 10px 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header .navbar-nav .nav-item .dropdown-menu li {
	margin: 0 0 10px;
}

.header .navbar-nav .nav-item .dropdown-menu li:last-child {
	margin-bottom: 0;
}

.header .navbar-nav .nav-item .dropdown-item {
	font-weight: 600;
	color: #fff;
	padding: 0;
	background-color: transparent;
}

.header .navbar-nav .nav-item .dropdown-item:hover {
	background-color: transparent;
	color: #4899B5;
}

.notification-bar {
	padding: 12px 0;	
	background-color: #fbd647;
}

.notification-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notification-block .common-detail {
	color: #0F2C47;
	margin: 0 auto;
}

.close-bar {
	display: flex;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/* Home Page Start */
.banner-wrp {
	padding: 186px 0 161px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: right; */
	z-index: 9;
}

.banner-wrp::after {
	content: "";
	background: linear-gradient(110deg, #000 32.86%, rgba(0, 0, 0, 0.00) 52.84%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.6;
	z-index: -1;
	mix-blend-mode: multiply;
}

.banner-title .extra-small-title,
.banner-title .section-title {
	color: #fff;
}

.banner-title .section-title {
	margin: 0 40px 24px 0;
}

.banner-title .extra-small-title {
	margin: 0 0 10px;
}

.banner-title {
	position: relative;
}

.banner-title::after {
	content: "";
	width: 1px;
	background-color: #fff;
	position: absolute;
	left: -47px;
	right: 0;
	top: 0;
	bottom: 0;
}

.banner-main {
	padding: 0 0 0 94px;
}

.banner-title .btn {
	padding: 14px 63px;
}

.banner-bottom {
	position: absolute;
	left: 52px;
	bottom: 30px;
	font-weight: 300;
	color: #fff;
}

.degree-programs-wrp {
	padding: 44px 0 88px;
}

.degree-programs-title .block-title {
	margin: 0 0 30px;
}

.degree-programs-title {
	margin: 0 0 63px;
}

.degree-programs-title .large-detail {
	margin: 0 auto;
}

.degree-programs-img img {
	width: 100%;
}

.degree-programs-img {
	margin: 0 0 3px;
}

.degree-programs-img img {
	height: 288px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.degree-programs-detail {
	padding: 30px;
	margin: 0 0 10px;
	height: calc(100% - 298px);
	position: relative;
	background-color: #fff;
	-moz-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
	-webkit-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
	box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.10);
}

.degree-programs-detail .btn {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.degree-programs-detail .extra-small-title {
	display: inline-block;
	margin: 0 0 25px;
}

.degree-programs-detail .extra-small-title a:hover {
	color: #4899B5;
}

.degree-programs-detail .common-detail {
	margin: 0 0 25px;
}

.degree-programs-detail .detail {
	margin: 0 0 95px;
}

.degree-programs-section {
	margin: 0 auto;
}

.degree-programs-slider {
	margin: 0 -15px;
	opacity: 0;
}

.degree-programs-slider .slick-track {
	display: flex;
}

.degree-programs-slider.slick-initialized {
	opacity: 1;
}

.degree-programs-block {
	padding: 0 15px;
	height: auto !important;
} 

.community-img img {
	width: 100%;
}

.community-wrp {
	padding: 125px 0 115px;
}

.community-content .small-block-title {
	margin: 0 0 16px;
}

.community-content .detail a {
	color: #247EE7;
}

.community-content .detail a:hover {
	color: #fff;
}

.community-main .row {
	margin: 0 -40px;
}

.community-main .row>* {
	padding: 0 40px;
}

.community-content {
	margin: 0 30px 0 0;
}

.video-modal .modal-body {
	padding: 0;
}

.video-modal .modal-dialog {
	max-width: 800px;
}

.video-modal .modal-content {
	background-color: transparent;
	border: none;
}

.modal-header {
	padding: 0 0 20px;
	border: none;
	justify-content: flex-end;
}

.video-block iframe {
	width: 100%;
	height: 500px;
}

.video-modal .modal-header .btn-close {
	padding: 0;
	margin: 0;
	background-image: url("../images/close-icon.svg");
	width: 20px;
	height: 20px;
	box-shadow: none;
	opacity: 1;
}

.about-wrp {
	padding: 110px 0 44px;
}

.about-main .small-section-title {
	margin: 0 0 23px;
}

.about-left .large-detail {
	margin: 0 0 20px;
}

.about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.about-section .row {
	margin: 0 -7px;
	/* align-items: flex-end; */
}

.about-section .row>* {
	padding: 0 7px;
}

.about-left,
.about-right {
	height: 100%;
}

.about-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-right .about-img {
	margin: 0 0 14px;
}

.about-right .about-img:last-child {
	margin-bottom: 0;
}

.about-main .block-title a {
	text-decoration: underline;
}

.about-main .block-title a span {
	color: #247EE7;
}

.why-choose-main .block-title {
	margin: 0 0 69px;
}

.why-choose-wrp {
	padding: 85px 0 82px;
}

.why-choose-icon {
	width: 85px;
	height: 85px;
	/* background-color: #EBEBEA; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 33px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.why-choose-icon:hover .default-icon {
	display: none;
}

.why-choose-icon:hover .hover-icon {
	display: block;
}

.why-choose-icon .hover-icon {
	display: none;
}

.why-choose-block .large-detail {
	margin: 0 0 20px;
}

.why-choose-section .row {
	margin: 0 -30px;
}

.why-choose-section .row>* {
	padding: 0 30px;
}

.why-choose-block .detail p {
	line-height: 28px;
}

.our-progarm-wrp {
	padding: 70px 0;
}

.our-progarm-content .block-title {
	margin: 0 0 30px;
}

.our-progarm-content {
	/* padding: 0 0 0 55px; */
	padding: 0 0 31px;
	position: relative;
	text-align: center;
}

/* .our-progarm-content::after {
	content: "";
	background-color: #497E8D;
	width: 1px;
	position: absolute;
	left: 16px;
	top: 0;
	bottom: 0;
} */
/* Home Page End */

/* Program Details Page Start */
.inner-bnr-img img {
	width: 100%;
}

.program-details-block .large-detail {
	margin: 0 0 20px;
}

.program-details-block {
	margin: 0 0 50px;
}

.courses-details-block {
	display: flex;
	margin: 0 0 18px;
	align-items: center;
	justify-content: space-between;
}

.courses-file a {
	font-size: 16px;
	line-height: 24px;
	color: #497E8D;
	text-decoration: underline;
}

.courses-file a:hover {
	color: #0F2C47;
}

.program-details-middle .courses-details-block .large-detail {	
	margin: 0;
}

.program-details-block ul,
.program-details-block ol {
	padding: 0 0 0 22px;
}

.program-details-block ul li {
	margin: 0 0 15px;
}

.program-details-block ul li:last-child {
	margin-bottom: 0;
}

.program-details-block ul li::marker {
	font-size: 12px;
}

.program-details-block .detail p {
	margin: 0 0 15px;
}

.program-details-block .detail p:last-child {
	margin-bottom: 0;
}

.our-program-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -32px;
}

.our-program-logos .our-program-icon {
	display: block;
	margin: 0 32px 15px;
	max-width: 25%;
}

.our-program-logos .our-program-icon a {
	display: block;
}

.course-list-block {
	border: 1px solid #0F2C47;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
	-webkit-border-radius: 18px 18px 0 0;
	-moz-border-radius: 18px 18px 0 0;
	-ms-border-radius: 18px 18px 0 0;
	-o-border-radius: 18px 18px 0 0;
}

.course-list-block > span {
	font-size: 15px;
	display: block;
	padding: 10px 20px;
	color: #fff;
	background-color: #0F2C47;
}

.course-list-block ul {
	padding: 0;
	margin: 0;
}

.course-list-block ul li {
	list-style-type: none;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding: 5px 20px;
	border-bottom: 1px solid #0F2C47;
	background-color: #fff;
}

.course-list-block ul li:last-child {
	border-bottom: none;
}

.course-list-block ul li span {
	display: block;
}

.course-list-block ul li span:first-child {
	flex: 0 0 210px;
}

.program-details-middle .large-detail {
	margin: 0 0 18px;
}

.course-list-block {
	margin: 0 0 45px;
}

.program-details-wrp {
	padding: 80px 0 90px;
}

.program-details-main .small-section-title {
	margin: 0 0 85px;
}

.course-details p {
	font-size: 12px;
	margin: 0;
}

.course-details span {
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.course-details {
	padding: 7px 0;
	border-bottom: 1px solid #497E8D;
}

.course-details:last-child {
	border-bottom: none;
}

.course-details-block {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #0F2C47;
	margin: 0 0 60px;
}

.course-list ul {
	padding: 0;
	margin: 0;
	background-color: #497E8D;
}

.course-list ul li {
	color: #FFFFFF;
	list-style-type: none;
	padding: 10px 30px;
	/* background-color: #497E8D; */
	border-bottom: 1px solid #F6F9F5;
}

.course-list ul li a {
	opacity: 0.6;
}

.course-list ul li a:hover,
.course-list ul li a.active {
	color: #FFFFFF;
	opacity: 1;
}

.course-list {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

.tuition-fees-block ul {
	padding: 0;
	margin: 0;
}

.tuition-fees-block ul li {
	font-weight: 400;
	list-style-type: none;
	padding: 10px 20px;
	display: flex;
	/* align-items: center; */
	/* flex-wrap: wrap; */
	gap: 20px;
}

/* .tuition-fees-block ul li span {
	display: block;
	width: 210px;
	margin: 0 20px 0 0;
} */

/* .tuition-fees-block ul li:nth-child(odd) {
	background-color: #EBEBEA;
}

.tuition-fees-block ul li:nth-child(even) {
	background-color: #fff;
} */

.tuition-fees-block .large-detail {
	margin: 0 0 24px;
}
/* Program Details Page End */

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer-logo {
	max-width: 65px;
	width: 100%;
	display: block;
	margin: 0 0 25px;
}

.footer-left, .footer-block,
.footer-left .extra-small-title {
	color: #fff;
}

.footer-left .extra-small-title {
	margin: 0 0 20px;
}

.footer-block .common-detail {
	text-transform: uppercase;
	margin: 0 0 22px;
}

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	font-weight: 400;
	list-style-type: none;
	margin: 0 0 15px;
}

.social-media ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.social-media ul li {
	font-size: 32px;
	line-height: 32px;
	list-style-type: none;
	margin: 0 29px 0 0;
}

.social-media ul li:last-child {
	margin-right: 0;
}

.social-media ul li a {
	display: flex;
}

.footer-bottom {
	color: #fff;
}

.footer-bottom-right {
	text-align: right;
}

.footer-bottom {
	padding: 25px 0 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-top {
	padding: 66px 0 93px;
}

.footer-left {
	position: relative;
}

.footer-left::after {
	content: "";
	background-color: #fff;
	width: 1px;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	opacity: 0.5;
}

.footer-links ul li a:hover {
	color: #4899B5;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* TYpography Start */
.typography-main {
	padding: 100px 0;
}

.typography-content .main-title {
	margin: 0 0 50px;
}
/* TYpography End */

/* 11-9-2024 */

/* common-11-9-2024 */
.p-m0 * {
	margin-bottom: 0;
}
.p-m0-last *:last-child {
	margin-bottom: 0;
}
.p-16 {
	font-size: 16px;
}
.p-16 * {
	font-size: 16px;
}
.lh-150 {
	line-height: 150%;
}
.lh-150 * {
	line-height: 150%;
}
.font-300 {
	font-weight: 300 !important;
}
.font-300 * {
	font-weight: 300 !important;
}
.font-400 {
	font-weight: 400 !important;
}
.font-400 * {
	font-weight: 400 !important;
}
.font-500 {
	font-weight: 500 !important;
}
.font-500 * {
	font-weight: 500 !important;
}
.font-600 {
	font-weight: 600 !important;
}
.font-600 * {
	font-weight: 600 !important;
}
.color-0F2C47 {
	color: #0F2C47 !important;
}
.color-0F2C47 * {
	color: #0F2C47 !important;
}
/* common-11-9-2024 */

.course-d1-section {
	padding: 83px 0 37px 0;
}

.course-d1-details-start {
	display: flex;
	align-items: center;
	gap: 45px;
}

.course-d1-left {
	flex: 0 0 220px;
}

.course-d1-img img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.course-d1-right {
	flex: 0 0 calc(100% - 265px);
}

.course-d1-right .block-title {
	line-height: 150%;
	margin-bottom: 35px;
}

.course-d1-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.course-d1-list ul li {
	margin-bottom: 4px;
}

.course-d1-list ul li:last-child {
	margin-bottom: 0;
}

.course-d1-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.course-d1-item-left {
	min-width: 140px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #797979;
}

.course-d1-item-left * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.course-d1-item-right {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #0F2C47;
}

.course-d1-item-right * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.course-d2-back {
	margin-bottom: 43px;
}

.course-d2-back a {
	display: inline-block;
}

.course-d2-back * {
	line-height: 175%;
	color: #497E8D;
}

.course-d2-back a:hover {
	color: #0F2C47;
}

.course-d2-back a:hover * {
	color: #0F2C47;
}

.course-d2-section {
	padding: 53px 0 210px 0;
	border-top: 1px solid #C7D0D2;
}

.course-d2-item .small-block-title {
	margin-bottom: 22px;
}

.course-d2-item {
	margin-bottom: 150px;
}

.course-d2-item:last-child {
	margin-bottom: 0;
}

.course-d2-item-text ul {
	padding-left: 23px;
}

.course-section {
	padding: 87px 0 383px 0;
}

.course-inside > .block-title {
	margin-bottom: 35px;
}

.course-item {
	background-color: #FFFFFF;
	border: 1px solid #C7D0D2;
	margin-bottom: 20px;
	padding: 28px 30px;
}

.course-item-inside {
	display: flex;
	gap: 55px;
}

.course-item-left {
	flex: 0 0 140px;
}

.course-item-right {
	flex: 0 0 calc(100% - 195px);
}

.course-item-img img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.course-item-right .large-detail {
	margin-bottom: 23px;
}

.course-item-right .large-detail * {
	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;

}

.course-item-right .large-detail a:hover * {
	color: #497E8D !important;
}

.course-item-right-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.course-item-right-list ul li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #497E8D;
}

.course-item-right-list ul li span {
	font-weight: 300;
	color: #0F2C47;
}

/* 11-9-2024 */

/* 12-9-2024 */

.course-list-block ul a li {
	border-bottom: 1px solid #0F2C47 !important;
}

.course-list-block ul a li * {
	color: #0F2C47 !important;
	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;
}

.course-list-block ul a:hover li * {
	color: #497E8D !important;
}

.course-d2-item-text strong {
	font-weight: 700 !important;
}

/* 12-9-2024 */

/* 13-9-2024 */

.tuition-fees-block-item-left {
	flex: 0 0 210px;
}

.tuition-fees-block-item-right {
	flex: 0 0 calc(100% - 230px);
}

.tuition-fees-block ul li * {
	font-weight: 300;
}

.tuition-fees-block ul li strong {
	font-weight: 600;
}

.tuition-fees-block ul li {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EBEBEA;
}

.tuition-fees-block ul li:last-child {
	border-bottom: none;
}

/* 13-9-2024 */