body {
    font-family: "Poppins", sans-serif;
    background: #eeeef0;
}
a{
    text-decoration:none;
}

.headingpart {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
    border-bottom: 1.5px dashed #000;
    color: #000;
    position: relative;
    width: 345px;
    margin: 0 auto;
}
.headingpart:before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -7px;
    width: 20px;
    height: 16px;
    background: url(../images/headingarrow.svg);
}

.logo {
}
.headingbottom span {
    font-family: "La Belle Aurore", cursive;
    color: #d20707;
    font-weight: bold;
}
.headingtop {
    font-family: "Lalezar", sans-serif;
    font-size: 45px;
    color: #1d1d1d;
}
.headingbottom {
    font-size: 30px;
    font-weight: 500;
    color: #1d1d1d;
}
.headingtext {
    font-size: 18px;
    font-weight: 300;
    color: #1d1d1d;
}
.logo img {
    width: 160px;
}
.about {
    padding: 80px 0;
    background: #fff;
}
.aboutimg_box {
    overflow: hidden;
    border-radius: 10px;
}
.about_left p {
    font-size: 16px;
    font-weight: 400;
    color: #1d1d1d;
    line-height: 30px;
    text-align: justify;
}
.aboutimg_box img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    height:200px;
}
.aboutimg_box:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.aboutwoimg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}
.about_left p strong {
    font-weight: 600;
}

.headingtop span {
    font-family: "La Belle Aurore", cursive;
    color: #d20707;
    font-weight: bold;
}

.counterview {
    background: #fff;
    padding: 40px 0;
}

.counterview_main {
    display: grid;
    grid-template-columns: 355px auto;
    align-items: center;
}

.counterview_left {
    background: #d20707;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    grid-gap: 6px;
    padding: 20px 16px;
}
.text1 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-align: right;
    top: 2px;
    position: relative;
}

.text2 {
    color: #fff;
    font-size: 24px;
    line-height: 19px;
}

.text3 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 45px;
    margin-top: 10px;
}

.text4 {
    color: #fff;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}

.whyweare_right_right ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 24px;
    column-gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.whyweare_right_right ul li img {
    height:51px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.whyweare_right_right ul li p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
    color: #212121;
}
.whyweare_right_left {
    background: #4057BA;
    display: flex;
       align-items: flex-end;
}
.whyweareimg1 {
    width: 220px;
}
.whyweareimg2 {
     width: 322px;
    margin-left: -55px;
    padding-right: 20px;
    padding-bottom: 100px;
}
img.whyweareimg3 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 400px;
}
.text4 span {
    display: block;
    font-size: 13px;
}
.counterview_right {
	background: #eeeef0;
    border-radius: 0 10px 10px 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 16px;
    grid-gap: 30px;
}
.packgbox:before {
    content: '';
    position: absolute;
    right: -45px;
    top: 0;
    height: 100%;
    border-right: 2px solid #212121;
}
.packgbox {
    display: flex;
    align-items: flex-end;
    grid-gap: 6px;
    position:relative;
}
.packgbox:last-child:before{
    display:none;
}
.packgbox .text1 {
    color: #212121;
    font-size: 16px;
    line-height: 18px;
}

.packgbox .text1 span {
    font-size: 12px;
	display:block;
}

.packgbox .text2 {
    color: #212121;
    font-size: 18px;
}

.packgbox .text3 {
    color: #212121;
    font-size: 32px;
    line-height: 28px;
}

.packgbox .text4 {
    color: #212121;
    font-size: 16px;
}
.whyweare {
    padding: 80px 0;
    background: #eeeef0;
}
.whyweare_main {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    margin-top: 35px;
}
.whyweare_left {
    background: #d20707;
    padding: 20px;
}
.whyweare_right {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: #fff;
    grid-gap: 20px;
    padding: 20px;
}
.testimonial {
    padding: 80px 0 0 0;
    background: #fff;
    margin-bottom: -100px;
}
.programs {
    position: relative;
    padding: 80px 0;
    background: #fff;
}
.whitecolor {
    color: #fff;
}
.integratedprograms {
    position: relative;
    padding: 80px 0;
    background: #000;
}
.integrated_main {
}

.integrated_box {
    display: grid;
    grid-template-columns: 200px auto;
    background: #fff;
}

.integrated_img {
    position: relative;
}

.integrated_img img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}

.integrated_text {
    padding: 20px;
}

.integrated_text h3 {
font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #212121;
}
.icontoggle {
    font-size: 18px;
    cursor: pointer;
}
.headadropdown {
    background: #10712a;
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.programs_list_box h3 {
font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.programs_list_box ul {
    padding: 0 0 24px 24px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 12px;
    margin:0px;
}
.integrated_slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -33%;
    right: 0;
}
.integrated_slider.owl-theme .owl-nav button:hover {
    background: transparent;
}

.integrated_slider.owl-theme .owl-nav button img {
    width: 40px;
}


.testimonial_slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -60px;
    right: 0;
}
.testimonial_slider.owl-theme .owl-nav button:hover {
    background: transparent;
}

.testimonial_slider.owl-theme .owl-nav button img {
    width: 40px;
}

.btn_bottom a {
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
}
.btn_bottom {
    margin-top: 24px;
}
.tophiringpartners_main.owl-theme .owl-nav {
    margin-top: 24px;
}
.tophiringpartners_main.owl-theme .owl-nav button:hover {
    background: transparent;
}

.tophiringpartners_main.owl-theme .owl-nav button img {
    width: 40px;
}
.programs_list_box ul li {
    color: #212121;
    font-size: 14px;
    position: relative;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10px auto;
    grid-gap: 10px;
}
.programs_list_box {
    background: #eeeef0;
    border-radius: 0 0 10px 10px;
}
.programs_list_box ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #f6c100;
    border-radius: 10px;
    position: relative;
    top: 6px;
}
.programs_list_left {
    /*padding-right: 70px;*/
}
.programs_list_right{
   /* padding-left: 70px;*/
}
.integrated_text img {
    height: 60px !important;
    width: auto !important;
    margin-bottom:10px;
}
.integrated_text h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #212121;
}

.integrated_text p {
    margin: 0;
    font-size: 15px;
    color: #6d6d6d;
}

.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 18px;
}

.navigation ul li a {
    font-size: 16px;
    color: #fff;
    font-weight:400;
}
.header {
    padding: 25px 0;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: 0.3s;
}
a.call-now-btn {
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
}

a.call-now-btn i {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.hero-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.hero-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, color-mix(in srgb, #060606, transparent 30%) 0%, color-mix(in srgb, #060606, transparent 60%) 100%);
    z-index: 2;
}
.banner {
    position: relative;
}
.hero-container .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.rightpartbanner {
    display: flex;
    grid-gap: 30px;
	padding-top:100px;
}
.leftpartbanner h1 span {
    font-family: "La Belle Aurore", cursive;
    color: #d20707;
    font-weight: bold;
    font-size: 45px;
}

.leftpartbanner h2 span {
    font-family: "La Belle Aurore", cursive;
    color: #d20707;
    font-weight: bold;
    font-size: 24px;
}
.leftpartbanner {
    max-width: 570px;
    width: 100%;
}
.cta-buttons {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.cta-buttons a {
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
}
.btn-primary:hover {
    background-color: color-mix(in srgb, #212121, transparent 20%);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.btn-primary {
    background-color: color-mix(in srgb, #212121, transparent 20%);
    border: 2px solid #212121;
    color: #fff;
}
.btn-secondary:hover {
    background-color: color-mix(in srgb, #d20707, transparent 15%);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.btn-secondary {
    color: #fff;
    background: #d20707;
    border: 2px solid #d20707;
}
.banner_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}
.banner_text_part {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.leftpartbanner h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}

.leftpartbanner p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
}
.leftpartbanner h2 {
color: #fff;
    font-size: 34px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: "Lalezar", sans-serif;
}
.aboutsectionview {
	border-radius: 10px;
    background-clip: padding-box;
    border: 4px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #10712a, #10712a, #10712a);
    background-origin: border-box;
    background-clip: padding-box, border-box;
	width:100%;
	height:500px
}
.rightpartbanner {
    width: 400px;
    float: right;
}
.enquiretext {
    background: #10712a;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 12px;
}

.whychoose {
    margin-top: 40px;
    background: linear-gradient(180deg, #fff 44%, #999 100%);
    padding-top: 30px;
}
.choose_left {
   text-align:center;
}
.choosemain {
	position:relative;
}
.choose_right {

}
.choose_left img {
    width: 300px;
    margin: 0 auto;
}
.whychoose h3 {
    color: #d20707;
    font-family: "La Belle Aurore", cursive;
    font-size: 45px;
    text-align: center;
    margin: 0;
}

.whychoose h4 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.whychoose_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.whychoose_card_box {
    background: #f5f5f5;
    border: 4px solid #fff;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 14px;
    box-shadow: inset 0 0 7px rgb(0 0 0 / 4%), 0 0 7px rgb(0 0 0 / 13%);
}

.whychoose_card_box p {
    margin: 0;
    color: #000;
    font-weight: 600;    
    line-height: 24px;
}

.whychoose_card_box p span {
    display: block;
    background: linear-gradient(88deg, #d20707 40%, #890101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.academicsslider .item img {
    background: #fff;
    padding: 10px 5px 5px 5px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgb(0 0 0 / 59%);
    height: 240px;
    object-fit: cover;
}

.academicsslider .item {
    padding: 10px;
}
.academicsslider.owl-theme .owl-nav {
    margin-top: 25px;
    text-align: end;
    padding-right: 40px;
}

.academicsslider.owl-theme .owl-nav button:hover {
    background: transparent;
}
.scrolltab {
}
ul.tabing_program {
    padding: 0;
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.tabing_program li {
    background: #fff;
    display: flex;
    align-items: center;
    grid-gap: 12px;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: "Lalezar", sans-serif;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
}

/*acc#d20707itations*/
.acc#d20707itations {
    background: #000;
    padding: 80px 0;
}
.acc#d20707itations_logo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 35px;
    padding-top: 10px;
}

.acc#d20707itations_logo_box {
    background: #fff;
    border-radius: 50%;
    padding: 12px;
}

.acc#d20707itations_logo_box img {
    width: 100%;
}
.acc#d20707itations_title {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 24px;
}

.linearrow {
    border-bottom: 1.5px dashed #fff;
    position: relative;
    width: 300px;
    margin: 20px auto 0;
}
.linearrow:before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -7px;
    width: 20px;
    height: 16px;
    background: url(../images/headingarrow.svg);
}

.keyhighlights_title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 30px;
}
.keyhighlights_slider.owl-theme .owl-nav {
    margin-top: 25px;
}

.keyhighlights_slider.owl-theme .owl-nav button:hover {
    background: transparent;
}
/*acc#d20707itations*/
.testimonial_box {
    background: #eeeef0;
    display: grid;
    grid-template-columns: 250px auto;
    padding: 20px 0px 0px 20px;
    align-items: flex-end;
    position: relative;
}
.qut {
    padding-right: 20px;
    margin-left: 50px;
}
.testimonial_right img{
    width:100%; margin-top:20px;
}
.text_testimonial {
    font-size: 20px;
    color: #212121;
    font-weight: 400;
}

.testimonial_right h3 {
    color: #d20707;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    text-shadow: 2px 1px rgb(0 0 0 / 26%);
}

.testimonial_right h4 {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    margin: 0 0 24px 0;
}
.testimonial_name {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 1px rgb(0 0 0 / 26%);
    line-height: 22px;
    margin-bottom: 35px;
}

.testimonial_name span {
    display: block;
    font-size: 18px;
}

.testimonial_placed {
    color: #fff;
    text-shadow: 2px 1px rgb(0 0 0 / 15%);
    font-weight: 600;
    font-size: 16px;
}

.testimonial_placed_img {
    background: #efeff0;
    padding: 12px;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 99;
    left: -35px;
    width: 185px;
}
.user_img img {
    width: 100%;
    position: relative;
    left: 100px;
    filter: drop-shadow(0px 0px 6px rgb(0 0 0 / 41%));
}

.user_img {
    position: absolute;
    bottom: -20px;
    z-index: 9;
}
.testimonial_placed_img img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.testimonial_right p {
    margin: 0;
    font-size: 13px;
    color: #212121;
    font-style: italic;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-wrap: break-word;
}
.testimonial_left {
    background: #d20707;
    border-radius: 12px;
    width: 250px;
    height: 250px;
    padding: 20px;
    position:relative;
    margin-bottom:20px;
}
.testimonial_right {
    position: relative;
}

.scholarships {
    padding: 80px 0;
}
/*kickstart*/
.kickstart {
    padding: 100px 0;
}
.textpartmain {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 0 30px;
}

.textpart_top {
    font-size: 24px;
    color: rgb(0 0 0 / 60%);
    font-weight: 800;
}

.textpart_bottom {
    font-size: 24px;
    color: #000;
    font-weight: 800;
}
.uni_img img {
    width: 100%;
    position: relative;
}
.uni_img {
    text-align: center;
    padding: 40px 0;
}
.uni_img .text1 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.uni_img .text2 {
    font-size: 80px;
    font-weight: 800;
    color: #006C52;
    line-height: 55px;
}
.uni_img .text3 {
    font-size: 50px;
    font-weight: 800;
    color: #006C52;
    line-height: 45px;
    position: relative;
}
.kickstart h3 {
    text-align: center;
    font-size: 70px;
    margin: 0;
    color: #d20707;
    font-family: "La Belle Aurore", cursive;
    line-height: 95px;
}
.kickstart h4 {
    text-align: center;
    margin: 0;
    font-size:45px;
    font-family: "Lalezar", sans-serif;
    line-height: 32px;
    margin-top: -30px;
}
/*kickstart*/

/*Programs & Courses*/
.programscourses {
    padding: 40px 0;
}
.main_heading {
    font-size: 36px;
    font-family: "Lalezar", sans-serif;
    color: #000;
    text-align: center;
    padding: 20px 0 35px;
}
.programs_heading {
    font-size:45px;
    text-align: center;
    color: rgb(0 0 0 / 61%);
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1.5px dashed #000;
}

.programs_heading:before {
        content: '';
    position: absolute;
    bottom: -8px;
    right: -7px;
    width: 20px;
    height: 16px;
    background: url(../images/headingarrow.svg);
}
.design_str.bgview {
    background: #000;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px #000;
	margin-top:45px;
}

.design_str.bgview .design_str_box:nth-child(1) {
    padding: 24px 24px;
    margin-right: 0px;
}
.design_str.bgview .design_str_box:nth-child(4) {
    padding: 0;
    margin-left: 20px;
}
.design_str.bgview .design_str_box:nth-child(4).design_str_box h5 {
    font-size: 10px;
    color: #fff;
}
.design_str.bgview .design_str_box:nth-child(4).design_str_box h4{
    color: #fff;
}
.design_str.bgview .design_str_box:nth-child(4) .design_box1 h3{
    color: #d20707 !important;
}
.design_str.bgview .design_str_box:nth-child(1).design_str_box h3 {
    color: #fff;
    font-size: 38px;
    line-height: 20px;
}
.design_str.bgview .design_str_box:nth-child(1).design_str_box h4 {
    color: #fff;
    font-size: 22px;
    font-family: "Lalezar", sans-serif;
}
.design_str.bgview .design_str_box:nth-child(2) {
    background: #f5f5f5;
}
.design_str.bgview .design_str_box:nth-child(3) {
    background: #f5f5f5;
}
.design_str.bgview:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 62%;
    height: 100%;
    background: url(../images/pat.svg);
}
/*Programs & Courses*/


/*examstructure*/
.headingexams {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 1.5px dashed #000;
}
.headingexams span {
    display: block;
    font-size: 23px;
    font-weight: 600;
}
.headingexams:before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -7px;
    width: 20px;
    height: 16px;
    background: url(../images/headingarrow.svg);
}
.examstructure {
    padding: 40px 0;
}
.examstructure_img img {
    width: 100%;
    border-radius: 20px;
}

.examstructure_img {
    margin-top: 30px;
}
/*examstructure*/

/*downloadsyllabus*/
.detailedsyllabus_text {
    border-radius: 20px;
    background: #fff;
    padding: 35px;
    position:relative;
}
.detailedsyllabus_text h3 {
    color: #d20707;
    font-size: 24px;
    font-weight: 800;
}
.detailedsyllabus_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.detailedsyllabus_text ul li {
    font-size: 24px;
    color: #000;
    font-weight: 800;
    margin-top: 35px;
}
.detailedsyllabus h2 {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.detailedsyllabus_slider .owl-nav {
    margin-top: 25px;
}
.downloadsyllabus {
    text-align: center;
    border-top: 1.5px dashed #000;
    color: #000;
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
}
.downloadsyllabus a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
    font-size: 24px;
    color: rgb(0 0 0 / 60%);
}
.detailedsyllabus {
    padding: 50px 0;
}
.downloadsyllabus:before {
    content: '';
    position: absolute;
    top: -9px;
    right: -7px;
    width: 20px;
    height: 16px;
    background: url(../images/headingarrow.svg);
}
.detailedsyllabus_text:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 275px;
    height: 375px;
    background: url(../images/cricle.svg);
    opacity: 0.5;
}
.detailedsyllabus_slider.owl-carousel .owl-nav button:hover {
    background: transparent;
}
/*downloadsyllabus*/

/*scholarship*/
.scholarship {
    background: #000;
    padding: 40px 0;
}
.headingpart h3 {
    font-family: "Lalezar", sans-serif;
    font-size: 44px;
    color: #fff;
    margin: 0;
    line-height: 44px;
}
.headingpart h4 {
    color: #d20707;
    font-size: 35px;
    font-family: "La Belle Aurore", cursive;
    margin: 0;
    padding-left: 50px;
}
.dates_deadlines_right img {
    width: 100%;
    margin-top: 45px;
    height: 470px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 43%);
}
.design_str_left img {
    width: 100%;
    margin-top: 45px;
    height: 545px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 43%);
}
.examstructure_img_right {
    margin-top: 34px;
}
.scholarship .headingpart {
    border-color: #fff;
    margin-bottom: 30px;
    width: 440px;
}
.scholarship p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: rgb(255 255 255 / 60%);
}
.scholarship_main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;
}
.scholarship_main ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 30px;
}
.scholarship_main ul li {
    display: flex;
    flex-wrap: wrap;
        height: 58px;
    flex-direction: column;
}
.scholarship_main ul li:nth-child(1) .smalltext{
    color: #FFFFFF;
}
.scholarship_main ul li:nth-child(1) .bigtext {
    color: #d20707;
}
.scholarship_main ul li:nth-child(2) .smalltext, .scholarship_main ul li:nth-child(2) .bigtext {
    color: #FFFFFF;
}

.scholarship_main ul li:nth-child(3) .smalltext, .scholarship_main ul li:nth-child(3) .bigtext {
    color: #B2B2B2;
}

.scholarship_main ul li:nth-child(4) .smalltext, .scholarship_main ul li:nth-child(4) .bigtext {
    color: #5E5E5E;
}

.smalltext {
    font-size: 12px;
    font-weight: 500;
}

.bigtext {
    font-size: 25px;
    font-weight: bold;
}

.scholarship_main .scholarship_right ul li {
    display:block;
}

.scholarship_main .scholarship_right ul li .bigtext {
    font-size: 34px;
}
.scholarship_main .scholarship_right ul li .smalltext {
    position: relative;
    top: -7px;
}
.applyscholarship {
    text-align: center;
}

.applyscholarship a {
    color: rgb(255 255 255 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
    font-size: 24px;
}
/*scholarship*/


/*dates deadlines*/
.dates_deadlines {
    padding: 40px 0;
}
.design_str {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.design_box1 {
    background: #262626;
    padding: 20px 50px;
    border-radius: 20px;
	position:relative;
}
.design_box1 h3 {
    color: rgb(255 255 255 / 60%)!important;
    font-family: "Lalezar", sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.design_box1 h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.design_str_box {
    background: transparent;
    padding: 24px 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 240px;
}
.design_str .design_str_box:nth-child(1) {
    padding: 0;
    margin-right: 20px;
}
.design_str .design_str_box:nth-child(2) {
    border-radius: 60px 24px 60px 0px;
    background: #fff;
}
.design_str .design_str_box:nth-child(3) {
    border-radius: 60px 0px 60px 24px;
    background: #fff;
}
.design_str_box h3 {
    color: #d20707;
    font-family: "Lalezar", sans-serif;
    margin: 0;
    font-size: 22px;
}
.design_str_box h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}
.design_str_box h5 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}
.design_str_box h6 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0 4px;
    color: #000;
}
.icon_str {
    margin-bottom: 16px;
}
/*dates deadlines*/

/*vibrant*/
.vibrant_part_view{
	 position: relative;
     background:#000;
	 padding-top:80px;
}
.vibrant {
    background: #000;
    padding: 40px 24px;
    position: relative;
}
.vibrant h2 {
    color: #d20707;
    font-size: 78px;
    font-family: "La Belle Aurore", cursive;
    line-height: 45px;
    margin: 0;
    text-align: center;
}
.vibrant h3 {
    margin: 0 0 24px;
    color: #fff;
    font-family: "Lalezar", sans-serif;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
}
.vibrant h4 {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: rgb(255 255 255 / 60%);
}
.vibrant h5 {
    text-align: center;
    font-size:26px;
    color: #fff;
    font-family: "Lalezar", sans-serif;
    margin: 0 0 12px;
}
.vibrant p {
    text-align: center;
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
    margin: 0;
}
.cardviewpart {
    margin-top: 35px;
    margin-bottom:35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}
.campuslife_img_box img {
    width: 100%;
    transition: 0.5s;
}
.campuslife_img_box:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.campuslife_img_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    margin-bottom: 24px;
}

.campuslife_img_two .campuslife_img_box {
    margin-bottom: 0;
}
.campuslife_img_box {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 8px;
}
.campuslife {
    position: relative;
    padding: 80px 0 280px 0;
    background:#fff;
}
.cardbox p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #454545;
    margin:5px 0 0 0;
}
.cardbox {
    background: #DBF3FB;
    border: 4px solid #fff;
    border-radius: 5px;
    padding: 12px 16px;
    font-family: "Lalezar", sans-serif;
    font-size: 20px;
    line-height: 20px;
    box-shadow: inset 0 0 7px rgb(0 0 0 / 23%), 0 0 7px rgb(0 0 0 / 32%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 255px;
}

.cardbox span {
    background: linear-gradient(88deg, #d20707 0%, #1040FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-transform: uppercase;
}


.pos1 {
    transform: rotate(-6deg);
    position: absolute;
    top: 18%;
    left: 17%;
}

.pos2 {
    transform: rotate(7deg);
    position: absolute;
    top: 55%;
    left: 16%;
}

.pos3 {
    transform: rotate(0deg);
    position: absolute;
    top: 66%;
    left: 41%;
}

.pos4 {
    transform: rotate(10deg);
    position: absolute;
    top: 22%;
    right: 13%;
}

.pos5 {
    transform: rotate(-6deg);
    position: absolute;
    top: 56%;
    right: 11%;
}

.admissions {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background: #f5f5f5;
}
.dates_deadlines_main {
    padding-top: 40px;
}
.admissions h3 {
    font-size: 55px;
    color: #000;
    margin: 0;
}
.admissions h4 {
    color: #d20707;
    font-size: 49px;
    font-family: "La Belle Aurore", cursive;
    margin: 0;
    position: relative;
    top: -8px;
    padding-left: 85px;
}


.recruiters {
    padding: 150px 0 80px 0;
    background: #d20707;
}
.tophiringpartners_main {
}
.tophiringpartners_box {

}
.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);
}
/*vibrant*/

/*footer*/
.footermain {
    display: flex;
    justify-content: space-between;
}
.textpartfooter {
    text-align: justify;
    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-top: 45px;
}
.footermain_left {
    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: 18px;
    color: rgb(255 255 255 / 60%);
    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 {
    color: #acacac;
}
ul.details li a {
    color: #fff;
    font-weight: 400;
}

.footer p {
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #ffebcd38;
    padding: 25px 0px;
}
.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: #d20707;
}
.buttonapplynow a {
    display: flex;
    background: #fff;
    color: #d20707;
    padding: 0 30px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-weight: 600;
}
/*footer*/
.navigation ul li.active a {
    color: #d20707;
}
.mobile_meni_icon, .close_icon_mobile {
    display: none;
}
.header.headerfix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
}


.whychoose_pos1 {
    transform: rotate(-5deg);
    position: absolute;
    top: 26%;
    left: 16%;
}

.whychoose_pos2 {
    transform: rotate(-1deg);
    position: absolute;
    top: 25%;
    right: 19%;
}

.whychoose_pos3 {
    transform: rotate(-5deg);
    position: absolute;
    top: 50%;
    left: 19%;
}

.whychoose_pos4 {
    transform: rotate(5deg);
    position: absolute;
    top: 70%;
    right: 22%;
}

.whychoose_pos5 {
    transform: rotate(-2deg);
    position: absolute;
    top: 78%;
    left: 20%;
}
.keyhighlights_slider.owl-carousel .owl-item img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.hero-container img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.enquireform {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100vh;
    display: flex;
    align-items: center;
    transform: translate(-25%, 0);
}

.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;
}
.scholarship_slider.owl-theme .owl-nav button:hover {
    background: transparent;
}

.scholarship_slider.owl-theme .owl-nav button img {
    width: 40px;
}

.scholarship_item {
	padding:0 10px;
}
.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;
}
.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;
}
img.bannerheading {
    width: 100%;
}


/*campuslife*/
.campuslife_main {
    background: url(../images/eventbg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 45px 0;
    height: 1200px;
    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: 10px 5px 5px 5px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgb(0 0 0 / 59%);
    height: 240px;
    object-fit: cover;
}
.academicsslider .item {
    padding: 10px;
}
.academicsslider {
    margin-top: -465px;
}
/*campuslife*/

@media screen and (max-width: 1467px) {
    .counterview_right {
		grid-template-columns: 1fr 1fr;
		display: grid;
	}
	.packgbox .text1 {
		width: 185px;
	}
	.packgbox:before{
		display:none;
	}
	.counterview_left {
		align-items: center;
		height: 200px;
	}
	.whyweare_right_right ul {
		grid-template-columns: 1fr 1fr;
	}
	.integrated_text h4 {
		font-size: 14px;
	}
	.integrated_text p {
		font-size: 14px;
	}
	.testimonial_right h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 992px) {
	
}
@media screen and (max-width: 767px){
	.textbottom1 {
		font-size: 12px;
	}
	.textbottom2 {
		font-size: 18px;
		margin-top:20px;
	}
	.campuslife {
		background: #000;
	}
	.campuslife_main {
		height: auto;
	}
	.academicsslider{
		margin-top:0px;
	}
	.campuslife_heading {
		font-size: 32px;
		line-height: 32px;
	}
	.rightpartbanner {
		width: 100%;
		float: right;
		padding: 40px 0;
	}
	.enquireform {
	        position: relative;
        height: auto;
        transform: unset;
	}
	.whyweare, .about, .campuslife, .programs, .integratedprograms, .scholarships, .testimonial {
		padding: 40px 0;
	}
	.testimonial {
		margin-bottom: 0;
	}
	.testimonial_slider.owl-theme .owl-nav {
		margin-top: 24px;
		position: relative;
		top: 0;
		right: 0;
	}
	.recruiters {
		padding: 40px 0;
	}
	a.call-now-btn i{
		display:none;
	}
	a.call-now-btn {
		padding: 6px 6px;
		font-size: 12px;
	}
	.banner_main {
		flex-wrap: wrap;
		flex-direction: column;
		grid-gap: 30px;
		padding-bottom: 30px;
		padding-top: 60px;
	}
	.cta-buttons a {
		padding: 6px 12px;
		font-size: 14px;
	}
	.cta-buttons {
		flex-wrap: wrap;
	}
	.logo img {
		width: 130px;
	}
	.about_left p {
		text-align: left;
	}
	.usfullink {
		grid-template-columns: auto;
		text-align: left;
	}
	.counterview_main {
		        grid-template-columns: auto;
        grid-gap: 20px;
	}
	.counterview_left {
        height: auto;
        flex-wrap: wrap;
        align-items: flex-end;
    }
	.counterview_right {
          grid-template-columns: auto;
        border-radius: 10px;
    }
	.text1 {
		text-align: left;
	}
	.packgbox .text1 {
          width: 155px;
        text-align: left;
    }
	.headingtop {
		font-size: 32px;
        line-height: 32px;
	}
	.headingbottom {
		font-size: 24px;
		line-height: 27px;
	}
	.programs_list_box ul {
		padding: 0 24px;
	}
	.mb-5 {
		margin-bottom: 2rem !important;
	}
	.whyweare_right {
		grid-template-columns: auto;
	}
	.whyweare_right_left {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: flex-start;
		position: relative;
	}
	.whyweareimg2 {
		width: 100%;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	img.whyweareimg3 {
		position: absolute;
		top: unset;
		bottom: 175px;
		left: 0;
		width: 100%;
	}
	.integrated_img {
		position: relative;
		display: none;
	}
	.integrated_box {
		grid-template-columns: auto;
	}
	.integrated_slider.owl-theme .owl-nav {
		margin-top: 24px;
		position: relative;
		top: 0;
		right: 0;
	}
	.textpartfooter {
		text-align: left;
	}
	.footer p {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 0px;
		padding: 16px 0px;
	}
	.footermain {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.address {
		font-size: 14px;
	}
	ul.details li {
		font-size: 14px;
		align-items: center;
		grid-gap: 8px;
		justify-content: flex-start;
		padding: 10px 0;
		border-bottom: none;
	}
	img.footerlogo2 {
		max-width: 300px;
	}
	.testimonial_box {
		display: flex;
		flex-wrap: wrap;
		grid-gap: 40px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.footermain_left {
		width: 100%;
	}
	.qut {
		padding-right: 20px;
		margin-left: 0;
	}
	.testimonial_right img{
		display:none!important;
	}
	.footers_img_view img {
		width: 90%;
	}
	.programs_list_box h3 {
		font-size: 14px;
	}
	.headadropdown {
		grid-gap: 10px;
	}
}
@media screen and (max-width: 576px) {
        .whyweare_right_right ul {
        grid-template-columns: auto;
    }
}