body{
	font-family: "Poppins", sans-serif;
	/* font-family: "Montserrat", sans-serif; */
	/* font-family: "Poltawski Nowy", serif; */
	/* font-family: "Lalezar", sans-serif; */
	/* font-family: "Moul", serif; */
    background-color: #EBE8E8;
}
.container{
    max-width: 1170px;
}
a{
	text-decoration:none;
}

/*header*/
.header_main {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_left img {
    width: 190px;
}
/*header*/

/*banner*/
.banner {
    background: linear-gradient(125deg, #B50D0D 44%, #9D143D 100%);
    color: #fff;
}
.banner_left h1 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}
.banner_left h1 span {
    font-weight: 600;
}
.banner_left h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}
.banner_left h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.banner_left h4 {
    font-size: 55px;
    margin: 0;
    font-style: italic;
}
.banner_left h4 span {
    font-weight: 600;
    color: #FF9132;
}
.banner_left h3 span {
    background: #fff;
    color: #243873;
    font-weight: 500;
    padding: 0 8px;
}
.banner_main{
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.banner_left {
    padding:50px 0 75px;
}
.banner_right {
    display: flex;
    grid-gap: 12px;
    margin-top: -45px;
	position:relative;
	padding:0 12px;
}
.banner_img img {
    width:250px;
}
.banner_form {
	background: #fff;
    width: 350px;
    height: 420px;
    overflow: auto;
	position:relative;
}
.banner_right:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    background: #000;
    width: 100%;
    height: 55px;
}

.banner_img {
    position: relative;
}
/*banner*/

/*accreditations*/
.accreditations_main{
    position: relative;
    top: -15px;
    z-index: 9;
}
.accreditations{
    position: relative;
    padding-bottom:75px;
    padding-top: 273px;
}
.accreditations:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:#14234F;
}
.accreditations_heading {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}
.accreditations_logos {
    display: flex;
    align-items: center;
    grid-gap: 48px;
    justify-content: center;
}
.accreditations_logos_cricle {
    background: #fff;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accreditations_logos_cricle img {
    width: 70px;
}
/*accreditations*/

/*why choose*/
.whychoose_heading{
    font-size: 100px;
    color: #000;
    text-align: center;
    font-weight: 800;
    line-height: 85px;
    margin-bottom: 16px;
}
.whychoose_heading span {
    display: block;
    font-size: 80px;
    background: linear-gradient(178deg, #262630 40%, rgb(38 38 48 / 42%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.whychoose_heading1 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
}
.whychoose {
    margin-bottom: -280px;
    position: relative;
    z-index: 9;
    text-align: center;
	padding-top:60px;
}
.whychoose_img {
    position: relative;
    margin: -45px auto;
}
.whychoose_main_img {width: 480px;margin: 0 auto;}
.whychooselogoshap img {
    width:110px!important;
}
.whychoose_img img {
    width: 480px;
    z-index: 9;
    position: relative;
}
.whychoose_card {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 15px 28px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 4px;
    z-index: 9;
}
.whychoose_card h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
	text-align:left;
}
.whychoose_card p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #000;
	text-align:left;
}
.card1 {
    top: 280px;
    left: 200px;
    box-shadow: 0 0 45px rgb(0 0 0 / 25%);
}
.card2 {
    top: 385px;
    left: 185px;
}
.card3 {
    top: 280px;
    right: 290px;
    box-shadow: 0 0 45px rgb(0 0 0 / 25%);
}
.card4 {
top: 385px;
    right: 0px;
}
.card5 {
    top: 385px;
    right: 360px;
}
.card6 {
    top: 280px;
    left: -40px;
    box-shadow: 0 0 45px rgb(0 0 0 / 25%);
}
.card7 {
    top: 280px;
    right: 0px;
    box-shadow: 0 0 45px rgb(0 0 0 / 25%);
}
.card8 {
    top: 495px;
    left: 0;
}
/*why choose*/

/*futurecourses*/
.futurecourses {
    display: grid;
    align-items: center;
    grid-template-columns: 435px auto;
    grid-gap: 20px;
    margin-bottom: 80px;
    
}
.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;
}
.futurecourses_right ul li.active {
    background:#14234D;
}
.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: 100px 0;
}
.futurecourses_heading {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    line-height: 36px;
}
.futurecourses_heading span {
    font-size: 29px;
    font-family: "Poltawski Nowy", serif;
}
.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;
    max-height: 324px;
    overflow: auto;
}
.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: 10px;
}
.facultyof_bg ul {
    padding: 0;
    margin: 0 0 10px 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;
}
/*futurecourses*/

/*Button*/
.btn {
	background: #243873;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.5s;
}
.btn:hover {
    background: #243873;
    color: #fff;
}
:not(.btn-check)+.btn:active {
    background-color: #0A5F54;
    color: #fff;
}
/*Button*/


/*threesection*/
.threesection {
    background: #000;
    padding-top: 80px;
}
/*1*/
.campuscorporate_heading {
    text-align: center;
    font-size: 50px;
    color: #fff;
    line-height: 55px;
}
.campuscorporate_heading span {
    font-family: "Poltawski Nowy", serif;
}
.campuscorporate_main {
    padding: 60px 0 90px 0;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto auto auto;
    justify-self: center;
    grid-gap: 115px;
}
.campuscorporate_box h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}
.campuscorporate_box p {
    margin: 0;
    color: rgb(255 255 255 / 60%);
    font-weight: 600;
    font-size: 18px;
}
.campuscorporate_box h4 small {
    color: rgb(255 255 255 / 60%);
    font-size: 50px;
}
.campuscorporate_box {
    position: relative;
}
.campuscorporate_box:before {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    width: 1px;
    height: 100%;
    background: #fff;
}
.campuscorporate_box:last-child:before{
    display: none;
}
.ai_girl {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
}
.ai_girl img {
    width: 165px;
    z-index: 9;
}
.ai_girl ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 20px;
    align-items: flex-start;
    position: relative;
    left: -35px;
    top: 20px;
}

.ai_girl ul li {
    background: #fff;
}

.ai_girl ul li {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 20px 20px 50px;
    border-radius: 20px;
}
.tophiringpartners {}

.tophiringpartners h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
}
.tophiringpartners {
    padding: 0 20px;
}
.tophiringpartners_main {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-self: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.tophiringpartners_box {
    width: 150px;
}

.tophiringpartners_box img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background: #fff;
    border-radius: 10px;
    padding: 16px;
}
.tophiringpartners_box img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*threesection*/

/*campuslife*/
.campuslife_main {
    background: url(../images/eventbg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 45px 0;
    height: 1060px;
    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: -455px;
    padding:0 40px;
}
/*campuslife*/


/*aboout_us*/
.aboout_us img {
    width: 100%;
}
.aboout_us {
    margin-top: -135px;
}
/*aboout_us*/


/*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*/

/*choosefuture*/
.choosefuture {
    margin-top: 176px;
    padding: 60px 0;
    text-align: center;
}
.choosefuturetext1 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.choosefuturetext2 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 34px;
}
.applybtn_line {
    position: relative;
}
.applynowbtn {
    background: #243873;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    width: 240px;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 10px;
    position: relative;
}
.applybtn_line:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    left: 0;
    top: 21px;
}
/*choosefuture*/

/*classrooms*/
.classrooms {
    padding-bottom: 60px;
}
.classrooms_main {
    background: #D6CFCF;
    border-radius: 20px;
    padding: 60px 60px 0;
    overflow: hidden;
}
.classrooms_top_main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.classrooms_top_left {
    text-align: right;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    padding-left: 30px;
}
.classrooms_top_right_text1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    background: linear-gradient(88deg, #061E42 40%, #0F4CA8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.classrooms_top_right_text2 {
    font-size: 30px;
    color: rgb(0 0 0 / 60%);
}
.classrooms_top_mid img {
    width: 220px;
}
.classrooms_top_bgcolor {
    background: #fff;
    text-align: center;
    padding: 20px 80px;
    margin-top: -23px;
    z-index: 9;
    position: relative;
}
.classrooms_top_bgcolor p {
    font-size: 26px;
    margin: 0;
    line-height: 28px;
    color: #000;
}
.classrooms_heading1 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 70px;
	line-height:70px;
    font-family: "Lalezar", sans-serif;
}
.classrooms_heading1 span {
    background: linear-gradient(88deg, #061E42 40%, #0F4CA8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.classrooms_bottom {
    display: grid;
    grid-template-columns: 350px auto;
    column-gap: 80px;
}
.classrooms_bottom_right p {
    margin: 0 0 30px 0;
    font-size: 26px;
    color: #000;
    line-height: 30px;
}
.classrooms_bottom_left img {
    width: 100%;
    margin-bottom: -4px;
}
.classrooms_bottom_right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.classrooms_bottom_right ul li {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.classrooms_bottom_right ul li img {
    height: 36px;
    width: 100px;
    object-fit: contain;
}
/*classrooms*/

/*calculation*/
.calculation {
padding-top: 60px;
    position: relative;
    z-index: 9;
}
.calculation h3 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
}

.calculation h3 span {
    display: block;
    font-size: 26px;
}

.calculation h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.calculation_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
	margin-top: 45px;
}
.calculation_box {
    background: #D3CDCD;
    border-radius: 10px;
    padding: 30px;
}
.calculation_box h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 24px;
}
.calculation_box h6 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.calculation_box p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}
.calculation_box ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
.calculation_box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
}
/*calculation*/

/*scholarship*/
.scholarship {
    padding-top: 60px;
}
.scholarship_main {
     display: grid;
    grid-template-columns: 2fr 400px;
    grid-gap: 150px;
}
.textimg1 img {
    width: 100%;
}
.textimg1 {
    padding-bottom: 50px;
}
.scholarship_str_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
}
.scholarship_str_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.scholarship_str_bottom ul li {
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 24px;
}
.scholarship_str_bottom ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px dashed #000;
    width: 100%;
}

.scholarship_text1 {
    background: #ebe8e8;
    position: relative;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.scholarship_text2 {
    background: #ebe8e8;
    position: relative;
    padding-left: 10px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.scholarship_text2 span {
    font-size: 24px;
    color: #9D143D;
    font-weight: 700;
}
.scholarship_text1 span {
    font-size: 18px;
    color: #9D143D;
    font-weight: 700;
}
.scholarship_right img {
    width: 100%;
}

.scholarship_right {
    position: relative;
    top: -50px;
}
.textimg2 {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    grid-gap: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid #000;
}

.textimg2 img {
    width: 100%;
}

.textimg2 h3 {
    margin: 0;
    position: relative;
    top: 15px;
    color: rgb(0 0 0 / 60%);
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
}

.textimg2 h3 span {
    font-size: 30px;
    font-family: "Moul", serif;
    display: block;
    color: #000;
}

.applycuet {
    text-align: center;
    color: #000;
    font-size: 27px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 30px;
}
/*scholarship*/


/*applicationprocess*/
.aboutheading {
	padding-top: 40px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 35px;
}
.aboutheading span {
    color: #9D143D;
}
.applicationprocess ul {
    padding: 0 0 40px 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    grid-gap: 70px;
}
.applicationprocess ul:before {
    content: '';
    position: absolute;
    top: 32px;
    left: 50%;
    width: 84%;
    border-bottom: 2px solid #000;
    transform: translate(-50%, 0);
}
.process_icon {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
	position: relative;
	box-shadow: 0 0 14px rgb(0 0 0 / 30%);
}
.process_icon img {
    width:28px;
}
.applicationprocess ul li {
    text-align: center;
}
.process_text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}
.process_text p {
    font-size: 13px;
    color: #000;
    margin: 0;
}
.process_text {}


.cuet_Score {
    background: #000;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    grid-gap: 20px;
	box-shadow: 0 0 14px rgb(0 0 0 / 56%);
	margin-top: -40px;
	position:relative;
}

.cuet_Score_left {
    color: rgb(255 255 255 / 60%);
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 48px;
    border-right: 2px solid #fff;
    padding-right: 16px;
}

.cuet_Score_right {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    line-height: 48px;
}

.cuet_Score_left span {
    display: block;
    color: #fff;
}

.cuet_Score_right span {
    display: block;
    font-weight: 700;
}
/*applicationprocess*/

/*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 {

}
.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*/

/*faq*/
.faqheading {
    font-size:27px;
    font-weight: 600;
    margin: 0;
    color: #212121;
}
.faqheading1 {
    font-size:18px;
    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*/

.datatablebuttonview {
    display: none;
}
.datatablebuttonview.showdatatabingview {
    display: block;
}