body {
    font-family: "Poppins", sans-serif;
    background: #EBE8E8;
}
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;}
/*header*/
.header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding-top: 30px;
}
.header_main {
    background: #000;
    border-radius: 90px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_left img {
    width: 130px;
}
/*header*/

/*banner*/
.banner {
    background-image: url(../images/bg1.svg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannermain {
    display: flex;
    align-items: flex-end;
    height: 100vh;
}
.banner_left {
    width: 53%;
    padding-bottom: 100px;
}
.banner_right {
    width: 24%;
    margin-left: -36px;
}
.banner_right img {
    width: 100%;
    position: relative;
    left: -26px;
}
.banner_left h1 .bannertext1{
    font-size: 40px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.banner_left h1 {
    margin: 0;
}
.banner_left h1 .bannertext2 {
    font-size: 40px;
    display: block;
    text-transform: uppercase;
    background: linear-gradient(88deg, #F9A003 15%, #D20707 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.banner_left h1 .bannertext3 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}
.banner_left h2 {
    display: grid;
    grid-template-columns: 160px 160px 160px;
    margin: 0;
    grid-gap: 20px;
    margin-top: 50px;
}
.bannericonview {
    width: 36px;
    height: 36px;
    background: rgb(6 58 72 / 73%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_left h2 .bannerbtn1:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(../images/dotsbg.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    opacity: 0.3;
}
.bannericonview img {
    width: 19px;
}
.banner_left h2 .bannerbtn1 {
    background: rgb(0 0 0 / 78%);
    border-radius: 10px;
    border: 1px solid rgb(0 162 198 / 31%);
    font-size: 11px;
    color: #fff;
    font-weight: 300;
    padding: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    position:relative;
}
.btn-bottom {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}
/*banner*/

/*stepbanner*/
.stepbanner {
    padding: 80px 0;
    background: #EBE8E8;
}
.stepbanner_text1 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
}
.stepbanner_text2 {
    background: linear-gradient(88deg, #F9A003 15%, #D20707 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
}
.stepbanner_text3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.facultytext3 {
    font-family: "Poltawski Nowy", serif;
    color: #fff;
    font-size: 24px;
    margin-top: 50px;
}
/*stepbanner*/


/*programmes*/
.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: 300px auto;
    grid-gap: 50px;
    padding: 55px 0 10px;
}
.programme_left {
    position: relative;
}

.programme_left:before {
    content: '';
    position: absolute;
    top: 355px;
    height: 200px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #212121;
    background: linear-gradient(180deg,rgba(42, 123, 155, 0) 0%, rgba(33, 33, 33, 1) 50%, rgba(33, 33, 33, 1) 100%);
}
.programme_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    border-bottom: 2px solid #FBEE25;
    padding-bottom: 50px;
}

.programme_left img {
    margin-top: 60px;
    position: relative;
    height: 445px;
    object-fit: contain;
}

.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 h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 14px;
}
.scrollviewpart {
    height: 126px;
    overflow: auto;
    padding: 0 14px;
}
.programme_cr_box p {
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
    margin: 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%);
    margin-bottom: 0;
}

.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*/


/*facultyview*/
.facultyview {
    background: #000;
    padding:200px 0 80px;
    margin-top: -170px;
}
.facultytext1 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}
.facultytext2 {
    font-family: "Poltawski Nowy", serif;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}
.facultyview_main {
    display: grid;
    grid-template-columns: 3fr 4fr;
    column-gap: 16px;
    align-items: center;
}
.facultyview_main_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.facultyview_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.grad1 {
    padding: 20px 85px 20px 20px;
    background: linear-gradient(132deg, #191818 44%, #1A2553 100%);
}
.grad2 {
    padding: 20px 85px 20px 20px;
    background: linear-gradient(132deg, #1A2553 44%, #191818 100%);
}
.facultyview_text {
    padding: 0 15%;
}
.facultyview_text p strong {
    font-weight: 600;
}
.facultyview_text p {
    color: rgb(255 255 255 / 60%);
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.btn-bottom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .2;
    transition: 0.5s;
}

.btn-bottom a img {
    position: relative;
    top: 1px;
    width: auto !important;
}

.btn-bottom a:hover {
    opacity: 1;
}
/*facultyview*/

/*scholarships*/
.scholarships {
    padding: 40px 20px 40px 50px;
    background: linear-gradient(180deg, #EBE8E8 44%, #FFFFFF 100%);
}
.bguse {
    font-size: 185px;
    font-weight: bold;
    color: rgb(0 0 0 / 20%);
    line-height: 160px;
    margin-bottom: -10px;
}
.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;
    padding-right: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.scholarship_slider.owl-theme .owl-nav button.owl-next {
    color: #000;
    font-size: 30px;
}
.scholarship_slider.owl-theme .owl-nav button {
    font-size: 24px;
    color: rgb(0 0 0 / 20%);
    height: 45px;
    width:30px;
    transition: 0.5s;
}
.scholarship_slider.owl-theme .owl-nav button:hover {
    background: transparent;
    font-size: 30px;
    color:#000;
}

.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(13) {
    margin-left: 30px;
}
.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: 235px;
    border-top: 1px solid rgb(255 255 255 / 24%);
}

.programmes_bottom ul li:nth-child(2) {
    width: 138px;
    border-top: 1px solid rgb(255 255 255 / 24%);
}


.programmes_bottom ul li.active {
    color: #fff;
}

.scholarship_item {
    padding: 0 10px;
    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: 330px;
    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 {
    background: linear-gradient(88deg, #F9A003 40%, #D20707 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
}
.scholarships_text h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.scholarships_text {
    margin-top: 16px;
}
.scholarshipstextbotm {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #000;
}
/*scholarships*/

/*campuslife*/
.campuslife_main {
    background: url(../images/eventbg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 45px 0;
    height: 1170px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.campuslife_heading {
    color: #fff;
    font-size: 80px;
    text-align: center;
    font-weight: 600;
}
.imgpartseb {text-align: center;}

.imgpartseb img {
    width: 70%;
}
.textbottom {
    padding: 0 20px;
    text-align: center;
}
.textbottom1 {
    font-size: 20px;
    color: rgb(255 255 255 / 60%);
    font-weight: 500;
}
.textbottom2 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}
.academicsslider .item img {
    background: #fff;
    padding:5px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgb(0 0 0 / 59%);
    height: 260px;
    object-fit: cover;
}
.academicsslider .item {
    padding: 10px;
}
.academicsslider {
    margin-top: -435px;
    padding:0 40px;
}
/*campuslife*/

/*whychoose*/
.whychoose {
    padding-top: 40px;
}
.whychooseheading {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    line-height: 45px;
}
.whychooseheading span {
    display: block;
    font-size: 45px;
    color: #1A2553;
}
.whychoose_img_tex {
    margin-top: 40px;
    position: relative;
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
}
.whychoose_inner h3 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.whychoose_inner h4 {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.whychoose_inner {
    width: 100%;
    padding: 60px;
}

.whychoose_box_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
    grid-gap: 24px;
}

.whychoose_box h4 {
    text-align: left;
    font-size: 12px;
}

.whychoose_box h5 {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.whychoose_box {
    border-left: 2px solid #D20707;
    padding-left: 10px;
}
.whychoose_head {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}
.whychooserighttext {
    color: #D20707;
    font-size: 45px;
    font-weight: 600;
    line-height: 36px;
}
.whychooserighttext span {
    color: #000;
    font-size: 20px;
    display: block;
}
.whychooseright {
    display: flex;
    grid-gap: 60px;
    align-items: center;
    padding-bottom: 20px;
    justify-content: flex-end;
    border-bottom: 1px solid #000;
}
/*whychoose*/

.stepbanner-slide img {
    width: 100%;
    height: 435px;
    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-slide-box.blueslide {
    background: #4057BA;
}
.stepbanner-slide-box.greenslide {
    background: #40ba83;
}
.stepbanner-slide-box.purpleslide {
    background: #800080;
}
.stepbanner-slide-box.bluedarkslide {
    background: #172872;
}
.stepbanner-slide-box.redslide {
    background: #ba4040;
}
.stepbanner-slide-box.orangeslide {
    background: #e49b4e;
}
.stepbanner-slide-box.yellowslide {
    background: #d1c050;
}
.stepbanner-slide-box.skyslide {
    background: #4daad5;
}
.stepbanner-slide-box.begslide {
    background: #38726c;
}
.stepbanner-slide-box.lastslide {
    background: #845943;
}
.stepbanner-slide-box {
    display: flex;
    align-items: flex-end;
    padding-top: 60px;
    grid-gap: 50px;
}
.stepbanner-slide-img1 img {
    width: 250px;
    height: 400px;
    object-fit: cover;
}
.stepbanner-slide-img2 img {
    width: 100%;
}
.stepbanner-slide-pso1 {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 116px;
    font-family: "Moul", serif;
    -webkit-text-stroke: 1px rgb(255 255 255 / 10%);
    -webkit-text-fill-color: transparent;
    color: rgb(255 255 255 / 10%);
}
.stepbanner-slide-pso2 {
    position: absolute;
    bottom: -27px;
    left: 21%;
    font-size: 116px;
    font-family: "Moul", serif;
    -webkit-text-stroke: 1px rgb(255 255 255 / 10%);
    -webkit-text-fill-color: transparent;
    color: rgb(255 255 255 / 10%);
}
.stepbannertext1 {
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: rgb(255 255 255 / 60%);
}
.lefticonview {
}
.stepbanner-slide-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.stepbannerbtnview {
    background: #fff;
    border-radius: 13px;
    padding: 16px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #EF0101;
    margin-top: 48px;
}
.midpartjj {
    padding-bottom: 50px;
    position: relative;
    z-index: 9;
}
.stepbannerbtnview span {
    color: #000;
}
.stepbannertext3 {
    font-family: "Moul", serif;
    color: #fff;
    font-size: 42px;
}
.stepbannertext2 {
    margin-top: -44px;
}
.stepbanner-slide-text {
    display: flex;
    align-items: flex-end;
    grid-gap: 30px;
}
.stepbannertext2 sup {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: rgb(255 255 255 / 60%);
    top: -27px;
    left: 8px;
}
.stepbannertext4 {
    font-family: "Moul", serif;
    font-size: 32px;
    color: rgb(255 255 255 / 60%);
    line-height: 36px;
}
.flexview {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}


/*media*/
.media_main {
    position: relative; 
}
.mediatext1 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.mediatext2 {
    font-size: 180px;
    color: rgb(0 0 0 / 20%);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: -90px;
    right: 0;
}
.media {
    margin-top: 230px;
}
.mediaslider {
    border-bottom: 2px solid #000;
    padding-bottom: 35px;
}
.mediaslider.owl-theme .owl-nav {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mediaslider.owl-theme .owl-nav button.owl-next {
    color: #000;
    font-size: 30px;
}
.mediaslider.owl-theme .owl-nav button {
    font-size: 24px;
    color: rgb(0 0 0 / 20%);
    height: 45px;
    width: 30px;
    transition: 0.5s;
}
.mediaslider.owl-theme .owl-nav button:hover {
    background: transparent;
    font-size: 30px;
    color: #000;
}
/*media*/

/*lab*/
.labs {
    padding-top: 40px;
    padding-bottom: 40px;
}
.labsmain.labsmain1 {
    background: linear-gradient(132deg, #1A2553 44%, #191818 100%);
}
.labsmain {
    background: linear-gradient(180deg, #2B2B2B 44%, #000000 100%);
    padding: 40px;
    color: #fff;
    border-radius: 5px;
}

.labsmainview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    grid-gap: 20px;
}

.labsmain_box h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.labsmain_box p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    color: rgb(255 255 255 / 60%);
    text-align: center;
}
.labsmain_icon img {
    width: 120px;
}
.labsmain_icon {
    /*    width: 30px;
    height: 30px;
    background: #D9D9D9;
    border-radius: 50%;*/
    margin-bottom: 10px;
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.labsmaintext1 {
    font-size: 50px;
    color: rgb(255 255 255 / 20%);
    font-weight: bold;
    line-height: 70px;
}

.labsmaintext2 {
    font-family: "Poltawski Nowy", serif;
    color: #fff;
    font-size: 32px;
    font-style: italic;
}

.labsmaintext3 {
    font-size: 16px;
    color: rgb(255 255 255 / 60%);
    margin-top: 20px;
    margin-bottom: 70px;
}
.labslider .item {
    background: #fff;
    border-radius: 5px;
}
.labslider .item img {
-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
    width: 130px !important;
    margin: 0 auto;
    padding: 10px 0;
}
.labslider .item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
/*lab*/

/*faq*/
.faqheading {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    color: #212121;
}
.iconviewfaq i {
    font-size: 26px;
    color: #000;
    cursor:pointer;
}
.faqsection {
    padding: 50px 0;
}
.ques {
    color: #000;
    font-weight: 600;
}
.accordionbody p {
    margin: 0;
    font-size: 16px;
    color: #000;
}
.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*/


/*footer*/
.footermain {
    display: flex;
    justify-content: space-between;
}
.textpartfooter {
    text-align: left;
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
    margin-top: 40px;
    line-height: 25px;
}
.footer {
     background: linear-gradient(180deg, #000000 44%, #5D0000 100%);
    padding: 50px 0;
}
.footermain_left {
    max-width: 401px;
}
img.footerlogo2 {
    display: block;
    margin: 16px 0;
    max-width: 400px;
    width:100%;
}
.address {
    font-size: 18px;
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
}
ul.details {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.details li {
    font-size: 24px;
    color:#fff;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    justify-content: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.textpartfooter strong {
    font-weight: 600;
    color: rgb(255 255 255 / 62%);
}
ul.details li a {
 color: #fff;
    font-weight: bold;
}
.footer p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
}
.footer p span {
    font-weight: 300;
}
.usfullink {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 50px;
}
.footers_img_view {
    text-align: center;
    margin-bottom: 50px;
}
.footers_img_view img {
    width: 55%;
}
.usfullink ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 8px;
}
.usfullink ul li {
    font-size: 13px;
}

.usfullink ul li a {
    color: rgb(255 255 255 / 60%);
    font-size: 13px;
    text-decoration: none;
}
.usfullink ul li a:hover {
    color: #EF0101;
}
.buttonapplynow a {
    display: flex;
    background: #fff;
    color: #EF0101;
    padding: 0 30px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-weight: 600;
}
ul.details li:last-child {
    border-bottom: 0px;
	    font-size: 18px;
}
/*footer*/
.header_right {
    color: #fff;
}

.header_right a {
    color: #fff;
    font-weight: 700;
}
.img_gr_view{
    display:none;
}

.enquireform {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100vh;
    display: flex;
    align-items: center;
    transform: translate(-25%, 0);
}
.rightpartbanner {
    display: flex;
    grid-gap: 30px;
    padding-top: 100px;
    width: 350px;
    float: right;
}
.aboutsectionview {
    border-radius: 10px;
    background-clip: padding-box;
    border: 4px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #f9a003, #eb6a04, #d30c06);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: 100%;
}
.enquiretext {
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    border-radius: 0px;
    background: linear-gradient(88deg, #F9A003 15%, #D20707 100%);
}
.formview {
    padding: 20px;
    height: 400px;
    overflow: hidden !important;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px){
    .enquireform {
        position: relative;
        height: auto;
        transform: unset;
    }
    .rightpartbanner {
        width: 100%;
        float: right;
        padding: 40px 0 0 0;
    }
	ul.details li {
		font-size: 20px;
	}
	ul.details li:last-child {
		font-size: 16px;
	}
	.footer p {
	        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 0px;
	}
	.footermain {
		flex-wrap: wrap;
		flex-direction: column;
		        grid-gap: 40px;
	}
	.address {
		font-size: 14px;
	}
	img.footerlogo2 {
		max-width: 300px;
	}
	.footers_img_view img {
		width: 90%;
	}
	.usfullink {
		grid-template-columns: auto;
	}

    .banner_left {
        width: 100%;
        padding-bottom: 30px;
    }
    .bannermain {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 100px;
    }
    .banner_left h1 .bannertext3 {
        font-size: 24px;
    }
    .banner_left h1 .bannertext2 {
        font-size: 30px;
    }
    .banner_left h1 .bannertext1 {
        font-size:28px;
    }
    .banner_left h2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
    }
    .banner_right {
        display: none;
    }
    .btn-bottom {
        flex-wrap: wrap;
        grid-gap: 24px;
    }
    .stepbanner {
        padding: 40px 0;
    }
    .stepbanner_text1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .stepbanner_text2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .stepbanner_text3 {
        font-size: 16px;
    }
    .facultyview {
        padding: 140px 0 40px;
    }
    .facultytext1 {
        font-size: 28px;
        line-height: 32px;
    }
    .facultytext2 {
        font-size: 18px;
    }
    .facultytext2 br {
        display:none;
    }
    .facultyview_main {
        grid-template-columns: auto;
        grid-gap: 30px;
    }
    .whychoose_box_main {
        grid-template-columns: auto;
    }
    .stepbanner-slide-pso1 {
        top: 0;
        left: 10px;
        font-size: 30px;
    }
    .stepbanner-slide-pso2 {
        bottom: 0;
        left: unset;
        right: 0;
        font-size: 30px;
    }
    .stepbanner-slide-img1 img {
        width: 200px;
        height: auto;
    }
    .stepbanner-slide-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
        grid-gap: 0;
        height: 315px;
    }
    .stepbanner-slide-img1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .programme_right {
        grid-template-columns: auto;
        padding-bottom:30px;
    }
    .programme_heading {
        font-size: 40px;
        position: relative;
        padding-top: 50px;
    }
    .programme_item {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 0 20px 0;
        grid-gap: 20px;
    }
    .programme_right_left {
        padding-top: 0;
    }
    .programme_right_right {
        grid-template-columns: auto;
    }
    .programme_cr_box {
        margin: 0 1px;
    }
    .btm_ctn {
        grid-template-columns: auto;
        grid-gap: 16px;
        padding: 18px 0;
    }
    .btm_ctn_left {
        font-size: 18px;
        text-align: left;
        letter-spacing: 0px;
    }
    .btm_ctn_right {
        font-size: 14px;
        text-align: left;
    }
    .programme_right_left h3 {
        font-size: 26px;
    }
    .programme_right_left ul {
        margin: 24px 0 0 0;
    }
    .programme_right_left ul li {
        margin-bottom: 6px;
    }
    .programme_left {
        display:none;
    }
    .programmes_bottom {
        height: 100px;
    }
    .programmes_slider.owl-theme .owl-nav {
        bottom: 0;
        position: relative;
    }
    .programmes_slider.owl-theme .owl-dots {
        bottom: -45px;
    }
    .facultyview_text {
        padding: 0;
    }
    .facultyview_text p {
        font-size: 14px;
    }
    .facultytext3 {
        font-size: 18px;
        margin-top: 24px;
    }
    .grad1,.grad2 {
        padding: 20px;
    }
    .whychoose_head {
        grid-template-columns: auto;
        grid-gap: 24px;
        padding-bottom: 30px;
    }
    .whychoose {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .whychooseright {
        flex-wrap: wrap;
        border-bottom: 0px;
        padding-bottom: 0px;
        justify-content: flex-start;
        grid-gap: 20px;
    }
    .whychooseheading {
        font-size: 26px;
    }
    .whychooseheading span {
        font-size: 32px;
    }
    .whychooserighttext {
        font-size: 30px;
    }
    .whychooserighttext span {
        font-size: 14px;
    }
    .whychoose_img_tex {
        height: auto;
        background: linear-gradient(0deg, #1A2553 44%, #191818 100%);
        margin-top: 0;
        border-radius: 0 0 5px 5px;
    }
    .whychoose_inner {
        padding:35px;
    }
    .whychoose_inner h3 {
        font-size: 18px;
    }
    .img_gr_view {
        display: block;
    }
    .img_gr_view img {
        width: 100%;
    }
    .headfaq {
        grid-gap: 20px;
    }
    .faqsection {
        padding: 50px 0;
    }
    .faqheading {
        font-size: 32px;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    .banner_left h2 .bannerbtn1 {
        font-size: 14px;
    }
    .labsmaintext1 {
        font-size: 32px;
        line-height: normal;
    }
    .labsmaintext2 {
        font-size: 24px;
    }
    .labsmaintext3 {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 45px;
    }
    .labsmainview {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        padding: 0 20px 20px;
    }
    .labslider {
        padding: 0 15px;
        margin-top:0px; 
    }
    .labsmain {
        height: auto;
        padding: 30px 0;
    }
    .labs {
        padding-top: 0;
        padding-bottom: 0;
    }
    .labsmain.labsmain1 {
        margin-top: 40px;
        padding: 20px 12px;
    }
    .scholarships {
        padding: 40px 15px;
    }
    .bguse {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 0;
    }
    .scholarships_right {
        margin-top: 0;
    }
    .scholarship_slider .item {
        padding: 0;
    }
    .scholarship_item {
        box-shadow: none;
    }
    .scholarship_slider.owl-theme .owl-nav {
        margin-top: 12px;
        padding-right: 0;
    }
    .scholarships_text {
        margin-top: 16px;
        margin-bottom: 34px;
    }
    .scholarships_text h3 {
        font-size: 32px;
    }
    .scholarships_text h4 {
        font-size: 24px;
    }
    .campuslife_heading {
        font-size: 32px;
    }
    .campuslife_main {
        height: auto;
        background:#000;
    }
    .academicsslider {
        margin-top: 0px;
        background: #000;
        padding: 0 15px 25px;
    }
    .campuslife {
        background: #000;
    }
    .textbottom1 {
        font-size: 14px;
    }
    .textbottom2 {
        font-size: 18px;
    }
    .stepbannertext1 {
        font-size: 26px;
        margin-bottom: 12px;
        text-align: right;
        filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 35%));
    }
    .stepbannertext2 sup {
        filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 35%));
    }
    .stepbannertext3 {
        font-size: 24px;
        margin-bottom: 12px;
        text-align: right;
        filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 35%));
    }
    .imgpartseb img {
        width: 100%;
    }
    .stepbannertext4 {
        font-size: 22px;
        line-height: 26px;
        text-align: right;
        filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 35%));
    }
    .stepbannertext2 img {
        width: 20px;
    }
    .stepbannerbtnview {
        padding: 10px 18px;
        font-size: 12px;
        margin-top: 30px;
        border-radius: 5px;
        text-align: center;
        float: right;
    }
    .midpartjj {
        padding-right: 40px;
        width: 100%;
        padding-left: 10px;
    }
    .stepbanner-slide-img2 img {
        width: 100px;
    }
    .lefticonview img {
        width: 90px;
    }
    .stepbanner-slide-text {
        align-items: center;
        justify-content: flex-end;
    }
    .flexview {
        justify-content: flex-end;
    }
    .lefticonview {
        display: none;
    }
    .stepbanner-slide {
        margin: 0 auto 30px;
    }
    .header_main {
        padding: 20px;
    }
    .header_left img {
        width: 120px;
    }
    .scrollviewpart {
        height: auto;
        overflow: auto;
        padding: 0 14px 10px;
    }
    .programmes_bottom ul {
        top: 55px;
    }
    .programmes_bottom ul li {
        padding: 5px 0;
    }
	.media {
        margin-top: 50px;
    }
    .mediatext2{
        display:none;
    }
    .mediatext1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .mediaslider {
        padding-bottom: 8px;
    }
	.stepbanner-slide img {
		height: auto;
	}
	.programmes_slider.owl-theme .owl-dots {
		grid-gap: 4px;
	}
	.programmes_bottom ul li:nth-child(1) {
		width: 165px;
	}
	.programmes_bottom ul li:nth-child(2) {
		width: 100px;
	}
}
@media screen and (max-width: 576px) {
    .stepbanner-slide-img1 img {
        width: 120px;
        height: auto;
    }
    .stepbanner-slide-img2 img {
        width: 75px;
    }
    ul.details li:last-child {
        font-size: 14px;
    }
    ul.details li {
        font-size: 18px;
    }
    .iconviewfaq i {
        font-size: 18px;
    }
    .ques {
        font-size: 14px;
    }
    .accordionbody p {
        font-size: 14px;
    }
}