@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap";

html {
	scroll-behavior: smooth;
}

body {
	font-size: 15px;
	font-family: "Rubik", sans-serif;
	color: #555;
	overflow-x: hidden !important;
	max-width: 100%;
}

::selection {
	color: #fff;
	background: #cc1db9;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #cc1db9;
}

a:hover {
	text-decoration: none;
	color: #e9204f;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a:-webkit-any-link:focus-visible {
	outline-offset: 0px;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.form-control:focus {
	box-shadow: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 1.4;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol {
	list-style-type: none;
	padding-left: 0;
}

.container-fluid {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.border-btn {
	background: transparent;
	border: 2px solid #cc1db9;
	padding: 12px 20px;
	text-align: center;
	color: #cc1db9;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
}

.border-btn:hover {
	background: #cc1db9;
	border: 2px solid #cc1db9;
	color: #fff;
}

.fill-btn {
	background-color: #cc1db9;
	border: 2px solid #cc1db9;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
}

.fill-btn:hover {
	color: #cc1db9;
	background-color: #fff;
}

.row-reverse {
	flex-direction: row-reverse;
}

.flex {
	display: flex;
	align-items: center;
}

.modal {
	z-index: 999999;
}

.modal .modal-dialog {
	max-width: 70%;
	margin: auto;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 10px;
}

.modal .modal-dialog .modal-content .modal-body .close {
	background-color: #cc1db9;
	border: 0;
	position: absolute;
	top: 0%;
	right: 0%;
	padding: 6px 12px;
	color: #fff;
	font-size: 19px;
	opacity: 1;
	border-radius: 0px;
	z-index: 1;
}

.modal .modal-dialog .modal-content .modal-body iframe {
	width: 100%;
	height: 525px;
	display: block;
}

::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	background: rgba(204, 29, 185, 0.5);
}


/*----------- Banner Section ---------------*/

.banner-area {
	position: relative;
	background-color: #fff;
	padding: 60px 0 80px;
}

.banner-area .banner-content h1 {
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 10px;
	color: #000;
	position: relative;
}

.banner-area .banner-content p {
	font-size: 20px;
	color: #1e1e1e;
	margin-bottom: 30px;
}

.banner-area .banner-content button {
	margin-right: 15px;
}

.banner-area .banner-content .fill-btn {
	background-color: #cc1db9;
	border: 2px solid #cc1db9;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 190px;
	border-radius: 5px;
}

.banner-area .banner-content .fill-btn:hover {
	color: #cc1db9;
	background-color: #fff;
}

.banner-area .banner-content .border-btn {
	background-color: #fff;
	border: 2px solid #cc1db9;
	padding: 10px 20px;
	text-align: center;
	color: #cc1db9;
	font-size: 16px;
	font-weight: 500;
	width: 190px;
	border-radius: 5px;
}

.banner-area .banner-content .border-btn:hover {
	color: #fff;
	background-color: #cc1db9;
}

.banner-area .banner-content .total-students {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.banner-area .banner-content .total-students .students-img ul li {
	display: inline-block;
	position: relative;
}

.banner-area .banner-content .total-students .students-img ul li:not(:first-child) {
	margin-left: -14px;
	position: relative;
}

.banner-area .banner-content .total-students .students-img ul li img {
	border-radius: 100%;
	max-width: 40px;
}

.banner-area .banner-content .total-students .count {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 500;
}

.banner-area .video-img {
	position: relative;
	text-align: center;
}

.banner-area .video-img img {
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 5px 5px 15px 0px #00000066;
}

.bg {
	animation: pulse 1.2s ease infinite;
	background: #e9cae4;
	position: absolute;
	top: 51%;
	left: 19%;
	border-radius: 100%;
	width: 68px;
	height: 68px;
}

.banner-area .video-img button {
	position: absolute;
	top: 51%;
	left: 18%;
	background-color: transparent;
}

.banner-area .video-img button img {
	max-width: 66px;
	box-shadow: none;
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}

	50% {
		opacity: 0.3;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.banner-area .video-img span {
	display: block;
	position: absolute;
	top: 35%;
	left: 32%;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

.banner-area .modal .modal-dialog .modal-content .modal-body {
	padding: 0px;
}

.banner-area .modal .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}

.banner-area .modal .modal-dialog .modal-content .modal-body .close {
	z-index: 1;
}

.banner-area .modal .modal-dialog .modal-content .modal-body iframe {
	height: 530px;
}

.userNumBar {
	position: relative;
	color: #cc1db9;
	text-align: center;
	margin-left: 10px;
	margin-right: 18px;
	font-weight: 400;
}

.userNumBar:after {
	position: absolute;
	content: "+";
	color: #cc1db9;
	top: 28%;
	margin-left: 2px;
}

.userNumBar .pplNum {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 60px;
}

.userNumBar .pplNum .digit-con,
.userNumBar .pplNum .comma {
	height: 60px;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}

.userNumBar .pplNum span {
	position: relative;
}

.home {
	margin-bottom: 40px;
}

.home h2 {
	font-size: 25px;
}

.home ul {
	margin-top: 20px;
}


/*Banner Section End */

.headings {
	margin-bottom: 20px;
}

.headings h3 {
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
}

.headings h3:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #cc1db9;
}

.headings h2 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.headings span {
	color: #e9204f;
}


/*---Award & Recognition----*/

.award-recognition {
	padding: 50px 0;
	position: relative;
	overflow-x: hidden;
}

.award-recognition h2 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}

.award-recognition h2:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -15px;
	background-color: #cc1db9;
}

.award-recognition h2 span {
	color: #e9204f;
}

.award-recognition .award-box {
	text-align: center;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 50px;
	padding-right: 35px;
}

.award-recognition .award-box .box {
	padding: 15px;
}

.award-recognition .award-box .box img {
	max-width: 75px;
	margin-bottom: 20px;
}

.award-recognition .award-box .box h3 {
	font-size: 15px;
	font-weight: 500;
}

.award-recognition .award-box .box h3:before {
	display: none;
}

.award-recognition .award-box .box .logo {
	margin-bottom: 0;
	max-width: 100px;
}

.award-recognition h3 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}

.award-recognition h3:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -15px;
	background-color: #cc1db9;
}

.award-recognition h3 span {
	color: #cc1db9;
}

.award-recognition p {
	color: #000;
	font-size: 24px;
}

.award-recognition .detail-box {
	text-align: center;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}

.award-recognition .detail-box .box {
	padding: 28px 12px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	cursor: pointer;
	transition: all 0.5s ease;
	height: 100%;
}

.award-recognition .detail-box .box img {
	max-width: 70px;
	margin-bottom: 10px;
}

.award-recognition .detail-box .box h4 {
	font-size: 16px;
}

.award-recognition .detail-box .box p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #555;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}


/*---Award & Recognition End----*/


/*--- Book Your free Career ----*/

.free-career {
	padding: 80px 0;
}

.free-career .headings {
	margin-bottom: 65px;
}

.free-career .fill-btn {
	width: auto;
	padding: 16px 26px;
	font-size: 20px;
}

.free-career p {
	color: #000;
	font-size: 25px;
	margin-top: 55px;
	font-weight: 500;
	line-height: 1.5;
}

.free-career p span {
	color: #cc1db9;
}

.free-career .wrapper {
	position: relative;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 25px;
	max-width: 100%;
	text-align: center;
}

.free-career .counter {
	background-color: #ffffff;
	border-radius: 5px;
	position: relative;
}

.free-career .count-title {
	font-size: 28px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
	color: #000;
	display: block;
}

.free-career .count-title:after {
	position: absolute;
	content: "+";
	top: 0;
	color: #cc1db9;
	font-size: 20px;
}

.free-career .count-text {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
	color: #000;
}


/*--- Book Your free Career End ----*/


/*---Our Top University-----*/

.our-top-university {
	padding: 50px 0;
	padding-bottom: 100px;
	overflow-x: hidden;
}

.our-top-university .image img {
	width: 100%;
	z-index: -1;
}

.our-top-university .image .img-content {
	margin-top: -295px;
	z-index: 1;
	position: relative;
	padding: 53px;
	padding-top: 45px;
}

.our-top-university .image .img-content h3 {
	font-size: 28px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-bottom: 25px;
}

.our-top-university .image .img-content h3:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -13px;
	background-color: #cc1db9;
}

.our-top-university .image .img-content button {
	background: #cc1db9;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.our-top-university .image .img-content a:hover {
	background: #cc1db9;
	color: #fff;
}

.our-top-university .details-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.our-top-university .details {
	padding-left: 25px;
	padding-top: 55px;
}

.our-top-university .details .img-box {
	display: flex;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.our-top-university .details .img-box img {
	max-width: 140px;
	margin-right: 16px;
	margin-bottom: 30px;
}


/*---our-clients---*/

.our-clients {
	padding-bottom: 50px;
	overflow-x: hidden;
}

.our-clients ul {
	padding-left: 0px;
	display: flex;
	grid-gap: 25px;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 35px;
}

.our-clients ul li {
	margin-top: 30px;
	text-align: center;
}

.our-clients ul li img {
	max-width: 160px;
}


/*--- Our-clients End ---*/


/*---Our Top University End--- */

.best-courses {
	padding: 80px 0;
	position: relative;
}

.best-courses .courses .headings {
	margin-bottom: 28px;
	position: relative;
}

.best-courses .courses .headings h2 {
	position: relative;
	font-size: 32px;
}

.best-courses .courses {
	position: sticky;
	top: 18%;
	width: 100%;
}

.best-courses .courses p {
	color: #000;
	font-size: 22px;
	margin-bottom: 32px;
	line-height: 1.4;
}

.best-courses .courses .nav-tabs {
	border-bottom: none;
	column-gap: 15px;
	row-gap: 18px;
	margin-bottom: 40px;
}

.best-courses .courses .nav-tabs .nav-item .active {
	background-color: #cc1db9;
	color: #fff;
	border-radius: 5px;
}

.best-courses .courses .nav-tabs .nav-link {
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	color: #000;
}

.best-courses .courses .img-box {
	background-image: url(../images/home/Vector_2598222222.html);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	height: 235px;
	text-align: center;
	border-radius: 15px;
}

.best-courses .courses .img-box .img-cont {
	padding: 32px;
	text-align: center;
}

.best-courses .courses .img-box .img-cont h3 {
	color: #fff;
	font-size: 24px;
}

.best-courses .courses .img-box .img-cont p {
	color: #fff;
	font-size: 18px;
}

.best-courses .card {
	border: none;
}

.best-courses .cou-box {
	padding: 10px;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 22%);
	position: relative;
	margin-bottom: 30px;
	height: 100%;
}

.best-courses .cou-box span {
	background-color: rgb(0 152 64 / 50%);
	color: #fff;
	padding: 5px 10px;
	margin-top: -26px;
	font-size: 11px;
	position: absolute;
	display: block;
}

.best-courses .cou-box h6 {
	font-size: 15px;
	margin-top: 14px;
	margin-bottom: 12px;
}

.best-courses .cou-box ol {
	display: flex;
	align-items: center;
	padding-left: 0px;
}

.best-courses .cou-box ol li {
	list-style: none;
	font-size: 14px;
}

.best-courses .cou-box ol li:last-child {
	margin: auto;
}

.best-courses .cou-box ol li img {
	max-width: 26px;
	margin-right: 6px;
}

.best-courses .cou-box .view {
	text-align: center;
}

.best-courses .cou-box .view button {
	font-sizek: 13px;
	background-color: #f1f1f1;
	padding: 5px 12px;
	border-radius: 4px;
	color: #000;
}

.best-courses .card .card-body .tab-content .tab-pane .nav-tabs {
	border-bottom: none;
	column-gap: 16px;
	text-align: center;
	margin-bottom: 36px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.best-courses .card .card-body .tab-content .tab-pane .nav-tabs .nav-item .nav-link {
	color: #000;
	border: none;
	border-radius: 5px;
}

.best-courses .card .card-body .tab-content .tab-pane .nav-tabs .nav-item .nav-link:hover {
	color: #cc1db9;
}

.best-courses .card .card-body .tab-content .tab-pane .nav-tabs .nav-item .active {
	background-color: #cc1db9;
	color: #fff;
	border-radius: 5px;
}

.best-courses .card .card-body .tab-content .tab-pane .nav-tabs .nav-item .active:hover {
	color: #fff;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box {
	padding: 10px;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 22%);
	position: relative;
	margin-bottom: 30px;
	height: 100%;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box span {
	background-color: rgb(0 152 64 / 50%);
	color: #fff;
	padding: 5px 10px;
	margin-top: -26px;
	font-size: 11px;
	position: absolute;
	display: block;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box h4 {
	font-size: 15px;
	margin-top: 14px;
	margin-bottom: 12px;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box ol {
	display: flex;
	align-items: center;
	padding-left: 0px;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box ol li {
	list-style: none;
	font-size: 14px;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box ol li:last-child {
	margin: auto;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box ol li img {
	max-width: 26px;
	margin-right: 6px;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box .view {
	text-align: center;
}

.best-courses .card .card-body .tab-content .tab-pane .cou-box .view button {
	font-size: 13px;
	background-color: #f1f1f1;
	padding: 5px 12px;
	border-radius: 4px;
	color: #000;
}


/*--- Start Learning -----*/

.start-learning {
	position: relative;
	padding: 100px 0;
	overflow-x: hidden;
}

.start-learning .details .headings h2:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -15px;
	background-color: #cc1db9;
}

.start-learning .details .headings h2 span {
	color: #cc1db9;
}

.start-learning .details p {
	margin-bottom: 55px;
	font-size: 25px;
	color: #000;
}

.start-learning .details .fill-btn {
	width: auto;
	padding: 12px 26px;
	font-size: 16px;
}

.start-learning .details h3 {
	color: #000;
	font-size: 25px;
	margin-top: 55px;
	font-weight: 500;
	line-height: 1.7;
}

.start-learning .details h3 span {
	color: #e9204f;
}

.start-learning .details .logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 25px;
	margin-top: 38px;
}

.start-learning .details .logos img {
	max-width: 110px;
}


/*--- Start Learning End -----*/


/*--- Our Courses ---*/

.our-courses {
	padding: 120px 0 45px;
}

.our-courses .headings {
	margin-bottom: 54px;
}

.tabs_wrapper {
	width: 100%;
	background: transparent;
}

ul.tabs {
	padding: 18px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	width: 100%;
	position: sticky;
	top: 12%;
}

ul.tabs li {
	margin: 0;
	cursor: pointer;
	padding: 12px 15px;
	line-height: 31px;
	color: #000;
	font-size: 16px;
	border-radius: 5px;
	text-align: left;
	margin-bottom: 10px;
	background-color: #fff;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.tabs li:hover {
	background: #cc1db9;
	color: white;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.tabs li.active {
	background: #cc1db9;
	color: #fff;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tab_container {
	display: block;
	text-align: left;
	height: 100%;
}

.tab_content {
	min-height: max-content;
	display: none;
	overflow: hidden;
}

.tab_drawer_heading {
	display: none;
}

.our-courses .course-box {
	padding: 5px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	height: 100%;
}

.our-courses .course-box img {
	border-radius: 6px;
	width: 100%;
}

.our-courses .course-details {
	padding: 14px;
	padding-top: 15px;
}

.our-courses .course-details ul {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.our-courses .course-details ul li {
	color: #000;
	font-weight: 500;
	font-size: 11px;
	border-right: 1px solid #424242;
}

.our-courses .course-details ul li:last-child {
	border: none;
	padding-left: 10px;
}

.our-courses .course-details ul li img {
	max-width: 42px;
	margin-right: 25px;
}

.our-courses .course-details p {
	color: #000;
	font-size: 14px;
}

.our-courses .course-details .details {
	position: relative;
	display: grid;
}

.our-courses .course-details .details ol {
	padding-left: 0px;
	margin-bottom: 0px;
}

.our-courses .course-details .details ol li {
	list-style: none;
	display: inline-block;
}

.our-courses .course-details .details ol li i {
	margin-right: 5px;
}

.our-courses .course-details .details ol .time {
	float: left;
	font-size: 13px;
}

.our-courses .course-details .details ol .students {
	float: right;
	display: flex;
}

.our-courses .course-details .details ol .students .student-img li {
	display: inline-block;
	border: none;
}

.our-courses .course-details .details ol .students .student-img li:not(:first-child) {
	margin-left: -40px;
	position: relative;
	padding-left: 0;
}

.our-courses .course-details .details ol .students .student-img li img {
	max-width: 25px;
	border-radius: 100%;
}

.our-courses .course-details a i {
	margin-left: 8px;
}

.job-booster .owl-carousel .owl-nav button.owl-prev {
	color: #cc1db9;
	font-size: 90px;
	position: absolute;
	left: -3%;
	top: 30%;
}

.job-booster .owl-carousel .owl-nav button.owl-next {
	color: #cc1db9;
	font-size: 90px;
	position: absolute;
	right: -3%;
	top: 30%;
}

.job-booster .owl-carousel .owl-nav button.disabled {
	opacity: 0.5;
}

.job-booster .owl-carousel .owl-stage-outer {
	padding: 20px 10px;
	height: auto !important;
}

.job-booster .owl-carousel button.owl-dot {
	background-color: #cc1db9;
	height: 10px;
	width: 10px;
	opacity: 0.5;
}

.job-booster .owl-carousel button.owl-dot.active {
	opacity: 1;
}

.job-booster .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}


/*--- Our Courses End ---*/


/*--- Our Events ---*/

.our-events {
	padding: 60px 0;
	position: relative;
	margin-bottom: 70px;
}

.our-events .event-big-box {
	padding-top: 30px;
	padding-left: 65px;
}

.our-events .event-big-box .event-box {
	display: flex;
	align-items: center;
	margin: 22px 0;
	cursor: pointer;
}

.our-events .event-big-box .event-box .box-1 {
	width: 20%;
	position: relative;
}

.our-events .event-big-box .event-box .box-1 h5 {
	width: 80px;
	height: 80px;
	border: 2px solid #cc1db9;
	text-align: center;
	line-height: 26px;
	padding: 12px;
	font-size: 18px;
}

.our-events .event-big-box .event-box .box-2 {
	width: 75%;
	position: relative;
}

.our-events .event-big-box .event-box .box-2 h4 {
	font-size: 18px;
}

.our-events .event-big-box .event-box .box-2 ul li {
	display: inline-block;
	margin-right: 65px;
	font-size: 16px;
}

.our-events .event-big-box .event-box .box-2 ul li i {
	margin-right: 10px;
}

.our-events .event-img {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 35px;
	background-image: url(../images/our-event.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 355px;
}

.our-events .event-img .event-cont {
	padding: 55px;
	text-align: center;
}

.our-events .event-img .event-cont h4 {
	color: #fff;
}

.our-events .event-img .event-cont p {
	color: #fff;
}

.our-events .event-img .event-cont button {
	background-color: transparent;
}

.our-events .event-img .event-cont button img {
	max-width: 80px;
	margin-bottom: 20px;
}

.our-events .event-img {
	border-radius: 0
}


/*--- Our Events End ---*/


/*---where our alumni---*/

.where-our-alumni {
	padding: 100px 0;
	position: relative;
	overflow-x: hidden;
}

.where-our-alumni .headings {
	margin-bottom: 45px;
}

.where-our-alumni .images {
	position: relative;
	margin-bottom: 30px;
	background-image: url(../images/home/our-alumni-1.html);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 347px;
	border-radius: 20px;
	display: grid;
	align-items: center;
}

.where-our-alumni .images .img-detail {
	text-align: center;
}

.where-our-alumni .images .img-detail h5 {
	color: #fff;
	font-size: 75px;
	line-height: 1.2;
}

.where-our-alumni .images .img-detail h6 {
	color: #fff;
	font-size: 35px;
	line-height: 1.2;
}

.where-our-alumni .second-images img {
	height: 347px;
	width: 100%;
}

.where-our-alumni .carousel .carousel-item {
	width: 100% !important;
}

.where-our-alumni .carousel .owl-stage {
	transform: translate3d(0px, 0px, 0px) !important;
	width: auto !important;
}

.where-our-alumni .carousel .owl-item {
	width: auto !important;
}

.where-our-alumni .carousel .owl-nav {
	display: none !important;
}

.where-our-alumni .carousel .owl-dots {
	display: none !important;
}

.where-our-alumni .carousel .owl-height {
	height: max-content !important;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides .img-section {
	width: 40%;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides .img-section img {
	border-radius: 18px;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides .cont-section {
	width: 60%;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides i {
	color: #cc1db9;
	font-size: 40px;
	margin-bottom: 15px;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides p {
	font-size: 16px;
}

.where-our-alumni .testi {
	position: relative;
}

.where-our-alumni .testi .carousel .carousel-inner .carousel-item .slides .cont-section h4 {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 2px;
}

.where-our-alumni .testi .carousel .carousel-inner .carousel-item .slides .cont-section h4:before {
	position: absolute;
	content: "";
	width: 52px;
	height: 5px;
	top: -14px;
	background-color: #cc1db9;
}

.where-our-alumni .testi .carousel .carousel-inner .carousel-item .slides .cont-section h3 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 22px;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides .video-btn {
	align-items: center;
	display: flex;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides .video-btn button {
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #e9204f;
	text-align: center;
	margin-right: 14px;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides .video-btn button i {
	color: #fff;
	font-size: 14px;
}

.where-our-alumni .carousel .carousel-inner .carousel-item .slides .video-btn span {
	color: #cc1db9;
}

.where-our-alumni .carousel .carousel-control-prev {
	background: #cc1db9;
	opacity: 1;
	height: 35px;
	width: 10%;
	border-radius: 5px;
	bottom: 0;
	top: auto;
	filter: none !important;
	left: 78%;
}

.where-our-alumni .carousel .carousel-control-next {
	background: #cc1db9;
	opacity: 1;
	height: 35px;
	width: 10%;
	border-radius: 5px;
	bottom: 0;
	top: auto;
	filter: none !important;
}


/*---where our alumni End---*/


/*---our-clients---*/

.our-clients {
	padding-bottom: 50px;
	overflow-x: hidden;
}

.our-clients p {
	margin-top: 20px;
}

.our-clients ul {
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	grid-gap: 22px;
	margin-top: 35px;
}

.our-clients ul li {
	margin-top: 30px;
	text-align: center;
}

.our-clients ul li img {
	max-width: 160px;
}


/*--- Our-clients End ---*/


/*---- Learning App ----*/

.learning-app {
	padding: 80px 0;
	overflow-x: hidden;
}

.learning-app .app-box {
	padding: 28px 75px;
	border-radius: 55px;
	border: 4px solid #eee;
	display: grid;
	grid-gap: 30px;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
}

.learning-app .app-box .content h3 {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
}

.learning-app .app-box .content h3 span {
	color: #cc1db9;
}

.learning-app .app-box .content p {
	color: #000;
	font-size: 22px;
	margin-bottom: 42px;
}

.learning-app .app-box .content a {
	margin-bottom: 20px;
	margin-right: 15px;
}

.learning-app .app-box .content a:last-child {
	margin-right: 0px;
}

.learning-app .app-box .content a img {
	max-width: 140px;
}


/*---- Learning App End ----*/


/*---- contact form ----*/

.contact-form {
	padding: 50px 0;
	overflow-x: hidden;
}

.contact-form .row {
	flex-direction: row-reverse;
}

.contact-form .form-cont {
	padding-right: 45px;
}

.contact-form .form-cont h4 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-form .form-cont p {
	font-size: 20px;
	color: #131313;
	margin-bottom: 38px;
}

.contact-form .form-cont h5 {
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.contact-form .form-cont h5 i {
	color: #cc1db9;
	font-size: 28px;
	margin-right: 10px;
}

.contact-form .form-cont .buttons a {
	border: 2px solid #cc1db9;
	display: inline-block;
	margin-right: 35px;
	padding: 8px 15px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
	margin-bottom: 28px;
}

.contact-form .form-cont .buttons a:last-child {
	margin-right: 0px !important;
}

.contact-form .form-cont ul {
	margin-top: 25px;
}

.contact-form .form-cont ul li {
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 15px;
}

.contact-form .form-cont ul li a img {
	max-width: 50px;
}

.contact-form .heading-box {
	background-color: #cc1db9;
	padding: 15px 20px;
	text-align: center;
}

.contact-form .heading-box h3 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 25px;
}

.contact-form .query-form {
	background-color: #fff;
	padding: 26px 30px;
	border: 1px solid #ccc;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.contact-form .query-form form h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-form .query-form form h3 span {
	color: #e9204f;
}

.contact-form .query-form form .form-group label {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 8px;
}

.contact-form .query-form form .form-group .form-control {
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	height: 48px;
	border-radius: 5px;
	font-size: 14px;
}

.contact-form .query-form form .form-group .form-check .form-check-label {
	font-size: 14px;
	font-weight: 400;
}

.contact-form .query-form form button {
	display: block;
	background: #fff;
	border: 3px solid #cc1db9;
	color: #000;
	margin-top: 18px;
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}


/*---- contact form End ----*/


/*---- News Section -----*/

.news-section {
	padding: 80px 0;
	overflow-x: hidden;
}

.news-section .headings {
	margin-bottom: 60px;
}

.news-section .news-box {
	position: relative;
	margin-bottom: 30px;
}

.news-section .news-box .box-1 {
	background-image: url(../images/news-1.png);
	background-size: cover;
	height: 300px;
}

.news-section .news-box .box-2 {
	background-image: url(../images/news-2.png);
	background-size: cover;
	height: 300px;
}

.news-section .news-box .box-3 {
	background-image: url(../images/news-3.png);
	background-size: cover;
	height: 300px;
}

.news-section .news-box .box-4 {
	background-image: url(../images/news-4.png);
	background-size: cover;
	height: 300px;
	background-position: center;
}

.news-section .news-box .box-5 {
	background-image: url(../images/news-5.png);
	background-size: cover;
	background-position: center;
	height: 630px;
}

.news-section .news-box .detail .date {
	background-color: #cc1db9;
	padding: 7px 20px;
	position: absolute;
	text-align: center;
	left: 5%;
	top: 0;
}

.news-section .news-box .detail .date h5 {
	color: #fff;
	margin-bottom: 0;
	font-size: 30px;
}

.news-section .news-box .detail .date h6 {
	color: #fff;
	font-size: 20px;
}

.news-section .news-box .detail .content {
	position: absolute;
	bottom: 5%;
	left: 5%;
}

.news-section .news-box .detail .content p {
	color: #fff;
	font-size: 20px;
}


/*---- News Section End -----*/


/*---- DT Gyan ----*/

.dtgyan {
	background-image: url(../images/home/dtgyan.html);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100vh;
	position: relative;
	align-items: center;
	display: flex;
}

.dtgyan .cont {
	position: relative;
}

.dtgyan .cont h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 20px;
}

.dtgyan .cont p {
	color: #fff;
	margin-bottom: 55px;
	font-size: 26px;
}

.dtgyan .cont .fill-btn {
	width: 200px;
	font-size: 20px;
	padding: 16px 35px;
}


/*---- DT Gyan End ----*/


/*--- Our Media ---*/

.our-media {
	padding: 50px 0;
	padding-top: 120px;
	overflow-x: hidden;
}

.our-media .buttn {
	float: right;
}

.our-media .buttn a {
	border: 2px solid #e9204f;
	color: #000;
	border: 3px solid #e9204f;
	color: #000;
	padding: 10px 19px;
	font-weight: 500;
}

.our-media .grid-box {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	height: 100%;
}

.our-media .grid-box img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
}

.our-media .grid-box .grid-cont {
	padding: 15px;
}

.our-media .grid-box .grid-cont h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.our-media .grid-box .grid-cont i {
	margin-left: 6px;
}


/*--- Our Media End ---*/


/*--- Book Your career ----*/

.book-your-career {
	padding: 60px 0;
	overflow-x: hidden;
}

.book-your-career .headings {
	margin-bottom: 50px;
}

.book-your-career img {
	border-radius: 10px;
}

.book-your-career .padding {
	padding-top: 60px;
	padding-left: 30px;
}

.book-your-career .padding .career-cont {
	display: flex;
	margin-top: 30px;
}

.book-your-career .padding .career-cont .img {
	width: 20%;
}

.book-your-career .padding .career-cont .img img {
	max-width: 70px;
}

.book-your-career .padding .career-cont .details {
	width: 80%;
}

.book-your-career .padding .career-cont .details h3 {
	text-transform: uppercase;
	font-size: 20px;
}

.book-your-career .padding .border-btn {
	margin-top: 35px;
	width: 100%;
	display: block;
}


/*--- Book Your career end ----*/


/* -------- Success Story Page ------------- */

.success-head {
	padding: 125px 0;
}

.success-head .success-cont h1 {
	font-size: 32px;
}

.success-head .success-cont p {
	color: #000;
}


/* -------- Success Story Page End ------------- */


/* ------- what our students --------- */

.what-our-students {
	padding: 80px 0;
	padding-bottom: 50px;
}

.what-our-students h2 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.what-our-students .what-box {
	position: relative;
	margin-bottom: 30px;
}

.what-our-students .what-box .box-1 {
	background-image: url(../images/success/what-1.png);
	background-size: cover;
	height: 500px;
	background-position: center;
}

.what-our-students .what-box .box-2 {
	background-image: url(../images/success/what-2.png);
	background-size: cover;
	height: 235px;
	background-position: center;
}

.what-our-students .what-box .box-3 {
	background-image: url(../images/success/what-3.png);
	background-size: cover;
	height: 235px;
	background-position: center;
}

.what-our-students .what-box .box .btm-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 5%;
	position: absolute;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.what-our-students .what-box .box .btm-cont .video-img img {
	max-width: 45px;
}

.what-our-students .what-box .box .btm-cont .video-img button {
	background: none;
}

.what-our-students .what-box .box .btm-cont .text h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
}

.what-our-students .what-box .box .btm-cont .text h6 {
	font-size: 16px;
	color: #fff;
}

.what-our-students .what-box .box-1 .btm-cont .video-img img {
	max-width: 60px;
}

.what-our-students .what-box .box-1 .btm-cont .video-img .modal .modal-dialog .modal-content .modal-body .close {
	background-color: #cc1db9;
}

.what-our-students .what-box .box-2 .btm-cont .video-img .modal .modal-dialog .modal-content .modal-body .close {
	background-color: #cc1db9;
}

.what-our-students .what-box .box-3 .btm-cont .video-img .modal .modal-dialog .modal-content .modal-body .close {
	background-color: #cc1db9;
}


/* ------- what our students End --------- */


/* ------- Our Hiring Partners ------- */

.our-hiring {
	padding: 40px 0;
}

.our-hiring h2 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 18px;
	text-align: center;
}

.our-hiring h2 span {
	color: #cc1db9 !important;
}

.our-hiring ul {
	padding-left: 0px;
	display: flex;
	grid-gap: 35px;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: center;
}

.our-hiring ul li {
	margin-top: 30px;
	text-align: center;
}

.our-hiring ul li img {
	max-width: 160px;
}


/* ------- Our Hiring Partners End ------- */


/* ------- Placement Page -------- */

.place-heading {
	margin-bottom: 20px;
}

.place-heading h2:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #cc1db9;
}

.place-heading h2 {
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.place-heading h2 span {
	color: #cc1db9;
}

.place-heading h3:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #cc1db9;
}

.place-heading h3 {
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.place-heading h3 span {
	color: #cc1db9;
}

.place-heading h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #cc1db9;
}

.place-heading h4 {
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.place-heading h4 span {
	color: #cc1db9;
}

.place-heading p {
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
}


/* ---- placement_support ------- */

.placement_support {
	padding: 50px 0;
}

.placement_support .ban-cont h1 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 14px;
}

.placement_support .ban-cont p {
	font-size: 25px;
	color: #000;
	margin-bottom: 40px;
}

.placement_support .ban-cont .button-sec {
	display: flex;
	grid-gap: 20px;
}

.placement_support .ban-cont .button-sec .fill-btn {
	background-color: #cc1db9;
	border: 2px solid #cc1db9;
	padding: 14px 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 190px;
	border-radius: 5px;
}

.placement_support .ban-cont .button-sec .fill-btn:hover {
	color: #cc1db9;
	background-color: #fff;
}

.placement_support .ban-cont .button-sec .border-btn {
	background-color: #fff;
	border: 2px solid #cc1db9;
	padding: 14px 20px;
	text-align: center;
	color: #cc1db9;
	font-size: 16px;
	font-weight: 500;
	width: 190px;
	border-radius: 5px;
}

.placement_support .ban-cont .button-sec .border-btn:hover {
	color: #fff;
	background-color: #cc1db9;
	transition: all ease 0.5s;
}

.placement_support .place-img {
	position: relative;
}

.placement_support .place-img .box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 100%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #cc1db9;
	cursor: pointer;
	transition: all ease 0.5s;
}

.placement_support .place-img .box:hover {
	color: #fff;
	background-color: #cc1db9;
	transition: all ease 0.5s;
}

.placement_support .place-img .position-1 {
	top: 45%;
	position: absolute;
	left: -7%;
}

.placement_support .place-img .position-2 {
	top: 16%;
	position: absolute;
	left: -1%;
}

.placement_support .place-img .position-3 {
	top: -4%;
	position: absolute;
	left: 23%;
}

.placement_support .place-img .position-4 {
	top: -6%;
	position: absolute;
	right: 28%;
}

.placement_support .place-img .position-5 {
	top: 15%;
	position: absolute;
	right: 2%;
}

.placement_support .place-img .position-6 {
	top: 44%;
	position: absolute;
	right: -7%;
}


/* ---- placement_support End ------- */


/* quick start */

.quick {
	padding: 70px 0;
}

.quick .place-heading p {
	font-size: 25px;
	color: #000;
	margin-bottom: 40px;
}

.quick .img-placement {
	margin-top: 60px;
	display: flex;
	align-items: center;
	border-radius: 35px;
	background-image: url(../images/placement/placements.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.quick .img-placement .event-play button {
	background: none;
}

.quick .img-placement .event-play button img {
	max-width: 45px;
	margin: 0 auto;
	position: relative;
	top: 49px;
	margin-bottom: 20px;
}

.quick .img-placement .event-play {
	margin: 0 auto;
	padding: 65px 0px;
	text-align: center;
}

.quick .img-placement .event-play h4 {
	font-size: 32px;
	color: #fff;
	padding-top: 40px;
	margin-bottom: 0;
}

.quick .img-placement .event-play p {
	font-size: 20px;
	color: #fff;
}

.quick .placement-steps {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	grid-gap: 0px 30px;
	margin-bottom: 60px;
}

.quick .placement-steps::-webkit-scrollbar {
	width: 5px;
	height: 3px;
}

.quick .placement-steps .placement-group {
	text-align: center;
	padding: 15px 12px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	margin-bottom: 25px;
	height: max-content;
}

.quick .placement-steps .placement-group img {
	max-width: 65px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.quick .placement-steps .placement-group h4 {
	font-size: 16px;
}

.quick .placement-steps .move-down {
	position: relative;
	top: 50%;
}

.quick .placement-steps .placement-group p {
	font-size: 14px;
	color: #000;
}


/* quick start End */


/* our-success story start */


/*.our {
    padding: 50px 0;
    width: 100%;
    padding-top: 90px;
}
*/

.our-placement {
	padding: 40px;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	margin-bottom: 30px;
	border-radius: 25px;
	margin-top: 40px;
}

.our-placement .place-heading {
	margin-bottom: 34px;
	margin-top: 20px;
}

.our-placement .place-heading h2 {
	font-size: 28px;
	margin-bottom: 0px;
}

.our-placement .salary {
	display: flex;
	justify-content: center;
}

.our-placement .salary .salary-group {
	padding: 0 30px;
	border-right: 1px solid#eee;
}

.our-placement .salary .salary-group:last-child {
	border-right: none;
}

.our-placement .salary .salary-group h3 {
	position: relative;
	font-size: 16px;
}

.our-placement .salary .salary-group.lakh h3::after {
	position: absolute;
	content: "+";
	color: #cc1db9;
	font-size: 20px;
	top: -7px;
}

.our-placement .salary .salary-group p {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

.our-placement .salary .our-clients {
	padding-bottom: 50px;
}

.our-placement .salary .our-success ul {
	align-items: center;
	padding-left: 0px;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 35px;
}


/* our-sec-start-end */


/* success start */

.our-success {
	padding-bottom: 50px;
}

.our-success .success-heading {
	padding-bottom: 50px;
}

.our-success .success-heading h2 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
}

.our-success .success-heading span {
	color: #e9204f;
}

.our-success .client-imgs ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 30px;
	align-items: center;
}

.our-success .client-imgs ul li {
	text-align: center;
}

.our-success .client-imgs ul li img {
	max-width: 150px;
}


/* success end */


/* some-of */

.some-of {
	padding: 70px 0;
	padding-bottom: 30px;
}

.some-of .row:not(:first-child) {
	display: flex;
	flex-wrap: inherit;
	overflow-x: scroll;
	padding: 10px 0;
}

.some-of .place-heading {
	margin-bottom: 50px;
}

.some-of .testimonial-group {
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 30px 0px 30px 0px;
	height: 100%;
}

.some-of .testimonial-group h6 {
	margin-bottom: 0;
	font-weight: 600;
}

.some-of .testimonial-group span {
	margin-bottom: 0;
	font-weight: 600;
	color: #000;
	display: block;
	font-size: 16px;
}

.some-of .testimonial-group p {
	color: #000;
	font-size: 16px;
	margin-bottom: 0rem;
}

.some-of .testimonial-group .testimonial-clients {
	max-width: 85px;
	margin-bottom: 12px;
	border: 2px solid #cc1db9;
	border-radius: 50%;
}

.some-of .testimonial-group h5 {
	font-size: 28px;
	color: #cc1db9;
	margin-bottom: 0px;
}

.some-of .testimonial-group .package {
	font-size: 28px;
	color: #cc1db9;
	margin-bottom: 0px;
	font-weight: 500;
}

.some-of .testimonial-group .testimonial-icons {
	max-width: 100px;
	margin: 0 auto;
	height: 33px;
}


/* some-of-end */


/* Place review */

.place-review {
	padding: 20px 0;
}

.place-review .row {
	display: flex;
	flex-wrap: inherit;
	overflow-x: scroll;
	padding: 13px 0;
}

.place-review .feature-flex-square {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 18px;
	border-radius: 5px;
	position: relative;
	height: 100%;
}

.place-review .feature-flex-square i {
	color: #cc1db9;
	font-size: 30px;
	position: absolute;
	top: -14px;
}

.place-review .feature-flex-square p {
	margin-top: 20px;
}

.place-review .feature-flex-square .img-content {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.place-review .feature-flex-square .img-content .img-client img {
	max-width: 55px;
	border-radius: 10px;
}

.place-review .feature-flex-square .img-content .title h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.place-review .feature-flex-square .img-content .title span {
	font-size: 18px;
	margin-bottom: 0;
	display: block;
	color: #000;
	font-weight: 500;
}

.place-review .feature-flex-square .img-content .title h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #cc1db9;
}

.place-review .feature-flex-square .img-content .title p {
	margin: 0;
	font-size: 14px;
	color: #cc1db9;
	font-weight: 500;
}


/* slick end */


/*  testi-2 start */

.testi-2 {
	padding: 20px 0;
	padding-bottom: 40px;
}

.testi-2 .row {
	display: flex;
	flex-wrap: inherit;
	overflow-x: scroll;
	padding: 10px 0;
}


/* testi-2 end */


/* datatranied-vedios start */

.datatranied-vedios {
	padding-bottom: 70px;
}

.datatranied-vedios .datatrained-vedio {
	position: relative;
	min-height: 624px;
	display: flex;
	background-image: url(../images/placement/arashi.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.datatranied-vedios .datatrained-vedio .play-icon {
	align-items: center;
	width: 90%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 3%;
	margin-left: 5%;
	margin-right: 5%;
}

.datatranied-vedios .datatrained-vedio .play-vedio button {
	background: none;
}

.datatranied-vedios .datatrained-vedio .play-vedio button img {
	max-width: 80px;
}

.datatranied-vedios .datatrained-vedio .play-icon .name-text h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
}

.datatranied-vedios .datatrained-vedio .play-icon .name-text h5 {
	color: #fff;
	font-size: 18px;
}


/* datatranied-vedios end */


/* Personal Mentor start */

.personal_mentor {
	padding: 50px 0px;
}

.personal_mentor img {
	max-width: 500px;
}

.personal_mentor .personal-cont .presonal-text ul li {
	display: flex;
	font-size: 18px;
	color: #000;
	line-height: 28px;
	margin-bottom: 30px;
	grid-gap: 20px;
	align-items: center;
}

.personal_mentor .personal-cont .presonal-text ul li img {
	max-width: 35px;
	max-height: 35px;
}

.personal_mentor .personal-cont .presonal-text .talk {
	width: 280px;
	text-align: center;
	border-radius: 4px;
	background-color: #cc1db9;
	color: #fff;
	border: 4px solid transparent;
	display: inline-block;
	padding: 13px 15px;
	font-size: 18px;
	margin-top: 30px;
	font-weight: 500;
}

.personal_mentor .personal-cont .presonal-text .talk:hover {
	width: 280px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	color: #cc1db9;
	border: 4px solid #cc1db9;
	display: inline-block;
	padding: 13px 15px;
	font-size: 18px;
	margin-top: 30px;
	font-weight: 500;
}


/* Personal Mentor end */


/*start our-mentor  */

.our-mentor {
	padding: 70px 0;
}

.our-mentor .place-heading {
	margin-bottom: 50px;
}

.our-mentor .row:not(:first-child) {
	display: flex;
	flex-wrap: inherit;
	overflow-x: scroll;
	padding: 10px 0;
}

.our-mentor .testimonial-group {
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 30px 0px 30px 0px;
	height: 100%;
}

.our-mentor .testimonial-group img {
	border: 2px solid #cc1db9;
	border-radius: 50%;
	margin-bottom: 15px;
	max-width: 90px;
}

.our-mentor .testimonial-group h6 {
	margin-bottom: 0px;
}

.our-mentor .testimonial-group p {
	width: 80%;
	margin: auto;
}

.our-mentor .test-one {
	background-color: #f5fafb;
}

.our-mentor .test-two {
	background-color: #e1ede5;
}

.our-mentor .test-three {
	background-color: #fbf2f4;
}

.our-mentor .test-four {
	background-color: #fbf9ed;
}


/*end our-mentor  */


/*foot-start */

.foot {
	padding-top: 30px;
	overflow-x: hidden;
}

.foot .row {
	align-items: center;
	padding: 50px 0;
}

.foot img {
	max-width: 90%;
}

.foot .rotate {
	position: relative;
	display: flex;
	align-items: center;
}

.foot .rotate::after {
	content: " ";
	position: absolute;
	right: -84px;
	width: 65%;
	height: 120%;
	background: #f7dbf4;
	z-index: -1;
}

.foot .rotate h5 {
	font-size: 32px;
	font-weight: 500;
	color: #555;
	position: absolute;
	right: -28%;
	display: block;
	transform: rotate(90deg);
}

.foot .rotate-two {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.foot .rotate-two::after {
	content: " ";
	position: absolute;
	left: -84px;
	width: 65%;
	height: 120%;
	background: #e1ede5;
	z-index: -1;
}

.foot .rotate-two h5 {
	font-size: 32px;
	font-weight: 500;
	color: #555;
	position: absolute;
	left: -32%;
	display: block;
	transform: rotate(90deg);
}

.foot .rotate-three {
	position: relative;
	display: flex;
	align-items: center;
}

.foot .rotate-three::after {
	content: " ";
	position: absolute;
	right: -84px;
	width: 65%;
	height: 120%;
	background: #fbf9ed;
	z-index: -1;
}

.foot .rotate-three h5 {
	font-size: 32px;
	font-weight: 500;
	color: #555;
	position: absolute;
	right: -25%;
	display: block;
	transform: rotate(90deg);
}

.foot .rotate-four {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.foot .rotate-four::after {
	content: " ";
	position: absolute;
	left: -84px;
	width: 65%;
	height: 120%;
	background: #fbf2f4;
	z-index: -1;
}

.foot .rotate-four h5 {
	font-size: 32px;
	font-weight: 500;
	color: #555;
	position: absolute;
	left: -27%;
	display: block;
	transform: rotate(90deg);
}


/* ------- Placement Page End -------- */


/* ------ Success Story Page ------- */

.success-story {
	padding: 40px 0;
}

.success-story h2 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.success-story .success-big-box {
	position: relative;
	margin: 30px 0;
}

.success-story .success-big-box .success-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 18px;
	border-radius: 5px;
	height: 100%;
}

.success-story .success-big-box .success-box i {
	color: #cc1db9;
	font-size: 30px;
	position: absolute;
	top: -13px;
}

.success-story .success-big-box .success-box p {
	margin-top: 20px;
}

.success-story .success-big-box .success-box .detail {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-top: 30px;
}

.success-story .success-big-box .success-box .detail .img-box {
	height: 55px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.success-story .success-big-box .success-box .detail .img-box img {
	max-width: 55px;
}

.success-story .success-big-box .success-box .detail .cont-box h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.success-story .success-big-box .success-box .detail .cont-box h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #cc1db9;
}

.success-story .success-big-box .success-box .detail .cont-box .link img {
	max-width: 28px;
}

.success-story .success-big-box-2 {
	position: relative;
	height: 100%;
}

.success-story .success-big-box-2 .bg-color-1 {
	background-color: #f7fbfd;
}

.success-story .success-big-box-2 .bg-color-2 {
	background-color: #fdf4f6;
}

.success-story .success-big-box-2 .bg-color-3 {
	background-color: #e3efe6;
}

.success-story .success-big-box-2 .story-box {
	padding: 18px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	height: 100%;
}

.success-story .success-big-box-2 .story-box i {
	font-size: 32px;
	margin-bottom: 12px;
	color: #cc1db9;
	position: absolute;
	top: -13px;
}

.success-story .success-big-box-2 .story-box p {
	margin-bottom: 30px;
}

.success-story .success-big-box-2 .story-box .details {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-top: 30px;
}

.success-story .success-big-box-2 .story-box .details .img-box img {
	max-width: 55px;
	border-radius: 100%;
}

.success-story .success-big-box-2 .story-box .details .cont-box h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.success-story .success-big-box-2 .story-box .details .cont-box h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #cc1db9;
}

.success-story .success-big-box-2 .story-box .details .cont-box .link img {
	max-width: 28px;
}

.success-story .success-video-area {
	position: relative;
	margin-bottom: 50px;
	margin-top: 45px;
}

.success-story .success-video-area .video-box {
	background-image: url(../images/success/what-1.png);
	background-size: cover;
	height: 600px;
	background-position: center;
}

.success-story .success-video-area .video-box .btm-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 5%;
	position: absolute;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.success-story .success-video-area .video-box .btm-cont .text h3 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 20px;
}

.success-story .success-video-area .video-box .btm-cont .text h4 {
	font-size: 16px;
	color: #fff;
}

.success-story .success-video-area .video-box .btm-cont .video-img button {
	background: none;
}

.success-story .success-video-area .video-box .btm-cont .video-img img {
	max-width: 80px;
}

.success-story .success-video-area .video-box .btm-cont .video-img .modal .modal-dialog .modal-content .modal-body .close {
	background-color: #cc1db9;
}

.success-story .success-big-box-3 {
	position: relative;
	margin: 30px 0;
}

.success-story .success-big-box-3 .success-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 18px;
	border-radius: 5px;
}

.success-story .success-big-box-3 .success-box i {
	color: #cc1db9;
	font-size: 30px;
	position: absolute;
	top: -14px;
}

.success-story .success-big-box-3 .success-box p {
	margin-top: 20px;
}

.success-story .success-big-box-3 .success-box .detail {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.success-story .success-big-box-3 .success-box .detail .img-box img {
	max-width: 55px;
	border-radius: 10px;
}

.success-story .success-big-box-3 .success-box .detail .cont-box h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.success-story .success-big-box-3 .success-box .detail .cont-box h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #cc1db9;
}


/* ------ Success Story End ------- */


/* ------------ DTYgyan Page ------------ */


/* dtygyan-banner */

.dtygyan-banner {
	background-image: url(../images/dtygyan/dtgyan.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 85vh;
	position: relative;
	align-items: center;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.dtygyan-banner .content {
	position: relative;
}

.dtygyan-banner .content h1 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 20px;
}

.dtygyan-banner .content p {
	color: #fff;
	margin-bottom: 55px;
	font-size: 26px;
}

.dtygyan-banner .content .fill-btn {
	width: 200px;
	font-size: 20px;
	padding: 16px 35px;
}

.welcome-dtgyan .content-welcome {
	display: none;
}


/* dtygyan-banner */


/*  newestart */

.newest {
	padding: 40px 0px;
	padding-top: 80px;
}

.newest .owl-slider {
	padding: 30px 0px 0px;
}

.newest .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.newest .owl-slider .owl-nav button.owl-prev {
	left: -50px;
}

.newest .owl-slider .owl-nav button.owl-next {
	right: -50px;
}

.newest .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.newest .owl-slider span {
	font-size: 70px;
	position: relative;
	top: -5px;
}

.newest .owl-slider .owl-nav button:focus {
	outline: none;
}


/* newest end*/


/* watch-start*/

.watch {
	padding: 40px 0px;
}

.watch .watch-content .place-heading h2 {
	margin-bottom: 40px;
}

.watch .watch-content .place-heading .fill-btn {
	display: block;
	width: 50% !important;
}

.watch .watch-content .fill-btn:hover {
	color: #cc1db9;
	background-color: #fff;
}

.watch .watch-banner {
	background-image: url(../images/dtygyan/watch.png);
	background-size: cover;
	height: 397px;
}

.watch .watch-banner .watch-text h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 55px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	transform: translate(-50%, -50%);
}


/* watch-end*/


/* newest-bottom-one-start */

.newest-bottom-one {
	padding: 70px 0px;
}

.newest-bottom-one .owl-slider {
	padding: 30px 0px 0px;
}

.newest-bottom-one .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.newest-bottom-one .owl-slider .owl-nav button.owl-prev {
	left: -50px;
}

.newest-bottom-one .owl-slider .owl-nav button.owl-next {
	right: -50px;
}

.newest-bottom-one .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.newest-bottom-one .owl-slider span {
	font-size: 70px;
	position: relative;
	top: -5px;
}

.newest-bottom-one .owl-slider .owl-nav button:focus {
	outline: none;
}


/* newest-bottom-one-end */


/* newest-bottom-two-start */

.newest-bottom-two {
	padding: 40px 0px;
}

.newest-bottom-two .owl-slider {
	padding: 30px 0px 0px;
}

.newest-bottom-two .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.newest-bottom-two .owl-slider .owl-nav button.owl-prev {
	left: -50px;
}

.newest-bottom-two .owl-slider .owl-nav button.owl-next {
	right: -50px;
}

.newest-bottom-two .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.newest-bottom-two .owl-slider span {
	font-size: 70px;
	position: relative;
	top: -5px;
}

.newest-bottom-two .owl-slider .owl-nav button:focus {
	outline: none;
}


/* newest-bottom-two-end */


/* newest-bottom-three-start */

.newest-bottom-three {
	padding: 40px 0px;
}

.newest-bottom-three .owl-slider {
	padding: 30px 0px 0px;
}

.newest-bottom-three .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.newest-bottom-three .owl-slider .owl-nav button.owl-prev {
	left: -50px;
}

.newest-bottom-three .owl-slider .owl-nav button.owl-next {
	right: -50px;
}

.newest-bottom-three .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.newest-bottom-three .owl-slider span {
	font-size: 70px;
	position: relative;
	top: -5px;
}

.newest-bottom-three .owl-slider .owl-nav button:focus {
	outline: none;
}


/* newest-bottom-three-end */


/* newest-bottom-four-start */

.newest-bottom-four {
	padding: 40px 0px;
}

.newest-bottom-four .owl-slider {
	padding: 30px 0px 0px;
}

.newest-bottom-four .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.newest-bottom-four .owl-slider .owl-nav button.owl-prev {
	left: -50px;
}

.newest-bottom-four .owl-slider .owl-nav button.owl-next {
	right: -50px;
}

.newest-bottom-four .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.newest-bottom-four .owl-slider span {
	font-size: 70px;
	position: relative;
	top: -5px;
}

.newest-bottom-four .owl-slider .owl-nav button:focus {
	outline: none;
}


/* newest-bottom-four-end */


/* ai-start */

.ai {
	padding: 40px 0px;
}

.ai .place-heading h2 {
	margin-bottom: 30px;
}

.ai .aileft {
	min-height: 490px;
	display: block;
}

.ai .ai-right .aitop {
	margin-bottom: 20px;
	min-height: 235px;
	display: block;
}

.ai .ai-right .aibottom {
	min-height: 235px;
	display: block;
}


/* ai-end */


/* dtgyan-slider-start */

.sucess-slider {
	padding: 40px 0px;
}

.sucess-slider .owl-slider {
	padding: 30px 0px 0px;
}

.sucess-slider .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.sucess-slider .owl-slider .owl-nav button.owl-prev {
	left: -50px;
}

.sucess-slider .owl-slider .owl-nav button.owl-next {
	right: -50px;
}

.sucess-slider .owl-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sucess-slider .owl-slider span {
	font-size: 70px;
	position: relative;
	top: -5px;
}

.sucess-slider .owl-slider .owl-nav button:focus {
	outline: none;
}

.dtgyan-about {
	padding: 40px 0px;
}

.dtgyan-about .dt-headings-about h2 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
}

.dtgyan-about .dt-headings-about {
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}

.dtgyan-about .dt-headings-about p {
	font-size: 18px;
}

.dtgyan-about .dt-headings-about .fill-btn {
	width: 40%;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}


/* dtgyan-slider-end */


/* ------------ DTYgyan Page End ------------ */


/* ------ Course Page ------- */


/* courses-start */

.courses-details {
	/* background-image: url(../images/courses/best-online-data-science-program-with-guaranteed-placement.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	position: relative;
	align-items: center;
	display: flex;
	margin-bottom: 20px;
	padding: 130px 0px;
	width: 100%;
}

.courses-details .course-heading-banner h1 {
	font-size: 34px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	color: #fff;
	line-height: 1.4;
}

.courses-details .course-heading-banner ul {
	margin: 6px 0 20px 30px;
}

.courses-details .course-heading-banner ul li {
	color: #fff;
	font-size: 16px;
	list-style: disc;
	margin-bottom: 5px;
}

.courses-details .course-heading-banner p {
	color: #fff;
	font-size: 20px;
	margin: 20px 0;
}

.courses-details .course-heading-banner .fill-btn {
	width: 24%;
	display: block;
	margin-top: 40px;
}

.banner-date-2 {
	border: none;
	box-shadow: none;
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 2px solid #dfdfdf;
	border-radius: 15px;
	margin: 0 auto;
	margin-top: -118px;
	max-width: 95%;
	position: relative;
	padding: 25px 40px;
}

.mobile-view {
	display: none;
}

.banner-date-2 .container {
	margin: 0;
	max-width: 100%;
}

.banner-date-2 .banner-detail {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.banner-date-2 .banner-detail .date-border {
	text-align: center;
	margin-bottom: 10px;
	padding: 0 8px;
	border-right: none;
	position: relative;
	flex-grow: 1;
}

.banner-date-2 .banner-detail .date-border h2 {
	font-size: 20px;
	color: #f8b700;
	margin-bottom: 48px;
}

.banner-date-2 .banner-detail .date-border .fill-btn {
	background-color: #f8b700;
	border-color: #f8b700;
}

.banner-date-2 .banner-detail .date-border span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #000;
}

.banner-date-2 .banner-detail .date-border p {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	position: relative;
}

.banner-date-2 .banner-detail .date-border .icon-plus::after {
	position: absolute;
	content: "+";
	color: #cc1db9;
	font-size: 20px;
	top: -9px;
}

.banner-date-2 .banner-detail .date-border .fill-btn:hover {
	color: #f8b700;
	background-color: #fff;
}

.banner-date-2 .banner-detail .date-border img {
	max-width: 75px;
	margin-bottom: 12px;
	padding: 5px;
}

.under-fullstack {
	background-color: #fff;
	position: relative;
	min-height: 600px;

}

.under-fullstack .course-heading-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 600px;
}

.under-fullstack .course-heading-banner h1 {
	font-size: 35px;
	margin-bottom: 15px;
	color: #782a8c;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.3;
}

.under-fullstack .course-heading-banner span {
	color: #f23e36;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.under-fullstack .course-heading-banner h2 {
	font-size: 16px;
	color: #f9d74a;
	line-height: 1.2;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 12px 22px;
	border-radius: 15px;
}

.under-fullstack .course-heading-banner h2 span {
	font-size: 18px;
	margin-bottom: 0;
	display: block;
	margin-top: 5px;
	color: #48a047;
}

.under-fullstack .course-heading-banner p {
	font-size: 15px;
	margin-top: 10px;
}

.under-fullstack .under-img {
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 1;
}

.under-fullstack .under-img .main-image {
	max-width: 58%;
}

.under-fullstack .under-img .backshape {
	position: absolute;
	left: 14%;
	bottom: 9%;
	z-index: -1;
	max-width: 70%;
}

.under-fullstack .hero-shapes img {
	position: absolute;
}

.under-fullstack .hero-shapes .shapeone {
	bottom: 25%;
	left: 0;
}

.under-fullstack .hero-shapes .shapetwo {
	right: 0;
	bottom: 30%;
}

.under-fullstack .hero-shapes .shapethree {
	top: 12%;
	left: 5%;
	-webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
	-moz-animation: hero-circle-1 6s linear 0s infinite alternate;
	-o-animation: hero-circle-1 6s linear 0s infinite alternate;
	animation: hero-circle-1 6s linear 0s infinite alternate;
}

@keyframes hero-circle-1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.under-fullstack .underbox {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 25px;
	width: fit-content;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
}

.under-fullstack .underbox .d-box {
	display: flex;
	column-gap: 20px;
}

.under-fullstack .underbox .d-box .contbox h3 {
	font-size: 17px;
	margin: 0;
}

.under-fullstack .underbox .d-box .contbox p {
	font-size: 13px;
	margin: 0;
}

.under-fullstack .underbox .d-box .contbox a {
	background-color: #e233fb;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
}

.under-fullstack .under-box-1 {
	top: 45%;
}

.under-fullstack .under-box-1 .d-box .imgshape {
	background-color: #ff7921;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
}

.under-fullstack .under-box-1 .d-box img {
	filter: invert(1);
}

.under-fullstack .under-box-2 .d-box .imgshape {
	background-color: #5773ff;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
}

.under-fullstack .under-box-2 .d-box img {
	filter: invert(1);
}

.under-fullstack .under-box-2 {
	top: 70%;
	left: -4%;
}

.under-fullstack .under-box-3 .d-box .contbox p {
	margin-bottom: 8px;
}

.under-fullstack .under-box-3 .d-box .imgshape img {
	border-radius: 100%;
}

.under-fullstack .under-box-3 {
	top: 60%;
	right: 4%;
}

.under-manag .under-img .main-image {
	max-width: 70%;
}

/* program-overview-start */

.program-overview {
	padding: 70px 0px;
}

.program-overview .place-heading .top-heading {
	margin-bottom: 40px;
}

.program-overview .place-heading .top-heading p {
	font-size: 20px;
	color: #000;
}

.program-overview .place-heading {
	padding: 15px 0;
}

.program-overview .hightlight {
	display: grid;
	margin-top: 15px;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
}

.program-overview .hightlight li {
	display: flex;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	margin-bottom: 6px;
	grid-gap: 20px;
	align-items: flex-start;
}

.program-overview .hightlight li img {
	max-width: 40px;
}

.program-overview .program-vedio {
	border: 1px solid #ededed;
	background-color: #fff;
	border-radius: 15px 15px 0px 0px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 8px;
	padding-bottom: 10px;
	position: sticky;
	top: 15%;
}

.program-overview .pg-program-vedio {
	position: relative;
	min-height: 265px;
	background-image: url(../images/courses/data-science-program-online.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 8px 8px 0px 0px;
}

.program-overview .pg-program-vedio button {
	background-color: transparent;
}

.program-overview .pg-program-vedio .pg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 60px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.program-overview .program-vedio .cont-box {
	padding: 15px;
}

.program-overview .program-vedio .cont-box h4 {
	font-size: 20px;
	margin-bottom: 8px;
}

.program-overview .program-vedio .cont-box h2 {
	font-size: 20px;
	margin-bottom: 8px;
}

.program-overview .program-vedio .details-pg .placement-fees p {
	color: #000;
	font-size: 17px;
}

.program-overview .program-vedio .cont-box .featr {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.program-overview .program-vedio .details-pg ol {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.program-overview .program-vedio .details-pg .time-pg {
	float: left;
	font-size: 32px;
	color: #000;
}

.program-overview .program-vedio .details-pg .time-pg span {
	/*padding-left: 12px;*/
}

.program-overview .program-vedio .details-pg ol .students-pg {
	float: right;
	align-items: center;
	display: flex;
	column-gap: 15px;
}

.program-overview .program-vedio .details-pg ol .students-pg .student-img-pg {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	padding: 0;
}

.program-overview .program-vedio .details-pg ol .students-pg .student-img-pg li {
	display: inline-block;
	border: none;
	margin-bottom: 0px;
}

.program-overview .program-vedio .details-pg ol .students-pg .student-img-pg li img {
	max-width: 25px;
	border-radius: 100%;
}

.program-overview .program-vedio .details-pg ol .students-pg .student-img-pg li:not(:first-child) {
	margin-left: -17px;
	position: relative;
	padding-left: 0;
}

.program-overview .program-vedio .details-pg ol .students-pg .student-img-pg li:not(:first-child) {
	margin-left: -17px;
	position: relative;
	padding-left: 0;
}

.program-overview .program-vedio .ondemand {
	width: 100%;
	float: left;
	margin-top: 12px;
	margin-bottom: 25px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 8px;
}

.program-overview .program-vedio .ondemand li {
	font-size: 13px;
	display: flex;
	align-items: baseline;
}

.program-overview .program-vedio .ondemand li i {
	margin-right: 5px;
	color: #000;
}

.program-overview .program-vedio .buy-now-pg {
	display: flex;
	justify-content: space-between;
	clear: both;
}

.program-overview .program-vedio .buy-now-pg .fill-btn {
	width: 100%;
}

.program-overview .down-broc {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 6px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.program-overview .down-broc .cont p {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.program-overview .down-broc .cont .border-btn {
	display: block;
	padding: 22px 10px;
}


/* program-overview-end */


/* programing-language-start */

.programing-language {
	padding: 70px 0px;
}

.programing-language h2 {
	text-align: center;
	color: #000;
	margin-bottom: 0;
	font-size: 28px;
}

.programing-language .customer-logo-ecc .slide {
	text-align: center;
}

.programing-language .customer-logo-ecc .slide img {
	max-width: 100px;
}

.full-stack .slick-slide img {
	width: auto !important;
}

.full-stack .customer-logo-ecc .slide img {
	max-width: 100%;
}

/* programing-language-end */


/* certificate-start */

.certificate {
	padding: 120px 0px;
	background-color: #cc1db9;
	margin-top: 40px;
	position: relative;
}

.certificate .cer-details .place-heading h2 {
	color: #fff;
	font-size: 30px;
	position: relative;
}

.certificate .cer-details .place-heading h2:before {
	background-color: #fff;
}

.certificate .cer-details .place-heading h3 {
	color: #fff;
	font-size: 30px;
	position: relative;
}

.certificate .cer-details .place-heading h3:before {
	background-color: #fff;
}

.certificate .cer-details .place-heading p {
	color: #fff;
	font-size: 20px;
	margin: 20px 0px;
}

.certificate .cer-details ul {
	margin-top: 35px;
}

.certificate .cer-details ul li {
	color: #fff;
	font-size: 16px;
	position: relative;
	margin-bottom: 0;
	padding: 6px 0;
	padding-left: 7%;
}

.certificate .cer-details ul li:before {
	background-color: #fff;
	content: "";
	position: absolute;
	left: 2%;
	height: -webkit-fill-available;
	width: 3.5px;
}

.certificate .carousel .owl-stage {
	width: 100% !important;
}

.certificate .carousel .owl-item {
	width: 100% !important;
	margin-right: 0px !important;
}

.certificate .carousel .owl-item img {
	width: 100% !important;
}

.certificate .carousel .owl-nav {
	display: none !important;
}

.certificate .carousel .owl-dots {
	display: none !important;
}

.certificate .carousel .carousel-control-next-icon {
	filter: brightness(0) invert(0);
	font-size: 25px;
}

.certificate .carousel .carousel-control-prev-icon {
	filter: brightness(0) invert(0);
	font-size: 25px;
}


/* certificate-start-end */

.about-lgca {
	padding: 100px 0 10px;
}


/* whats-the-start */

.whats-the {
	padding: 100px 0px;
	padding-bottom: 30px;
}

.whats-the .place-heading {
	margin-bottom: 50px;
}

.whats-the .whats-box {
	position: relative;
	padding: 5px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	height: 100%;
}

.whats-the .whats-box img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
}

.whats-the .whats-box .cont {
	padding: 0 15px;
}

.whats-the .whats-box .cont h3 {
	font-size: 16px;
	margin: 20px 0px;
}

.whats-the .whats-box .cont h4 {
	font-size: 16px;
	margin: 20px 0px;
}


/* whats-the-end */


/* instructors-start */

.instructors {
	padding: 100px 0px;
}

.instructors .place-heading {
	margin-bottom: 50px;
}

.instructors .shadows {
	text-align: center;
	color: #000;
	border: 1px solid #ededed;
	margin-bottom: 30px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 40px;
	height: 90%;
	border-radius: 6px;
}

.instructors .shadows h5 {
	font-size: 20px;
	margin: 20px 0px 3px;
}

.instructors .shadows h3 {
	font-size: 20px;
	margin: 20px 0px 3px;
}

.instructors .shadows h6 {
	font-size: 16px;
	margin: 0px 0px 10px;
	font-weight: 400;
}

.instructors .shadows span {
	font-size: 16px;
	margin: 0px 0px 7px;
	font-weight: 400;
	display: block;
}

.instructors .shadows img {
	max-width: 100px;
	border-radius: 100%;
}

.instructors .shadows .linkdin {
	max-width: 25px;
	margin-bottom: 8px;
	border-radius: 0;
}

.invest-inst {
	padding: 100px 0 50px;
}

.invest-inst .shadows {
	padding: 20px;
}

.invest-inst .shadows h3 {
	margin: 20px 0px 6px;
}

.invest-inst .shadows h4 {
	font-size: 14px;
}

.new-ins .place-heading h2:before {
	background-color: #F77500;
}


/* instructors-end */


/* syllabus-start */

.syllabus {
	background: #cc1db9;
}

.syllabus .place-heading h2 {
	color: #fff;
	padding-top: 5px;
	font-size: 25px;
}

.syllabus .place-heading h2::before {
	display: none;
}

.syllabus .place-heading p {
	color: #fff;
	font-size: 16px;
	margin: 0px 0px 20px;
}

.syllabus .btn-download {
	border-radius: 5px;
	background: #fff;
	color: #cc1db9;
	font-size: 18px;
	width: fit-content;
	display: block;
	padding: 8px 30px;
	text-align: center;
}

.cto-box .place-heading {
	padding: 30px 0;
}

.cto-box .place-heading p {
	margin-bottom: 6px;
}

.cto-box img {
	max-width: 100%;
	position: absolute;
	bottom: -9%;
}

.earn-learn img {
	max-width: 50%;
}

/* syllabus-end */


/* syllabus-bottom-start */

.syllabus-bottom {
	padding: 100px 0;
}

.syllabus-headings h3 {
	font-size: 28px;
	text-align: center;
	color: #000;
	margin-bottom: 65px;
}

.invest-syllabus .syllabus-headings h3 {
	margin-bottom: 25px;
}

.faq .syllabus-headings h2 {
	font-size: 34px;
	text-align: center;
	color: #000;
	margin-bottom: 50px;
}

.faq .syllabus-headings h3 {
	font-size: 34px;
	text-align: center;
	color: #000;
	margin-bottom: 50px;
}

.faq .accordion .card .card-header h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.faq .ss-box {
	height: 700px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}

.syllabus-bottom .accordion {
	color: #000;
	border: 1px solid #ededed;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
}

.syllabus-bottom .accordion .syllabus-newbox {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px 25px;
	border: 1px solid #efefef;
	border-radius: 10px;
	margin-bottom: 30px;
}

.syllabus-bottom .accordion .syllabus-newbox .module-box {
	color: #fff;
	background-color: #d36fc8;
	padding: 4px 8px;
	font-size: 11px;
	border-radius: 3px;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 15px;
}

.new-sylbs .accordion .syllabus-newbox .module-box {
	background-color: #ff993e;
}

.syllabus-bottom .accordion .syllabus-newbox .module-heading {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 18px;
}

.syllabus-bottom .accordion .syllabus-newbox p {
	font-size: 15px;
}

.syllabus-bottom .accordion .card {
	margin-bottom: 20px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border: none;
}

.syllabus-bottom .accordion .card .card-body {
	padding: 30px;
}

.syllabus-bottom .accordion .card .card-body span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 9px 0;
	color: #000;
}

.syllabus-bottom .accordion .card .card-body ul {
	padding-left: inherit;
}

.syllabus-bottom .accordion .card .card-body ul li {
	list-style: square;
	font-size: 15px;
	margin-bottom: 5px;
}

.syllabus-bottom .accordion .card .card-body h6 {
	font-size: 18px;
}

.syllabus-bottom .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #fff;
}

.syllabus-bottom .card-header a {
	display: block;
	line-height: 1.5;
	padding: 0.75rem 1.25rem;
}

.syllabus-bottom .card-header a h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.syllabus-bottom .card-header a h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.syllabus-bottom .accordion i {
	float: right;
	font-size: 30px;
	color: #555;
	font-weight: 900;
}

.syllabus-bottom .sy-img-con {
	display: flex;
	align-items: center;
	column-gap: 10px;
	max-width: 75%;
	margin: 0 auto;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 16px 18px;
	margin-bottom: 30px;
	border-radius: 5px;
}

.syllabus-bottom .curriculum {
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px;
	position: sticky;
	width: 100%;
	top: 8%;
}

.syllabus-bottom .curriculum h3 {
	text-align: center;
	margin: 20px 0px 0px;
	font-size: 26px;
}

.syllabus-bottom .curriculum p {
	text-align: center;
	color: #000;
	margin: 8px 0px 40px;
}

.syllabus-bottom .sy-img-con .syllabus-content p {
	margin-bottom: 0;
	text-align: left;
	margin-top: 0;
}

.syllabus-bottom .sy-img-con .syllabus-content span {
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
	font-weight: 500;
}

.syllabus-bottom .sy-img-con .syllabus-img {
	max-width: 50px;
}

.new-sylbs .sy-img-con .syllabus-img img {
	filter: brightness(0) invert(0);
}

.syllabus-bottom .curriculum .down-cum {
	width: 100%;
	display: block;
	color: #cc1db9;
	border: 2px solid #cc1db9;
	padding: 14px 16px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
}

.syllabus-bottom .curriculum .down-cum:hover {
	background-color: #cc1db9;
	color: #fff;
}

.new-sylbs .curriculum .down-cum {
	color: #F77500;
	border: 2px solid #F77500;
}

.new-sylbs .curriculum .down-cum:hover {
	background-color: #F77500;
	color: #fff;
}

.invest-syllabus .syllabus-headings {
	margin-bottom: 50px;
}

.invest-syllabus .syllabus-headings h3 {
	margin-bottom: 25px;
}

.invest-syllabus .syllabus-headings p {
	font-size: 20px;
	width: 70%;
	margin: auto;
	color: #000;
}


/* syllabus-bottom-end */


/* electives-start */

.elective {
	padding: 100px 0px;
}

.elective .place-heading {
	margin-bottom: 50px;
}

.elective .deep-learn {
	border: 1px solid #ededed;
	opacity: 0.9;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	height: 90%;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
}

.elective .deep-learn h4 {
	font-size: 16px;
}

.elective .deep-learn h3 {
	font-size: 16px;
}

.elective .deep-learn ul li {
	list-style-type: none;
	color: #000;
	font-size: 15px;
}

.elective .deep-learn:before {
	content: "";
	position: absolute;
	width: 0;
	height: 5px;
	bottom: 0;
	left: 0;
	background-color: #cc1db9;
	visibility: hidden;
	transition: all 0.9s ease-in-out;
}

.elective .deep-learn:hover:before {
	visibility: visible;
	width: 100%;
}

.elective .deep-learn ul {
	padding: 20px;
}

.elective .deep-learn p {
	padding: 20px;
}

.elective .deep-learn .data-heading {
	border: 1px solid #ededed;
	margin-bottom: 15px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px;
	padding: 15px 20px 10px;
	border-radius: 5px 0px;
}

.elective .deep-learn button {
	border: 1px solid #cc1db9;
	color: #cc1db9;
	background-color: #fff;
	margin: 0 20px 25px;
	padding: 2px 25px;
	border-radius: 4px;
}


/* electives-end */


/* industry-start */

.industry {
	padding: 50px 0px;
}

.industry .place-heading ul {
	margin-bottom: 50px;
	margin-top: 20px;
}

.industry .place-heading ul li {
	display: flex;
	font-size: 18px;
	color: #000;
	line-height: 28px;
	grid-gap: 10px;
	align-items: center;
}

.industry .place-heading ul li img {
	max-width: 35px;
	max-height: 35px;
}

.industry .img-industry {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 6px;
	margin-bottom: 15px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	height: 100%;
	padding: 6px;
}

.industry .img-industry img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
}

.industry .img-industry .smartphone {
	padding: 25px 20px;
}

.industry .img-industry .smartphone h4 {
	font-size: 18px;
}

.industry .img-industry .smartphone h3 {
	font-size: 18px;
}

.industry .img-industry .smartphone p {
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
}

.industry .img-industry .smartphone .border-btn {
	padding: 10px 20px;
	font-size: 16px;
	display: block;
	width: 160px;
}

.industry .slide-arrow {
	position: absolute;
	z-index: 1;
	top: 40%;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	color: #cc1db9;
	background-color: #ffeefd;
}

.industry .prev-arrow {
	left: -3%;
}

.industry .next-arrow {
	right: -3%;
}

.industry .slick-track {
	padding: 10px 0;
}

.new-indus .img-industry img {
	max-width: 100% !important;
}

.new-indus .img-industry {
	margin-bottom: 0 !important;
	height: 502px;
}

/* industry-start-end */


/* duration-start */

.duration {
	padding: 70px 0px;
	padding-bottom: 0px;
}

.duration .place-heading {
	margin-bottom: 80px;
}

.duration .cont-box h3 {
	font-size: 22px;
	margin-bottom: 12px;
}

.new-duration img {
	border-radius: 10px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border: 6px solid #fff;
}

.duration .tab-industry .nav {
	column-gap: 2%;
	width: 100%;
	justify-content: center;
}

.duration .tab-industry .nav-tabs {
	border-bottom: none;
}

.duration .tab-industry .nav-tabs .nav-item .nav-link {
	border: none;
	text-align: center;
	font-size: 18px;
	padding: 16px;
	color: #000;
	border-radius: 0;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.duration .tab-industry .nav-tabs .nav-item {
	margin-bottom: 0;
	width: 23%;
}

.duration .tab-industry .nav-tabs .nav-item .nav-link {
	border-top: 5px solid #fff;
}

.duration .tab-industry .nav-tabs .nav-item .active {
	border-top: 5px solid #cc1db9;
}

.duration .tab-content {
	padding: 100px;
}

.duration .tab-industry .nav-tabs .nav-item .nav-link img {
	max-width: 25px;
	padding-right: 10px;
	filter: brightness(0) invert(0);
}

.duration .tab-industry .nav-tabs .nav-item .active img {
	filter: none;
}

.duration .tab-content .duration-content p {
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}

.duration .tab-content img {
	width: 100%;
}


/* duration-end */


/* .industry-industry-carrerimpact-start */

.industry-carrerimpact {
	padding: 70px 0px;
}


/* ------ Success Story Page ------- */

.industry-carrerimpact {
	padding: 40px 0;
}

.industry-carrerimpact h2 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
	color: #000;
}

.industry-carrerimpact h3 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
	color: #000;
}

.industry-carrerimpact h4 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
	color: #000;
}

.industry-carrerimpact .success-big-box-2 {
	position: relative;
	height: 100%;
}

.industry-carrerimpact .success-big-box-2 .bg-color-1 {
	background-color: #f7fbfd;
}

.industry-carrerimpact.success-big-box-2 .bg-color-2 {
	background-color: #fdf4f6;
}

.industry-carrerimpact .success-big-box-2 .bg-color-3 {
	background-color: #e3efe6;
}

.industry-carrerimpact .success-big-box-2 .story-box {
	padding: 25px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	height: 100%;
}

.industry-carrerimpact .success-big-box-2 .story-box i {
	font-size: 32px;
	margin-bottom: 12px;
	color: #cc1db9;
}

.industry-carrerimpact .success-big-box-2 .story-box p {
	font-size: 18px;
	line-height: 1.5;
}

.industry-carrerimpact p {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-bottom: 40px;
}

.industry-carrerimpact .success-big-box-2 .story-box .details {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.industry-carrerimpact .success-big-box-2 .story-box .details .img-box img {
	max-width: 55px;
	border-radius: 100%;
}

.industry-carrerimpact .success-big-box-2 .story-box .details .cont-box h5 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
}

.industry-carrerimpact .success-big-box-2 .story-box .details .cont-box .name {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	display: block;
	color: #000;
}

.industry-carrerimpact .success-big-box-2 .story-box .details .cont-box h6 {
	color: #cc1db9;
	font-size: 14px;
}

.industry-carrerimpact .success-big-box-2 .story-box .details .cont-box .position {
	color: #cc1db9;
	font-size: 14px;
	display: block;
	font-weight: 500;
}


/* ------ Success Story End ------- */


/* vedio-course-page-start */

.vedio-course-page {
	padding-bottom: 50px;
}

.vedio-course-page .success-video-area {
	position: relative;
	width: 100%;
}

.vedio-course-page .success-video-area .video-box {
	/*background-image: url(../images/courses/what-1.png);*/
	background-size: cover;
	height: 485px;
	background-position: center;
}

.vedio-course-page .success-video-area .video-box .btm-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 5%;
	position: absolute;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.vedio-course-page .modal .modal-dialog {
	max-width: 70%;
	margin: auto;
}

.vedio-course-page .success-video-area .video-box .btm-cont .text h5 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 20px;
}

.vedio-course-page .success-video-area .video-box .btm-cont .text h6 {
	font-size: 16px;
	color: #fff;
}

.vedio-course-page .success-video-area .video-box .btm-cont .video-img button {
	background: none;
}

.vedio-course-page .success-video-area .video-box .btm-cont .video-img img {
	max-width: 60px;
}

.vedio-course-page .success-video-area .video-box .btm-cont .video-img .modal .modal-dialog .modal-content .modal-body .close {
	background-color: #cc1db9;
}

.vedio-course-page .salary-hike {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 35px;
	text-align: center;
}

.vedio-course-page .salary-hike .salary-group img {
	max-width: 55px;
}

.vedio-course-page .salary-hike .salary-group {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	padding: 15px;
}

.vedio-course-page .salary-hike .salary-group h5 {
	font-size: 34px;
	padding: 5px 0px 0px;
	line-height: 1.5;
	margin-bottom: 0px;
}

.vedio-course-page .salary-hike .salary-group span {
	font-size: 19px;
	padding: 5px 0px 0px;
	line-height: 1.5;
	margin-bottom: 0px;
	display: block;
	color: #000;
	font-weight: 500;
}

.vedio-course-page .salary-hike .salary-group p {
	color: #000;
	margin-bottom: 0px;
}

.vedio-course-page .success-video-area .video-logo {
	position: absolute;
	bottom: 2%;
	max-width: 170px !important;
	left: 40%;
}


/* vedio-course-page-end */


/* industry-industry-carrerimpact-end */


/* admission-process */

.admission-process {
	padding: 100px 0px 0;
}

.admission-process .process-steps {
	border-radius: 5px;
	height: 85%;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 30px;
	margin-top: 40px;
}

.admission-process .process-steps h5 {
	font-size: 20px;
	margin: 30px 0px 20px;
	color: #000;
}

.admission-process .process-steps h3 {
	font-size: 20px;
	margin: 30px 0px 20px;
	color: #000;
}

.admission-process .process-steps p {
	font-size: 18px;
	margin: 30px 0px 20px;
	color: #000;
}


/* admission-process */


/* residents */

.residents {
	background-color: #cc1db9;
	position: relative;
}

.residents .fill-btn:hover {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.residents .place-heading {
	padding: 60px 0 50px;
}

.residents .place-heading h2 {
	color: #fff;
}

.residents .place-heading h2::before {
	background-color: #fff;
	top: -20px;
}

.residents .place-heading span {
	color: #fff;
	font-size: 26px;
	display: inline-block;
	margin-bottom: 10px;
}

.residents .place-heading p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}

.residents .fill-btn {
	display: block;
	background-color: #fff;
	border: 2px solid #fff;
	color: #cc1db9;
	font-size: 16px;
	width: 190px;
	margin: 20px 0 0;
}

.residents .residents-right img {
	position: absolute;
	bottom: 0;
	max-width: 575px;
	left: 0;
}


/* residents */


/*---- contact form ----*/

.book-form {
	padding: 70px 0;
	overflow-x: hidden;
}

.book-form .form-cont {
	padding: 50px 45px;
	background-color: #cc1db9;
}

.book-form .new-padding {
	padding: 0px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.book-form .form-cont h4 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.book-form .form-cont h3 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #fff;
}

.book-form .form-cont h5 {
	color: #fff;
}

.book-form .form-cont h5 i {
	color: #fff;
}

.book-form .form-cont .info-head {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.book-form .form-cont .info-head i {
	color: #fff;
}

.book-form .form-cont p {
	font-size: 16px;
	color: #fff;
}

.book-form .form-cont h6 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 38px;
}

.book-form .form-cont span {
	font-size: 25px;
	color: #fff;
	margin-bottom: 18px;
	display: block;
	font-weight: 500;
}

.book-form .form-cont .buttons a {
	border: 2px solid #fff;
	display: inline-block;
	margin-right: 35px;
	padding: 8px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
	margin-bottom: 28px;
}

.book-form .heading-box {
	background-color: #cc1db9;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
	margin: 30px 60px 0px;
}

.book-form .heading-box h3 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 25px;
}

.book-form .session-now .npf_wgts {
	margin: 35px 45px 0;
}

.book-form .query-form {
	background-color: #fff;
	padding: 26px 30px;
	margin: 0px 30px;
}

.book-form .query-form form h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.book-form .query-form form h3 span {
	color: #e9204f;
}

.book-form .query-form form .form-group label {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 8px;
}

.book-form .query-form form .form-group .form-control {
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	height: 48px;
	border-radius: 5px;
	font-size: 14px;
}

.book-form .query-form form .form-group .form-check .form-check-label {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

.book-form .query-form form button {
	display: block;
	background: #fff;
	border: 3px solid #cc1db9;
	color: #cc1db9;
	margin-top: 18px;
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.book-form .back-color {
	background-color: #cc1db9 !important;
}


/*---- contact form End ----*/

.city-data {
	padding: 70px 0;
}

.city-data .box {
	margin-bottom: 50px;
}

.city-data .box:last-child {
	margin-bottom: 0;
}

.city-data .box h6 {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

.city-data .box h6:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	top: -18px;
	background-color: #cc1db9;
}

.city-data .box h2 {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

.city-data .box h2:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	top: -18px;
	background-color: #cc1db9;
}

.city-data .box ul {
	padding-left: 30px;
}

.city-data .box ul li {
	list-style-type: circle;
	margin-bottom: 6px;
}

.citywise-data {
	padding: 50px 0 80px;
}


/* syllabus-end */


/* syllabus-bottom-start */

.faq {
	padding: 100px 0;
}

.faq .syllabus-headings h4 {
	font-size: 34px;
	text-align: center;
	color: #000;
	margin-bottom: 50px;
}

.faq .accordion .card .card-body .table {
	font-size: 14px;
}


/* courses-end */


/* ------ Course Page End ------- */


/* ------ Career Page ------- */

.career {
	padding: 90px 0 70px 0;
}

.career .career-cont p {
	font-size: 22px;
	color: #000;
	margin: 30px 0px 40px;
}

.career .career-cont .fill-btn {
	display: block;
	width: 220px;
	padding: 12px;
}

.life {
	padding-top: 70px;
}

.life .place-heading {
	margin-bottom: 85px;
}

.life .place-heading h2 {
	color: #000;
	margin-bottom: 25px;
}

.life .place-heading p {
	color: #000;
	font-size: 20px;
}

.life .personality {
	display: flex;
	column-gap: 35px;
}

.life .personality .personality-content h3 {
	font-size: 20px;
	color: #000;
}

.life .personality .personality-content p {
	font-size: 18px;
	color: #000;
	margin-bottom: 80px;
}

.life .personality .personality-img img {
	max-width: 60px;
}


/* Place review */

.personality-bottom {
	padding: 20px 0px 70px;
}

.personality-bottom .row {
	display: flex;
	flex-wrap: inherit;
	padding: 13px 0;
}

.lifeat {
	padding: 40px 0px;
}

.lifeat .place-heading h2 {
	margin-bottom: 60px;
}

.lifeat .lifeat-left {
	background-image: url(../images/career/life-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 520px;
	margin-bottom: 30px;
}

.lifeat .lifeat-right .lifeat-top {
	background-image: url(../images/career/life-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 245px;
	margin-bottom: 30px;
}

.lifeat .lifeat-right .lifeat-bottom {
	background-image: url(../images/career/life-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 245px;
	margin-bottom: 30px;
}

.open-job {
	padding: 70px 0px;
}

.open-job .place-heading {
	margin-bottom: 70px;
}

.open-job .design-career {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.open-job .accordion .card {
	border: none;
	margin-bottom: 20px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.open-job .accordion .card .card-header {
	border: none;
	background-color: #fafafa;
	padding: 10px 15px;
}

.open-job .accordion .card .card-header .btn.focus,
.btn:focus {
	box-shadow: none;
	text-decoration: none;
}

.open-job .accordion .card .card-header .btn i {
	float: right;
	font-size: 28px;
}

.open-job .accordion .card .card-header .btn-link {
	color: #555;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.open-job .accordion .card .card-header .btn-link:hover {
	text-decoration: none;
}

.open-job .accordion .card .card-body {
	padding-bottom: 0;
}

.open-job .accordion .card .card-body .design-career .design-con h5 {
	font-size: 18px;
}

.open-job .accordion .card .card-body .design-career .design-con p {
	font-size: 16px;
}

.open-job .accordion .card .card-body .design-career .design-btn .fill-btn {
	padding: 8px;
	width: 180px;
	display: block;
}

.open-job .accordion .card .card-body .design-career .design-btn .border-btn {
	padding: 8px;
	width: 180px;
	display: block;
	border-radius: 5px;
}


/* ------ Career Page End ------- */


/* ------ Blog Page ------- */

.blog-top {
	position: relative;
	padding-top: 100px;
	padding-bottom: 30px;
}

.blog-top .blog-headings p {
	font-size: 20px;
}

.blog-top .blog-title p {
	color: #000;
	margin-bottom: 10px;
}

.blog-top .blog-title span {
	padding-left: 15px;
}

.blog-top .place-heading h1 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.blog-top .place-heading h1:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #cc1db9;
}

.blog-top .place-heading {
	margin-bottom: 50px;
}

.blog-top .top-img {
	border-radius: 25px;
}

.blog-top .blog-title h2 {
	font-size: 30px;
	font-weight: 500;
	position: relative;
}

.blog-top .blog-img-content {
	display: flex;
	align-items: center;
}

.blog-top .blog-img-content .title-head {
	padding-left: 30px;
}

.blog-top .blog-img-content .img-head img {
	max-width: 66px;
}

.blog-top .blog-img-content .title-head h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.blog-top .blog-img-content .title-head h4 {
	font-size: 18px;
	color: #cc1db9;
	margin-bottom: 0px;
}


/* latest-blog-start */

.latest-blog {
	padding: 70px 0px;
}

.latest-blog .place-heading {
	margin-bottom: 50px;
}

.latest-blog .latest-content {
	position: relative;
	padding: 5px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	margin-bottom: 30px;
	height: 100%;
}

.latest-blog .latest-content img {
	margin-bottom: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: auto;
	width: 100%;
}

.latest-blog .latest-content .cont {
	padding: 0 15px;
}

.latest-blog .latest-content h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

.latest-blog .latest-content p {
	color: #000;
	margin-bottom: 8px;
}

.latest-blog .latest-content span {
	padding-left: 15px;
}

#more {
	display: contents;
}

#myBtn {
	display: none;
}

#more1 {
	display: contents;
}

#myBtn1 {
	display: none;
}


/* latest-blog-end */


/* technologies-start */

.blog-technologies {
	padding: 20px 0px;
}

.blog-technologies .tech-content img {
	margin-bottom: 30px;
	border-radius: 18px;
}

.blog-technologies .tech-content {
	margin-bottom: 50px;
}

.blog-technologies .tech-content h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

.blog-technologies .tech-content p {
	color: #000;
	margin-bottom: 8px;
}

.blog-technologies .tech-content span {
	padding-left: 15px;
}


/* technologies-end */


/* ------ Blog Page End ------- */


/*-------- single-blog-start-----*/

.single-blog {
	position: relative;
	background-image: url("../images/singleBlog/what-1.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 70vh;
	display: flex;
	align-items: center;
	width: 100%;
}

.single-blog img {
	width: 100%;
}

.the-quest {
	padding: 70px 0px;
	max-width: 70%;
	margin: 0 auto;
}

.the-quest iframe {
	height: 455px;
}

.the-quest .blog-title {
	margin-bottom: 12px;
}

.the-quest p {
	color: #000;
	font-size: 20px;
	margin-bottom: 12px;
}

.the-quest .blog-img-content {
	display: flex;
	align-items: center;
}

.the-quest .blog-img-content .img-head img {
	max-width: 66px;
}

.the-quest .blog-img-content .title-head {
	padding-left: 30px;
}

.the-quest .blog-img-content .title-head h4 {
	font-size: 18px;
	color: #cc1db9;
	margin-bottom: 0px;
}

.the-quest .blog-img-content .title-head h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.the-quest .share-social-links {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.the-quest .share-social-links .social-left h5 {
	font-size: 20px;
}

.the-quest .share-social-links .social-right ul li {
	display: inline-block;
	margin-right: 18px;
}

.the-quest .share-social-links .social-right ul li a img {
	max-width: 40px;
}

.the-quest .para1 {
	padding: 0;
}

.the-quest .para1 ul {
	padding: 10px 20px;
}

.the-quest .para1 ul li {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.the-quest .para1 img {
	width: 100%;
	margin: 30px 0px;
}

.the-quest .para2 {
	margin: 40px 0px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 10px 20px 0px;
	border-top: 10px solid#cc1db9;
}

.the-quest .para2 h2 {
	font-size: 22px;
	color: #000;
}

.the-quest .para2 .getfree {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 8px 20px;
	display: inline-block;
	color: #cc1db9;
}

.the-quest .para3 .social-link-bottom ul {
	text-align: right;
}

.the-quest .para3 .social-link-bottom ul li {
	display: inline-block;
	margin-right: 10px;
}

.the-quest .para3 .chat-sect {
	display: flex;
	column-gap: 40px;
}

.the-quest .para3 .chat-sect li a {
	color: #000;
}

.the-quest .para3 .chat-sect li a img {
	margin-right: 8px;
}

.single-blog-bottom {
	padding: 70px 0px;
}

.single-blog-bottom .blog-headings {
	margin-bottom: 50px;
}


/*--------- single-blog-end --------- */


/* ------------ Press Relesed Page ------------ */

.press-relesed {
	padding: 0px 0px 70px;
	position: relative;
}

.press-relesed .press-banner {
	background-image: url(../images/pressRelease/banner-press.png);
	height: 70vh;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	background-position: bottom center;
}

.press-relesed .press-banner h1 {
	font-size: 50px;
	color: #fff;
	text-align: center;
}

.latest-press {
	padding: 45px 0px;
}

.latest-press .place-heading p {
	margin-bottom: 55px;
}

.latest-press .press-innertext {
	margin-bottom: 30px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%) !important;
	border-radius: 6px;
	height: 94%;
	padding: 6px;
}

.latest-press .press-innertext img {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	height: 220px;
	width: 100%;
}

.latest-press .press-innertext .press-innercont {
	background-color: #fff;
	padding: 10px 20px 25px;
}

.latest-press .press-innertext .press-innercont p {
	margin-bottom: 10px;
}

.latest-press .press-innertext .press-innercont h5 {
	font-size: 18px;
	margin-bottom: 22px;
	margin-top: 10px;
}

.latest-press .press-innertext .press-innercont .fill-btn {
	display: block;
	padding: 8px 20px;
	width: 200px;
}

.recongnised {
	padding: 50px 0;
}

.recongnised .place-heading h2 {
	margin-bottom: 55px;
}

.recongnised .recongnised-left i {
	padding-right: 10px;
	float: revert;
	color: #cc1db9;
}

.recongnised .recongnised-left h4 {
	font-size: 18px;
}

.recongnised .recongnised-left p {
	font-size: 14px;
	margin-bottom: 5px;
}

.recongnised .recongnised-left .press-innercont {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px;
}

.recongnised .recongnised-right {
	display: flex;
	align-items: center;
	width: 85%;
	margin: auto;
	margin-bottom: 30px;
	column-gap: 20px;
}

.recongnised .recongnised-right .recongnised-img {
	max-width: 100px;
}

.recongnised .recongnised-right .recongnised-content h5 {
	font-size: 18px;
}

.recongnised .recongnised-right .recongnised-content p {
	font-size: 14px;
	margin-bottom: 5px;
}

.recongnised .recongnised-right .recongnised-content i {
	padding-right: 10px;
	float: revert;
	color: #cc1db9;
}

.deal {
	padding: 70px 0px;
}

.deal .deal-box {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.deal .deal-box .press-innercont {
	padding: 10px 20px 40px;
}

.deal .deal-box .press-innercont h4 {
	font-size: 18px;
}

.deal .deal-box .press-innercont p {
	font-size: 14px;
	margin-bottom: 5px;
}

.deal .deal-box .press-innercont i {
	padding-right: 10px;
	color: #cc1db9;
}


/*--------- Press Relesed Page end ---------*/


/*---------------- Policy Page end --------------*/

.policy {
	background-image: linear-gradient(to right, #ff5f6d, #ffc371);
	position: relative;
	height: 40vh;
	display: flex;
	width: 100%;
	align-items: center;
}

.policy h1 {
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
	line-height: 1.8;
}

.policy-privacy {
	position: relative;
	padding: 90px 0 50px 0;
}

.policy-privacy .policy-para p {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}

.policy-privacy .policy-para h4 {
	font-size: 20px;
	color: #000;
	margin: 18px 0px;
}

.policy-privacy .policy-para h5 {
	font-size: 16px;
}

.policy-privacy .policy-para ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.policy-privacy .policy-para ul li {
	list-style: circle;
	color: #000;
	margin-bottom: 10px;
}


/*---------------- Policy Page end --------------*/


/*------------ Collage Page start -------------*/

.collage {
	background-image: url(../images/college/banner-collage.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 70vh;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.collage .collage-images {
	position: absolute;
	bottom: 0%;
}

.collage .collage-cont h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}

.collage .collage-cont p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}

.mobile-view-heading {
	display: none;
}

.because-world {
	padding: 4% 5%;
	margin-bottom: 30px;
	background-color: #cc1db9;
	color: #fff;
}

.because-world .place-heading {
	margin-bottom: 0px;
}

.because-world .place-heading h2 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.because-world .place-heading h2:before {
	background-color: #fff;
}

.because-world .salary {
	display: flex;
	justify-content: space-between;
}

.because-world .salary .salary-group {
	display: flex;
	column-gap: 15px;
	align-items: center;
	padding: 0 22px;
	border-right: 1px solid#eee;
}

.because-world .salary .salary-group img {
	max-width: 50px;
}

.because-world .salary .salary-group:last-child {
	border-right: none;
}

.because-world .salary .salary-group h3 {
	position: relative;
	font-size: 24px;
	color: #fff;
}

.because-world .salary .salary-group.lakh h3::after {
	position: absolute;
	content: "+";
	color: #cc1db9;
	font-size: 20px;
	top: -7px;
}

.because-world .salary .salary-group p {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.because-world .salary .our-clients {
	padding-bottom: 50px;
}

.because-world .salary .our-success ul {
	align-items: center;
	padding-left: 0px;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 35px;
}

.alumni-sec {
	padding: 40px 0;
}

.alumni-sec h2 span {
	color: #e9204f;
}

.alumni-sec ul {
	padding-left: 0px;
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: center;
}

.alumni-sec ul li {
	margin-top: 0;
}

.alumni-sec ul li img {
	max-width: 240px;
}


/* - Our Hiring Partners End -*/


/*----------- Collage Page end----------*/


/* -------- Companies Page start-------*/

.company {
	background-image: url(../images/company/banner-company.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	height: 70vh;
}

.company .company-cont h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}

.company .company-cont p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}

.because {
	padding: 70px 0px;
	position: relative;
}

.because .place-heading h2 {
	color: #000;
}

.because .plateform {
	display: inline-flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 30px;
	column-gap: 30px;
}

.because .plateform img {
	max-width: 56px;
	margin-bottom: 8px;
}

.because .plateform h4 {
	color: #000;
	font-size: 20px;
}

.because .plateform .plateform-group {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	padding: 18px;
	width: 45%;
}

.because .plateform .plateform-group p {
	margin-bottom: 0;
}

.hr-teams {
	padding: 70px 0px;
}

.hr-teams .place-heading {
	margin-bottom: 90px;
}

.hr-teams .place-heading h2 {
	color: #000;
}

.hr-teams .hr-placement {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.hr-teams .hr-placement .hr-group {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	padding: 28px 30px;
}

.hr-teams .hr-placement .hr-group h4 {
	font-size: 20px;
	margin: 10px 0;
}

.hr-teams .hr-placement .hr-group p {
	margin-bottom: 0px;
	padding: 0;
}

.job-boster {
	background-color: rgba(230, 230, 250, 0.5) !important;
}

.job-boster .place-heading h2 {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}

.job-boster .hr-group span {
	font-size: 15px;
	color: #000;
}

.job-boster .hr-group h3 {
	font-size: 18px !important;
	margin: 0 0 8px;
	color: #cc1db9;
}

.job-boster .hr-group h4 {
	font-size: 15px !important;
	margin: 0;
}

.hr-teams p {
	color: #000;
	padding: 0% 8%;
}

.hr-teams .hr-img {
	position: relative;
}

.job-booster-course .place-heading {
	margin-bottom: 76px;
}

.job-booster-course .place-heading h2 {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	flex-wrap: wrap;
}

.job-booster-course .place-heading h2:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #cc1db9;
}

.offers {
	padding: 70px 0px;
}

.offers .personal-cont .presonal-text ul li {
	display: flex;
	font-size: 18px;
	color: #000;
	line-height: 28px;
	margin-bottom: 30px;
	grid-gap: 20px;
	align-items: center;
}

.offers .personal-cont .presonal-text ul li img {
	max-width: 100px;
	max-height: 70px;
}

.offers .personal-cont .place-heading h2 {
	color: #000;
}

.offers .personal-cont .place-heading p {
	color: #000;
	margin: 20px 0px;
}

.offers .personal-cont .presonal-text {
	margin-top: 60px;
}

.company-success {
	padding: 50px 0;
}

.company-success .success-heading h2 {
	color: #000;
	font-size: 34px;
	font-weight: 600;
}

.company-success .success-heading span {
	color: #cc1db9;
}

.company-success .client-imgs ul {
	display: flex;
	grid-gap: 30px;
	align-items: center;
	justify-content: center;
}

.company-success .client-imgs ul li {
	text-align: center;
}

.company-success .client-imgs ul li img {
	max-width: 190px;
}

.company-form {
	padding: 70px 0;
	overflow-x: hidden;
}

.company-form .place-heading {
	padding: 0px 15px;
}

.company-form .place-heading h2 {
	color: #000;
}

.company-form .query-form {
	background-color: #fff;
	padding: 26px 0px;
	margin: 0px 0px;
}

.company-form .query-form .form-group label {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 8px;
}

.company-form .query-form .form-group .form-control {
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	height: 48px;
	border-radius: 5px;
	font-size: 14px;
}

.company-form .query-form [type=submit] {
	display: block;
	background: #cc1db9;
	border: 3px solid #cc1db9;
	color: #fff;
	margin-top: 18px;
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.company-form .query-form .form-group textarea {
	outline: none;
	border-radius: 5px;
	padding: 10px 20px;
	border: 1px solid #ebebeb;
	width: 100%;
	height: 100px !important;
	color: #000 !important;
}

.company-form .query-form .form-group textarea::placeholder {
	color: #000;
}

.company-form .query-form .form-group input[type="date"] {
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	height: 48px;
	border-radius: 5px;
	font-size: 14px;
	display: block;
}

.company-form .query-form form .form-group input[type="date"]::-webkit-clear-button {
	z-index: 1;
}

.company-form .query-form form .form-group input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	color: transparent;
	background: transparent;
}

.company-form .company-imgs {
	position: relative;
}

.company-form .company-imgs .admission-datatrained {
	position: absolute;
	bottom: 8%;
	color: #000;
	left: 48%;
}


/* ----------- companies Page end ------------*/


/*------- About Page -------------*/

.about {
	padding-bottom: 60px;
}

.about .about-banner {
	position: relative;
	background-image: url(../images/about/about-banner.png);
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.about .about-banner h1 {
	text-align: center;
	font-size: 45px;
	font-weight: 400;
	color: #fff;
}

.about-story {
	padding: 60px 0px;
}

.about-story .head h2 {
	color: #000;
	margin-bottom: 60px;
	text-align: center;
	font-size: 34px;
}

.about-story p {
	margin-bottom: 16px;
	font-size: 20px;
	color: #000;
}

.about-story p:last-child {
	margin-bottom: 0;
}

.about-story .about-img {
	margin-bottom: 20px;
}

.about-what {
	padding: 60px 0;
}

.about-what .what-box .box-1 {
	height: 445px;
}

.about-what .what-box .box-2 {
	height: 207px;
}

.about-what .what-box .box-3 {
	height: 207px;
}

.mission {
	padding: 60px 0;
}

.mission .place-heading h2 {
	margin-bottom: 25px;
}

.mission .mission-center .mission-img {
	color: #cc1db9;
	font-size: 60px;
	font-weight: 700;
	line-height: 84px;
}

.mission .presonal-text .mission-center {
	display: flex;
	font-size: 18px;
	color: #000;
	line-height: 28px;
	column-gap: 30px;
	align-items: flex-end;
}

.mission .place-heading p {
	font-size: 16px;
	color: #000;
}

.mission .place-heading h4 {
	margin: 50px 0px 40px;
	font-size: 25px;
}

.mission .presonal-text {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}

.timelines {
	padding: 50px 0 90px;
}

.timelines h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 75px;
}

.timelines .timeline {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.timelines .timeline::after {
	content: "";
	position: absolute;
	width: 6px;
	background-color: #cc1db9;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

.timelines .times {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

.timelines .times::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	background-color: white;
	border: 4px solid #cc1db9;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

.timelines .left {
	left: 0;
}

.timelines .right {
	left: 50%;
}

.timelines .left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid #cc1db9;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #cc1db9;
}

.timelines .right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent #cc1db9 transparent transparent;
}

.timelines .right::after {
	left: -16px;
}

.timelines .content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	border: 1px solid #f7f7f7;
	box-shadow: 0 0 6px 0.2rem rgb(204 29 185 / 6%);
	padding: 30px 0px 30px 30px;
}

.timelines .content h3 {
	font-size: 25px;
}


/* time-line */

.our-team {
	background-image: url(../images/about/out-teemBanner.png);
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 78px 0 50px;
}

.our-team .our-team-headings h2 {
	text-align: center;
	font-size: 40px;
	text-transform: capitalize;
	margin-bottom: 60px;
	color: #000;
}

.our-team .our-team-box .team-cont {
	position: relative;
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.our-team .our-team-box .team-cont h5 {
	font-size: 26px;
	color: #cc1db9;
	line-height: 1.2;
}

.our-team .our-team-box .team-cont h6 {
	font-size: 16px;
	margin-bottom: 14px;
}

.our-team .our-team-box .team-cont i {
	color: #cc1db9;
	opacity: 0.1;
	position: absolute;
	font-size: 40px;
	top: 29%;
}

.our-team .our-team-box .team-cont p {
	font-size: 17px;
	position: relative;
}

.our-team .our-team-box .team-cont img {
	max-width: 200px;
}

.our-team .our-team-box {
	display: flex;
	padding: 30px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 12px;
	background-color: #fff;
}

.our-team .our-team-box .team-img {
	width: 40%;
	position: relative;
}

.our-team .our-team-box .team-img img {
	border-radius: 12px;
	border: 6px solid #fff6fe;
}

.our-team .our-team-box .team-img .linkedin {
	position: absolute;
	right: 14%;
	bottom: 5%;
}

.our-team .our-team-box .team-img .linkedin img {
	max-width: 55px;
	border: 6px solid rgba(255, 246, 254, 0.8);
	border-radius: 13px;
}

.mentor-to-the-company {
	padding: 70px 0px 20px;
}

.mentor-to-the-company .place-heading h2 {
	color: #000;
	margin-bottom: 50px;
}

.mentor-to-the-company .testimonial-group .link-icons {
	max-width: 25px;
	margin-right: 10px;
}

.mentor-to-the-company .testimonial-group {
	text-align: center;
	border-radius: 20px;
	margin-bottom: 30px;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 30px 0px 30px 0px;
}

.mentor-to-the-company .testimonial-group .testimonial-clients {
	max-width: 85px;
	margin-bottom: 12px;
	border: 2px solid #cc1db9;
	border-radius: 50%;
}

.about-bottom-box {
	padding: 50px 0;
}

.about-bottom-box .place-heading h4 {
	font-size: 25px;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
}

.about-bottom-box .place-heading h4:before {
	top: -15px;
}

.about-bottom-box .place-heading h5 {
	font-size: 30px;
	margin: 10px 0px 20px;
}

.about-bottom-box .place-heading {
	padding-left: 50px;
	margin-bottom: 0;
}

.about-bottom-box .button-sec .fill-btn {
	display: block;
	width: 200px;
}

.about-bottom-box .about-inner-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
}


/*------- About Page End -------------*/


/*------- Hire Page -------------*/

.hire {
	background-size: cover;
	background-repeat: no-repeat;
	height: 70vh;
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
}

.hire .hire-cont h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
}

.ent-banner .hire-cont h1 {
	font-size: 38px;
	font-weight: 500;
}

.hire .hire-cont h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
}

.hire .hire-cont p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0 30px;
}

.ent-banner .hire-cont p {
	font-size: 18px;
}

.hire .hire-cont .fill-btn {
	padding: 10px 20px;
}

.about-data {
	padding: 70px 0px;
	position: relative;
}

.about-data .place-heading {
	margin-bottom: 115px;
}

.about-data .about-innerBox {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	border: 1px solid #ededed;
	padding: 30px;
	position: relative;
	text-align: center;
	height: 100%;
}

.about-data .about-innerBox .img img {
	max-width: 75px;
	margin-top: -90px;
}

.about-data .about-innerBox p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.enterprice-data .about-innerBox .img img {
	max-width: 75px;
	margin-top: -90px;
}

.enterprice-data .about-innerBox h3 {
	font-size: 20px;
	text-align: center;
}

.enterprice-data .about-innerBox ul {
	text-align: left;
	margin-top: 20px;
	position: relative;
	padding-left: 20px;
}

.enterprice-data .about-innerBox ul li {
	margin-bottom: 8px;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
}

.enterprice-data .about-innerBox ul li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #cc1db9;
	transform: rotate(45deg);
	left: 0;
}

.why-hire {
	padding: 90px 0px 50px;
}

.why-hire .place-heading {
	margin-bottom: 62px;
}

.why-hire .place-heading h2 {
	margin-bottom: 20px;
}

.why-hire .place-heading p {
	font-size: 18px;
}

.why-hire .why-hire-cont {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #ededed;
	margin-bottom: 30px;
	height: 90%;
	cursor: pointer;
}

.why-hire .why-hire-cont .why-img-cont {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	column-gap: 15px;
}

.why-hire .why-hire-cont .why-img-cont h3 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.why-hire .why-hire-cont .content-hire p {
	font-size: 16px;
}

.why-hire .why-hire-cont:hover {
	background-color: #cc1db9;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.why-hire .why-hire-cont:hover .why-img-cont h3 {
	color: #fff;
}

.why-hire .why-hire-cont:hover .content-hire p {
	color: #fff;
}

.why-hire .why-hire-cont:hover .why-img-cont img {
	filter: brightness(0) invert(5);
}

.we-partner {
	padding: 70px 0px;
}

.we-partner .we-headings h2 {
	text-align: center;
	color: #000;
	font-size: 34px;
	margin-bottom: 50px;
}

.we-partner .hireClient-img {
	margin-bottom: 30px;
	text-align: center;
}

.we-partner .hireClient-img img {
	max-width: 200px;
}

.more-reason {
	padding: 70px 0px;
}

.more-reason .place-heading h2 {
	margin-bottom: 20px;
}

.more-reason .place-heading .fill-btn {
	display: block;
	padding: 10px 20px;
}

.more-reason .place-heading p {
	color: #000;
	font-size: 20px;
	margin: 20px 0;
}

.more-reason .scores {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.more-reason .scores .scores-groups h4 {
	color: #000;
	font-size: 20px;
	margin: 10px 0px;
}

.more-reason .scores .scores-groups p {
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
}

.more-reason .scores .scores-groups img {
	max-width: 60px;
}

.company-need {
	background: #cc1db9;
	margin-bottom: -30px;
}

.company-need .container-fluid {
	width: 100%;
}

.company-need .place-heading h2 {
	color: #fff;
	margin-bottom: 30px;
}

.company-need .place-heading h2:before {
	background: #fff;
}

.company-need .place-heading p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}

.company-need .place-heading .fill-btn {
	display: block;
	background: #fff;
	color: #cc1db9;
	padding: 10px 20px;
	margin-top: 30px;
}

.company-need .place-heading .fill-btn:hover {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.company-need .place-heading h5 a {
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	color: #fff;
}

.company-need .place-heading h5 a i {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}

.company-need .dose-your {
	padding-left: 10%;
}

.ent-active-learn .place-heading {
	margin-bottom: 55px;
}

.ent-active-learn .place-heading h2:before {
	display: none;
}

.ent-active-learn .place-heading p {
	font-size: 20px;
}

.ent-active-learn .wrapper {
	display: flex;
	justify-content: space-around;
	grid-gap: 20px;
}

.ent-active-learn .counter {
	text-align: center;
}

.ent-active-learn .count-title {
	font-size: 70px;
	color: #cc1db9;
	display: contents;
}

.ent-active-learn .count-title:after {
	position: absolute;
	content: "%";
	color: #cc1db9;
	font-size: 70px;
}

.ent-active-learn .count-text {
	font-size: 16px;
	text-transform: none;
}

.proven-track {
	padding: 70px 0;
}

.proven-track .place-heading {
	margin-bottom: 80px;
}

.proven-track .big-box {
	padding: 5px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	margin-bottom: 30px;
	height: 100%;
}

.proven-track .big-box .content {
	padding: 14px;
	text-align: center;
}

.proven-track .big-box .content h4 {
	font-size: 22px;
	margin-bottom: 2px;
}

.proven-track .big-box .content h5 {
	color: #cc1db9;
	font-size: 15px;
}

.proven-track .big-box .content p {
	margin-bottom: 0;
}

.ent-corporates-choose .place-heading {
	margin-bottom: 80px;
}

.ent-corporates-choose .personal-cont .presonal-text {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 15px;
}

.ent-corporates-choose .personal-cont .presonal-text .img {
	width: 10%;
}

.ent-corporates-choose .personal-cont .presonal-text .cont {
	width: 90%;
}

.ent-corporates-choose .personal-cont .presonal-text .cont h5 {
	font-size: 20px;
}

.ent-corporates-choose .personal-cont .presonal-text .cont p {
	font-size: 18px;
}


/*------- Hire Page End -------------*/


/*---------- become a mentor Page ---------- */

.mentor {
	padding: 80px 0 50px;
	position: relative;
}

.mentor .mentor-cont h1 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 14px;
}

.mentor .mentor-cont h1 span {
	color: #cc1db9;
}

.mentor .mentor-cont h2 {
	font-size: 22px;
	margin-bottom: 30px;
}

.mentor .mentor-cont p {
	font-size: 23px;
	color: #000;
	margin-bottom: 16px;
}

.mentor .mentor-cont ul {
	padding-left: 28px;
	margin-bottom: 30px;
}

.mentor .mentor-cont ul li {
	list-style: disc;
	color: #000;
	font-size: 16px;
	margin: 6px 0;
}

.mentor .mentor-cont .button-sec .fill-btn {
	width: 200px;
	display: block;
}

.many-reason .place-heading h2 {
	margin-bottom: 75px;
}

.many-reason .many-inner-section {
	display: flex;
	align-items: center;
	text-align: center;
	column-gap: 50px;
}

.many-reason {
	padding: 70px 0px;
}

.many-reason .many-inner-section .many-inner img {
	max-width: 70px;
	margin-bottom: 30px;
}

.many-reason .many-inner-section .many-inner p {
	color: #000;
	margin: 10px 0px;
}


/* duration-start */

.mentorSec {
	padding: 70px 0px;
}

.mentorSec .nav {
	justify-content: center;
}

.mentorSec .nav-tabs {
	border-bottom: none;
	margin-bottom: 40px;
}

.mentorSec .nav-tabs .nav-item .nav-link {
	border: none;
	text-align: center;
	font-size: 18px;
	padding: 13px 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	color: #000;
	border-radius: 0;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.mentorSec .nav-tabs .nav-item .nav-link {
	box-shadow: none;
}

.mentorSec .nav-tabs .nav-item .active {
	background-color: #cc1db9;
	color: #fff;
}

.mentorSec .tab-content {
	margin-top: 0px;
	padding: 0;
}

.mentorSec .card {
	border: none;
}

.mentorSec .card .card-body {
	padding: 10px;
}

.mentorSec .latest-content {
	position: relative;
	padding: 5px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	margin-bottom: 30px;
}

.mentorSec .latest-content img {
	max-width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.mentorSec .latest-content .cont {
	padding: 0 15px;
}

.mentorSec .latest-content .cont h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	margin-top: 20px;
}

.mentorSec .latest-content .cont p {
	color: #000;
	margin-bottom: 30px;
}


/* duration-end */

.mentor-bottom {
	padding: 70px 0px;
	overflow-x: hidden;
}

.mentor-bottom .mentor-bt-img {
	position: relative;
	display: flex;
	align-items: center;
}

.mentor-bottom .place-heading h2 {
	color: #000;
	margin-bottom: 40px;
}

.mentor-bottom .place-heading p {
	color: #000;
	font-size: 18px;
	margin: 40px 0px;
}

.mentor-bottom .mentor-bt-img img {
	max-width: 90%;
}

.mentor-bottom .mentor-bt-img::after {
	content: " ";
	position: absolute;
	right: -84px;
	width: 65%;
	height: 120%;
	background: #f7dbf4;
	z-index: -1;
}

.mentor-bottom ul li {
	display: flex;
	font-size: 18px;
	color: #000;
	line-height: 28px;
	margin-bottom: 30px;
	grid-gap: 20px;
	align-items: center;
}

.mentor-bottom ul li img {
	max-width: 35px;
	max-height: 35px;
}

.get-person .place-heading h2 {
	color: #000;
	margin-bottom: 40px;
}

.get-person {
	margin-top: 100px;
	margin-bottom: 70px;
}

.get-person ul li {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	margin-bottom: 30px;
	align-items: center;
}

.become-an {
	padding: 45px 0px;
	text-align: center;
}

.become-an h2 {
	color: #000;
	margin: 20px 0px;
	text-transform: capitalize;
	font-size: 34px;
}

.become-an p {
	color: #000;
	font-size: 20px;
}

.become-an .fill-btn {
	display: inline-block;
	margin: 10px 0px;
}


/* ----------- become a mentor Page end ------------*/


/* ----------- mentor Page ------------*/

.choose-session {
	padding: 80px 0 50px;
}

.choose-session .place-heading {
	margin-bottom: 50px;
}

.choose-session .place-heading h2 span {
	color: #ff4242;
}

.choose-session .place-heading h2:before {
	background-color: #ff4242;
}

.choose-session .big-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	position: relative;
	height: 100%;
}

.choose-session .big-box .cont {
	padding: 25px 25px 40px;
}

.choose-session .big-box .cont .video-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.choose-session .big-box .cont .video-icon .icon i {
	margin-right: 5px;
	font-size: 18px;
}

.choose-session .big-box .cont .video-icon h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 70%;
}

.choose-session .big-box p {
	margin-bottom: 40px;
}

.choose-session .big-box .fill-btn {
	padding: 10px 20px;
	background-color: #ff4242;
	border-color: #ff4242;
}

.choose-session .big-box .fill-btn:hover {
	background-color: #fff;
	color: #ff4242;
}

.choose-session .big-box::before {
	content: "";
	position: absolute;
	width: 0;
	height: 5px;
	bottom: 0;
	left: 0;
	background-color: #ff4242;
	visibility: hidden;
	transition: all 0.9s ease-in-out;
}

.choose-session .big-box:hover::before {
	visibility: visible;
	width: 100%;
}

.meet-our-expert {
	padding: 50px 0 70px;
}

.meet-our-expert .place-heading {
	margin-bottom: 50px;
}

.meet-our-expert .place-heading h3 span {
	color: #ff4242;
}

.meet-our-expert .place-heading h3::before {
	background-color: #ff4242;
}

.meet-our-expert .nav-tabs {
	border: none;
	display: block;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px;
	border-radius: 5px;
}

.meet-our-expert .nav-tabs .nav-item {
	margin-bottom: 10px;
}

.meet-our-expert .nav-tabs .nav-item .nav-link {
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	padding: 10px 10px;
	border: none;
}

.meet-our-expert .nav-tabs .nav-item .nav-link:hover {
	border: none;
	color: #fff;
	background-color: #cc1db9;
	padding: 10px 10px;
}

.meet-our-expert .nav-tabs .nav-link:focus {
	border: none;
}

.meet-our-expert .nav-tabs .nav-item .active {
	border: none;
	color: #fff;
	background-color: #cc1db9;
	border-radius: 5px;
}

.meet-our-expert .tab-content .tab-pane .row {
	/* height: 410px; */
	overflow-y: scroll;
	padding: 10px 0;
}

.meet-our-expert .tab-content .tab-pane .big-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 12px 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .img-box {
	width: 20%;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .img-box img {
	max-width: 55px;
	border-radius: 100%
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .detail-box {
	width: 60%;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .detail-box h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .detail-box p {
	margin-bottom: 0;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .icon-box {
	width: 20%;
	text-align: right;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .icon-box ul li {
	display: inline-block;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .icon-box ul li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #c8c8cd;
	border: 1px solid #c8c8cd;
	border-radius: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
}

.meet-our-expert .tab-content .tab-pane .big-box .top-cont .icon-box ul li a:hover {
	color: #fff;
	background-color: #c8c8cd;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont .num-box {
	width: 10%;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont .num-box span {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	color: #ff4242;
	background-color: #ffe1e1;
	text-align: center;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont .details {
	width: 55%;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont .details h6 {
	margin-bottom: 0;
	font-size: 16px;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont .btn-box {
	width: 35%;
	text-align: right;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont .btn-box .border-btn {
	padding: 9px 15px;
	font-size: 13px;
	color: #ff4242;
	border-color: #ff4242;
}

.meet-our-expert .tab-content .tab-pane .big-box .bottom-cont .btn-box .border-btn:hover {
	background-color: #ff4242;
	color: #fff;
}

.easy-book-process {
	padding: 70px 0;
	position: relative;
	background: linear-gradient(to right, #f9f9fa 55%, #32c5ff 45%);
}

.easy-book-heading {
	margin-bottom: 55px;
}

.easy-book-heading h4 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.easy-book-heading h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #ff4242;
}

.easy-book-process .easy-book-slider {
	display: flex;
}

.easy-book-process .easy-book-slider .left-area {
	width: 60%;
}

.easy-book-process .easy-book-slider .right-area {
	width: 40%;
}

.easy-book-process .owl-height {
	height: max-content !important;
}

.easy-book-process .owl-stage-outer .owl-stage {
	transform: translate3d(0px, 0px, 0px) !important;
	width: 100% !important;
}

.easy-book-process .owl-stage-outer .owl-stage .owl-item {
	width: 100% !important;
}

.easy-book-process .carousel {
	position: relative;
	background-color: #fff;
	padding: 50px;
	width: 100%;
}

.easy-book-process .carousel .owl-nav {
	display: none;
}

.easy-book-process .carousel .owl-dots {
	display: none;
}

.easy-book-process .carousel-inner>.carousel-item.carousel-item-next {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	top: 0;
}

.easy-book-process .carousel-inner>.carousel-item.active.carousel-item-right {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	top: 0;
}

.easy-book-process .carousel-inner>.carousel-item.carousel-item-prev {
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	top: 0;
}

.easy-book-process .carousel-inner>.carousel-item.active.carousel-item-left {
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	top: 0;
}

.easy-book-process .carousel-inner>.carousel-item.next.carousel-item-left {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	top: 0;
}

.easy-book-process .carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	top: 0;
}

.easy-book-process .carousel-inner>.carousel-item.active {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	top: 0;
}

.easy-book-process .carousel-inner .carousel-item img {
	padding: 15px;
}

.easy-book-process .carousel .owl-stage-outer .owl-stage .owl-item .carousel-indicators {
	position: absolute;
	top: auto;
	bottom: auto;
	margin: auto;
	right: -14%;
	height: 100%;
	left: auto;
	width: auto;
	text-align: center;
	z-index: 1;
	display: grid;
}

.easy-book-process .carousel .owl-stage-outer .owl-stage .owl-item .carousel-indicators li {
	text-indent: initial;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100%;
	z-index: 1;
	text-align: center;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
	opacity: 1;
	background-color: #fff;
	border: none;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.easy-book-process .carousel .owl-stage-outer .owl-stage .owl-item .carousel-indicators .active {
	background-color: #ff4242;
	color: #fff;
}

.easy-book-process .carousel .carousel-control-next {
	position: absolute;
	background-color: #c8c8cd;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: 99%;
	right: 43%;
	border-radius: 100%;
}

.easy-book-process .carousel .carousel-control-prev {
	position: absolute;
	background-color: #c8c8cd;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: 99%;
	left: 43%;
	border-radius: 100%;
}

.easy-book-process .carousel .carousel-control-prev .carousel-control-prev-icon {
	width: 15px;
	height: 40px;
	line-height: 40px;
}

.easy-book-process .carousel .carousel-control-next .carousel-control-next-icon {
	width: 15px;
	height: 40px;
	line-height: 40px;
}

.easy-book-process .steps-details {
	margin-left: 15%;
	color: #fff;
	font-size: 18px;
}

.easy-book-process .steps-details .box-1 {
	margin-top: 17%;
}

.easy-book-process .steps-details .box-2 {
	margin-top: 18%;
}

.easy-book-process .steps-details .box-3 {
	margin-top: 19%;
}

.easy-book-process .steps-details .box-4 {
	margin-top: 19%;
}

.mentorship-support {
	padding: 70px 0;
}

.mentorship-support .support-box {
	padding: 30px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	text-align: center;
}

.mentorship-support .support-box h4 {
	color: #ff4242;
	margin-top: 10px;
	font-size: 28px;
}

.mentorship-support .support-box .btn-box {
	margin-top: 30px;
	margin-bottom: 25px;
}

.mentorship-support .support-box .btn-box .fill-btn {
	margin-right: 10px;
	background-color: #ff4242;
	border-color: #ff4242;
}

.mentorship-support .support-box .btn-box .fill-btn:hover {
	background-color: #fff;
	color: #ff4242;
}

.mentorship-support .support-box .btn-box .border-btn {
	border-color: #ff4242;
	color: #ff4242;
}

.mentorship-support .support-box .btn-box .border-btn:hover {
	background-color: #ff4242;
	color: #fff;
}


/* ----------- mentor Page end ------------*/


/*-------- onborading Page ---------*/

.form-page {
	padding: 70px 0px;
	position: relative;
}

.form-page h4 {
	font-size: 34px;
	padding: 40px 15px;
}

.form-page .bording-form form .form-group .form-control {
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	height: 70px;
	box-shadow: none;
	font-size: 16px;
}

.form-page .bording-form form .form-group label {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 8px;
}

.form-page .output-section button {
	display: block;
	background: #fff;
	border: 3px solid #cc1db9;
	color: #000;
	margin-top: 18px;
	width: 100%;
	padding: 20px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.form-page .fill-btn {
	background: #cc1db9;
	color: #fff;
	width: 100%;
	border: 3px solid#cc1db9;
}

.form-page .fill-btn:hover {
	background: transparent;
	color: #cc1db9;
}

.form-page .border-btn {
	background: #fff;
	color: #cc1db9;
	width: 100%;
	border: 3px solid#cc1db9;
	border-radius: 5px;
}

.form-page .border-btn:hover {
	background: #cc1db9;
	color: #fff;
}

.form-page .bottom-forms {
	margin-top: 8%;
}

.form-page input#phone {
	outline: none;
	box-shadow: none;
	height: 55px;
	border: 1px solid #ededed;
}

.form-page .iti {
	width: 100%;
	margin: 30px 0px;
}


/*-------- onborading Page end ---------*/


/*-------- single-vedio-start --------*/

.singlevideo {
	padding: 150px 0px 70px;
}

.singlevideo .social-right ul li {
	display: inline-block;
	margin-right: 10px;
}

.singlevideo .social-left ul li {
	display: inline-block;
	margin-right: 10px;
}

.singlevideo h2 {
	color: #000;
	margin: 20px 0px;
	font-size: 24px;
	font-weight: 500;
}

.singlevideo h4 {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.singlevideo p {
	color: #000;
	font-size: 16px;
}

.singlevideo h3 {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	margin: 30px 0px;
}

.singlevideo h5 {
	color: #000;
	font-size: 18px;
	margin: 10px 0px;
}

.singlevideo .social-left ul li a {
	color: #000;
}

.singlevideo .share-social-links {
	display: flex;
	column-gap: 20px;
}

.singlevideo .video-content p {
	color: #000;
	font-size: 16px;
	margin: 20px 0px 10px;
}

.single-vedio iframe {
	width: 100%;
	height: 430px;
	display: block;
}

.overflow {
	height: 1710px;
	overflow-y: auto;
}

.singlevideo .last-img img {
	width: 100%;
}

.singlevideo .last-veio-img img {
	width: 100%;
}

.singlevideo .vedios-cont {
	margin-bottom: 20px;
}

.singlevideo .vedios-cont p {
	font-size: 13px;
	margin-bottom: 0px;
}


/* --------- single vedio end -------------*/

.Contact {
	background-image: url(../images/contactus/contact-header-img.html);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
	width: 100%;
}

.Contact .contact-cont {
	padding: 180px 0px;
	text-align: center;
}

.Contact .contact-cont h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}

.Contact .contact-cont p {
	font-size: 24px;
	color: #fff;
}

.enrollment-query {
	padding: 70px 0px;
}

.enrollment-query .place-heading h2 {
	color: #000;
}

.enrollment-query .place-heading p {
	color: #000;
}

.enrollment-query .enroll-sec {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 30px;
	justify-content: center;
}

.enrollment-query .enroll-sec .enroll-inner {
	padding: 30px;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	width: 30%;
}

.enrollment-query .enroll-sec .enroll-inner h4 {
	color: #000;
	font-size: 20px;
	margin: 10px 0px 0;
}

.enrollment-query .enroll-sec .enroll-inner p a {
	color: #000;
	font-size: 20px;
	padding: 12px 0;
	border-bottom: 2px solid #ededed;
	line-height: 50px;
}

.enrollment-query .enroll-sec .enroll-inner img {
	max-width: 75px;
}

.enrollment-query .enroll-sec .enroll-inner .email-admission {
	color: #000;
	display: block;
}

.contactpage-form {
	padding: 70px 0;
}

.contact-bottom {
	padding-top: 70px;
	margin-bottom: -30px;
}

.company-form .ad-btn .admission-datatrained {
	position: absolute;
	bottom: 15%;
	color: #000;
	left: 18%;
}

.weare-here {
	padding: 70px 0px;
}

.weare-here .place-heading h2 {
	color: #000;
	margin-bottom: 30px;
}

.weare-here .corporate-sect-one {
	margin: 10px 0;
}

.weare-here .corporate-sect-one h3 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.weare-here .corporate-sect-one h4 {
	font-size: 18px;
	font-weight: 400;
	color: #cc1db9;
}

.weare-here .corporate-sect-one p {
	color: #000;
}

.weare-here .map iframe {
	width: 100%;
	height: 450px;
}

.weare-here .company-imgs .admission-datatrained {
	position: absolute;
	bottom: 15%;
	color: #000;
	left: 18%;
}

/*------- Degree Page ----------*/

.degree {
	padding: 40px 0px 60px;
}

.degree .degree-heading h1 {
	font-size: 35px;
	margin-bottom: 12px;
	text-align: center;
}

.degree .degree-heading h2 {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}

.degree .degree-heading p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 22px;
	color: #000;
}

.degree .degree-btn {
	display: flex;
	column-gap: 5%;
	margin-bottom: 20px;
	justify-content: center;
}

.degree .degree-btn .fill-btn {
	width: 42%;
	padding: 12px 20px;
}

.degree .degree-btn .border-btn {
	width: 42%;
	padding: 12px 20px;
}

.degree .degree-btn .border-btn i {
	margin-right: 5px;
}

.degree .degree-heading span {
	color: #cc1db9;
}

.degree .our-degree {
	margin-bottom: 25px;
}

.degree .our-degree h3 {
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 18px;
	text-align: center;
}

.degree .slick-track {
	margin: auto;
}

.degree .slick-slide {
	padding: 0 15px;
}

.slick-slide {
	margin: 0px 0px;
	border: none;
	padding-left: 15px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	width: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	margin: auto;
}

.slick-loading .slick-slide {
	visibility: hidden;
	margin: auto;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.customer-logo {
	position: relative;
	width: 100%;
}

.degree .jumpstart {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 25px;
	margin-top: 10px;
}

.degree .jumpstart .jump {
	display: flex;
	justify-content: space-between;
}

.degree .jumpstart h3 {
	font-size: 22px;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}

.degree-heading .jumpstart .jump .jump-group {
	padding-right: 10px;
	border-right: 1px solid#eee;
}

.degree .jumpstart .jump .jump-group:last-child {
	border-right: none;
}

.degree .jumpstart .jump .jump-group h4 {
	margin-bottom: 0px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
}

.modern-business {
	padding: 50px 0px;
}

.modern-business h2 {
	font-size: 32px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}

.modern-business .modern-business-heading h2::before {
	content: "";
	width: 80px;
	height: 5px;
	top: -18px;
	position: absolute;
	background-color: #cc1db9;
}

.modern-business .modern-business-heading span {
	color: #cc1db9;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
}

.modern-business .modern-business-heading p {
	text-align: center;
	font-size: 15px;
	color: #000;
}

.modern-business .modern-business-heading ul {
	padding-left: 40px;
}

.modern-business .modern-business-heading ul li {
	list-style: decimal;
	color: #000;
	margin-bottom: 5px;
}

.modern-business .introducin-icons {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
	text-align: center;
}

.dt-hub-about {
	padding: 100px 0;
}

.dt-hub-about .place-heading {
	margin-bottom: 35px;
}

.dt-hub-about .place-heading h2 {
	display: block;
}

.elements .introducin-icons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.elements .introducin-icons .introduce-group {
	width: 20%;
}

.data-hub h4 {
	margin-bottom: 50px;
}

.data-hub .customer-logo .slide img {
	max-width: 170px;
}

.modern-business .introducin-icons .introduce-group {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 28%);
	padding: 10px;
	background-color: #fff;
}

.modern-business .modern-business-heading {
	margin-bottom: 50px;
}

.modern-business .introducin-icons .introduce-group p {
	margin-bottom: 5px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

.elements {
	background-image: linear-gradient(38deg, #401660 14%, #cc1db9 75%);
	padding: 90px 0px;
}

.elements h2 {
	color: #fff;
}

.elements .modern-business-heading h2::before {
	background-color: #fff;
}

.elements .introducin-icons .introduce-group {
	border-radius: 5px;
}

.elements .introducin-icons .introduce-group p {
	font-weight: 600 !important;
}

.elements .introducin-icons .introduce-group img {
	filter: brightness(0) invert(0);
}

.modern-business .introducin-icons .introduce-group p:last-child {
	font-weight: 400;
}

.modern-business .introducin-icons .introduce-group img {
	margin-bottom: 10px;
}

.modern-business .return {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 40px;
	text-align: center;
	margin: 40px 0px;
}

.modern-business .return h4 {
	color: #cc1db9;
	font-size: 40px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.modern-business .return p {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 500;
}

.degree-special {
	padding-top: 20px;
}

.eligbility {
	background-color: #cc1db9;
	padding: 40px 0px;
	margin: 10px 0px 40px;
}

.eligbility .place-heading h2 {
	color: #fff;
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.eligbility p {
	color: #fff;
	font-size: 16px;
}

.calculator {
	padding: 70px 0px;
}

.calculator .data-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px;
	margin-bottom: 30px;
}

.calculator .data-box .big-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calculator .data-box .big-box .prog-name p {
	margin-bottom: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.calculator .data-box .big-box .logo-name img {
	max-width: 32px;
}

.calculator .data-box .btm-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.calculator .data-box .btm-box .box {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	text-align: center;
	width: 30%;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.calculator .data-box .btm-box .box p {
	margin-bottom: 2px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}

.calculator .data-box .btm-box .box span {
	font-size: 14px;
}

.calculator .uni-box .big-box .logo-name img {
	max-width: 85px;
}

.calculator .uni-box .btm-box .box {
	height: 140px;
}

.calculator .fees-secton span {
	color: #cc1db9 !important;
}

.calculator .custmize .cust-right h4 {
	font-size: 20px;
}

.calculator .custmize .cust-right h5 {
	font-size: 26px;
}

.calculator .custmize {
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}

.calculator .clc-slider h6 {
	font-size: 22px;
	margin: 10px 0px;
	text-align: center;
}

.calculator .clc-slider .courses-slider {
	display: flex;
	/*justify-content: space-between;*/
	column-gap: 18px;
	padding: 20px 8px;
}

.calculator .clc-slider .courses-slider .slider-group {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 8px;
	width: 15%;
	height: 105px;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.calculator .clc-slider ::-webkit-scrollbar {
	display: none;
}

.calculator .clc-slider .courses-slider .slider-group p {
	position: relative;
	color: #000;
}

.calculator .clc-slider h4 {
	font-size: 18px;
	margin: 20px 0px;
}

.nonevalue span {
	display: none !important;
}

.calculator .clc-slider .enroll-btn .fill-btn {
	display: block;
	width: 155px;
	padding: 8px 20px;
	margin: 15px 0px;
}

.calculator .fees-secton {
	width: 100%;
	font-size: 32px;
	line-height: 25px;
}

.fees-secton {
	display: flex;
	align-items: flex-start;
}

.fees-secton div {
	display: inline-block;
	padding: 0px 5px;
	font-weight: 700;
	color: #000;
}

.fees-secton div small {
	font-size: 12px;
	line-height: 14px;
}

.book-form-degree {
	padding: 100px 0px;
}

.degree-jump {
	position: relative;
	padding: 20px 0 62px;
	margin: 100px 0px;
}

.degree-jump .jump-img {
	position: absolute;
	bottom: -70%;
}

.degree-jump .jump-img img {
	max-width: 100%;
}

.degree-career {
	padding: 50px 0px;
}

.degree-career .place-heading h2 {
	font-size: 30px;
}

.degree-career .online-course {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	column-gap: 20px;
}

.degree-career .online-course .course-group {
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 6px;
	margin-bottom: 30px;
}

.degree-career .online-course .course-group span {
	color: #cc1db9;
	font-size: 28px;
	display: block;
	font-weight: 600;
}

.degree-career .online-course .course-group p {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}

.dt-hub-bg {
	background-image: url(../images/dt-hub/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	height: 75vh;
	background-position: center;
}

.dt-hub-bg .degree-heading h1 {
	text-align: left;
	font-size: 40px;
}

.dt-hub-bg .degree-heading h2 {
	text-align: left;
}

.dt-hub-bg .degree-heading p {
	text-align: left;
}

.career-hub .place-heading h2 {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 50px;
}

.career-hub .online-course {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.career-hub .online-course .course-group {
	width: 20%;
	padding: 10px;
	cursor: pointer;
	box-shadow: none;
	border: none;
}

.career-hub .online-course .course-group .img-sec {
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
}

.career-hub .online-course .course-group .content {
	margin-top: 10px;
}

.career-hub .online-course .course-group p {
	color: #000;
	font-weight: 500;
}

.career-hub .online-course .course-group img {
	margin-bottom: 8px;
}

.package-details {
	padding: 70px 0;
	position: relative;
}

.package-details .place-heading {
	margin-bottom: 40px;
}

.package-details h3 {
	font-size: 22px;
}

.package-details h4 {
	font-size: 17px;
}

.package-details ol {
	padding-left: 30px;
}

.package-details ol li {
	list-style-type: decimal;
	color: #000;
	margin-bottom: 5px;
	font-size: 16px;
}

.dt-career-pckg .tab-industry .nav {
	justify-content: flex-start;
}

.dt-career-pckg .tab-industry .nav-tabs .nav-item {
	width: 40%;
}

.dt-career-pckg video {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 10%);
	margin-bottom: 30px;
}

.dt-career-pckg .tab-content {
	padding: 60px 40px;
}

.client-degree {
	padding: 70px 0;
}

.client-degree h4 {
	font-size: 34px;
	color: #000;
	text-align: center;
}

.degree-instructor {
	padding: 0px 0px 0px;
}

.degree-instructor span {
	font-size: 30px;
	color: #000;
	font-weight: 600;
}


/*------- Degree Page End ----------*/


/*-------------- Footer ------------*/

.footer {
	background-color: #1a1a1a;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 30px;
}

.footer .footer-content-box {
	padding-bottom: 25px;
	border-bottom: 2px solid #fff;
}

.footer .footer-content-box .footer-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 35px;
	position: relative;
}

.footer .footer-content-box .footer-content-1 .section-1 {
	position: relative;
}

.footer .footer-content-box .footer-content-1 .section-1 h4 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}

.footer .footer-content-box .footer-content-1 .section-1 p {
	color: #fff;
	margin-bottom: 25px;
}

.footer .footer-content-box .footer-content-1 .section-1 .follow {
	color: #fff;
	padding: 8px 14px;
	border-radius: 4px;
	border: 2px solid #fff;
	background-color: transparent;
}

.footer .footer-content-box .footer-content-1 .section-1 .follow:hover {
	color: #1a1a1a;
	background-color: #fff;
	border: 2px solid #fff;
}

.footer .footer-content-box .footer-content-1 .section-1 ol {
	margin-bottom: 10px;
	margin-top: 30px;
	width: 50%;
}

.footer .footer-content-box .footer-content-1 .section-1 ol li {
	text-align: center;
	display: inline-block;
	margin-bottom: 12px;
}

.footer .footer-content-box .footer-content-1 .section-1 ol li a {
	color: #1a1a1a;
	background-color: #fff;
	border-radius: 100%;
	height: 36px;
	width: 36px;
	padding: 0;
	line-height: 35px;
	display: block;
	border: 2px solid transparent;
	font-size: 20px;
}

.footer .footer-content-box .footer-content-1 .section-1 ol li a:hover {
	background-color: #1a1a1a;
	color: #fff;
	border: 2px solid #fff;
}

.footer .footer-content-box .footer-content-1 .section-1 span {
	color: #fff;
	margin-bottom: 18px;
	font-weight: 600;
	display: block;
	font-size: 22px;
}

.footer .footer-content-box .footer-content-1 .section-1 .buttons {
	display: flex;
	grid-gap: 8px;
}

.footer .footer-content-box .footer-content-1 .section-1 .buttons img {
	max-width: 100px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.footer .footer-content-box .footer-content .section-2 h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}

.footer .footer-content-box .footer-content .section-2 ul li {
	margin-bottom: 10px;
}

.footer .footer-content-box .footer-content .section-2 ul li a {
	color: #fff;
}

.footer .footer-bottom {
	padding: 40px 0;
}

.footer .footer-bottom h2 {
	color: #fff;
	margin-bottom: 18px;
	font-size: 20px;
}

.footer .footer-bottom .ft-course {
	margin-bottom: 30px;
}

.footer .footer-bottom .ft-course a {
	display: inline-block;
	color: #fff;
	border-right: 1px solid #fff;
	padding-right: 7px;
	padding-left: 4px;
	margin-bottom: 5px;
	line-height: 13px;
	font-size: 14px;
}

.footer .footer-bottom .ft-course a:last-child {
	border-right: none;
}

.footer .copyright {
	position: relative;
}

.footer .copyright p {
	color: #fff;
	font-size: 12px;
}

.pd {
	padding: 100px 0 0;
}

.top-mentor {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 28%);
	padding: 22px 0;
}

.top-mentor .mentor-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-mentor .mentor-heading .icon {
	width: 3%;
}

.top-mentor .mentor-heading .icon a {
	color: #000;
	font-size: 22px;
}

.top-mentor .mentor-heading .cont {
	width: 97%;
	text-align: center;
}

.top-mentor .mentor-heading .cont p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.view-all {
	padding: 85px 0;
	background-color: #f7f7f8;
}

.view-all .view-all-databox {
	padding: 50px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 28%);
}

.view-all .view-all-databox .heading-content {
	text-align: center;
	margin-bottom: 28px;
}

.view-all .view-all-databox .heading-content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.view-all .view-all-databox .selectors {
	margin-bottom: 40px;
}

.view-all .view-all-databox .selectors form .form-group .form-control {
	border: 1px solid #ebebeb;
	padding: 10px;
	height: auto;
	border-radius: 5px;
	font-size: 14px;
}

.view-all .view-all-databox .big-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 20%);
	padding: 12px 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.view-all .view-all-databox .big-box .top-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

.view-all .view-all-databox .big-box .top-cont .img-box {
	width: 15%;
}

.view-all .view-all-databox .big-box .top-cont .img-box img {
	max-width: 90px;
	border-radius: 100%;
}

.view-all .view-all-databox .big-box .top-cont .detail-box {
	width: 65%;
}

.view-all .view-all-databox .big-box .top-cont .detail-box h5 {
	font-size: 18px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-top: 0;
}

.view-all .view-all-databox .big-box .top-cont .detail-box h5 span {
	padding: 7px 10px;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 20%);
	font-size: 15px;
}

.view-all .view-all-databox .big-box .top-cont .detail-box h5 span i {
	color: #ff4242;
	margin-right: 5px;
}

.view-all .view-all-databox .big-box .top-cont .detail-box p {
	margin-bottom: 5px;
}

.view-all .view-all-databox .big-box .top-cont .detail-box span {
	color: #ff4242;
	font-weight: 500;
	font-size: 14px;
}

.view-all .view-all-databox .big-box .top-cont .price-box {
	width: 20%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.view-all .view-all-databox .big-box .top-cont .price-box .price {
	color: #b2b2b8;
	font-size: 18px;
	text-decoration: line-through;
}

.view-all .view-all-databox .big-box .top-cont .price-box .current-price {
	color: #048e5f;
	font-size: 25px;
	font-weight: 500;
}

.view-all .view-all-databox .big-box .top-cont .icon-box ul li a:hover {
	color: #fff;
	background-color: #c8c8cd;
}

.view-all .view-all-databox .big-box h5 {
	margin: 20px 0;
	font-size: 16px;
}

.view-all .view-all-databox .big-box .bottom-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0 15px;
}

.view-all .view-all-databox .big-box .bottom-cont .num-box {
	width: 60%;
}

.view-all .view-all-databox .big-box .bottom-cont .num-box span {
	display: inline-block;
	padding: 6px 11px;
	color: #ff4242;
	background-color: #ffe1e1;
	text-align: center;
	margin-right: 5px;
	font-size: 12px;
	margin-bottom: 8px;
}

.view-all .view-all-databox .big-box .bottom-cont .btn-box {
	width: 40%;
	text-align: right;
}

.view-all .view-all-databox .big-box .bottom-cont .btn-box .border-btn {
	padding: 9px 15px;
	font-size: 13px;
}

.view-all .view-all-databox .big-box .bottom-cont .btn-box .fill-btn {
	padding: 9px 15px;
	font-size: 13px;
	background-color: #ff4242;
	border-color: #ff4242;
}

.view-all .view-all-databox .big-box .bottom-cont .btn-box .fill-btn:hover {
	color: #ff4242;
	background-color: #fff;
}

.view-all .view-all-databox .profile-top {
	padding: 0 0 20px;
	display: flex;
	align-items: center;
}

.view-all .view-all-databox .profile-top .img {
	width: 30%;
}

.view-all .view-all-databox .profile-top .img img {
	max-width: 110px;
	border-radius: 100%;
}

.view-all .view-all-databox .profile-top .cont {
	width: 60%;
}

.view-all .view-all-databox .profile-top .cont h1 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0;
}

.view-all .view-all-databox .profile-top .cont span {
	padding: 7px 10px;
	border-radius: 50px;
	background-color: #fff !important;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 20%);
	font-size: 15px;
	color: #ff4242;
	margin-right: 5px;
}

.view-all .view-all-databox .profile-top .cont p {
	margin-bottom: 14px;
}

.view-all .view-all-databox .profile-top .cont ul li {
	display: inline-block;
	margin-bottom: 8px;
}

.view-all .view-all-databox .profile-top .cont ul li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #c8c8cd;
	border: 1px solid #c8c8cd;
	border-radius: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
}

.view-all .view-all-databox .profile-top .btn-area {
	width: 24%;
}

.view-all .view-all-databox .bottom-details {
	margin-top: 45px;
}

.view-all .view-all-databox .bottom-details h2 {
	font-size: 20px;
	margin-bottom: 12px;
}

.view-all .view-all-databox .bottom-details span {
	display: inline-block;
	padding: 8px 13px;
	color: #ff4242;
	font-size: 12px;
	background-color: #ffe1e1;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
}

.view-all .view-all-databox .bottom-details h3 {
	font-size: 22px;
	margin-top: 15px;
}

.view-all .view-all-databox .bottom-details h4 {
	font-size: 18px;
	margin-top: 20px;
}

.view-all .view-all-databox .bottom-details ul {
	margin: 15px 0;
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.view-all .view-all-databox .bottom-details ul li img {
	max-width: 55px;
}

.view-all .view-all-databox .bottom-details .social-media {
	display: flex;
	align-items: center;
	padding: 12px 18px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 28%);
	margin-bottom: 16px;
}

.view-all .view-all-databox .bottom-details .social-media .icon {
	width: 15%;
}

.view-all .view-all-databox .bottom-details .social-media .icon img {
	max-width: 38px;
}

.view-all .view-all-databox .bottom-details .social-media .cont {
	width: 65%;
}

.view-all .view-all-databox .bottom-details .social-media .cont p {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
}

.view-all .view-all-databox .bottom-details .social-media .view-pro {
	width: 30%;
	text-align: right;
}

.view-all .view-all-databox .bottom-details .social-media .view-pro a {
	color: #ff4242;
}

.view-all .view-all-databox .bottom-details .rating-review {
	display: flex;
	align-items: center;
	padding: 12px 18px;
	background-color: #f4f9f5;
}

.view-all .view-all-databox .bottom-details .rating-review .icon-star {
	width: 20%;
	border-right: 1px solid #ccc;
}

.view-all .view-all-databox .bottom-details .rating-review .icon-star span {
	margin-bottom: 0;
	background-color: transparent;
	font-size: 18px;
}

.view-all .view-all-databox .bottom-details .rating-review .icon-star span i {
	color: #cc1db9;
	margin-right: 8px;
}

.view-all .view-all-databox .bottom-details .rating-review .text {
	width: 75%;
	margin-left: 5%;
}

.view-all .view-all-databox .bottom-details .rating-review .text p {
	margin-bottom: 0;
}

.view-all .view-all-databox .side-area {
	margin-top: 0;
}

.view-all .view-all-databox .side-area h2 {
	font-size: 20px;
	margin-bottom: 35px;
}

.view-all .view-all-databox .side-area .big-box {
	margin-bottom: 0;
}

.view-all .view-all-databox .side-area .big-box .cont {
	padding: 25px 8px 10px;
}

.view-all .view-all-databox .side-area .big-box .cont p {
	margin-bottom: 25px;
}

.view-all .view-all-databox .side-area .big-box .cont .botm-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.view-all .view-all-databox .side-area .big-box .cont .botm-box .price-box {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.view-all .view-all-databox .side-area .big-box .cont .botm-box .price-box .price {
	color: #b2b2b8;
	font-size: 18px;
	text-decoration: line-through;
}

.view-all .view-all-databox .side-area .big-box .cont .botm-box .price-box .current-price {
	color: #048e5f;
	font-size: 22px;
	font-weight: 500;
}

.view-all .view-all-databox .side-area .big-box .cont .botm-box .fill-btn {
	padding: 6px 20px;
	font-size: 14px;
}

.hackathons {
	background-image: url(../images/hackathons/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: auto;
	position: relative;
	align-items: center;
	display: flex;
	margin-bottom: 20px;
	padding: 150px 0px;
	width: 100%;
}

.hackathons .banner-heading h1 {
	font-size: 34px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	color: #fff;
	line-height: 1.5;
}

.hackathons .banner-heading p {
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
}

.hackathons .banner-heading .fill-btn {
	width: 40%;
	display: block;
	margin-top: 40px;
}

.top-hackathones {
	padding: 70px 0;
}

.top-hackathones .big-box {
	position: relative;
	padding: 5px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	height: 100%;
}

.top-hackathones .big-box img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
	height: 208px;
}

.top-hackathones .big-box .content-box {
	padding: 12px 12px 20px;
}

.top-hackathones .big-box .content-box h3 {
	font-size: 16px;
}

.top-hackathones .big-box .content-box p {
	font-size: 14px;
}

.top-hackathones .big-box .content-box .timing-box {
	text-align: center;
}

.top-hackathones .big-box .content-box .timing-box p {
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}

.top-hackathones .big-box .content-box .timing-box .timer-design {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

.top-hackathones .big-box .content-box .timing-box .timer-design span {
	position: relative;
	display: block;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
}

.top-hackathones .big-box .content-box .timing-box .timer-design i {
	color: #ccc;
	font-size: 18px;
}

.top-hackathones .big-box .content-box .timing-box .timer-design .smalltext {
	font-size: 11px;
	color: #000;
	margin-bottom: 0;
}

.top-hackathones .big-box .content-box .timing-box .fill-btn {
	display: block;
	width: 45%;
	margin: auto;
	padding: 8px 20px;
}

.all-hackathons {
	padding: 70px 0;
}

.all-hackathons .place-heading {
	margin-bottom: 60px;
	text-align: center;
}

.all-hackathons .place-heading h3 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.all-hackathons .blog-tag-list {
	justify-content: center;
	column-gap: 22px;
	display: flex;
	margin-bottom: 70px;
}

.all-hackathons .blog-tag-list li a {
	color: #000;
	margin-bottom: 15px;
	padding: 8px 15px;
	border-radius: 20px;
	box-shadow: 0 2px 4px 0.2px rgb(178 178 178 / 50%);
	border: 1px solid #cc1db9;
	color: #cc1db9;
}

.explore-hackathone .banner-heading .hack-timer .timer-design {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 20px;
	margin-top: 25px;
	background-color: #000;
	padding: 15px 20px;
	width: fit-content;
}

.explore-hackathone .banner-heading .hack-timer .timer-design div {
	text-align: center;
	color: #fff;
}

.explore-hackathone .banner-heading .hack-timer .timer-design span {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.explore-hackathone .banner-heading .hack-timer .timer-design div .smalltext {
	padding: 0;
	color: #fff;
	font-size: 12px;
}

.explore-hk {
	padding: 250px 0;
}

.banner-hack-details {
	position: relative;
	margin-top: -80px;
	margin-bottom: 50px;
}

.banner-hack-details .detail-box {
	padding: 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 90%;
	margin: auto;
	box-shadow: 0 0 3px 0.2rem rgb(178 178 178 / 20%);
}

.banner-hack-details .detail-box .box {
	border-right: 1px solid #ededed;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding: 0 40px;
	width: 20%;
	text-align: center;
}

.banner-hack-details .detail-box .box:last-child {
	border-right: none;
}

.banner-hack-details .detail-box .box p {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
}

.banner-hack-details .detail-box .box img {
	filter: brightness(0) invert(0);
	max-width: 52px;
	margin: auto;
	margin-bottom: 6px;
}

.winners {
	padding: 70px 0;
}

.winners .place-heading {
	margin-bottom: 50px;
}

.winners .big-box {
	box-shadow: 0 0 3px 0.2rem rgb(178 178 178 / 20%);
	border-radius: 6px;
	position: relative;
	margin-bottom: 30px;
}

.winners .big-box .top-area {
	background-color: #cc1db9;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 10px 18px;
	height: 120px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.winners .big-box .top-area img {
	max-width: 100px;
	position: absolute;
	right: 4%;
	top: 24%;
}

.winners .big-box .top-area h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
}

.winners .big-box .top-area h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}

.winners .big-box .bottom-area {
	padding: 15px 18px;
}

.winners .big-box .bottom-area .box {
	display: flex;
	align-items: center;
	column-gap: 20px;
	position: relative;
	width: 80%;
	margin: 12px 0px 25px;
}

.winners .big-box .bottom-area .box .img img {
	border-radius: 100%;
	width: 80px;
	height: 80px;
}

.winners .big-box .bottom-area .box .user-detail h5 {
	margin-bottom: 0;
	font-size: 15px;
}

.winners .big-box .bottom-area .box .user-detail p {
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
}

.winners .big-box .bottom-area ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.winners .big-box .bottom-area ul li {
	font-size: 14px;
}

.hackathons-all-details {
	padding: 70px 0;
}

.hackathons-all-details .border-box {
	border: 1px solid #ccc;
	padding: 10px;
}

.hackathons-all-details .border-box .nav-tabs {
	border-bottom: none;
	margin-bottom: 20px;
}

.hackathons-all-details .border-box .nav-tabs .nav-link {
	border: none;
	color: #000;
}

.hackathons-all-details .border-box .nav-tabs .active {
	background-color: #f8e1f6;
	border-radius: 0;
	color: #cc1db9;
}

.hackathons-all-details .border-box .tab-content {
	padding: 10px;
}

.hackathons-all-details .border-box .tab-content .tab-pane .table .fill-btn {
	padding: 7px 16px;
	font-size: 12px;
	color: #fff;
}

.hackathons-all-details .border-box .tab-content .tab-pane .table .fill-btn:hover {
	color: #cc1db9;
}

.hackathons-all-details .border-box .tab-content .tab-pane .table .fill-btn i {
	margin-right: 5px;
}

.hackathons-all-details .border-box .tab-content .tab-pane form {
	width: 80%;
	margin: auto;
	padding: 25px 0;
}

.hackathons-all-details .border-box .tab-content .tab-pane form label {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}

.hackathons-all-details .border-box .tab-content .tab-pane form .form-control-file {
	box-shadow: 0 0 3px 0.1rem rgb(178 178 178 / 20%);
	padding: 5px;
}

.hackathons-all-details .border-box .tab-content .tab-pane form .form-control {
	box-shadow: 0 0 3px 0.1rem rgb(178 178 178 / 20%);
	border: none;
}

.hackathons-all-details .border-box .tab-content .tab-pane form input::placeholder {
	font-size: 14px;
	color: #555;
}

.hackathons-all-details .border-box .tab-content .tab-pane form input[type="file"]::file-selector-button {
	background-color: #f8e1f6;
	border: 2px solid #f8e1f6;
}

.hackathons-all-details .border-box .tab-content .tab-pane form input[type="radio"]:after {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: -4px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: "";
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.hackathons-all-details .border-box .tab-content .tab-pane form input[type="radio"]:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: -4px;
	left: -1px;
	position: relative;
	background-color: #cc1db9;
	content: "";
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.hackathons-all-details .border-box .tab-content .tab-pane form .form-group .form-check .form-check-label {
	margin-bottom: 0;
	font-size: 16px;
	margin-left: 8px;
}

.hackathons-all-details .border-box .tab-content .tab-pane form .fill-btn {
	padding: 7px 18px;
	font-size: 14px;
}

.hackathons-all-details .border-box .tab-content .tab-pane .table td,
.table th {
	vertical-align: middle;
}

.hackathons-all-details .border-box .tab-content .tab-pane .table th {
	color: #000;
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}

.hackathons-all-details .border-box .tab-content .tab-pane .table a {
	color: #000;
}

.hackathons-all-details .border-box .tab-content .tab-pane .table a img {
	border-radius: 100%;
	margin-right: 10px;
	max-width: 45px;
}

.leading-univsty {
	padding: 70px 0;
	margin-bottom: 80px;
}

.leading-univsty .universities {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	grid-gap: 5px;
}

.leading-univsty .universities .move-down {
	position: relative;
	top: 50%;
}

.right-online-degree {
	padding: 70px 0;
	background-color: #cc1db9;
	margin-bottom: 30px;
}

.right-online-degree h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 35px;
}

.right-online-degree .fill-btn {
	background-color: #fff;
	border: 2px solid #fff;
	color: #cc1db9;
}

.right-online-degree .fill-btn:hover {
	background-color: #cc1db9;
	color: #fff;
}

.right-online-degree .box {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.right-online-degree .box h3 {
	font-size: 20px;
}

.featured-programs {
	padding: 100px 0 80px;
}

.featured-programs form .form-group .form-control {
	border: none;
	padding: 10px;
	height: auto;
	border-radius: 5px;
	font-size: 14px;
	box-shadow: 0 2px 4px 0.2px rgb(178 178 178 / 50%);
}

.featured-programs .big-box {
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0px 8px 0.2px rgb(178 178 178 / 45%);
	padding: 20px;
	column-gap: 30px;
	margin-bottom: 30px;
	border-radius: 8px;
}

.featured-programs .big-box .content h5 {
	margin-bottom: 10px;
}

.featured-programs .big-box .content h5 a {
	color: #000;
	font-size: 18px;
}

.featured-programs .big-box .content .date-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.featured-programs .big-box .content .date-box .details span {
	margin-bottom: 2px;
	color: #929292;
}

.featured-programs .big-box .content .date-box .details p {
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
}

.featured-programs .big-box .content .tags-box ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
	column-gap: 10px;
}

.featured-programs .big-box .content .tags-box ul li {
	margin-bottom: 20px;
}

.featured-programs .big-box .content .tags-box ul li a {
	padding: 8px 13px;
	color: #000;
	background-color: #f8e1f6;
	text-align: center;
	margin-right: 5px;
}

.featured-programs .big-box .content .btn-box {
	display: flex;
	align-items: center;
	margin: 10px 0;
	column-gap: 10px;
}

.featured-programs .big-box .content .btn-box .fill-btn {
	padding: 9px 14px;
	font-size: 13px;
}

.featured-programs .big-box .content .btn-box .border-btn {
	padding: 9px 14px;
	font-size: 13px;
}

.degree-curs h3 {
	font-size: 22px;
	margin-bottom: 35px;
}

.degree-curs ul li {
	display: flex;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 16px;
	grid-gap: 20px;
	align-items: center;
}

.degree-curs ul li img {
	max-width: 35px;
	max-height: 35px;
}

.because-words {
	padding: 70px 0;
}

.because-words .place-heading {
	margin-bottom: 50px;
}

.because-words .big-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 35px;
}

.because-words .big-box .box img {
	width: 100%;
}

.because-words .big-box .text-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 10px;
}

.because-words .big-box .text-box p {
	font-size: 38px;
	margin-bottom: 2px;
	font-weight: 500;
	color: #000;
}

.degree-courses-details {
	padding: 0px 0 70px;
}

.degree-courses-details h4 {
	font-size: 24px;
	margin-bottom: 35px;
}

.degree-courses-details h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.degree-courses-details p {
	margin-bottom: 35px;
}


/*----------- Banner Section ---------------*/

.free-courses {
	background-color: #0f0505;
	padding-top: 100px;
	padding-bottom: 100px;
}

.free-courses .free-course-cont h1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 10px;
}

.free-courses .free-course-cont h1:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -23px;
	background-color: #cc1db9;
}

.free-courses .free-course-cont p {
	color: #fff;
	font-size: 17px;
	margin-bottom: 15px;
}

.free-courses .free-course-cont .bottom-content {
	display: flex;
	align-items: center;
	column-gap: 50px;
	margin-bottom: 10px;
}

.free-courses .free-course-cont .bottom-content .rating ol {
	margin-bottom: 5px;
	padding-left: 0px !important;
}

.free-courses .free-course-cont .bottom-content .rating ol li {
	list-style: none;
	display: inline-block;
	color: #fff;
}

.free-courses .free-course-cont .bottom-content .rating ol li i {
	color: #fff234;
}

.free-courses .free-course-cont .bottom-content .students ul li {
	list-style: none;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}

.free-courses .free-course-cont .bottom-content-2 {
	position: relative;
	margin-bottom: 30px;
}

.free-courses .free-course-cont .bottom-content-2 ul {
	display: flex;
	align-items: center;
	column-gap: 25px;
}

.free-courses .free-course-cont .bottom-content-2 ul li {
	list-style: none;
	color: #fff;
	margin-right: 10px;
}

.free-courses .free-course-cont .bottom-content-2 ul li i {
	margin-right: 5px;
}

.free-courses .free-course-cont .buttons {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.free-courses .free-course-cont .buttons .fill-btn {
	background-color: #fff;
	color: #cc1db9;
	border: 1px solid #fff;
	width: 25%;
	display: block;
	padding: 12px 20px;
}

.free-courses .free-course-cont .buttons .fill-btn:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.free-courses .free-course-cont .buttons .border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	width: 25%;
	display: block;
	padding: 12px 20px;
}

.free-courses .free-course-cont .buttons .border-btn:hover {
	background-color: #fff;
	color: #cc1db9;
	border: 1px solid #fff;
}

.new-free .free-course-cont h1:before {
	background-color: #F77500;
}

.new-free .free-course-cont .buttons .fill-btn {
	color: #F77500;
}

.new-free .free-course-cont .buttons .border-btn:hover {
	color: #F77500;
}

.car-bnr .free-course-cont h1:before {
	background-color: #efac1f;
}

.car-bnr .free-course-cont .buttons .fill-btn {
	color: #efac1f;
}

.car-bnr .free-course-cont .buttons .border-btn:hover {
	color: #efac1f;
}

.enroll {
	position: relative;
	padding: 50px 0px !important;
}

.enroll .what-you-learn {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 22px 26px;
}

.enroll .what-you-learn h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.enroll .what-you-learn ul {
	padding-left: 20px;
}

.enroll .what-you-learn ul li {
	margin-bottom: 6px;
	font-size: 15px;
	list-style-type: circle;
}

.enroll .program-vedio {
	margin-top: -390px;
	z-index: 1;
}

.enroll .program-vedio .pg-program-vedio {
	min-height: 225px;
}

.enroll .program-vedio .buy-now-pg .fill-btn {
	width: 45%;
	margin-right: 5%;
}

.enroll .program-vedio .buy-now-pg .border-btn {
	width: 45%;
}

.new-enroll .program-vedio .buy-now-pg .fill-btn {
	background-color: #F77500;
	border-color: #F77500;
}

.new-enroll .program-vedio .buy-now-pg .fill-btn:hover {
	color: #F77500;
	background-color: #fff;
}

.new-enroll .program-vedio .buy-now-pg .border-btn {
	border-color: #F77500;
	color: #F77500;
}

.new-enroll .program-vedio .buy-now-pg .border-btn:hover {
	background-color: #F77500;
	color: #fff;
}

.dmat-model .program-vedio .buy-now-pg .fill-btn {
	background-color: #cc1db9;
	border-color: #cc1db9;
}

.dmat-model .program-vedio .buy-now-pg .fill-btn:hover {
	color: #cc1db9;
	background-color: #fff;
}

.car-enroll .program-vedio .buy-now-pg .fill-btn {
	background-color: #efac1f;
	border-color: #efac1f;
}

.car-enroll .program-vedio .buy-now-pg .fill-btn:hover {
	color: #efac1f;
	background-color: #fff;
}

.car-enroll .program-vedio .buy-now-pg .border-btn {
	border-color: #efac1f;
	color: #efac1f;
}

.car-enroll .program-vedio .buy-now-pg .border-btn:hover {
	background-color: #efac1f;
	color: #fff;
}

.free-syllabus {
	background-color: #efac1f;
	position: relative;
	padding: 50px 0 0;
}

.col-flex {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.free-syllabus .place-heading h2 {
	color: #000;
	padding-top: 0;
}

.free-syllabus .place-heading span {
	color: #000;
}

.free-syllabus .place-heading p {
	color: #000;
	margin-bottom: 60px;
}

.free-syllabus img {
	position: absolute;
	bottom: 0%;
	max-width: 400px;
	right: 0;
}

.free-duration .tab-industry .nav-tabs .nav-item .active {
	border-color: #EFAC1F;
}

.free-duration .tab-content .duration-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.secrets-main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.duration .duration-content .secrets-main ul li {
	list-style-type: circle;
}

.free-duration .tab-content .duration-content p {
	font-size: 18px;
}

.free-duration .duration-content ul {
	padding-left: 30px;
}

.free-duration .duration-content ul li {
	margin-bottom: 10px;
	font-size: 16px;
	list-style-type: decimal;
	color: #000;
}

.duration .duration-content ul {
	padding-left: 30px;
}

.duration .duration-content ul li {
	margin-bottom: 10px;
	font-size: 16px;
	list-style-type: decimal;
	color: #000;
}

.free-duration .curriculum-cont h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.free-duration .curriculum-cont p {
	font-size: 15px;
}

.free-duration .curriculum-cont .sub-option {
	padding-left: 30px;
	margin-bottom: 10px;
}

.free-duration .curriculum-cont .sub-option li {
	list-style-type: lower-alpha;
	font-size: 16px;
	margin-bottom: 5px;
}

.new-syllabus {
	background: linear-gradient(360deg, #F77500 30%, #F5A92B 75%);
}

.duration .curriculum-cont .sub-option {
	padding-left: 30px;
	margin-bottom: 10px;
}

.duration .curriculum-cont .sub-option li {
	list-style-type: lower-alpha;
	font-size: 16px;
	margin-bottom: 5px;
}

.duration .rev-cont .review-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 18px;
	border-radius: 8px;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}

.duration .rev-cont .review-box .images-box {
	width: 25%;
	text-align: center;
	margin-right: 5%;
}

.duration .rev-cont .review-box .images-box img {
	max-width: 65px;
	margin-bottom: 8px;
	border-radius: 100%;
}

.duration .rev-cont .review-box .images-box span {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	display: block;
}

.duration .rev-cont .review-box .images-box .company-logo {
	border-radius: initial;
	max-width: 60px;
	margin-bottom: 0;
}

.duration .rev-cont .review-box .cont-box {
	width: 70%;
}

.duration .rev-cont .review-box .cont-box .rating ol {
	margin-bottom: 5px;
	padding-left: 0px !important;
}

.duration .rev-cont .review-box .cont-box .rating ol li {
	list-style: none;
	display: inline-block;
	color: #000;
}

.duration .rev-cont .review-box .cont-box .rating ol li i {
	color: #EFAC1F;
}

.duration .rev-cont .review-box .cont-box p {
	font-size: 15px;
	margin-bottom: 0;
}

.free-instructor .place-heading h2:before {
	background-color: #EFAC1F;
}

.free-instructor .shadows h5 {
	margin: 10px 0;
}

.why-take-this {
	padding: 70px 0;
	position: relative;
}

.new-why-take .place-heading h2:before {
	background-color: #F77500;
}

.new-why-take .place-heading h2 span {
	color: #F77500;
}

.car-why-take .place-heading h2:before {
	background-color: #efac1f;
}

.car-why-take .place-heading h2 span {
	color: #efac1f;
}

.why-take-this p {
	font-size: 18px;
	color: #000;
	line-height: 1.4;
	margin-top: 20px;
}

.why-take-this ul {
	padding-left: 20px;
	margin-top: 20px;
}

.why-take-this ul li {
	color: #000;
	list-style-type: decimal;
	font-size: 16px;
	margin-bottom: 7px;
}

.why-take-this .why-take-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 25px;
}

.why-take-this .why-take-box .box {
	padding: 28px 12px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	cursor: pointer;
	transition: all 0.5s ease;
	width: 35%;
	text-align: center;
}

.why-take-this .why-take-box .box img {
	max-width: 70px;
	margin-bottom: 10px;
	filter: brightness(0);
}

.why-take-this .why-take-box .box h3 {
	font-size: 16px;
	line-height: 1.5;
}

.free-course-certificate {
	background-color: #efac1f;
}

.free-course-certificate .cer-details .place-heading h2 {
	color: #000;
}

.free-course-certificate .cer-details .place-heading h2:before {
	background-color: #000;
}

.free-course-certificate .cer-details .place-heading p {
	color: #000;
}

.free-course-certificate .cer-details ul::before {
	padding-left: 30px;
	display: none;
}

.free-course-certificate .cer-details ul li {
	color: #000;
}

.free-course-certificate .cer-details ul li::before {
	background-color: #000;
}

.join-the-path-area {
	padding: 100px 0 70px;
	margin-top: 50px;
}

.join-the-path-area .place-heading h2 span {
	color: #efac1f;
}

.join-the-path-area .place-heading h2:before {
	background-color: #efac1f;
}

.join-the-path-area .row {
	align-items: center;
	margin-bottom: 50px;
}

.join-the-path-area .img {
	background-size: 100%;
	background-repeat: no-repeat;
	height: 330px;
}

.join-the-path-area .big-box {
	display: flex;
}

.join-the-path-area .big-box .number-box {
	width: 20%;
}

.join-the-path-area .big-box .cont {
	width: 80%;
}

.join-the-path-area .big-box .number-box span {
	color: #fff;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	display: block;
	background-color: #efac1f;
}


.join-the-path-area .big-box .cont h3 {
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1.4;
}

.join-the-path-area .big-box .cont h4 {
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.join-the-path-area .big-box .cont h4 a {
	color: #000;
}

.join-the-path-area .big-box .cont p {
	font-size: 17px;
}

.new-join-path .place-heading h2 span {
	color: #cc1db9;
}

.new-join-path .place-heading h2:before {
	background-color: #cc1db9;
}

.new-join-path .big-box .number-box span {
	background-color: #cc1db9;
}

.success-head .success-2 {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 40px;
	width: 85%;
	margin: auto;
	border-radius: 8px;
}

.success-head .success-2 h1 {
	font-size: 32px;
}

.story-section-2 {
	padding: 60px 0;
	background-color: #cc1db9;
	margin-bottom: 50px;
}

.story-section-2 iframe {
	width: 100%;
	height: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
}

.student-says {
	padding: 60px 0;
	background-color: #cc1db9;
	margin-bottom: 50px;
	margin-top: 50px;
}

.student-says h2 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
	text-transform: capitalize;
}

.student-says iframe {
	width: 100%;
	height: 340px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 8px;
}

.duration .curriculum-cont h3 {
	font-size: 18px;
}

.duration .curriculum-cont .accordion .card ul {
	padding-left: 30px;
	margin-bottom: 15px;
}

.duration .curriculum-cont .accordion .card ul li {
	margin-bottom: 10px;
	font-size: 14px;
	list-style-type: decimal;
	color: #000;
}

.duration .curriculum-cont .accordion .card {
	border: none;
	margin-bottom: 20px;
	box-shadow: 0 0 7px 0.1rem rgb(178 178 178 / 15%);
}

.duration .curriculum-cont .accordion .card .card-header {
	border: none;
	background-color: #f7f7f7;
	padding: 13px 20px;
}

.duration .curriculum-cont .accordion .card .card-header h5 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
}

.duration .curriculum-cont .accordion .card .card-header h5 i {
	font-size: 25px;
}

.duration .curriculum-cont .accordion .card .card-body h5 {
	font-size: 16px;
}

.duration .curriculum-cont .accordion .card .card-body p {
	font-size: 15px;
}

.newduration .tab-industry .nav-tabs .nav-item .active {
	border-top: 5px solid #F77500;
}

.newduration .tab-industry .nav-tabs .nav-item .active img {
	filter: brightness(0) invert(0);
}

.new-syllabus .place-heading h2 {
	padding-top: 0px;
}

.new-syllabus .place-heading p {
	font-size: 16px;
}

/*.dttalk-banner {
	height: 80vh;
	background-image: url(../images/dttalks/banner.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 65%;
	padding-top: 85px;
	overflow: hidden;
	background-color: #ffe0fb;
	display: flex;
    align-items: center;
	width: 100%;
}*/

/*.dttalk-banner .bgdt {
	animation: slide 3s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #ffbfff 50%, #e2afff 50%);
	bottom: 0;
	left: -50%;
	opacity: 0.5;
	position: absolute;
	right: -50%;
	top: 0;
	z-index: -1;
}*/

.dttalk-banner {
	position: relative;
	height: 85vh;
	background-image: url(../images/dttalks/banner.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 65%;
	padding-top: 125px;
	overflow: hidden;
	/* display: flex;
    align-items: center;*/
	width: 100%;
}

.dttalk-banner .bg1 {
	animation: slide 3s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #ffbfff 50%, #e2afff 50%);
	bottom: 0;
	left: -50%;
	opacity: .5;
	position: absolute;
	right: -50%;
	top: 0;
	z-index: -1;
}

.dttalk-banner .bg2 {
	animation-direction: alternate-reverse;
	animation-duration: 4s;
}

.dttalk-banner .bg3 {
	animation-duration: 5s;
}

@keyframes slide {
	0% {
		transform: translateX(-25%);
	}

	100% {
		transform: translateX(25%);
	}
}

.dttalk-banner h1 {
	font-size: 88px;
	line-height: 1.2;
}

.dttalk-banner h1 span {
	font-size: 20px;
	font-style: normal;
	background: none;
	color: #000;
}

.dttalk-banner h2 {
	line-height: 40px;
	font-size: 28px;
}

.dttalk-banner h2 span {
	color: #cc1db9;
}

.bg-white {
	background-color: #fff;
}

.dt-head h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 50px;
}

.participate {
	padding: 70px 0 50px;
}

.participate h3 {
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.participate .big-boxes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	justify-content: center;
}

.participate .big-boxes .box {
	padding: 10px 15px;
	border-radius: 5px;
	width: 45%;
	margin-bottom: 30px;
	cursor: pointer;
}

.participate .big-boxes .box span {
	color: #fff;
	font-size: 16px;
}

.participate .big-boxes .box h4 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 0;
}

.participate canvas {
	height: 450px !important;
	width: 450px !important;
	margin: auto !important;
}

.impact-option-card.o1 {
	background-color: #cc1db9;
	border: 2px solid #cc1db9;
}

.impact-option-card.o1:hover {
	background-color: #fff;
	color: #cc1db9;
}

.impact-option-card.o2 {
	background-color: #853dc1;
	border: 2px solid #853dc1;
}

.impact-option-card.o2:hover {
	background-color: #fff;
	color: #853dc1;
}

.impact-thank-card {
	background-color: #fff;
	border: 2px solid #cc1db9;
	color: #cc1db9;
	border-radius: 8px;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.impact-thank-card .title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

.participate .big-boxes .pink {
	background-color: #cc1db9;
	border: 2px solid #cc1db9;
	transition: all ease 0.5s;
}

.participate .big-boxes .pink:hover {
	background-color: #fff;
}

.participate .big-boxes .pink:hover span {
	color: #cc1db9;
}

.participate .big-boxes .pink:hover h4 {
	color: #cc1db9;
}

.participate .big-boxes .purple {
	background-color: #853dc1;
	border: 2px solid #853dc1;
}

.participate .big-boxes .purple:hover {
	background-color: #fff;
}

.participate .big-boxes .purple:hover span {
	color: #853dc1;
}

.participate .big-boxes .purple:hover h4 {
	color: #853dc1;
}

.get-a-chance {
	padding: 20px 0 70px;
}

.get-a-chance .big-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}

.get-a-chance .big-box .box-detail {
	width: 20%;
	padding: 20px;
	background-image: url(../images/dttalks/star.svg);
	background-repeat: no-repeat;
	background-position: 113% -16px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 22%);
	border-radius: 5px;
	margin-bottom: 30px;
}

.get-a-chance .big-box .box-detail span {
	color: #cc1db9;
	font-size: 28px;
	font-weight: 500;
	display: block;
}

.get-a-chance .big-box .box-detail p {
	color: #000;
	margin-bottom: 0;
	font-size: 15px;
}

.key-highlights {
	padding: 50px 0 70px;
	position: relative;
}

.key-highlights .place-heading {
	margin-bottom: 40px;
}

.key-highlights ul li {
	display: flex;
	font-size: 18px;
	color: #000;
	line-height: 28px;
	margin-bottom: 18px;
	grid-gap: 20px;
	align-items: flex-start;
}

.guest-speakers {
	padding: 70px 0 100px;
	position: relative;
}

.guest-speakers .guestspeakers {
	width: 100%;
	position: relative;
}

.guest-speakers .guestspeakers .slide .guest-box {
	display: flex;
	align-items: center;
	column-gap: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 22%);
	padding: 20px;
	height: 100%;
	position: relative;
}

.guest-speakers .guestspeakers .slide .guest-box .img {
	width: 30%;
}

.guest-speakers .guestspeakers .slide .guest-box .img img {
	border-radius: 100%;
	max-width: 90px;
}

.guest-speakers .guestspeakers .slide .guest-box .cont p {
	color: #cc1db9;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}

.guest-speakers .guestspeakers .slide .guest-box .cont {
	width: 70%;
}

.guest-speakers .guestspeakers .slide .guest-box .cont span {
	color: #000;
	font-size: 15px;
	display: block;
}

.book-seat {
	padding: 50px 0;
	background-color: #cc1db9;
}

.book-seat h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 40px;
}

.book-seat .fill-btn {
	background-color: #fff;
	color: #cc1db9;
	border: 2px solid #fff;
}

.book-seat .fill-btn:hover {
	background-color: #cc1db9;
	color: #fff;
}

.upcoming-webinars {
	padding: 70px 0;
}

.upcoming-webinars img {
	border-radius: 5px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 22%);
	padding: 10px;
	margin-bottom: 30px;
}

.Connect-with-Career {
	padding: 70px 0px;
}

.Connect-with-Career .Connect-heading h1 {
	font-size: 34px;
	font-weight: 500;
}

.Connect-with-Career .Connect-heading p {
	font-size: 20px;
	color: #000;
}

.Connect-with-Career .contact-form {
	padding: 30px 0;
}

.free-courses .dmat h2 {
	color: #fff;
}

.free-courses .dmat .dmat-link {
	text-decoration: underline;
	color: #fff;
}

.new-enroll .new-dmat {
	padding: 0px;
	margin-top: -112px;
	border-radius: 6px;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	margin-bottom: 25px;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.new-enroll .new-dmat .big-boxes {
	align-items: normal;
	justify-content: space-between;
	padding: 10px;
	display: flex;
}

.new-enroll .new-dmat .big-boxes .box {
	width: 48%;
	margin-bottom: 0;
}

.new-enroll .eligibility {
	display: grid;
	column-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.new-enroll .eligibility .placement-group i {
	font-size: 40px;
	color: #cc1db9;
	margin-bottom: 5px;
}

.new-enroll .eligibility .placement-group {
	text-align: center;
	padding: 15px 12px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	margin-bottom: 25px;
	height: -webkit-fill-available;
}

.new-enroll .eligibility .placement-group h4 {
	font-size: 20px;
}

.dmat-score .why-take-box .box h2 {
	color: #cc1db9;
	font-size: 38px;
}

.syllabus-bottom .accordion .card .card-body p {
	font-size: 15px;
}

.new-free .dmat .buttons .fill-btn {
	color: #cc1db9;
	width: 32%;
}

.syllabus-bottom .sy-img-con .syllabus-img i {
	font-size: 40px;
	color: #cc1db9;
}

.dmat-faq {
	padding: 50px 0;
}

.lms-page .box h3 {
	font-size: 16px;
}

.lms-page .box p {
	margin-bottom: 0;
}

.faq ol {
	padding-left: 30px;
}

.faq ol li {
	list-style-type: decimal;
	font-size: 15px;
	margin-bottom: 6px;
}

.faq .accordion .card .card-body .list li {
	list-style: decimal;
}

.faq .accordion .card .card-body .list li .sub-list {
	padding-left: 30px;
	margin: 15px 0;
}

.faq .accordion .card .card-body .list li .sub-list li {
	list-style: lower-alpha;
}

.register-form .modal-dialog {
	width: 40%;
	margin: auto;
}

.register-form .modal-dialog .modal-content .modal-body .register-heading {
	background-color: #cc1db9;
	display: block;
	padding: 10px 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.register-form .modal-dialog .modal-content .modal-body .register-heading .enquire-head {
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}

.register-form .modal-dialog .modal-content .modal-body .close {
	top: 3.5%;
	right: 5%;
	padding: 0;
	font-size: 22px;
	background: none;
	line-height: initial;
}

.register-form .modal-dialog .modal-content .modal-body iframe {
	height: 440px;
}

.enquire {
	background-color: #cc1db9;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	position: fixed;
	right: -2%;
	top: 50%;
	padding: 10px;
	border-radius: 4px;
	border: 2px solid #cc1db9;
	transform: rotate(-90deg);
	z-index: 999;
}

.enquire:hover {
	background-color: #fff;
	color: #cc1db9;
}

.digital-marketing {
	height: 80vh;
	background-image: url(../images/courses/digital-marketing/banner.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.digital {
	text-align: center;
}

.digital h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}

.digital p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}

.key-highlight {
	padding: 70px 0 70px;
}

.key-highlight .join-the-path-area {
	padding: 0px 0 0px;
	margin-top: 20px;
}

.key-highlight h2 {
	font-size: 30px;
	text-align: center !important;
	margin-bottom: 65px;
}

.digis h2 {
	font-size: 30px;
	text-align: center !important;
	margin-bottom: 65px;
}

.digis .course-box {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.digis .course-box p {
	color: #000;
	margin-bottom: 0;
}

.key-highlight .join-the-path-area .big-box .number-box span {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 36px;
	border-radius: 100%;
	font-size: 15px;
	background-color: #cc1db9;
}

.digi-market {
	padding: 0px 0px;
}

.digi-market p {
	font-size: 18px;
	color: #000;
}

.digi-marketing .personal_mentor {
	padding: 0;
}

.digi-marketing .personal_mentor .personal-cont .presonal-text ul li {
	margin-bottom: 16px;
}

.digi-marketing .personal_mentor .personal-cont p {
	font-size: 18px;
	color: #000;
}

.key-highlight .join-the-path-area .big-box .cont {
	width: 86%;
}

.key-highlight .join-the-path-area .big-box .number-box {
	width: 16%;
}

.key-highlight .join-the-path-area .big-box .cont h4 {
	font-size: 18px;
	margin-bottom: 3px;
}

.key-highlight .join-the-path-area .big-box .cont p {
	font-size: 16px;
}

.digi-marketing h2 {
	text-align: center !important;
	margin-bottom: 65px;
}

#scroll {
	display: inline-block;
	background-color: #cc1db9;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#scroll::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

#scroll:hover {
	cursor: pointer;
	background-color: #fff;
	border: 2px solid #cc1db9;
}

#scroll:hover::after {
	color: #cc1db9;
}

#scroll:active {
	background-color: #cc1db9;
}

#scroll.show {
	opacity: 1;
	visibility: visible;
}

.ss-box {
	height: 130px;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}

.ss-cr-btn-div {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
	padding-top: 30px;
}

.ss-cr-btn {
	background-color: #fff;
	border: 1px solid #cc1db9;
	border-radius: 20px;
	padding: 3px 10px 2px 10px;
	font-size: 10px;
}

.btn-bg-black {
	background-color: #000;
}

.btn-bg-white {
	background-color: #fff;
}

.d-non {
	display: none;
}

.onboarding-form {
	padding-right: 0 !important;
	background-color: #8c76a4;
	z-index: 9999999999;
}

.onboarding-form .modal-dialog {
	max-width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.onboarding-form .modal-dialog .modal-content {
	border: none;
	height: 100%;
	background-color: #8c76a4;
}

.onboarding-form .modal-dialog .modal-content .modal-body .close {
	background-color: #f5db23;
	color: #000;
}

.onboarding-form .on-boarding {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.onboarding-form .on-boarding h1 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 45px;
	color: #fff;
}

.onboarding-form .on-boarding h3 {
	font-size: 25px;
	margin-bottom: 25px;
	color: #f5db23;
	text-align: center;
}

.onboarding-form .on-boarding h4 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
}

.onboarding-form .on-boarding ul {
	padding-left: 35px;
}

.onboarding-form .on-boarding ul li {
	font-size: 16px;
	color: #fff;
	list-style: disc;
	margin: 5px 0;
}

.onboarding-form .on-boarding .form-check-label {
	display: block;
	position: relative;
	padding: 10px 0 10px 45px;
	background-color: transparent;
	border: 1px solid #f5db23;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.onboarding-form .on-boarding .form-check-label input[type=radio] {
	margin-left: -30px;
}

.onboarding-form .on-boarding .form-check-label input[type='radio']:after {
	height: 20px;
	width: 20px;
	border-radius: 100%;
	top: -4px;
	left: -3px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
}

.onboarding-form .on-boarding .form-check-label input[type='radio']:checked:after {
	height: 20px;
	width: 20px;
	border-radius: 100%;
	top: -4px;
	left: -3px;
	position: relative;
	background-color: #f5db23;
	content: '';
	display: inline-block;
	visibility: visible;
}

.onboarding-form .on-boarding form .form-group button {
	background: #f5db23;
	padding: 8px 20px;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
}

.onboarding-form .on-boarding form .category-top {
	font-size: 18px;
	display: block;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
}

.onboarding-form .on-boarding form label {
	color: #fff;
}

.onboarding-form .on-boarding form .form-group .form-control {
	background-color: transparent;
	border: 1px solid #f5db23;
	color: #fff;
}

.onboarding-form .on-boarding form .form-group .form-control::placeholder {
	color: #fff;
	opacity: 0.5;
}

.onboarding-form .on-boarding .form-check {
	padding-left: 0;
}

.onboarding-form .on-boarding .form-check-label input[type=checkbox] {
	margin-left: -30px;
}

.onboarding-form .on-boarding .form-check-label input[type='checkbox']:after {
	height: 20px;
	width: 20px;
	border-radius: 5px;
	top: -4px;
	left: -3px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
}

.onboarding-form .on-boarding .form-check-label input[type='checkbox']:checked:after {
	height: 20px;
	width: 20px;
	border-radius: 5px;
	top: -4px;
	left: -3px;
	position: relative;
	background-color: #f5db23;
	content: '';
	display: inline-block;
	visibility: visible;
}

.onboarding-form .on-boarding .form-control:focus {
	border-color: #f5db23;
}

.onboarding-form .onboarding-form .on-boarding form .form-group label {
	color: #000;
}

.onboarding-form .on-boarding form .form-group input[type=file] {
	cursor: pointer;
	width: 100%;
	height: 100px;
	overflow: hidden;
	border: none !important;
}

.onboarding-form .on-boarding form .form-group input[type=file]:before {
	width: 100%;
	height: 100px;
	font-size: 17px;
	line-height: 32px;
	content: 'Select your file';
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 2px dotted #f5db23;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}

.onboarding-form .on-boarding form .form-group input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
}


/*.onboarding-form .on-boarding form .form-group input[type=file]::file-selector-button:hover {
  background-color: #fff;
  border: 1px solid #cc1db9;
}

*/

.onboarding-form .on-boarding form .form-group input[type="date"] {
	border: none;
	background-color: transparent;
	color: #cc1db9;
	padding: 2px;
	position: relative;
	display: block;
	width: 100%;
}

.onboarding-form .on-boarding form .form-group input[type="date"]::-webkit-clear-button {
	z-index: 1;
}

.onboarding-form .on-boarding form .form-group input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 2%;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
}

.onboarding-form .on-boarding form .form-group input[type="time"] {
	border: none;
	background-color: transparent;
	color: #cc1db9;
	padding: 2px;
}

.onboarding-form .on-boarding form .form-group input[type="time"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 2%;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
}

.faculty {
	height: 60vh !important;
}

.faculty-pd {
	padding: 40px 0;
}

.ambassador {
	padding: 20px 0 0;
}

.ambassador .container-fluid {
	width: 100%;
	margin: 0;
}

.ambassador .banner-heading {
	width: 90%;
	margin-left: 10%;
}

.ambassador .banner-heading h1 {
	color: #979797;
	font-weight: 600;
	font-size: 40px;
	position: relative;
	margin-bottom: 20px;
}

.ambassador .banner-heading h1:before {
	background-color: #ffc60c;
	content: "";
	position: absolute;
	left: -3%;
	height: -webkit-fill-available;
	width: 3.5px;
}

.ambassador .banner-heading h1 span {
	color: #ffc60c;
}

.ambassador .banner-heading p {
	color: #000;
	position: relative;
	font-size: 17px;
}

.ambassador .banner-heading p:before {
	background-color: #000;
	content: "";
	position: absolute;
	left: -3%;
	height: 50px;
	width: 3.5px;
}

.ambassador .banner-heading a {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 35%);
	color: #ffc60c;
	font-size: 20px;
	font-weight: 500;
	max-width: max-content;
	border-radius: 6px;
	padding: 8px 15px;
	margin-top: 20px;
}

.ambassador .banner-heading a i {
	font-weight: 600;
	margin-left: 10px;
	font-size: 22px;
}

.ambassador img {
	width: 100%;
}

.ambass-looking {
	position: relative;
	background-color: #f1f1f1;
	border: 10px solid #ffc60c;
	padding: 75px 0;
	border-radius: 80px;
}

.ambass-looking h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.ambass-looking p {
	font-size: 17px;
}

.ambass-looking .img img {
	position: absolute;
	max-width: 532px;
	left: 40px;
	bottom: -79%;
}

.ambass-looking .dots {
	display: flex;
	column-gap: 10px;
	align-items: center;
	position: absolute;
	right: 15%;
	bottom: -35%;
}

.ambass-looking .dots li {
	background-color: #ffc60c;
	list-style: none;
	width: 24px;
	height: 24px;
	border-radius: 100%;
}

.ambass-looking .dots li:nth-child(2) {
	width: 22px;
	height: 22px;
}

.ambass-looking .dots li:nth-child(3) {
	width: 20px;
	height: 20px;
}

.perks-reward {
	padding: 150px 0 80px;
	position: relative;
}

.perks-reward h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 60px 0;
	display: flex;
	justify-content: center;
}

.perks-reward h2:after {
	content: "";
	width: 180px;
	height: 3px;
	bottom: 50px;
	position: absolute;
	background-color: #ffc60c;
}

.perks-reward ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 60px;
}

.perks-reward ul:after {
	content: "";
	position: absolute;
	width: 0;
	border: 1px dashed #3f3c3d;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

.perks-reward ul li {
	display: flex;
	align-items: center;
	column-gap: 25px;
	margin-bottom: 25px;
	font-size: 17px;
}

.perks-reward ul li img {
	max-width: 55px;
}

.perks-reward .right-top {
	position: absolute;
	right: 0;
	max-width: 200px;
}

.perks-reward .bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 200px;
}

.task-response {
	padding: 80px 0;
	position: relative;
}

.task-response h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}

.task-response h2:after {
	content: "";
	width: 180px;
	height: 3px;
	bottom: 50px;
	position: absolute;
	background-color: #ffc60c;
}

.task-response .box {
	background-color: #ffc60c;
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	padding: 20px;
	height: 100%;
}

.task-response .box .content {
	border: 2px dashed #fff;
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	padding: 15px;
	height: 100%;
}

.task-response .box .content .img-box {
	height: 80px;
	width: 80px;
	background-color: #fff;
	margin: auto;
	border-radius: 100%;
	padding: 14px;
	margin-bottom: 20px;
}

.task-response .box .content .img-box img {
	max-width: 50px;
}

.task-response .box .content p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.learning-oppor {
	padding: 80px 0;
	position: relative;
}

.learning-oppor h2 {
	background-color: #ffc60c;
	padding: 10px 60px;
	border-radius: 35px;
	font-size: 28px;
	font-weight: 600;
	width: fit-content;
}

.learning-oppor h2 i {
	font-weight: 600;
	margin-left: 8px;
}

.learning-oppor ul {
	margin-top: 30px;
	position: relative;
	padding: 15px 0 15px 60px;
	counter-reset: my-awesome-counter;
	list-style: none;
}

.learning-oppor ul:after {
	content: "";
	position: absolute;
	width: 36px;
	background-color: #dedede;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 50px;
}

.learning-oppor ul li {
	margin-bottom: 10px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	position: relative;
	counter-increment: my-awesome-counter;
}

.learning-oppor ul li:last-child {
	margin-bottom: 0;
}

.learning-oppor ul li::before {
	content: counter(my-awesome-counter);
	color: #000;
	font-size: 15px;
	position: absolute;
	left: -56px;
	z-index: 1;
	line-height: 23px;
	width: 28px;
	height: 22px;
	top: 0px;
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
}

.college-form {
	padding: 50px 0;
	position: relative;
}

.college-form h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 60px;
	position: relative;
}

.college-form h3:after {
	content: "";
	width: 60%;
	height: 3px;
	bottom: -20px;
	left: 0;
	position: absolute;
	background-color: #ffc60c;
}

.college-form form label {
	color: #000;
	font-weight: 500;
	font-size: 15px;
}

.college-form form .input-group .input-group-prepend .input-group-text {
	background-color: #a3a3a3;
	border: 1px solid #a3a3a3;
}

.college-form form .input-group input {
	border: 1px solid #a3a3a3;
}

.college-form form .input-group select {
	border: 1px solid #a3a3a3;
}

.college-form form .input-group [type=submit] {
	background-color: #ffc60c;
	border: 1px solid #ffc60c;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 11px 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 0px #d9d9d9;
	transition: all ease 0.5s;
}

.college-form form .input-group [type=submit]:hover {
	background-color: #fff;
	color: #ffc60c;
	box-shadow: 0px 4px 0px #ffc60c;
}

.embed_jobs_head {
	background-color: #fff !important;
	padding: 0 !important;
}

.embed_jobs_head2 {
	padding: 0 !important;
	border: none !important;
	width: 100% !important;
}

.rec-grp-heading {
	font-size: 22px !important;
	margin-bottom: 20px;
	font-family: "Rubik", sans-serif !important;
	color: #cc1db9 !important;
}

.rec_job_listing_div_jobs .rec-group .rec-job-title a {
	color: #000 !important;
	font-family: "Rubik", sans-serif !important;
}

.rec-group {
	margin-bottom: 30px !important;
}

.embed_jobs_with_style_1 ul.rec-job-info:hover {
	background: #fff !important;
}

.rec-job-title {
	margin-bottom: 10px !important;
}

.embed_jobs_with_style_1 ul.rec-job-info {
	margin-bottom: 30px !important;
}

.mobile-display {
	display: none;
}

.mobile-display-none {
	display: block;
}

.course-article {
	padding: 80px 0 0;
	height: 460px;
	overflow-y: auto;
}

.course-article .ss-box {
	height: 300px;
}

.course-article p {
	color: #000;
}

.course-article ul {
	padding-left: 30px;
	margin-bottom: 20px;
}

.course-article ul li {
	list-style: square;
	color: #000;
	margin-bottom: 10px;
}

.course-article h3 {
	font-size: 20px;
	margin: 25px 0;
}

.course-article .place-heading h2 {
	font-size: 25px;
}

.course-article table a {
	color: #000;
}

.course-article .list li {
	list-style: upper-alpha;
	margin-bottom: 10px;
}

.course-article .list li .sub-list {
	margin: 15px 0;
	padding-left: 30px;
}

.course-article .list li .sub-list li {
	list-style: lower-roman;
}

.course-article .list-3 li {
	list-style: decimal;
}

.course-article .list-3 li .sub-list {
	margin-top: 10px;
}

.course-article .list-3 li .sub-list li {
	list-style: lower-alpha;
}

.course-article span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	color: #000;
	margin: 17px 0 22px;
}

.course-article ol {
	padding-left: 30px;
	margin: 15px 0;
}

.course-article ol li {
	list-style: decimal;
	color: #000;
	margin-bottom: 10px;
}

.course-article .list-2 {
	padding-left: 30px;
	margin-bottom: 20px;
}

.course-article .list-2 li {
	list-style: disc;
}

.course-article .list-2 li .sub-list {
	margin: 15px 0;
}

.course-article .list-2 li .sub-list li {
	list-style: circle;
}

.course-article .list-2 li .sub-list li .sub-list-2 {
	margin: 15px 0;
}

.course-article .list-2 li .sub-list li .sub-list-2 li {
	list-style: square;
}

.embed_jobs_head2 {
	font-family: "Rubik", sans-serif;
}

.embed_jobs_with_style ul.rec-job-info {
	padding: 15px 18px !important;
	border: 1px solid #dee4f0;
	border-radius: 5px;
	display: inline-block;
}

.rec_job_listing_div_jobs .rec-group .rec-job-title a {
	color: #cc1db9 !important;
}

.embed_jobs_with_style .embed_jobs_head3 {
	color: #cc1db9 !important;
	font-weight: 700 !important;
}

.embed_jobs_with_style .rec-job-info a:hover {
	text-decoration: none !important;
}

.embed_jobs_with_style .rec-group li span:first-child {
	color: #000 !important;
	font-weight: 600;
}

.app-section .app-box {
	display: block;
	padding: 40px 75px;
	text-align: center;
	border-radius: 28px;
}

.app-section .app-box .content h3 {
	font-size: 35px;
	margin-bottom: 10px;
}

.app-section .app-box .content p {
	font-size: 18px;
	margin-bottom: 25px;
}

.career-path {
	background-color: #e6e6fa;
	padding: 100px 0px;
}

.career-path .place-heading {
	margin-bottom: 45px;
}

.career-path .hr-group h4 {
	font-size: 17px;
	margin-bottom: 0;
}

.career-path .hr-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
	border-radius: 5px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 5px;
	margin: 10px 0;
	background-color: #fff;
}

.career-path .hr-group img {
	max-width: 100px;
	column-gap: 20px;
}

.career-path .slide-arrow {
	display: none !important;
}

.career-path .slick-next {
	display: none !important;
}

.academy {
	padding: 70px 0 322px;
	height: auto;
}

.academy .collage-cont h1 {
	font-size: 42px;
}

.collage .collage-cont p {
	font-size: 21px;
	margin: 4px;
}

.ime-bg {
	background-image: url(../images/dt-hub/dtch/banner.webp);
	position: relative;
	height: auto;
	padding: 180px 0;
}

.ime-bg .degree-heading span {
	color: #3db166;
}

.ime-bg .degree-heading .fill-btn {
	background-color: #192f59;
	border-color: #192f59;
}

.ime-bg .degree-heading .fill-btn:hover {
	background-color: #3db166;
	color: #fff;
	border-color: #3db166;
}

.ime-bg .dtime-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	display: flex;
	align-items: center;
}

.ime-bg .dtime-logo img {
	max-width: 150px;
}

.blue-green {
	background-image: linear-gradient(38deg, #3db166 14%, #192f59 75%);
}

.blue-green .introducin-icons .introduce-group img {
	filter: none;
}

.place-h .place-heading h2 span {
	color: #3db166;
}

.place-h .place-heading h2:before {
	background-color: #3db166;
}

.place-h .query-form form [type=submit] {
	background-color: #192f59;
	border-color: #192f59;
}

.place-h .tab-industry .nav-tabs .nav-item .active {
	border-color: #192f59;
}

.place-h .tab-industry .nav-tabs .nav-item .active img {
	filter: sepia(1);
}

.new-overview .place-heading {
	margin-bottom: 0;
}

.new-overview h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.new-overview .cohort-box {
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	background-color: #fff;
	border-radius: 8px;
}

.new-overview .cohort-box .head {
	padding: 18px 15px;
	background-color: #ffedfd;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	display: flex;
	align-items: center;
	position: relative;
}

.new-overview .cohort-box .head span {
	color: #cc1db9;
	font-size: 17px;
	display: block;
	margin-right: 20px;
}

.new-overview .cohort-box .head .fill-btn {
	font-size: 13px;
	padding: 8px 14px;
	position: absolute;
	right: 2%;
}

.new-overview .cohort-box .details {
	padding: 0 18px 18px;
}

.new-overview .cohort-box .details table {
	margin-bottom: 0;
}

.new-overview .cohort-box .details .table thead th {
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}

.new-overview .cohort-box .details .table tbody td {
	border: none;
	font-size: 14px;
}

.new-overview .cohort-box .details .table tbody th {
	border: none;
	padding-left: 0;
}

.new-overview .cohort-box .details .table tbody th span {
	background-color: #ccc;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	display: inline-block;
	font-size: 10px;
	margin-right: 4px;
}

.certificate .new-slider {
	padding: 0 15px;
}

.certificate .new-slider h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 38px;
}

.certificate .new-slider .carousel-item ul {
	margin-top: 20px;
}

.certificate .new-slider .carousel-item ul li {
	color: #fff;
	text-align: center;
}

.certificate .new-slider .carousel-control-prev {
	top: -55px;
}

.certificate .new-slider .carousel-control-next {
	top: -55px;
}

.footer-strip {
	width: 100%;
	position: relative;
	background-color: #000;
	padding: 10px 0;
}

.footer-strip .request-call {
	display: flex;
	align-items: center;
	column-gap: 70px;
	width: 60%;
	margin: auto;
}

.footer-strip .request-call button {
	background-color: transparent;
	color: #fff;
}

.footer-strip .request-call button i {
	font-size: 20px;
	margin-right: 5px;
}

.footer-strip .request-call a {
	color: #fff;
}

.footer-strip-new {
	position: sticky;
	bottom: 0;
	z-index: 11;
}

.drop {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.country {
	position: relative;
	margin: 0;
	width: 60px;
}

.country .select {
	position: relative;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	background: transparent;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	column-gap: 11px;
}

.country .select img {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 -4px;
	background-color: #fff;
}

.country .select:after {
	content: "\f0d7";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background-color: #1a1a1a;
	line-height: 42px;
}

.country .select.open:after {
	background-position: 0 -5px;
}

.country .dropdown {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	width: 200px;
	height: 225px;
	border: 1px solid #cfcfcf;
	border-top: 1px solid #a6a6a6;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	overflow-y: scroll;
	z-index: 1;
	text-align: left;
}

.country .dropdown img {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 7px;
	max-width: 32px;
	background-repeat: no-repeat;
}

.country .dropdown li {
	padding: 0 7px;
	line-height: 34px;
	font-size: 13px;
	font-weight: 400;
	color: #828282;
	cursor: pointer;
}

.country .dropdown li:first-child {
	margin-top: 12px;
}

.country .dropdown li:last-child {
	margin-bottom: 12px;
}

.country .dropdown li:hover {
	background: #dedede;
	color: #454545;
}

.country .dropdown li.open {
	display: block;
}

.header .country {
	margin-left: 15px;
}

.header .country .select:after {
	background-color: #fff;
	color: #cfcfcf;
	line-height: 32px;
}

.header .country .select {
	border: 1px solid #edeaea;
	padding: 5px 10px;
	border-radius: 4px;
}

.book-your-seat {
	padding: 80px 0;
}

.book-your-seat h1 {
	font-size: 32px;
	position: relative;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}

.book-your-seat h1:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	top: -18px;
	position: absolute;
	background-color: #cc1db9;
}

.book-your-seat h2 {
	font-size: 20px;
	margin-bottom: 35px;
}

.book-your-seat .payment-area {
	padding: 20px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px dashed #ccc;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.book-your-seat .payment-area h3 {
	font-size: 18px;
	margin-bottom: 18px;
}

.book-your-seat .payment-area img {
	/*max-width: 170px;*/
	max-width: 120px;
	margin-bottom: 10px;
}

.book-your-seat .payment-area h4 {
	/*font-size: 16px;*/
	font-size: 15px;
	color: #cc1db9;
	margin-bottom: 0;
}

.book-your-seat ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}

.book-your-seat li {
	display: inline-block;
	width: 25%;
}

.book-your-seat input[type="radio"][id^="cb"] {
	display: none;
}

.book-your-seat label {
	border: 1px solid #ccc;
	padding: 25px;
	display: block;
	position: relative;
	margin: 10px;
	cursor: pointer;
	border-radius: 5px;
}

.book-your-seat label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid #cc1db9;
	position: absolute;
	top: -12px;
	left: -13px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	transition-duration: 0.4s;
	transform: scale(0);
}

.book-your-seat label img {
	max-width: 230px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
	padding: 15px;
}

.book-your-seat label span {
	font-size: 13px;
}

/*:checked+label {
	border-color: #cc1db9;
	box-shadow: 0 0 5px #ffe2ff;
	background-color: rgba(232, 232, 232, 0.2);
}

:checked+label:before {
	content: "✓";
	background-color: #cc1db9;
	transform: scale(1);
}

:checked+label img {
	transform: scale(0.9);
	z-index: -1;
}*/

.banner-area h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.banner-area .partnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 18px;
}

.banner-area .partnr li {
	margin-bottom: 15px;
	text-align: center;
}

.job-display {
	display: block;
}

.job-display-2 {
	display: none;
}

.rzp-container {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100vh;
	border: 0;
}

.alert-cookie-policy {
	display: none;
}

.alert-cookie-policy .alert-secondary {
	color: #fff;
	border: none;
	border-radius: 0;
	width: 24%;
	position: fixed;
	left: 0;
	z-index: 9;
	bottom: 8%;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 14px;
}

.alert-cookie-policy .alert-secondary span {
	font-size: 13px;
	letter-spacing: .5px;
	display: block;
	margin-bottom: 10px;
}

.alert-cookie-policy .alert-secondary .btn-primary {
	color: #fff;
	background-color: #cc1db9;
	border-color: #cc1db9;
	font-size: 14px;
	float: right;
}

.alert-cookie-policy .alert-secondary .btn-primary:hover {
	color: #fff;
	background-color: #cc1db9;
	border-color: #cc1db9;
}

.alert-cookie-policy .alert-secondary .btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #cc1db9;
	border-color: #cc1db9;
}

.high-demand {
	position: relative;
	padding: 80px 0;
}

.high-demand .place-heading {
	margin-bottom: 60px;
}

.high-demand img {
	margin-bottom: 20px;
}

.high-demand p {
	color: #000;
}

.high-demand ul {
	padding-left: 25px;
}

.high-demand ul li {
	list-style: square;
	margin-bottom: 4px;
	color: #000;
}

.testi-section {
	position: relative !important;
	padding: 80px 0 !important;
	background-color: rgb(248, 248, 248) !important;
	margin: 30px 0;
}

.testi-section .place-heading h2 {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	margin-bottom: 50px;
}

.testi-section .testi-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 22%);
	background-color: #fff;
	padding: 22px;
	border-radius: 10px;
	position: relative;
	height: 100%;
}

.testi-section .testi-box .img-box {
	width: 20%;
}

.testi-section .testi-box .img-box img {
	border-radius: 100%;
	width: 90px;
	height: 90px;
}

.testi-section .testi-box .cont-box {
	width: 75%;
}

.testi-section .testi-box h3 {
	margin: 0;
	font-size: 20px;
	color: #853bc1;
	font-weight: 600;
	letter-spacing: 1px !important;
}

.testi-section .testi-box h4 {
	color: #000;
	font-size: 14px;
	margin: 2px 0;
	font-weight: 600;
}

.testi-section .testi-box i {
	color: #cc1db8;
	position: absolute;
	top: 51px;
	opacity: 0.2;
	font-size: 35px;
}

.testi-section .testi-box p {
	color: #4e4e4e;
	margin-top: 5px;
	line-height: 1.4;
	font-weight: 400;
	font-size: 15px;
}

.testi-section .owl-carousel .owl-stage-outer {
	overflow: revert !important;
}


.testi-section .owl-carousel button.owl-dot {
	background-color: #cc1db9;
	height: 10px;
	width: 10px;
	opacity: 0.5;
	margin: 0 10px;
}

.testi-section .owl-carousel button.owl-dot.active {
	opacity: 1;
}

.testi-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
}

.testi-section .owl-carousel .owl-stage-outer {
	padding: 20px 10px;
}

.jobboster-partner {
	padding: 30px 0 62px;
}

.jobboster-partner h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}

.jobboster-partner h2 span {
	color: #cc1db9;
}

.jobboster-partner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 18px;
}

.refer-banner {
	padding: 80px 0;
}

.refer-banner h1 {
	font-size: 35px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #000;
	position: relative;
	text-transform: capitalize;
}

.refer-banner h1 span {
	color: #cc1db9;
	display: inline-block;
	font-size: 35px;
}

.refer-banner p {
	margin-bottom: 25px;
	margin-top: 5px;
}

.refer-banner span {
	font-size: 25px;
	color: #000;
}

.refer-banner .fill-btn {
	width: 50%;
	display: block;
}

.refer-how-its-work {
	padding: 80px 0;
}

.refer-how-its-work .place-heading {
	margin-bottom: 80px;
}

.refer-how-its-work .place-heading h2 {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.refer-how-its-work .place-heading p {
	font-size: 18px;
	color: #555;
}

.refer-how-its-work .how-box {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 16px;
	padding: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
}

.refer-how-its-work .how-box:before {
	position: absolute;
	content: "";
	background-color: rgba(204, 29, 185, 1.0);
	height: 114%;
	left: -3%;
	width: 88%;
	border-radius: 21px;
	z-index: -1;
}

.refer-how-its-work .how-box:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 40%;
	left: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid rgba(204, 29, 185, 1.0);
}

.refer-how-its-work .how-box .refer-cont span {
	font-size: 15px;
	color: #cc1db9;
}

.refer-how-its-work .how-box .refer-cont h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.refer-how-its-work .how-box .refer-cont p {
	font-size: 14px;
	margin-bottom: 0;
}

.refer-how-its-work .how-box .icon-box img {
	max-width: 80px;
}

.refer-policy .place-heading h2 {
	display: flex;
	justify-content: center;
}

.refer-what-do {
	padding: 80px 0;
}

.refer-what-do .place-heading {
	margin-bottom: 40px;
}

.refer-what-do .place-heading h2 {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.refer-what-do .place-heading p {
	font-size: 18px;
	color: #555;
}

.hero-h4 {
	font-weight: 700;
	color: #000;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 10px;
}

.why-dt-ug {
	background-color: #c9eefd;
	padding-top: 70px;
	padding-bottom: 70px;
}

.mt-0 {
	margin-top: 0px;
}

.f-box {
	background-color: #fff;
	border-radius: 15px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 20px;
	position: relative;
}

.f-box img {
	width: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.spez-block {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 20px;
	position: relative;
	font-weight: 700;
	font-size: 24px;
	color: #000;
}

.spez-sec {
	padding-top: 100px;
	padding-bottom: 100px;
}

.career-option {
	background-color: #fce8ae;
	padding: 6px 12px;
	border-radius: 4px;
	color: #000;
	margin-right: 8px;
	margin-bottom: 8px;
}

.gd-bg {
	background-color: #91ffff;
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: 500px;
	background-position-x: 90%;
	background-position-y: 10%;
}

.hiring-form .modal-dialog {
	max-width: 60% !important;
}

.hiring-form .modal-dialog .modal-content .modal-body .hire-heading {
	background-color: #cc1db9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hire-heading .enquire-head {
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

.hiring-form .modal-dialog .modal-content .modal-body .close {
	padding: 0;
	font-size: 22px;
	background: none;
	line-height: 10px;
	position: relative;
}

.hiring-form .modal-dialog .modal-content .modal-body .close span {
	display: inline-block;
	line-height: 2px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form {
	padding: 14px 30px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form p {
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 12px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form form label {
	color: #000;
	font-weight: 500;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form form input::placeholder {
	font-size: 14px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form form textarea::placeholder {
	font-size: 14px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form form .form-check {
	padding-left: 40px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form form .form-check .form-check-label {
	color: #555;
	font-weight: normal;
	font-size: 14px;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form form .form-check .form-check-input {
	accent-color: #cc1db9;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form form .form-control:focus {
	border-color: #ced4da;
}

.hiring-form .modal-dialog .modal-content .modal-body .hirestudent-form button {
	background-color: #cc1db9;
	color: #fff;
	padding: 7px 25px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
}

.price-plan {
	position: relative;
	padding: 80px 0;
}

.price-plan .place-heading {
	margin-bottom: 60px;
}

.price-plan .nav-tabs {
	border-bottom: none;
	justify-content: space-between;
	margin-bottom: 40px;
}

.price-plan .nav-tabs .nav-link {
	border: none;
	padding: 20px 20px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid rgba(32, 145, 193, 0.2);
	color: #2091c1;
	border-bottom: 3px solid rgba(32, 145, 193, 0.2);
}

.price-plan .nav-tabs .nav-item {
	width: 23%;
}

.price-plan .nav-tabs .nav-link i {
	font-size: 24px;
}

.price-plan .nav-tabs .nav-link .plan {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.price-plan .nav-tabs .nav-link .price {
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.price-plan .nav-tabs .nav-link small {
	width: 100%;
	margin-top: 15px;
}

.price-plan .nav-tabs .nav-link.active {
	background-color: rgba(212, 241, 253, 0.6);
	border: 1px solid rgba(32, 145, 193, 0.2);
	color: #2091c1;
	border-bottom: 3px solid rgba(32, 145, 193, 0.2);
}

.price-plan .nav-tabs .nav-link:hover {
	border: 1px solid rgba(32, 145, 193, 0.2);
	color: #2091c1;
	border-bottom: 3px solid rgba(32, 145, 193, 0.2);
	background-color: rgba(212, 241, 253, 0.6);
	transition: all 0.5s ease;
}

.price-plan .tab-content .plan-details {
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 20px;
	border: 1px solid rgba(32, 145, 193, 0.2);
}

.price-plan .tab-content .plan-details .details {
	background-color: #d4f1fd;
	padding: 15px 40px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.price-plan .tab-content .plan-details .details li {
	color: #2091c1;
	text-align: center;
}

.price-plan .tab-content .plan-details .details li i {
	font-size: 22px;
}

.price-plan .tab-content .plan-details .details li span {
	display: block;
	font-size: 14px;
}

.price-plan .tab-content .plan-details .details li button {
	background-color: #2091c1;
	color: #fff;
	padding: 7px 18px;
	border-radius: 5px;
	font-size: 14px;
	border: 2px solid #2091c1;
}

.price-plan .tab-content .plan-details .details li button:hover {
	border: 2px solid #2091c1;
	color: #2091c1;
	background-color: #fff;
}

.price-plan .tab-content .plan-details .plan-content {
	padding: 22px 40px;
}

.price-plan .tab-content .plan-details .plan-content h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.price-plan .tab-content .plan-details .plan-content ul {
	margin-bottom: 22px;
}

.price-plan .tab-content .plan-details .plan-content ul li {
	font-size: 15px;
	margin-bottom: 4px;
	display: flex;
	align-items: baseline;
}

.price-plan .tab-content .plan-details .plan-content ul li i {
	margin-right: 10px;
}

.price-plan .tab-content .plan-details .plan-content ul .enable i {
	color: #1dbf23;
}

.price-plan .tab-content .plan-details .plan-content ul .disable {
	color: #8d8c8c;
}

.price-plan .tab-content .plan-details .plan-content ul .disable i {
	color: #f44336;
}

.price-plan .modal .modal-dialog .modal-content {
	border-radius: 10px;
}

.price-plan .modal .modal-dialog .modal-content .modal-body {
	padding: 45px;
	background-color: rgba(212, 241, 253, 0.6);
	border-radius: 10px;
}

.price-plan .modal .modal-dialog .modal-content .modal-body .close {
	background-color: transparent;
	color: #cc1db9;
	padding: 6px 18px;
	font-size: 30px;
}

.price-plan .syllabus-bottom {
	padding: 10px 0;
}

.lms-onboarding {
	padding: 80px 0;
	position: relative;
}

.lms-onboarding iframe {
	height: 550px;
}

.lms-onboarding .place-heading {
	margin-bottom: 50px;
}

.lms-onboarding .place-heading h2 {
	font-size: 26px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.feedback-form iframe {
	width: 100%;
	height: 180vh;
	border: none;
}

.feedback-form .place-heading h2 {
	display: flex;
	justify-content: center;
	text-align: center;
}

.new-invest-banner {
	padding: 80px 0px 168px;
}

.new-invest-banner .course-heading-banner h1 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 2px;
}

.new-invest-banner .course-heading-banner h2 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.new-invest-banner .course-heading-banner h3 {
	font-size: 20px;
	margin-top: 10px;
}

.new-invest-banner .border-left {
	border-left: 2px solid #fff;
	padding-left: 26px;
}

.new-invest-banner .btn-box {
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	align-items: end;
}

.new-invest-banner .btn-box button {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 100px 10px 45px;
	font-size: 16px;
	color: #ffbd59;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}

.new-invest-banner .btn-box button span {
	display: block;
}

.new-invest-banner .btn-box button i {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 0 20px;
	font-size: 18px;
}

.office-address {
	padding: 40px 0;
}

.office-address .place-heading {
	margin-bottom: 50px;
}

.office-address .address-box {
	padding: 25px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 30px;
}

.office-address .address-box h3 {
	font-size: 20px;
	margin-bottom: 24px;
}

.office-address .address-box h3 i {
	color: #cc1db9;
	font-size: 18px;
	margin-right: 8px;
}

.office-address .address-box h4 {
	font-size: 17px;
	color: #cc1db9;
}

.office-address .address-box p {
	margin-bottom: 35px;
	height: 95px;
}

.office-address .address-box a {
	color: #cc1db9;
	font-size: 16px;
}

.bgred {
	background-color: #b8dde3;
}

.bgred1 .place-heading h2:before {
	background-color: #f23e36;
}

.bgred1 .place-heading h2 span {
	color: #f23e36;
}

.bgred1 .place-heading h3:before {
	background-color: #f23e36;
}

.bgred1 .place-heading h3 span {
	color: #f23e36;
}

.bgred1 .accordion .syllabus-newbox .module-box {
	background-color: #fe7069;
}

.bgred1 .sy-img-con .syllabus-img img {
	filter: hue-rotate(48deg);
}

.bgred1 .curriculum .down-cum {
	border: 2px solid #f23e36;
	color: #f23e36;
}

.bgred1 .curriculum .down-cum:hover {
	border: 2px solid #f23e36;
	background-color: #f23e36;
	color: #fff;
}

.bgred1 .slide-arrow {
	color: #f23e36;
}

.bgred1 .success-big-box-2 .story-box i {
	color: #f23e36;
}

.bgred1 .success-big-box-2 .story-box .details .cont-box .position {
	color: #f23e36;
}

.bgred .fill-btn {
	color: #f23e36;
}

.bgred .form-cont {
	background-color: #b8dde3;
}

.bgred1 .heading-box h3 {
	color: #f23e36;
}

.bgred1 .heading-box {
	background-color: #b8dde3;
}

.bgred1 .form-cont h3 {
	color: #f23e36;
}

.bgred1 .form-cont p {
	color: #0e1133;
}

.bgred1 .form-cont span {
	color: #0e1133;
}

.bgred1 .form-cont .info-head {
	color: #0e1133;
}

.bgred1 .form-cont .info-head i {
	color: #f23e36;
}

.bgred1 .form-cont .buttons a {
	border: 2px solid #0e1133;
	color: #0e1133;
}

.bgred .btn-download {
	color: #f23e36;
}

.bgred1 .banner-detail .date-border .icon-plus::after {
	color: #f23e36;
}

.under-syla .place-heading h2 {
	color: #f23e36;
}

.under-syla .place-heading p {
	color: #0e1133;
}

.under-syla .place-heading .btn-download {
	color: #f23e36;
}

.under-syla .place-heading h2::before {
	background-color: #f23e36;
}

.under-syla .place-heading span {
	color: #0e1133;
}

.event-banner {
	background-color: #b8dde3;
	padding: 70px 0;
}

.event-banner h1 {
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.6;
	color: #0e1133;
}

.event-banner h1 span {
	color: #f23e36;
}

.events-on .nav-tabs {
	border: none;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.events-on .nav-tabs .nav-link {
	border: none;
	border-bottom: 3px solid transparent;
	padding: 15px 25px;
	font-size: 16px;
	color: #0e1133;
}

.events-on .nav-tabs .nav-link.active {
	border-bottom: 3px solid #f23e36;
	color: #f23e36;
}

.events-on .big-box .top-section img {
	height: 200px;
}

.events-on .big-box .cont .video-icon {
	display: block;

}

.events-on .big-box .cont .video-icon h3 {
	text-transform: capitalize;
	width: 100%;
	font-size: 17px;
}

.events-on .big-box .cont {
	padding: 25px;
}

.events-on .big-box .cont p {
	margin-bottom: 5px;
	font-size: 15px;
	color: #555;
}

.events-on .big-box::before {
	display: none;
}

.events-on .big-box .btn-section {
	position: relative;
	padding: 18px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e6e6e6;
}

.events-on .big-box .btn-section p {
	margin: 0;
	color: #555;
}

.events-on .big-box .fill-btn {
	background-color: #b8dde3;
	color: #f23e36;
	border: 2px solid #b8dde3;
	padding: 6px 28px;
}

.events-on .big-box .fill-btn:hover {
	border: 2px solid #b8dde3;
}

.meet-speaker {
	padding: 90px 0;
}

.meet-speaker .place-heading {
	margin-bottom: 70px;
}

.meet-speaker .place-heading h2:before {
	background-color: #f23e36;
}

.meet-speaker .place-heading h2 span {
	color: #f23e36;
}

.meet-speaker img {
	border: 6px solid #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	width: 100%;
	margin-bottom: 20px;
}

.meet-speaker .profile-data h3 {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 600;
	color: #f23e36;
	margin-bottom: 3px;
}

.meet-speaker .profile-data h4 {
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 2px;
	color: #0e1133;
}

.meet-speaker .profile-data h5 {
	font-size: 15px;
	margin-bottom: 15px;
	color: #0e1133;
}

.meet-speaker .profile-data p {
	margin-bottom: 10px;
	font-size: 16px;
}

.webinar-details {
	padding: 80px 0;
	background-color: #b8dde3;
}

.webinar-details h2 {
	color: #f23e36;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

.webinar-details ul li {
	font-size: 17px;
	color: #0e1133;
	margin-bottom: 7px;
	display: flex;
	align-items: flex-start;
}

.webinar-details ul li i {
	color: #f23e36;
	font-size: 20px;
	font-weight: 600;
	margin-right: 5px;
}

.growth-box {
	padding: 80px 0;
}

.growth-box h2 {
	text-align: center;
	font-size: 25px;
	text-transform: capitalize;
	color: #0e1133;
	display: flex;
	justify-content: center;
}

.growth-box h2:before {
	position: absolute;
	content: "";
	width: 125px;
	height: 5px;
	top: -23px;
	background-color: #f23e36;
}

.growth-box ul {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	margin-top: 25px;
}

.growth-box ul li img {
	max-width: 160px;
}

.benefits-box {
	padding: 80px 0;
	background-color: #b8dde3;
}

.benefits-box h2 {
	text-align: center;
	font-size: 25px;
	text-transform: capitalize;
	color: #f23e36;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.benefits-box h2:before {
	position: absolute;
	content: "";
	width: 125px;
	height: 5px;
	top: -23px;
	background-color: #f23e36;
}

.benefits-box h3 {
	font-size: 20px;
	color: #0e1133;
	margin-bottom: 20px;
}

.benefits-box ul {
	padding-left: 30px;
}

.benefits-box ul li {
	list-style: circle;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
	font-weight: 500;
}

.form-box {
	background-color: #0e1133;
	padding: 60px 0;
	margin-bottom: -30px;
}

.form-box .form-details {
	background-color: #fff;
	padding: 25px;
	border-radius: 15px;
}

.form-box .form-details h3 {
	text-align: center;
	font-size: 20px;
	color: #f23e36;
}

.eventdetail-banner {
	background-color: #b8dde3;
}

.eventdetail-banner .banner-cont {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.eventdetail-banner .banner-cont .master {
	font-size: 18px;
	color: #0e1133;
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 10px;
	background-color: #fff;
	width: fit-content;
	padding: 6px 15px;
	border-radius: 35px;
	margin-bottom: 15px;
}

.eventdetail-banner .banner-cont .master i {
	font-size: 30px;
	color: #f23e36;
}

.eventdetail-banner .banner-cont h1 {
	color: #0e1133;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}

.eventdetail-banner .banner-cont p {
	font-size: 18px;
	color: black;
	line-height: 1.4;
	font-weight: 500;
}

.eventdetail-banner .banner-cont ul {
	display: flex;
	align-items: center;
	column-gap: 28px;
	margin-top: 15px;
}

.eventdetail-banner .banner-cont ul li {
	background-color: #fff;
	padding: 10px 22px;
	border-radius: 40px;
	color: #0e1133;
}

.eventdetail-banner .banner-cont ul li i {
	color: #f23e36;
	font-size: 18px;
	margin-right: 5px;
}

.courses-details .course-heading-banner .ds-logo {
	max-width: 45%;
}

.courses-details .course-heading-banner .black-box {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 7px 15px;
	width: 86%;
	margin: auto 0;
	border-radius: 4px;
	margin-top: 14px;
}

.courses-details .course-heading-banner .black-box span {
	display: block;
}

.courses-details .course-heading-banner .black-box .yellow-text {
	color: #f9d74a;
	font-size: 13px;
	font-weight: 500;
}

.courses-details .course-heading-banner .black-box .green-text {
	color: #48a047;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.ds-banner {
	padding: 40px 0px 108px;
	position: relative;
	background-position: center;
}

/* .ds-banner::before{
	position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    backdrop-filter: blur(2px); 
} */
.ds-banner .course-heading-banner h1 {
	color: #000;
	font-size: 34px;
	line-height: 1.3;
}

.ds-banner .course-heading-banner h2 {
	color: #fff;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 38px;
	line-height: 1.2;
}

.ds-banner .course-heading-banner p {
	margin-top: 4px;
	font-size: 18px;
}

.ds-banner .ai-box {
	width: 70%;
	margin: 15px auto 0;
}

.ds-banner .ai-box .cont span {
	color: #ff0000;
	font-weight: 600;
	font-size: 15px;
}

.ds-banner .ai-box .cont h3 {
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.ds-banner .ai-box .cont h3 span {
	color: #fff;
	font-size: 27px;
	font-weight: 400;
}

.ds-banner .ai-box .cont img {
	max-width: 30%;
}

.ds-banner .ai-box .img img {
	max-width: 100%;
}

.ds-feature {
	background-color: rgba(204, 29, 185, 0.2);
}

.ds-feature .banner-detail .date-border h2 {
	color: #cc1db9;
	margin-bottom: 32px;
}

.ds-feature .banner-detail .date-border .fill-btn {
	background-color: #cc1db9;
	border-color: #cc1db9;
	padding: 8px 20px;
}

.ds-feature .banner-detail .date-border .fill-btn:hover {
	color: #cc1db9;
}

.under-mindetail {
	background-color: #fcd6f8;
	padding: 4% 0%;
}

.under-mindetail .salary .salary-group h3 {
	color: #cc1db9;
	margin-bottom: 0;
}

.under-mindetail .salary .salary-group p {
	color: #0e1133;
	font-weight: 500;
}

.under-mindetail .salary .salary-group {
	border-right: none;
}

.under-secure {
	padding: 35px 0 50px;
	position: relative;
}

.under-secure img {
	background-color: transparent;
	box-shadow: none;
	max-width: 70%;
}

.under-secure h1 {
	color: #0e1133;
	font-size: 22px;
	text-align: center;
}

.under-secure p {
	font-size: 17px;
}

.under-secure .cont-box {
	width: 85%;
	/* padding-top: 50px; */
	position: relative;
}

.under-secure .cont-box h2 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #782a8c;
	text-transform: capitalize;
	font-weight: 600;
}

.under-secure .cont-box p {
	color: #000;
	font-size: 22px;
	font-weight: 500;
}

.under-secure .cont-box img {
	transform: rotate(319deg) scaleX(-1);
	max-width: 60%;
	position: absolute;
	right: 21%;
	bottom: 0%;
}

.under-secure .cont-box p span {
	color: #f23e36;
}

.under-programs .nav {
	flex-wrap: nowrap;
	column-gap: 30px;
	justify-content: center;
}

.under-programs .nav-tabs {
	border: none;
}

.under-programs .nav-tabs .nav-item {
	width: 40%;
}

.under-programs .nav-tabs .nav-link {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 50px 30px;
	font-size: 20px;
	text-align: center;
	color: #782a8c;
	font-weight: 600;
	line-height: 1.4;
}

.under-programs .nav-tabs .nav-link img {
	max-width: 15%;
	margin-bottom: 20px;
}

.under-programs .nav-tabs .nav-link.active {
	color: #f23e36;
}

.under-programs.modern-business .syllabus-bottom h2 {
	position: relative;
	font-size: 26px;
}

.under-programs .syllabus-bottom .modern-business-heading span {
	font-size: 25px;
}

.under-faq .nav-tabs {
	border: none;
	margin-bottom: 50px;
	justify-content: space-evenly;
}

.under-faq .nav-tabs .nav-link.active {
	border: none;
	border-bottom: 4px solid #f23e36;
	color: #f23e36;
}

.under-faq .nav-tabs .nav-link {
	border: none;
	border-bottom: 4px solid #000;
	color: #000;
	font-size: 18px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 10px 20px;
}

.hr-banner .course-heading-banner h2 {
	font-size: 22px;
}

.hr-banner .course-heading-banner h2 span {
	font-size: 25px;
	display: block;
	margin: 8px 0 0;
}

.register-form .contact-form .query-form {
	background-color: transparent;
	padding: 0;
	border: none;
	box-shadow: none;
}

.contact-form .query-form .fill-btn {
	border: 2px solid #cc1db9 !important;
	transition: all ease 0.5s;
}

.contact-form .query-form .form-check-input {
	accent-color: #cc1db9;
}

.calling-box {
	padding: 15px 25px;
	width: 20%;
	background-color: #fff;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.calling-box .content {
	width: 75%;
}

.calling-box .content span {
	color: #8d8d8d;
}

.calling-box .content p {
	margin: 6px 0;
	font-size: 18px;
}

.calling-box .content p a {
	color: #000;
}

.calling-box .iconbox {
	width: 25%;
	text-align: center;
}

.calling-box .iconbox i {
	color: #cc1db9;
	font-size: 30px;
}

.captcha-area {
	display: flex;
	height: 65px;
	justify-content: space-between;
}

.captcha-area .captcha-img {
	height: 70%;
	width: 100%;
	user-select: none;
	background: #000;
	border-radius: 5px;
	position: relative;
}

.captcha-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	opacity: 0.95;
}

.captcha-img .captcha {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	letter-spacing: 5px;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 2px #b1b1b1;
	font-family: 'Noto Serif', serif;
}

.captcha-area .reload-btn {
	width: 40px !important;
	height: 70%;
	font-size: 25px !important;
	background: #cc1db9 !important;
	border: none !important;
	margin-top: 0 !important;
	border-radius: 8px;
	text-align: center !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

.captcha-area .reload-btn i {
	transition: transform 0.3s ease !important;
	color: #fff;
	font-size: 18px;
}

.captcha-area .reload-btn:hover i {
	transform: rotate(15deg) !important;
}

.under-banner {
	margin-bottom: 0;
	padding: 94px 0px 75px;
	background-position: bottom center;
}

.under-banner .course-heading-banner .black-box {
	background-color: #000;
	margin-top: 60px;
	border-radius: 15px;
}

.under-banner .course-heading-banner .black-box .yellow-text {
	color: #f6ac01;
	font-size: 20px;
	margin-bottom: 5px;
}

.under-banner .course-heading-banner .black-box .green-text {
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
}

.under-banner .course-heading-banner h2 {
	font-size: 26px;
}

.under-banner .course-heading-banner h2 span {
	color: #ff0000;
}

.eccom-banner {
	padding: 72px 0px 104px;
}

.eccom-banner .course-heading-banner h1 {
	color: #fff;
	margin-top: 30px;
}

.eccom-banner .course-heading-banner .black-box .yellow-text {
	font-size: 22px;
	color: #f6ac01;
}

.eccom-banner .course-heading-banner h2 {
	font-size: 22px;
	line-height: 1.4;
	color: #000;
}

.eccom-banner .course-heading-banner .black-box {
	position: relative;
	margin-top: 70px;
}

.eccom-banner .course-heading-banner .black-box img {
	max-width: 70px;
	position: absolute;
	bottom: -27%;
	right: 20%;
	transform: rotate(346deg);
	z-index: 1;
}

.eccom-banner .lens {
	max-width: 13%;
	position: absolute;
	bottom: 0;
	right: 7%;
}

.eccom {
	margin-top: -100px;
}

.new-progrm .place-heading h4 {
	font-size: 22px;
}

.new-progrm .place-heading h4:before {
	top: -16px;
}

.new-progrm .place-heading h2 {
	font-size: 28px;
}

.new-progrm .place-heading h2:before {
	display: none;
}

@media screen and (max-width: 600px) {
	.rzp-container {
		height: 1200px;
	}

	.hero-h4 {
		display: none;
	}
}

.team-member {
	padding: 30px 0;
	position: relative;
}

/* .team-member .memberbigbox{
	position: relative;
	transition: 0.7s;
	cursor: pointer;
	overflow: hidden;
} */
.team-member .memberbox {
	padding: 25px;
	border: 1px solid rgba(8, 8, 41, 0.08);
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 12px;
	position: relative;
	height: 100%;
	background-color: #fff;
	display: flex;
}

.team-member .memberbox .imgbox {
	position: relative;
	width: 30%;
	display: flex;
	align-items: center;
}

.team-member .memberbox .imgbox img {
	border: 6px solid #fff6fe;
	width: 400px;
	height: auto;
	border-radius: 100%;
}

.team-member .memberbox .imgbox .linkedin {
	margin-left: -43px;
	margin-bottom: -88px;
}

.team-member .memberbox .imgbox .linkedin img {
	max-width: 45px;
	border-radius: 100%;
	border: 6px solid #fff6fe;
}

.team-member .memberbox .member-cont {
	width: 65%;
	margin-left: 5%;
}

.team-member .memberbox .member-cont h5 {
	font-size: 18px;
	margin-bottom: 1px;
	color: #cc1db9;
}

.team-member .memberbox .member-cont span {
	color: #000;
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
}

.team-member .memberbox .member-cont p {
	font-size: 14px;
	margin-bottom: 0;
}

.unithead {
	padding-top: 70px;
}

.team-member .unitheadbox {
	padding: 20px;
	border: 1px solid #ffe4fd;
	text-align: center;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 12px;
	position: relative;
	background-color: #fff;
	height: 100%;
}

.team-member .unitheadbox .imgbox {
	margin-bottom: 15px;
	margin-top: -95px;
}

.team-member .unitheadbox .imgbox img {
	border: 8px solid #fff6fe;
	width: 140px;
	height: 140px;
	border-radius: 100%;
}

.team-member .unitheadbox .imgbox .linkedin {
	margin-top: -44px;
	margin-left: 84px;
}

.team-member .unitheadbox .imgbox .linkedin img {
	max-width: 45px;
	max-height: 45px;
	border: 5px solid #fff6fe;
	margin-bottom: 0;
}

.team-member .unitheadbox .content h5 {
	font-size: 20px;
	margin-bottom: 1px;
	color: #cc1db9;
}

.team-member .unitheadbox .content span {
	color: #000;
	font-size: 15px;
	display: block;
	margin-bottom: 8px;
}

.team-member .unitheadbox .content p {
	margin-bottom: 0;
}

.founder-md {
	padding: 70px 0px 20px;
}

.founder-md .testimonial-group {
	border-radius: 20px;
	margin-bottom: 30px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	padding: 3px;
	display: flex;
	align-items: center;
	background: linear-gradient(41deg, #cc1db9 -25%, #fff 66%);
	height: 90%;
}

.founder-md .testimonial-group .bgwhite {
	background-color: #fff;
	padding: 37px;
	border-radius: 18px;
	height: 100%;
}

.founder-md .testimonial-group .bgwhite .img-sect img {
	border-radius: 100%;
	height: 140px;
	width: 140px;
	border: 5px solid #fff6fe;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.founder-md .testimonial-group .bgwhite .img-sect {
	position: absolute;
	top: -18%;
	right: 9%;
}

.founder-md .testimonial-group .bgwhite .img-sect .linkedin {
	position: absolute;
	right: 4%;
	top: 70%;
}

.founder-md .testimonial-group .bgwhite .img-sect .linkedin img {
	max-width: 45px;
	max-height: 45px;
	border: 5px solid #fff6fe;
}

.founder-md .testimonial-group .bgwhite .content h6 {
	margin-bottom: 5px;
	color: #cc1db9;
	font-size: 20px;
}

.founder-md .testimonial-group .bgwhite .content span {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.2;
	color: #000;
	display: block;
}

.founder-md .testimonial-group .bgwhite .content {
	margin-top: 8px;
}

.founder-md .testimonial-group .bgwhite .content p {
	margin-bottom: 0;
}

.programing-language .data-tools .slide img {
	max-width: 86%;
}

.programing-language .data-tools .slick-track {
	display: flex;
	align-items: center;
}

.new-form .form-cont .buttons a {
	margin-right: 15px;
	padding: 8px 13px;
	font-size: 15px;
	margin-bottom: 15px;
}

.new-form .form-cont .buttons a:last-child {
	margin-right: 0;
}

.new-form .form-cont {
	padding: 29px 24px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.durationnew .place-heading h3:before {
	display: none;
}

.enroll-sec {
	margin-bottom: 70px;
}

.enroll-sec .details {
	padding: 30px 0;
}

.enroll-sec .details h3 {
	color: #fff;
	margin-bottom: 12px;
	font-size: 40px;
	text-align: center;
}

.enroll-sec .details .startdate {
	font-size: 32px;
	font-weight: 700;
	color: #cc1db9;
	margin-bottom: 0;
	background-color: #fff;
	width: fit-content;
	padding: 6px 30px;
	border-radius: 9px;
	margin: auto;
}

.enroll-sec .residents-right img {
	max-width: 480px;
}

.brochure {
	padding: 38px 0;
}

.brochure .fill-btn {
	width: auto;
	margin: 0 auto;
}

.newest .data-tools .course-box .course-details .details ol .time {
	color: #cc1db9;
}

.newest .data-tools .course-box .course-details .details ol .students {
	color: #cc1db9;
}

.newest .data-tools .course-box {
	height: 435px;
}

.what-are-ls {
	position: relative;
	padding: 50px 0 80px;
}

.what-are-ls h1 {
	color: #cc1db9;
	font-size: 32px;
}

.what-are-ls p {
	font-size: 15px;
}

.what-are-ls a {
	background-color: #cc1db9;
	color: #fff;
	width: fit-content;
	padding: 8px 20px;
	border-radius: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.program-offered-ls {
	position: relative;
	padding: 80px 0;
}

.program-offered-ls h2 {
	color: #cc1db9;
	font-size: 38px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.program-offered-ls h2:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	bottom: 0;
	background-color: #cc1db9;
}

.program-offered-ls span {
	font-weight: 600;
	margin-bottom: 70px;
	display: block;
	font-size: 17px;
}

.program-offered-ls p {
	font-size: 15px;
}

.program-offered-ls .margin {
	margin-bottom: 100px;
}

.program-offered-ls .pro-cont {
	background-color: #ffecfd;
	padding: 0 70px;
	color: #fff;
	box-shadow: 0 0 15px 4px rgb(0 0 0 / 9%);
}

.program-offered-ls .pro-cont h3 {
	color: #cc1db9;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	width: fit-content;
	position: relative;
	margin-bottom: 20px;
}

.program-offered-ls .pro-cont h3:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 2px;
	background-color: #cc1db9;
	left: 0;
	bottom: -5px;
}

.program-offered-ls .pro-cont p {
	font-size: 17px;
	color: #000;
}

/* .program-offered-ls .owl-carousel .owl-stage-outer{
	padding: 35px 0;
} */
.program-offered-ls .life-skill .life-course {
	height: 290px;
	border-bottom: none;
	margin: 0 10px;
}

/*.life-skill .life-course .learn a {
	color: #fff;
	display: block;
}*/
.program-offered-ls .life-skill .life-course .learn span {
	margin-bottom: 0;
}

.program-offered-ls .life-skill .life-course .learn ul {
	display: flex;
	align-items: center;
	column-gap: 15px;
}

.program-offered-ls .life-skill .life-course .learn ul li {
	color: #fff;
	font-size: 13px;
}

.program-offered-ls .life-skill .life-course .learn ul li i {
	margin-right: 2px;
}

.program-offered-ls .life-skill .life-course:hover .box {
	padding-bottom: 0;
}

.program-offered-ls .life-skill .life-course:hover {
	border-bottom: none;
	transition: 0.8s;
}

/* .program-offered-ls .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 39%;
	left: -5%;
	color: #fff !important;
	background-color: #EF6A46;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
}

.program-offered-ls .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 39%;
	right: -5%;
	color: #fff !important;
	background-color: #EF6A46;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
}
.program-offered-ls .owl-carousel .owl-nav button.owl-prev span{
	color: #fff !important;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 28px;
    display: contents;
}
.program-offered-ls .owl-carousel .owl-nav button.owl-next span{
    color: #fff !important;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 28px;
    display: contents;
}

.program-offered-ls  .owl-carousel .owl-nav button.disabled {
	opacity: 0.5;
} */

.skills-you-will {
	padding: 100px 0 60px;
}

.skills-you-will .place-heading {
	margin-bottom: 0;
}

.skills-you-will .place-heading h2 {
	margin-bottom: 0;
}

.skills-you-will ul li {
	list-style: circle;
	font-size: 15px;
	color: #000;
	margin-bottom: 3px;
}

.lifeskill-details .tab-industry .nav-tabs .nav-item {
	width: 40%;
}

.lifeskill-details .tab-content .duration-content p {
	font-size: 15px;
}

.lifeskill-details .duration-content ul li {
	margin-bottom: 3px;
	font-size: 15px;
}

.newoverview .program-vedio .ondemand {
	grid-template-columns: repeat(1, 1fr);
}

.newoverview .program-vedio .ondemand li i {
	color: #cc1db9;
}

.coursenameee {
	background-color: #f3dbf1;
}

.coursenameee .free-course-cont h1 {
	color: #000;
	font-size: 35px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}

.coursenameee .free-course-cont p {
	color: #000;
}

.clienttts ul li img {
	max-height: 50px;
}

.scholarship-form {
	padding: 80px 0;
}

.scholarshippage {
	background-color: #f0f8ff;
	padding: 22px 0;
}

.scholarshippage h1 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 4px;
	position: relative;
}

.scholarshippage h1 span {
	font-size: 50px;
	color: #000;
	position: relative;
}

.scholarshippage h1 span::after {
	position: absolute;
	content: "";
	width: 134px;
	height: 3px;
	background-color: #cc1db9;
	bottom: 7px;
}

.scholarshippage h1 small {
	font-size: 33px;
	color: #cc1db9;
	font-weight: 500;
}

.scholarshippage p {
	color: #000;
	margin-bottom: 5px;
	font-size: 14px;
}

.scholarship-form .scholarship-box {
	border: 1px solid #ffe4ff;
	border-radius: 13px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}

.scholarship-form h1 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 18px;
	position: relative;
	display: flex;
	justify-content: center;
}

.scholarship-form h1:before {
	position: absolute;
	content: "";
	width: 110px;
	height: 5px;
	top: -18px;
	background-color: #cc1db9;
}

.scholarship-form p {
	margin-bottom: 6px;
	z-index: 1;
}

.scholarship-form .formbox {
	padding: 32px;
	box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
	border-radius: 10px;
	border: 1px solid #ffe4ff;
}

.scholarship-form .formbox h2 {
	text-align: center;
	margin-bottom: 38px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	text-transform: uppercase;
}

.scholarship-form .formbox h2 .line1 {
	background-color: #cc1db9;
	display: block;
	height: 4px;
	width: 25%;
}

.scholarship-form .formbox h2 .line2 {
	background-color: #cc1db9;
	display: block;
	height: 4px;
	width: 25%;
}

.scholarship-form form label {
	color: #000;
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 15px;
}

.scholarship-form .form-row>.col,
.form-row>[class*=col-] {
	padding-right: 10px;
	padding-left: 10px;
}

.scholarship-form form .form-control {
	font-size: 13px;
	color: #495057;
	height: 45px;
	border-radius: 35px;
	line-height: 45px;
	padding: 4px 20px;
}

.scholarship-form form .form-check-label {
	color: #555;
	font-size: 14px;
}

.scholarship-form form select::after {
	color: red;
	right: 15px;
}

.scholarship-form form .form-check {
	padding-left: 25px;
}

.scholarship-form form .form-check .form-check-input {
	accent-color: #cc1db9;
}

.scholarship-form .fill-btn {
	padding: 6px 29px;
}

.scholarship-form .form-control:focus {
	border-color: #e880ff;
}

.scholarship-form form option:checked {
	background-color: #cc1db9;
	color: #fff;
}

.scholarship-form form select option:hover {
	background: #cc1db9 !important;
	color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.jobfair {
	position: relative;
	padding: 30px 0 0;
	background-color: #f7f7ff;
}

.jobfair .fair-details img {
	max-width: 20%;
	margin-bottom: 3px;
}

.jobfair .fair-details h1 {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 6px;
	position: relative;
	line-height: 1;
}

.jobfair .fair-details h1::after {
	position: absolute;
	content: "";
	bottom: 6px;
	height: 4px;
	background-color: #000;
	width: 8%;
}

.jobfair .fair-details h1 span {
	color: #cc1db9;
	font-size: 50px;
}

.jobfair .fair-details h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 6px 0;
	background-color: #cc1db9;
	color: #fff;
	width: fit-content;
	padding: 0px 20px;
}

.jobfair .fair-details h3 {
	margin: 4px 0 20px;
}

.jobfair .fair-details h3 span {
	color: #cc1db9;
}

.jobfair .fair-details .btns {
	display: flex;
	column-gap: 20px;
}

.jobfair .fair-details .border-btn {
	width: fit-content;
	padding: 10px 22px;
}

.jobfair .image img {
	max-width: 75%;
}


.jobfair-details {
	padding: 35px 0;
	/* background-color: #fdf8fd; */
	background-color: #e6e6fa;
}

.jobfair-details .detail-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}

.jobfair-details .detail-box .detail {
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1);
	padding: 20px;
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	width: 20%;
}

.jobfair-details .detail-box .detail i {
	font-size: 28px;
	color: #cc1db9;
	margin-bottom: 6px;
	background-color: #fff7fe;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	line-height: 60px;
}

.jobfair-details .detail-box .detail h4 {
	font-size: 20px;
	margin-bottom: 4px;
}

.jobfair-details .detail-box .detail h5 {
	font-size: 13px;
	color: #2b2b2b;
}

.jobfair-qrcode {
	padding: 40px 0;
	background-color: #f3f3ff;
}

.jobfair-qrcode img {
	max-width: 160px;
	border: 2px solid #fff;
}

.jobfair-qrcode h2 {
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
}

.jobfair-qrcode h2::before {
	content: "";
	width: 80px;
	height: 5px;
	top: -18px;
	position: absolute;
	background-color: #cc1db9;
}

.job-fair-about {
	padding: 80px 0;
}

.job-fair-about .heading {
	margin-bottom: 40px;
}

.job-fair-about .heading h3 {
	font-size: 32px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}

.job-fair-about .heading h3::before {
	content: "";
	width: 80px;
	height: 5px;
	top: -18px;
	position: absolute;
	background-color: #cc1db9;
}

.job-fair-about .heading h4 {
	font-size: 22px;
	text-align: center;
	color: #cc1db9;
}

.job-fair-about p {
	margin-bottom: 10px;
}

.recruiters {
	margin-top: 0;
}

.recruiters .heading {
	margin-bottom: 40px;
}

.recruiters .heading h3 {
	font-size: 32px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.recruiters .heading h3::before {
	content: "";
	width: 80px;
	height: 5px;
	top: -18px;
	position: absolute;
	background-color: #fff;
}

.recruiters iframe {
	height: 400px;
}

.job-position {
	padding: 80px 0;
	position: relative;
}

.job-position .heading {
	margin-bottom: 40px;
}

.job-position .heading h3 {
	font-size: 32px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}

.job-position .heading h3::before {
	content: "";
	width: 80px;
	height: 5px;
	top: -18px;
	position: absolute;
	background-color: #cc1db9;
}

/* .job-position ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 12px;
}

.job-position ul li {
	background-color: #f7f7ff;
	margin-bottom: 12px;
	padding: 10px 16px;
	color: #000;
} */
.job-position .positions {
	padding: 19px 19px 9px;
	background-color: #ffff;
	border-radius: 13px;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
	display: flex;
	margin-bottom: 30px;
	column-gap: 15px;
	border: 1px solid #f3f3f3;
}

.job-position .positions .details h4 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

.job-position .positions img {
	width: 58px;
	height: fit-content;
	border-radius: 8px;
}

.job-position .positions .details span {
	color: #5f5f5f;
	font-size: 14px;
}

.job-position .positions .details ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	margin: 10px 0;
}

.job-position .positions .details ul li {
	/* background-color: #f1f1f1; */
	background-color: #f7f2ff;
	padding: 3px 12px;
	border-radius: 25px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}

.job-position .positions .details ul li span {
	color: #cc1db9;
	font-size: 11px;
}

.job-position .positions .details ul li i {
	color: #cc1db9;
	margin-right: 2px;
}

.job-position .rigthside {
	position: sticky;
	top: 16%;
}

.job-position .rigthside .cards {
	padding: 20px;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow:2px 2px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	column-gap: 20px;
}
.job-position .rigthside .cards:last-child{
	margin-bottom: 0;
}
.job-position .rigthside .cards i{
	color: #cc1db9;
	font-size: 50px;
}
.job-position .rigthside .cards h5{
	font-size: 16px;
    margin-bottom: 5px;
	text-transform: uppercase;
}
.job-position .rigthside .cards a{
	font-size: 17px;
}
.job-position .rigthside .cards .border-btn{
    padding: 5px 24px;
    font-size: 13px;
	display: inline-block;
	margin-top: 6px;
}
.job-position .rigthside .cards img{
	max-width:65px;
	margin-bottom: 5px;
}
.job-companies {
	padding: 90px 0;
}

.job-companies ul {
	column-gap: 35px;
	row-gap: 20px;
}

.job-companies ul li {
	margin-top: 0;
}

.job-companies ul li img {
	max-height: 60px;
	max-width: 140px;
}

.job-companies .heading {
	margin-bottom: 40px;
}

.job-companies .heading h3 {
	font-size: 32px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}

.job-companies .heading h3::before {
	content: "";
	width: 80px;
	height: 5px;
	top: -18px;
	position: absolute;
	background-color: #cc1db9;
}

.whatsapp {
	position: fixed;
    left: 1%;
    bottom: 16%;
}
.whatsapp img {
	max-width: 58px;
}
.whatsappbg{
	animation: pulse 1.2s ease infinite;
    background: rgba(39, 208, 69, 0.5);
    position: fixed;
    left: 1%;
    bottom: 16%;
    border-radius: 100%;
	width: 60px;
    height: 60px;
	z-index: -1;
}
.popup-banner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }

    .popup-banner.visible {
        opacity: 1;
        visibility: visible;
    }

    .popup-content {
        background: white;
        max-width: 70%;
		height: 90vh;
		display: flex;
		justify-content: center;
		align-items: center;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
        /* transform: scale(1); */
		position: relative;
    }

    .popup-left {
        /* flex: 2; */
        padding: 25px;
        display: flex;
        flex-direction: column;
		height: 100%;
		overflow-y: auto;
		width: 55%;
    }
	.popup-left h2{
		font-size: 30px;
		line-height: 1.3;
		text-transform: uppercase;
		color: #cc1db9;
	}
    .popup-right {
        /* flex: 2; */
		height: 100%;
		width: 45%;
		padding: 25px;
		background-color: #f8f8ff;
		position: relative;
    }
	.popup-banner .explore-hackathone .banner-heading h5{
		color: #321c72;
		font-size: 22px;
		margin-bottom: 0;
	}
	.popup-banner .explore-hackathone .banner-heading h3{
		color: #cc1db9;
		font-size: 35px;
		font-weight: 600;
	}
    .close-popup {
        position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.5);
		width: 35px;
		height: 35px;
		border: none;
		font-size: 19px;
		color: #fff;
		cursor: pointer;
		line-height: 0;
		padding: 5px;
		transition: color 0.3s ease;
		z-index: 1;
    }

    .popup-image {
        position: absolute;
		bottom: 0;
		right: 0;
		max-width: 68%;
    }
	.popup-banner .explore-hackathone .banner-heading .hack-timer .timer-design{
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	.popup-banner .explore-hackathone .banner-heading .hack-timer .timer-design span{
		color: #000;
		font-size: 18px;
	}
	.popup-banner .explore-hackathone .banner-heading .hack-timer .timer-design div{
		color: #000;
	}
	@media(min-width: 768px) and (max-width:1024px){
		.popup-content{
			max-width: 98%;
    		height: 60vh;
		}
		.popup-left{
			justify-content: flex-start;
		}
		.popup-left h2{
			font-size: 22px;
		}
	} 

	@media(min-width: 768px) and (max-width:1024px) and (orientation: landscape) {
		.popup-content{
			max-width: 98%;
    		height: 90vh;
		}
		.popup-left{
			justify-content: flex-start;
		}
		.popup-image{
			max-width: 55%;
		}
	}
    @media (max-width: 767px) {
        .popup-content {
			max-width: 94%;
			padding: 20px;
			display: block;
			overflow-y: auto;
        }

        .popup-right {
			width: 100%;
			height: auto;
        }

        .popup-left {
            padding: 0;
			width: 100%;
        }
		.popup-image{
			display: none;
		}
    }
    .body-bg{
	background-color: #f4ffbb;
}
.ad-form{
	background-image: url(../images/form/bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	position: relative;
	height: 100%;
}
.adform-box{
	margin-top: -338px;
    padding: 20px;
}
.ad-form .form-heading{
	background-color: #fff;
	padding: 15px;
	position: relative;
	text-align: center;
	margin-top: 20px;
	border-radius: 18px;
}
.ad-form .form-heading .image-box{
	background-color: #fff;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border-radius: 100%;
    position: relative;
    margin: -56px auto 10px;
	text-align: center;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.ad-form .form-heading .image-box img{
	max-width: 54%;
}
.ad-form .form-heading h2{
	font-size: 16px;
    font-weight: 400;
}
.ad-form .form-heading h3{
	font-size: 18px;
}
.ad-form .form-heading h4{
	font-size: 15px;
    font-weight: 400;
    color: #2c2c2c;
}
.formboxx {
	background-color: #fff;
	padding: 25px 30px;
	position: relative;
	margin-top: 25px;
	border-radius: 18px;
}
.form-field .form-control:focus{
	border-color: #cc1db9 !important;
}
.formboxx .fill-btn{
	width: 100%;
	padding: 7px 20px;
	font-size: 14px;
}
@media(min-width: 768px) and (max-width:1199px){
	.ad-form{
		height: 100vh;
	}
	.adform-box {
		margin-top: -245px;
	}
}
@media (max-width: 767px) {
	.adform-box{
		margin-top:-215px;
		padding: 12px;
	}
	.ad-form .col-12{
		padding: 0 !important;
	}
	.ad-form .form-heading h3 {
		font-size: 15px;
	}
	.ad-form .form-heading h4 {
		font-size: 13px;
	}
}
@media (max-width: 375px){
	.adform-box{
		margin-top: -176px;
	}
}