body {
font-family: "Montserrat", sans-serif;
}
a{
    text-decoration:none;
}

::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:transparent;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#ccc;border-radius: 9999px;}
.ullipart {
    color: #fff;
}

.ullipart  img {
    width: 19px;
    filter: brightness(0) invert(1);
}

.ullipart>div {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin-bottom: 10px;
}
.headerright a {
    color: #fff;
    background: #C60808;
    display: flex;
    padding: 10px 24px;
    border-radius: 30px;
    align-items: center;
    grid-gap: 8px;
}

.headerright a img {
    width: 20px;
    height: 20px;
    display: flex;
}
.topview {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9;
}
.topview a img {
    filter: brightness(0) invert(1);
    width: 14px;
}
.topview a {
    width: 55px;
    height: 55px;
    background: #C60808;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.wrapper {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
	padding:0 20px;
}
/*header*/
.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}
.headermain {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 80px;
}
.headerleft {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.headerleft img {
    width: 180px;
}
/*header*/

/*banner*/
.banner:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner {
	position:relative;
    height: 100%;
}
.banner_main {
    position: relative;
    padding: 80px 130px 15px 130px;
    display: grid;
    grid-template-columns: 1fr 2fr 400px;
    align-items:center;
}
.banner_left {
    position: relative;
}

.banner_left:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -14px;
    height: 100%;
    width: 170px;
    background: #2299E6;
    background: linear-gradient(180deg, rgba(34, 153, 230, 1) 0%, rgba(27, 176, 199, 1) 50%, rgba(22, 192, 177, 1) 100%);
}
.banner_left img {
    width: 100%;
    position: relative;
}
.form iframe {
    height: 502px;
}
.form h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Inclusive Sans", sans-serif;
    color: #C60808;
    text-align: center;
}
.form {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 15px 0 0;
    overflow: hidden;
	border: 3px solid #c60808;
}
.banner_mid {
    padding-right: 60px;
	padding-left:60px;
}
.aiview {
    display: grid;
    grid-template-columns:auto;
    grid-gap: 16px;
    margin-bottom: 50px;
}
.aiview_img img {
    width: 100%;
}
.admissionopen {
    margin-bottom: 20px;
    border-radius: 15px;
    width: 360px;
    padding: 16px;
    background: #0080F8;
    background: linear-gradient(90deg, rgba(0, 128, 248, 1) 0%, rgba(88, 84, 231, 1) 100%);
    box-shadow: 0px -4px 60px 0px rgba(0, 0, 0, 0.25);
}
.admissionopen a:hover {
    background: #f00106;
    color: #fff;
}
.admissionopen a {
    background: #fff;
    display: inline-flex;
    font-size: 12px;
    color: #266DF1;
    font-weight: bold;
    border-radius: 30px;
    line-height: normal;
    padding: 8px 18px;
    margin-top: 16px;
    transition: 0.5s;	
}
.admissionopen ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 10px;
}

.admissionopen ul li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: rgb(255 255 255 / 93%);
}
.admissionopen ul li:last-child:before{
	display:none;
}
.aiviewtext {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
    white-space: nowrap;
    text-transform: uppercase;
}

.aiviewtext span {
    color: #00d655;
    transform: rotate(343deg);
    display: inline-flex;
    top: 1px;
    position: relative;
    font-size: 42px;
}
.admissionopen ul li:before {
    content: '';
    position: absolute;
    top: 2px;
    right: -10px;
    border-left: 1px solid rgb(255 255 255 / 35%);
    height: 13px;
}
.admissionopen h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 4px 0;
}
.admissionopen p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.classroomslider.owl-theme .owl-nav button {
    height: 36px;
    width: 36px;
    transition: 0.5s;
    background: #C60808;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.classroomslider.owl-theme .owl-nav button:hover {    background: #C60808;}

.classroomslider.owl-theme .owl-nav button.owl-prev {
    left: -60px;
}

.classroomslider.owl-theme .owl-nav button.owl-next {
    right: -60px;
}
/*banner*/

/*courseoutcomes*/
.coursemain{
	padding: 80px 0 0;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 12%, rgba(6, 30, 41, 1) 43%, rgba(0, 0, 0, 1) 100%);
}
.futurecourses {
    display: grid;
    align-items: center;
    grid-template-columns: 435px auto;
    grid-gap: 20px;
    
}
.futurecourses_right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.futurecourses_img img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
}
.futurecourses_right ul li {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    background: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 80px;
    cursor: pointer;
	transition: 0.5s;
}
.futurecourses_right ul li.active {
     background: #2399E9;
    grid-gap: 10px;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
    box-shadow: 0px -4px 60px 0px rgba(0, 0, 0, 0.25);
}
.futurecourses_right ul li:hover {
    transform: translateY(-5px);
}
.futurecourses_right ul li.active .futurecourses_text h4 {
    color: #fff;
}
.futurecourses_right ul li.active .futurecourses_text p {
    color: #fff;
}
.futurecourses_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 4px;
}
.futurecourses_text h4 {
    margin: 0;
    font-size: 10px;
    color: #000;
}
.futurecourses_text p {
    margin: 0;
    font-size: 10px;
    color: #000;
    font-weight: 600;
}
.futurecourses_main {
    padding: 50px 0;
}
.futurecourses_heading {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
	font-family: "Inclusive Sans", sans-serif;
}
.futurecourses_heading span {
    font-size: 29px;
}
.futurecourses_heading b {
    font-size: 29px;
    font-weight: 600;
}
.facultyof_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.facultyof_box img {
    width: 100%;
    border-radius:7px;
}
.facultyof_box {
    position: relative;
}
.facultyof_box:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 85px;
    background: rgb(0 0 0 / 70%);
    border-radius: 0 0 7px 7px;
}
.facultyof_text h3 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding-top: 24px;
}
.facultyof_text h3 span {
    font-weight: 600;
}
.facultyof_bg {
    background: #fff;
    border-radius: 7px;
    padding: 20px 16px;
}
.facultyof_text h4 {
    font-size: 27px;
    font-weight: 600;
    padding-top: 20px;
    margin: 0;
}
.facultyof_bg h3 span {
    color: #B50D0D;
}
.facultyof_bg h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.facultyof_bg ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.facultyof_bg ul li {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 8px 0;
    line-height: normal;
}
.facultyof_bg ul li:last-child {
    border-bottom: 0px;
}
.facultyof_text .btn {
    margin-top: 34px;
}
.facultyof_text a.btn {
    display: inline-flex;
    width: 160px;
}
.datatablebuttonview.showdatatabingview {
    display: block;
}
.datatablebuttonview {
    display: none;
}
.programmes_top {
    background: #212121;
    position: relative;
}

.programme_heading {
    font-size: 100px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.programmes_bottom {
    background: #000;
    height: 136px;
}
.programme_item {
    display: grid;
    grid-template-columns: 240px auto;
    grid-gap: 50px;
    align-items: flex-end;
    padding-top: 50px;
}
.programme_left {
    position: relative;
}

.programme_left:before {
    position: absolute;
    top: 355px;
    height:110px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #010507;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgb(2 9 12) 50%, rgb(2 6 9) 100%);
}
.programme_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding-bottom: 60px;
}
.yearbox {
    display: grid;
    color: #fff;
    grid-gap: 15px;
    align-items: center;
    grid-template-columns: 75px auto;
    margin-bottom: 16px;
}

.yearbox_right h5 {
    font-size: 14px;
    color: #2399E9;
    margin-bottom: 4px;
}

.yearbox_left {
    color: rgb(255 255 255 / 60%);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    position: relative;
    font-size: 14px;
}

.yearbox_left span {
    color: #2399E9;
    font-size: 20px;
}

.yearbox_left:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 2px solid rgb(255 255 255 / 60%);
}
.programme_left img {
    margin-top: 20px;
    position: relative;
    object-fit: cover;
    width: 100%;
}

.programme_right_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.programme_cr_box {
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 15px;
}
.programme_cr_box.fullgrid {
    grid-column: 1 / 3;
}
.programme_cr_box h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 14px 14px;
}
.scrollviewpart {
    height: 175px;
    overflow: auto;
    padding: 0 14px;
}
.programme_cr_box p {
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
    margin: 0;
}
.programme_cr_box h3 {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
}
.programme_cr_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.programme_cr_box ul li {
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
    line-height: 16px;
}

.programme_cr_box ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: rgb(255 255 255 / 60%);
    position: absolute;
    border-radius: 5px;
    top: 7px;
    left: 0;
}

.programme_cr_box ul li span {
    font-size: 10px;
}
.programme_right_left h3 {
    font-size:32px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.programme_right_left h5 {
    font-size: 14px;
    color: #fff;
    margin: 12px 0 10px 0;
    font-weight: 400;
}
.programme_right_left h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.programme_right_left p {
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
}

.programme_right_left ul {
    padding: 0;
    margin: 45px 0 0 0;
    list-style: none;
}

.programme_right_left ul li {
color: rgb(255 255 255 / 60%);
    font-size: 14px;
    margin-bottom: 12px;
}

.programme_right_left {
    padding-top: 80px;
}

.programme_right_left ul li span {
    color: #fff;
}

.programme_right_left ul li:last-child {
    margin-bottom: 0;
}
.btm_ctn_left {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 2px;
    font-weight: 500;
}

.btm_ctn {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 60px;
    padding: 36px 0;
    align-items: center;
}

.btm_ctn_right {
    color: rgb(255 255 255 / 60%);
    font-size: 14px;
    text-align: justify;
}
/*programmes*/
/*courseoutcomes*/

/*industry*/
.industry{
	padding:80px 0 80px;
}
.industry .stepbanner_text3 {
    margin-bottom: 110px;
}
.industry_main {
    display: grid;
    grid-template-columns: 4fr 2fr;
    column-gap: 60px;
}
.industrytext {
    background-color: #F3F3F1;
    padding: 40px;
    width: 80%;
}
.industryimg img{
	width:100%;
}
.industry_left {
   
}
.industrynave {
    position: relative;
}
.industrybox1 {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
    grid-gap: 10px;
	 box-shadow: 0px -4px 60px 0px rgba(0, 0, 0, 0.25);
	 min-height: 65px;
}
.industrybox2 {
	display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    background: #2399E9;
	grid-gap: 10px;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
	box-shadow: 0px -4px 60px 0px rgba(0, 0, 0, 0.25);
	min-height: 65px;
}
.industryrotate {
	display: flex;
    align-items: center;
    grid-gap: 5px;
    position: relative;
    transform: rotate(-3deg);
    margin-top: -18px;
    left: -24px;
}
.industrytext1 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 45px;
    color: #C60808;
	line-height: 45px;
}
.industrytext2 {
    color: #000000;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 20px;
	line-height: 20px;
}
.industrytext3 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 45px;
}
.industrytext4 {
    color:rgb(255 255 255 / 60%);
    font-family: "Inclusive Sans", sans-serif;
    font-size: 20px;
    line-height: 20px;
}
.industrytext h3 {
    font-family: "Inclusive Sans", sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
}
.industrytext p {
    font-family: "Inclusive Sans", sans-serif;
    color: rgb(0 0 0 / 60%);
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
.industrytext h4 {
	margin: 40px 0 0 0;
    font-family: "Lalezar", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 26px;
}
.industrytext h4 b {
    color: #155A88;
    font-weight: 500;
}
.industryimg {
position: absolute;
    bottom: -25px;
    right: 75px;
}
.industrytext h4 span {
    font-size: 18px;
    display: block;
}
.industrytype {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.industrytype_box {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 20px 20px;
    height: 150px;
}
.industrytype_box img {
    width: 28px;
    margin-bottom: 16px;
}
.industrytype_box p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.btnapply a {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.5s;
}

.btnapply a:hover {
    background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
}
/*industry*/


/*programmes*/
.programmes{
    padding: 80px 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 12%, rgba(6, 30, 41, 1) 43%, rgba(0, 0, 0, 1) 100%);
}
.programmes_heading {
    text-align: center;
    color: #fff;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 20px;
    line-height: 20px;
}
.programmes_subheading {
    text-align: center;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 40px;
    line-height: 45px;
    background: linear-gradient(90deg, #05F966 0%, #2478EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 60px;
}
.programmessliderbox h3 {
    color: #fff;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 30px;
    margin: 0;
}
.programmessliderbox h3 span {
    color: #2399E9;
}
.programmesslider.owl-theme .owl-dots {
    margin: 0!important;
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.programmesslider.owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 6px;
    margin: 0;
    background: rgb(255 255 255 / 20%);
}
.programmesslider.owl-theme .owl-dots .owl-dot.active span, .programmesslider.owl-theme .owl-dots .owl-dot:hover span {
    background: #239AE8;
}
.programmes_main {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr;
    column-gap: 70px;
    margin-top: 70px;
}
.programmes_img img {
    height: 137px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top center;
}
.programmes_img {
    margin-bottom: 20px;
}
.programmes_box .programmes_img:last-child {
    margin-bottom: 0;
}
.programmes_box .programmes_inner:last-child {
    margin-bottom: 0px;
}
.programmes_inner {
    margin-bottom: 36px;
}
.programmes_inner h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.programmes_inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 12px;
}
.programmes_inner ul li {
    background: rgb(255 255 255 / 10%);
    color: rgb(255 255 255 / 60%);
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 30px;
}
.programmessliderbox .btnapply a {
    width: 300px;
    background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
}

.programmessliderbox .btnapply {
    display: flex;
    justify-content: center;
}
/*programmes*/

/*internships*/
.internships {
    background: #F3F3F1;
    padding-top:40px;
}
.internships_main {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items:flex-end;
    grid-gap: 40px;
}
.internships_main ul {
    padding: 0 0 0 20px;
    margin: 0 0 40px 0;
}
.internships_main h4 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
}

.internships_main h4 span {
    color: #C60808;
}

.internships_main h5 {
    font-family: "Inclusive Sans", sans-serif;
    margin: 0;
    font-size: 22px;
}

.internships_main h5 span {
    color: #1989BD;
}
.internships_main ul li {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 18px;
    color: #000;
	margin-bottom:10px;
}
.internships_right {
	    padding-bottom: 30px;
}
.internships_left {
    padding-bottom: 30px;
}
.internships_mid img {
    width: 100%;
}
.internships_main h3 {
    font-size: 35px;
    color: #C60808;
    font-family: "Inclusive Sans", sans-serif;
    margin-bottom: 30px;
}
.internships_main h3 span {
    color: #000;
    display: block;
}
.internships_main p {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 18px;
    color: rgb(0 0 0 / 60%);
}
.internships_left p {

}
.internships_right p:nth-child(2) {
    margin-bottom: 0;
}
.internships_main p span {
    color: #000;
}
.internships_main p span b {
    color: #C60808;
    font-weight: 500;
}
/*internships*/

/*globa*/
.global {
    padding: 80px 0;
}
.global h3 {
    text-align: center;
    font-size: 60px;
    font-family: "Inclusive Sans", sans-serif;
    line-height: 60px;
}
.global h4 {
    color: #1989BD;
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    font-family: "Inclusive Sans", sans-serif;
    margin-bottom: 40px;
}
.global h5 {
    color: #C60808;
    text-align: center;
    font-size: 40px;
    font-family: "Inclusive Sans", sans-serif;
    margin-bottom: 10px;
}
.global h6 {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-family: "Inclusive Sans", sans-serif;
}
p.globaltext {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 18px;
    color: rgb(0 0 0 / 60%);
    text-align: center;
    margin: 0;
}
.globalimg {
	background: #F3F3F1;
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.globalimg img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    margin-top: -90px;
}
.globalpost {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    position: relative;
    top: 200px;
    z-index: 9;
}
.globalpostbox {
    background: #ffff;
    box-shadow: 0px -4px 60px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 14px;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 19px;
}
.globaltextview p {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 18px;
    color: rgb(0 0 0 / 60%);
    text-align: center;
}
.globaltextview {
    padding-top: 20px;
}
.logoscmpy {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.logoscmpyimg img {
    width: 100%;
}
.recruiters_heading {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 24px;
    color: #000;
    line-height: 24px;
    text-align: center;
}
.logoscmpy .item {
    width: 15%;
}
.recruiters .logoscmpy {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.corporate {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 0 100px;
    margin-bottom: 100px;
}

.imgsorce {
    display: grid;
    grid-template-columns: auto 80px;
    grid-gap: 20px;
    align-items: center;
}

.imgsorce img {
    width: 100%;
}

.corporate_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}

.corporatetext1 {
    color: #1989BD;
    font-size: 90px;
    line-height: 40px;
    font-family: "Inclusive Sans", sans-serif;
    margin-bottom: 10px;
}

.corporatetext2 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.corporatetext1 span {
    font-weight: 300;
    font-size: 60px;
}
.imgsorceinner img {
    display: inline-flex;
    width: 45%;
}
.imgsorceinner {
    text-align: right;
}
.corporatetext1.corporatetext11 {
    font-size: 62px;
}

.corporatetext1.corporatetext11 span {
    font-size: 40px;
}
.corporate_left h5 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 36px;
}

.corporate_left h6 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 24px;
}

.corporate_left h5 span {
    color: #C60808;
}

.corporate_tag {
    background: #C60808;
    display: inline-flex;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 26px;
    margin-top: 20px;
    transform: rotate(-3deg);
}
.usersliderview img {
    width: 100%;
}
.usersliderview {
    background-image: url(../images/shap.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border-radius: 10px;
	padding: 0 160px 60px;
}
.userslider {
    position: relative;
    top: -25px;
}
.userimg {
    background: #0B1E48;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 16px;
}
.userimg img {
    height: 160px;
    object-fit: cover;
    object-position: top center;
}
.line img {
    width: 100%;
}
.line {
    margin-bottom: 16px;
}
.name {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 16px;
}
.pos {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 13px;
}
/*globa*/



/*scholarship*/
.scholarship {
    position: relative;
	padding:100px 0;
}
.scholarship:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bgmedia.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.scholarshipheading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    grid-gap: 12px;
}
.scholarshiptext1 {
    font-size: 63px;
    font-weight: bold;
    line-height: 50px;
    background: linear-gradient(90deg, #05F966 0%, #2478EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scholarshiptext2 {
    font-family: "Lalezar", sans-serif;
    font-size: 60px;
    line-height: 41px;
    text-transform: uppercase;
    color: #fff;
}
.scholarship.scholarship1 {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 12%, rgba(6, 30, 41, 1) 43%, rgba(0, 0, 0, 1) 100%);
}

.scholarship.scholarship1:before {
    display: none;
}
.scholarshiptext3 {
    font-size: 36px;
    font-family: "Lalezar", sans-serif;
    color: rgb(255 255 255 / 60%);
    line-height: 26px;
}
.scholarshiptext3 span {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: normal;
}
.scholarshiptext4 {
    font-size: 40px;
    font-family: "Lalezar", sans-serif;
    line-height: 26px;
    color: #fff;
}
.scholarshiptext4 span {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: normal;
}
.via {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.via span {
    background: #002460;
    padding: 0 16px;
    color: rgb(255 255 255 / 60%);
    position: relative;
}
.via:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
}
.fstar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    margin-top: 26px;
    margin-bottom: 50px;
}
.fstar img {
    width: 220px;
}
.fstar h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.fstar h3 {
    color: rgb(255 255 255 / 80%);
    font-size: 22px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.revolution {
    position: relative;
}
.revolution h4 {
    text-align: center;
    color: rgb(255 255 255 / 60%);
    font-family: "Inclusive Sans", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}
.revolution h3 {
    text-align: center;
    color: #fff;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0;
}
.revolution .btnapply a {
    background: #fff;
    color: #f00106;
    width: 300px;
    margin: 0 auto;
}
.revolution .btnapply {
	text-align: center;
}
.media {
    position: relative;
    text-align: center;
}
.media img {
    width: 70%;
}
.media h3 {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    color: rgb(255 255 255 / 80%);
    margin-top: -85px;
    margin-bottom: 0;
}
.gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 50px;
    max-width: 1000px;
    margin: 50px auto 0;
    width: 100%;

}
.gallerybox img {
	width: 100%;
    height: 180px;
    object-fit: cover;
}
.gallerybox {
    box-shadow: 0px -4px 60px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
}
.mobgallery .owl-stage {
    padding-left: 0px !important;
}
.mobgallery {
    padding-left: 40px;
	display:none!important;
}
/*scholarship*/

/*footer*/
.footer_top img {
    margin: 95px auto 35px;
    width: 25%;
    opacity: 0.3;
}

.footer_top {
    text-align: center;
    border-bottom: 1px solid rgb(0 0 0 / 24%);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer_top p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 8px 0;
	    font-family: "Inclusive Sans", sans-serif;
}

.footer_top ul {
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 50px;
    row-gap: 8px;
}

.footer_top ul li {
    font-weight: 500;
    font-size: 14px;
	    font-family: "Inclusive Sans", sans-serif;
}

.footer_top p b {
    font-weight: 600;
}
.footer {
padding: 60px;
    background: #f3f3f1;
    position: relative;
}
.footer:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bulding.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top 20px center;
    opacity: 0.4;
}
.footer_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 16px;
    padding: 0 50px 50px;
}
.footer_left img {
    width: 200px;
}
.footerbottom {
    border-top: 1px solid rgb(0 0 0 / 24%);
}
.footerbottom p {
    margin: 0;
    text-align: center;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
    padding-top: 16px;
}
.link {
    font-weight: 500;
    color: #000;
    font-size: 22px;
}
.link a {
    color: rgb(0 0 0 / 60%);
}
.link.link1 {
    margin-bottom: 24px;
    text-align: right;
}
.link.link1 a {
    display: block;
}
.link a:hover {
    color: #0656cd;
}
/*footer*/


/*placement*/
.placement{
	    padding: 80px 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 12%, rgba(6, 30, 41, 1) 43%, rgba(0, 0, 0, 1) 100%);
}
.placement_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.placement_box p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: "Inclusive Sans", sans-serif;
}
.placement_box h3 {
    color: #1989BD;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
}
.placementtext1 {
    color: #dfff;
    font-weight: 300;
}
.placementtext2 {
    font-size: 20px;
    color: #fff;
}
.tripline {
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin: 0;
    font-family: "Inclusive Sans", sans-serif;
    margin: 30px 0;
}
.tripline span {
    color: #1989BD;
}
.global1 {
    padding: 80px 0;
}
/*placement*/

/*about*/
.about{
    padding: 120px 0 80px;
    background: #000000;
    margin-top: -60px;
}
.aboutheading {
    text-align: center;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 40px;
    line-height: 45px;
    background: linear-gradient(90deg, #05F966 0%, #2478EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.aboutsubheading {
    text-align: center;
    color: #fff;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 50px;
}

.aboutmain {
    display: grid;
    grid-template-columns: 3fr 4fr;
    column-gap: 70px;
    align-items: center;
}

.aboutleft img{
	width:100%;
}

.aboutright p {
    color: #fff;
}
.about h3 {
    text-align: center;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 32px;
    background: linear-gradient(90deg, #05F966 0%, #2478ec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    margin-top: 40px;
}

.about ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-gap: 20px;
    margin-top: 30px;
}
p.choosebottom {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 48%);
    font-style: italic;
}
.about ul li {
     font-size: 12px;
    background: #2478ec;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
/*about*/

/*stepbanner*/
.stepbanner {
    padding: 60px 0 0px 0;
}
.stepbanner_text1 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
}
.stepbanner_text2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    font-family: "Inclusive Sans", sans-serif;
    color: #C60808;
}
.stepbanner_text3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: "Inclusive Sans", sans-serif;
}
.stepbanner-slide img {
    width: 100%;
    object-fit: cover;
}
.stepbanner-slide {
    max-width: 997px;
    margin: 0 auto 51px;
    position: relative;
}
.stepbanner-slide.slide1 {
    filter: drop-shadow(0px 0px 30px rgb(0 0 0 / 41%));
}
.slide1 {
    position: sticky;
    top: 40px;
}
.slide2 {
    position: sticky;
    top: 68px;
}
.slide3 {
    position: sticky;
    top:99px;
}
.slide4 {
    position: sticky;
    top: 40px;
}
.slide5 {
    position: sticky;
    top: 40px;
}
.slide6 {
    position: sticky;
    top: 40px;
}
.slide7 {
    position: sticky;
    top: 40px;
}
.slide8 {
    position: sticky;
    top: 40px;
}
.slide9 {
    position: sticky;
    top: 40px;
}
.slide10 {
    position: sticky;
}
.slide1.sticky-active img {
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: scale(0.89);
}
.slide2.sticky-active img {
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: scale(0.92);
}
.slide3.sticky-active img {
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: scale(0.96);
}
.slide4.sticky-active img {

}
/*stepbanner*/


/*scholarships*/
.scholarships {
    padding: 80px 45px 80px 45px;
    background: #fff;
}
.bguse {
    font-size: 150px;
    font-weight: bold;
    color: rgb(204 204 204 / 28%);
    line-height: 160px;
    margin-bottom: -30px;
    font-family: "Inclusive Sans", sans-serif;
}
.scholarships_img {
    display: flex;
    grid-gap: 20px;
}

.scholarships_img img {
    width: 100%;
}

.scholarship_item.commancolor{
	background: conic-gradient(from 33deg, #D20707 0deg, #9D123B 360deg);
}
.commancolor .scholarship_bottom{
	background: rgb(26 4 4 / 80%);
}

.scholarship_item.bule{
	background: conic-gradient(from 33deg, rgba(31, 50, 134, 1) 0deg, rgba(26, 36, 82, 1) 360deg);
}
.bule .scholarship_bottom{
	 background: rgb(27 37 84 / 80%);
}
.scholarship_item.purple{
	background: conic-gradient(from 33deg, #922B70 0deg, #451D4F 360deg);
}
.purple .scholarship_bottom{
	background: rgb(35 9 40 / 80%);
}
.scholarship_item.green{
	background: conic-gradient(from 33deg, #00A2C6 0deg, #0D3D4A 360deg);
}
.green .scholarship_bottom{
	background: rgb(4 21 26 / 80%);
}
.scholarship_item.red{
	background: conic-gradient(from 33deg, #D20707 0deg, #9D123B 360deg);
}
.red .scholarship_bottom{
	background: rgb(26 4 4 / 80%);
}
.scholarship_item.bluedark{
	background: conic-gradient(from 33deg, #103559 0deg, #2B0853 360deg);
}
.bluedark .scholarship_bottom{
	background: rgb(27 37 84 / 80%);
}
.scholarship_slider.owl-theme .owl-nav {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	grid-gap:16px;
}
.scholarship_slider.owl-theme .owl-nav button:hover{
		background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
}
.scholarship_slider.owl-theme .owl-nav button {
    height: 36px;
    width: 36px;
    transition: 0.5s;
	background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.programmes_slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: -100px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.programmes_slider.owl-theme .owl-nav button.owl-next {
    color: #fff;
    font-size: 30px;
}
.programmes_slider.owl-theme .owl-nav button {
    font-size: 24px;
    color: rgb(255 255 255 / 20%);
    height: 45px;
    width: 30px;
    transition: 0.5s;
}
.programmes_slider.owl-theme .owl-nav button:hover {
    background: transparent;
    font-size: 30px;
    color:#fff;
}
.programmes_slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: -70px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.programmes_slider.owl-theme .owl-dots button:hover span {
    background: transparent;
}
.programmes_slider.owl-theme .owl-dots button span {
    margin: 0;
    background: transparent;
    border: 2px solid #fff;
}

.programmes_slider.owl-theme .owl-dots button.active span {
    background: #D9D9D9;
    border: 2px solid #D9D9D9;
}
.programmes_slider.owl-theme .owl-dots button:nth-child(2) {
    margin-left: 74px;
}
.programmes_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 32px;
    position: relative;
    top: 85px;
}

.programmes_bottom ul li {
    color: rgb(255 255 255 / 60%);
    padding: 10px 0;
}

.programmes_bottom ul li:nth-child(1) {
    width:60px;
    border-top: 1px solid rgb(255 255 255 / 24%);
}

.programmes_bottom ul li:nth-child(2) {
    width: 40px;
    border-top: 1px solid rgb(255 255 255 / 24%);
}
.programmes_bottom ul li.active {
    color: #fff;
}

.scholarship_item {
    padding: 0 10px;
	    font-family: "Inclusive Sans", sans-serif;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.scholarship_top p {
    font-size: 12px;
    color: rgb(255 255 255 / 60%);
    margin: 0 0 10px 0;
}
.scholarship_top h3 {
    font-size: 28px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.scholarship_top h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
.scholarship_top {
    padding: 20px 16px;
	height:135px;
}
.scholarship_bottom {
    padding: 0 16px;
    height: 450px;
    box-shadow: 0 0 20px rgb(0 0 0 / 36%);
}
.scholarship_slider .item {
    padding: 12px;
}
.scholarship_str {}
.scholarship_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
}
.scholarship_box h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.scholarship_box h4 {
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    margin: 0;
}
.scholarship_box:last-child {
    border-bottom: 0;
}
.scholarships_right {
    margin-top: -40px;
}
.scholarships_text h3 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #C60808;
    text-align: center;
}
.scholarships_text h4 {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    font-family: "Inclusive Sans", sans-serif;
    text-align: center;
}
.scholarships_text {
    margin-top: 16px;
}
.scholarshipstextbotm {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    font-family: "Inclusive Sans", sans-serif;
}
.scholarships_main .btnapply a {
    width: 300px;
    background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
    margin: 0 auto;
}
/*scholarships*/

/*media*/
.media_main {
    position: relative; 
}
.media_main .btnapply a {
    width: 300px;
    background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
    margin: 0 auto;
}
.mediatext1 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Inclusive Sans", sans-serif;
}
.mediatext2 {
    font-size: 180px;
    color: rgb(0 0 0 / 5%);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: -90px;
    right: 0;
    font-family: "Inclusive Sans", sans-serif;
}
.mediaview {
    background: #F3F3F1;
    padding: 80px 0;
}
.mediaslider.owl-theme .owl-nav {
	margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
	grid-gap:16px;
}
.mediaslider.owl-theme .owl-nav button {
    height: 36px;
    width: 36px;
    transition: 0.5s;
    background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mediaslider.owl-theme .owl-nav button:hover{
	    background: #2399E9;
    background: linear-gradient(90deg, rgba(35, 153, 233, 1) 0%, rgba(20, 86, 131, 1) 100%);
}
/*media*/


/*faq*/
.faqheading {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    color: #c60808;
    font-family: "Inclusive Sans", sans-serif;
}
.faqsubheading {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    color: #000;
    font-family: "Inclusive Sans", sans-serif;
}
.iconviewfaq i {
    font-size: 26px;
    color: #000;
    cursor:pointer;
}
.faqsection {
    padding: 50px 0;
}
.ques {
    color: #000;
    font-weight: 600;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 20px;
}
.accordionbody ul li {
    font-size: 16px;
    color: #000;
    font-family: "Inclusive Sans", sans-serif;
}
.accordionbody p {
    font-size: 16px;
    color: #000;
    font-family: "Inclusive Sans", sans-serif;
}
.accordionbody {
    padding-top: 10px;
}
.accordionitem {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 20px 0;
}
.headfaq {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordionitem:last-child {
    border-bottom: 0px;
}
.samewidth {
    max-width: 1090px;
    margin: 0 auto;
}
.iconviewfaq.collapsed .bi-dash-circle {
    display: none;
}

.iconviewfaq .bi-dash-circle {
    display: block;
}
.iconviewfaq .bi-plus-circle {
    display: none;
}

.iconviewfaq.collapsed .bi-plus-circle {
    display: block;
}
/*faq*/

.npfWidgetButton {
    position: fixed !important;
    top: 200px;
    right: -54px;
    transform: rotate(90deg);
    background: #000 !important;
    color: #04f572 !important;
    font-weight: bold;
}
.PaidAlumni h4 {
    text-align: center;
    font-family: "Inclusive Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.PaidAlumni .line img {
    width: 130px;
}
.PaidAlumni .line {
    text-align: center;
}


@media screen and (max-width:1400px) {
	.aiview {
		grid-template-columns:auto;
		margin-bottom: 30px;
	}
	.aiviewtext1 {
		font-size: 20px;
		top: -4px;
		margin-bottom: 4px;
	}
	.aiviewtext1:before {
        width: 170px;
        top: 11px;
        left: 104px;
    }
	.aiviewtext2 {
        font-size: 43px;
        line-height: 43px;
	}
	.aiviewtext3 {
		font-size: 40px;
		line-height: 40px;
	}
    .banner_main {
        padding: 80px 80px 15px 80px;
        grid-template-columns: 1fr 2fr 350px;
    }
	
}

@media screen and (max-width:1290px) {
	.classroomslider.owl-theme .owl-nav button {
		position: relative;
		top: 0;
		transform: unset;
	}

	.classroomslider.owl-theme .owl-nav button.owl-prev {
		left: 0;
	}

	.classroomslider.owl-theme .owl-nav button.owl-next {
		right: 0;
	}

	.classroomslider.owl-theme .owl-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 12px;
	}
	.industryrotate {
        left: 0;
        top: -37px;
	}
	.industry_main {
		grid-template-columns: auto;
	}
	.industrytext h3 br {
		display: none;
	}
	.industrytext p br{
		display:none;
	}
	.industrytext {
		width: 100%;
		padding-right: 35%;
	}
	.industrytext h4 br {
		display: none;
	}
	.industryimg {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 30%;
	}
	.industrytype {
		grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-top: 30px;
	}
	.industrytype_box {
		height: auto;
	}
}

@media screen and (max-width:1200px) {
	.programme_left {
		grid-row: 2;
		text-align: center;
	}
	.futurecourses_right ul {
		justify-content: center;
	}
	.futurecourses {
		grid-template-columns: auto;
	}
	.programme_left img {
		width: 24%;
	}
	.programme_item {
		grid-template-columns: auto;
	}
	.banner_left {
		display: none;
	}
	.banner_main {
		padding: 80px 35px 15px 35px;
        grid-template-columns: auto 370px;
    }
	.industryrotate {
        left: 0;
        top: 0;
        transform: unset;
        margin-top: 20px;
    }
	.scholarshipheading {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.usersliderview {
		padding: 0 40px 60px;
	}
	.corporate {
		grid-template-columns: auto;
		grid-gap: 45px;
	}
	.logoscmpy .item {
		width: 25%;
	}
	.programmes_main {
		grid-template-columns: auto;
	}
	.programmes_box.programmes_boximg {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	.bguse {
		font-size: 80px;
		margin-bottom: -60px;
	}
}	

@media screen and (max-width:992px) {
	.programme_right {
		grid-template-columns:auto;
	}
	
	.corporate {
        padding:0px;
    }
	
		.globalpostbox-hide {
		display: none;
	}
	.globalpost {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		top: 290px;
	}
	.banner_left {
        display: block;
    }
	.banner_left {
        text-align: center;
        width: 45%;
        margin: 0 auto;
    }
	.banner_main {
        row-gap: 40px;
        grid-template-columns:auto;
    }
	
	.gallery {
		grid-template-columns: 1fr 1fr;
	}
	.internships_main {
		grid-template-columns: auto;
		align-items: flex-start;
		text-align: flex-end;
		grid-gap: 10px;
	}
	.internships_mid img {
		width: 30%;
	}
	.internships {
		padding:60px 0;
	}
	.logoscmpy .item {
		width: 25%;
	}
	.aboutmain {
		grid-template-columns: auto;
		column-gap: 30px;
	}
}

@media screen and (max-width:767px) {
	.aiviewtext span {
		font-size: 33px;
	}
	.admissionopen h3 {
		font-size: 18px;
	}
	.aiviewtext {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutmain {
		grid-template-columns: auto;
		grid-gap: 30px;
	}

	.about ul {
		grid-template-columns: auto;
		grid-gap: 14px;
	}

	.about ul li {
		background: transparent;
		padding: 0;
		text-align: left;
		font-size: 14px;
	}

	.about h3 {
		font-size: 24px;
	}

	.futurecourses {
		grid-template-columns: auto;
	}

	.coursemain {
		padding: 60px 0 0 0;
	}

	.futurecourses_right ul {
		justify-content: flex-start;
		grid-gap: 16px;
	}

	.futurecourses_right ul li {
		width: 100%;
	}

	.programme_item {
		padding-top: 30px;
		grid-template-columns: auto;
		grid-gap: 0;
	}

	.programme_left {
				text-align: center;
			grid-row: 2;
	}

	.programme_right {
		grid-template-columns: auto;
	}

	.programme_right_right {
		grid-template-columns: auto;
	}

	.programme_cr_box.fullgrid {
		grid-column: unset!important;
	} 

	.scrollviewpart {
		height: auto;
	}
	.programme_left:before{
		display:none;
	}
	.programme_right_left {
		padding-top:0px;
	}	
    .admissionopen {
        width: 100%;
        margin: 0;
    }	
	
	.footer:before {
		background-size: 100%;
	}
	.footer_top ul {
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	.footer_top p{
		text-align: left;
	}
	.scholarships_text h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.scholarships_text h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.accordionbody p {
		font-size: 14px;
	}
	.iconviewfaq i {
		font-size: 16px;
	}
	.accordionitem {
		padding: 12px 0;
	}
	.ques {
		font-size: 16px;
	}
	.faqheading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom:16px;
	}
	.faqsubheading {
		font-size: 22px;
	}
	.mediatext1 {
		text-align: center;
		font-size: 28px;
	}
	.mediaview {
		padding: 60px 0;
	}
	.scholarships {
		padding: 60px 20px;
	}
	.mobgallery{
		display:block!important;
		margin-top:50px;
	}
	
	.gallery{
		display:none;
	}
	
	.headermain {
		padding: 20px 30px;
	}
	.banner_main {
        padding: 80px 30px 60px 30px;
        grid-template-columns: auto;
        row-gap: 40px;
    }
	.banner_left {
        text-align: center;
        width: 70%;
        margin: 0 auto;
	}
	.banner_mid {
		padding-right: 0;
		padding-left: 0;
	}
	.aiview {
        margin-bottom:24px;
    }
	.aiviewtext1:before {
        width: 120px;
        top: 11px;
        left: 95px;
    }
	.aiviewtext2 {
        font-size: 35px;
        line-height: 35px;
    }
	.aiviewtext3 {
        font-size: 35px;
        line-height: 35px;
    }
	.industry {
		padding: 60px 0;
	}
	.industry_main {
		grid-template-columns: auto;
	}
	.industryimg {
        position: relative;
        bottom: 0;
        right: 0;
        background: #f3f3f1;
        margin: 24px 50px;
        width: auto;
	}
	.industrytype{
		grid-template-columns: 1fr 1fr;
	}
	.industrytext {
		padding: 0;
		background: transparent;
		width: auto;
	}
	.industrytext h3 {
		text-align: center;
		font-size: 30px;
		line-height: 30px;
	}
	.industrytext p {
		text-align: center;
		font-size:16px;
	}

	.industrytext p br {
		display: none;
	}
	.industrytext1 {
		font-size: 30px;
		line-height: 30px;
	}
	.industrytext2 {
		font-size: 14px;
		line-height: 14px;
	}
	.industrytext3 {
		font-size: 30px;
		line-height: 30px;
	}
	.industrytext4 {
		font-size: 14px;
		line-height: 14px;
	}
	.industryrotate {
        left: 0;
        margin-top: 0;
        top: -80px;
        justify-content: center;
        transform: rotate(-3deg);
	}
	.industrytext h4 {
		background: #f3f3f1;
		padding: 50px 12px;
		text-align: center;
		height: 200px;
		margin: 30px 50px 0;
	}

	.industrytext h4 br {
		display: none;
	}
	.industrytype_box {
		background: #F2F2F2;
		border-radius: 10px;
		padding: 20px;
		height: auto;
	}
	.programmes {
		padding: 60px 0;
	}

	.programmessliderbox h3 {
		font-size: 24px;
	}
	.internships_mid {
		text-align: center;
	}
	.programmes_main {
		grid-template-columns: auto;
	}

	.programmes_boximg {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	.programmes_box {
		margin-bottom: 20px;
	}
	.global h5 {
		font-size: 24px;
	}
	.programmes_inner h4 {
		font-size: 20px;
	}
	.programmes_inner ul li {
		font-size: 14px;
	}
	.global {
		padding: 60px 0;
	}
	.global h3 {
		font-size: 36px;
		line-height: 36px;
	}
	.global h4 {
		font-size: 40px;
	}
	.globalpostbox-hide {
		display: none;
	}
	.globalpost {
		display: block;
		top: 0;
	}
	.globalpostbox {
        width: 170px;
        font-size: 13px;
        padding: 7px 12px;
	}
	.globalimg {
		width: 85%;
	}
	.globalimg img {
		margin-top: -26px;
	}
	.globalpostbox1 {
		position: absolute;
		top: 75px;
		left: 0;
	}

	.globalpostbox2 {
		position: absolute;
		top: 175px;
		left: 22px;
	}

	.globalpostbox3 {
		position: absolute;
		top: 65px;
		right: 0;
	}

	.globalpostbox4 {
		position: absolute;
		top: 175px;
		right: 0;
	}
	.globaltextview p {
		font-size: 16px;
	}

	
	.corporate {
        grid-template-columns: auto;
        padding: 0;
        grid-gap: 50px;
	}
	.corporate_left {
		text-align: center;
	}
	.corporate_tag {
		margin-top: 5px;
	}
	.corporate_right {
		column-gap: 20px;
	}
	.corporatetext1 {
		font-size: 60px;
	}
	.corporatetext1 span {
		font-size: 40px;
	}
	.corporatetext2 {
		font-size: 14px;
	}
	.corporatetext1.corporatetext11 {
		font-size: 45px;
	}
	.corporatetext1.corporatetext11 span {
		font-size: 26px;
	}
	.imgsorce {
		grid-template-columns: auto 70px;
		grid-gap: 12px;
	}
    .usersliderview {
        padding: 30px 0;
        background-image: none;
        margin-bottom: 35px;
        position: relative;
    }
	.userslider {
		position: relative;
		top: 0;
	}
	.pos {
		font-size: 11px;
	}
	.name {
		font-size: 13px;
	}
	.usersliderview:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 90%;
        height: 100%;
        background: #f3f3f1;
        border-radius: 10px;
        transform: translatex(-50%);
    }

	.internships_main {
		grid-template-columns: auto;
		align-items: flex-start;
		text-align: flex-end;
		grid-gap: 10px;
	}
	.internships_mid img {
		width: 60%;
	}
	.internships {
		padding:60px 0;
	}
	
	
	.scholarship {
		padding: 60px 0;
	}
	.scholarshipheading {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.fstar {
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.fstar img {
		width: 270px;
	}
	.fstar h3 {
		position: relative;
		top: -30px;
		left: 37px;
	}
	.media h3 {
		font-size: 36px;
		margin-top: -40px;
	}
	
	
    .footer {
        padding: 30px 24px;
    }
	.footer_main {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		padding: 24px 0;
		grid-gap: 30px;
	}
	.link.link1 {
		text-align: center;
	}
	.link a {
		display: block;
	}
	.link {
		text-align: center;
		font-size: 18px;
	}
	.footerbottom p {
		font-size: 14px;
	}
	.topview a {
		width: 36px;
		height: 36px;
	}
	.topview {
		position: fixed;
		bottom: 83px;
		right: 14px;
		z-index: 9;
	}
	.topview a img {
		width: 10px;
	}
	.logoscmpy .item {
		width: 30%;
	}
	.programmes_subheading {
		font-size: 25px;
		line-height: 34px;
	}
	.placement{
		padding:60px 0;
	}
	.placement_main {
		grid-template-columns: auto;
		text-align: center;
		    grid-gap: 20px;
	}
	.tripline {
		font-size: 30px;
	}
	.mediatext2 {
		display: none;
	}

	.bguse {
		display: none;
	}
	.stepbanner_text2 {
		font-size: 30px;
		line-height: 35px;
	}
	.industry .stepbanner_text3 {
		margin-bottom: 24px;
	}
	.programmesslider.owl-theme .owl-dots {
		top: 80px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:567px) {
	.programme_left img {
        width: 60%;
    }
	    .global h4 {
        font-size: 30px;
        margin-bottom: 16px;
    }
	.headerright a {
		display: none;
	}
	.logoscmpy .item {
		width: 40%;
	}
}
@media screen and (max-width:480px) {
  .aiviewtext1:before {
        width: 80px;
        top: 9px;
        left: 84px;
    }
	.aiviewtext1 {
        font-size: 16px;
    }
	.aiviewtext2 {
        font-size: 27px;
        line-height: 27px;
    }
	.aiviewtext3 {
        font-size: 26px;
        line-height: 26px;
    }
	.industrytext1 {
        font-size: 22px;
        line-height: 22px;
    }
	.industrytext3 {
        font-size: 22px;
        line-height: 22px;
    }
	.industrybox1 {
		padding: 10px 10px;
	}
	.industrybox2 {
		padding: 10px 10px;
	}
	.industrytext h4 {
        margin: 30px 20px 0;
    }
	.scholarshiptext2 {
		font-size: 50px;
	}
	    .globalpostbox4 {
        position: absolute;
        top: 139px;
        right: 0;
    }
	    .globalpostbox2 {
        position: absolute;
        top: 157px;
        left: 22px;
    }
	.globalpostbox {
        width: 130px;
        font-size: 12px;
        padding: 4px 8px;
    }
	.imgsorce {
        grid-template-columns: auto 55px;
    }
	.corporate_left h6 {
		font-size: 22px;
	}
	.corporate_left h5 {
		font-size: 30px;
	}
	.corporate_tag {
		font-size: 20px;
	}
	.imgsorceinner img {
		width: 55%;
	}
	.corporatetext2 {
        font-size: 9px;
    }
	.scholarshiptext3 {
		font-size: 30px;
	}
	.scholarshiptext4 {
		font-size: 28px;
	}
}