body {
	 font-family: "Montserrat", sans-serif;
}
a{
    text-decoration:none;
}
:root {
    --primary-color:#0D1F57;
	--secondary-color:#C60808;
	--third-color:#d7ab61;
    --textwhite: #fff;
    --bordercolor: #e6e6e6;
    --textcolor: #212529;
	--othercolor: #787878;
	--bgcolor:#dcdbec;
}
::-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;}


.topview {
    position: fixed;
    bottom: 24px;
    right: 24px;
}
.topview a {
    width: 55px;
    height: 55px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--textwhite);
	transform: scale(1);
    transition: all ease .3s;
}
.topview a:hover{
	transform: scale(0.98);
    transition: all ease .3s;
}

/*header*/
.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}
.headermain {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 72px;
}
.headerleft img {
    width: 300px;
}
.call a {
    color: #fff;
    background: var(--secondary-color);
    padding: 10px 24px;
    display: flex;
    border-radius: 30px;
    transform: scale(1);
    transition: all ease .3s;
}
.call a:hover {
    transform: scale(0.98);
    transition: all ease .3s;
}
/*header*/

/*banner*/
.banner {
    padding: 0 72px 50px;
    position: relative;
	background: #1B44BD;
	background: linear-gradient(173deg,rgba(27, 68, 189, 1) 0%, rgba(0, 0, 0, 1) 54%, rgba(198, 8, 8, 1) 100%);
}
.banner:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg1.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner_main {
    position: relative;
    display: grid;
    grid-template-columns:2fr 1fr;
    padding-top: 140px;
    column-gap: 30px;
}
.banner_left h1 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    display: block;
    font-style: italic;
}
.bannerimg {
    margin-top: -101px;
    position: relative;
    margin-left: 100px;
}
.btompart {
    margin-top: -95px;
}
.btompart h2 {
    font-family: "Average", serif;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: relative;
    left: 100px;
}
.orienteduni {
	display: flex;
    align-items: center;
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    grid-gap: 16px;
    position: relative;
    left: 100px;
}
.orienteduni img {
    width: 270px;
    position: relative;
    top: 13px;
}
.bannerimg img {
	max-width: 660px;
	width: 100%;
}
.tagsubheading {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    padding-top: 40px;
}
.tagsubheading p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.tagsubheading p span {
    color: #1861FF;
    font-weight: 500;
}
.enqurform {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    max-width: 440px;
    float: right;
}
/*banner*/

.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

/*success*/
.success {
    padding: 60px 0;
}
.success_heading {
    font-family: "Average", serif;
    color: #000;
    font-size: 42px;
    text-align: center;
}
.success_step {
    padding: 60px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.success_top {
    background: #EFF1F8;
    border-radius: 18px;
    padding: 30px;
    height: 690px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.success_btn a {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background: #EFF1F8;
    border-radius: 18px;
    font-size: 17px;
    color: #000000;
}
.success_btn {
    margin-top: 16px;
}
.success_btn a i {
    font-size: 35px;
}
.success_box:hover .success_top {
    background: #13318D;
    background: linear-gradient(180deg,rgba(19, 49, 141, 1) 35%, rgba(0, 0, 0, 1) 100%);
}
.success_box:hover .success_btn a{
	background-color:#000;
	color:#fff;
}
.success_top h3 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.success_top h3 .text1 {
    color: #1F3C92;
    font-size: 22px;
    font-weight: 600;
    display: block;
}
.success_top h3 .text2 {
    font-weight: 600;
    display: block;
}
.success_top p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.success_top p span {
    color: #1F3C92;
    font-size: 17px;
    font-weight: 700;
}
.success_top p b {
    font-size: 17px;
}
.sticbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #000;
    width: 140px;
    font-size: 14px;
    border-radius: 30px;
    height: 28px;
    opacity: 0.6;
    margin-bottom: 30px;
}
.success_top h4 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #000;
}
.success_top h4 span {
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.success_top ul {
    padding: 0 0 0 16px;
    margin: 0;
}
.success_top ul li {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.counterbox h5 {
    font-size: 24px;
    color: #000;
    margin: 0;
}
.counterbox p {
    font-size: 12px;
    margin: 0;
    color: #000;
}
.counter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
	width:100%;
}
.comlogo img {
     width: 100%;
    height: 260px;
    object-fit: fill;
}
.comlogo {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.success_box:hover .sticbtn {
    color: #fff;
    border-color: #fff;
}
.success_box:hover .success_top h3 .text1 {
    color: #fff;
}
.success_box:hover h3 {
    color: #fff;
}
.success_box:hover .success_top p {
    color: #fff;
}
.success_box:hover .counterbox h5 {
    color: #fff;
}
.success_box:hover .success_top p span {
    color: #fff;
}
.success_box:hover .success_top h4{
    color: #fff;
}
.success_box:hover .success_top ul li{
    color: #fff;
}
/*success*/

/*programs*/
.programs_main_view{
    position: relative;
    background: #fff;
    box-shadow: 0 0 50px rgb(0 0 0 / 16%);
    padding: 45px;
    border-radius: 16px;
    height: 680px;
}
.programs_main {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 100px;
}
.programs_left {

}
.programs {
    padding:60px 60px 0;
	position:relative;
}
.sliderprograms_pos {
	position: absolute;
    bottom: 80px;
    left: 100px;
    width: calc(100% - 100px);
}
.programs_left {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 16px;
}
.programs_left img {
	width: 100%;
    height: 250px;
    object-fit: cover;
}
.programs_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.linetext {
    border-top: 1px solid #000;
    margin-top: 40px;
    padding-top: 40px;
}

.linetext p {
    color: #000;
    font-weight: 400;
    margin: 0;
}
.programs_right h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Average", serif;
    margin: 0;
	color: #000;
}
.programs_right h3 span {
    font-size: 48px;
    color: #C60808;
    display: block;
}
.programscounter {
    display: flex;
    grid-gap: 75px;
    align-items: center;
}
.programscounterbox h5 {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    color: #132B71;
}

.programscounterbox p {
    font-size: 16px !important;
    margin: 0;
    padding-right: 0px !important;
    font-weight: bold;
}
.programscounterbox h4 {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}
.programscounterbox h4 span{
	color:#1F3C92;
}
.programscounterbox {
    position: relative;
}
.programscounterbox:before {
    content: '';
    position: absolute;
    top: 0;
    right: -44px;
    border-right: 1px solid #FFD091;
    height: 100%;
}
.programscounterbox:last-child:before {
    display: none;
}
.programs_right p {
    font-size: 18px;
    padding-right: 165px;
}
.programsbox h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.programsbox h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
	margin:0px;
}

.ee-form-widget .btn {
font-size: 13px!important;
}
.sliderprograms .item {
    padding: 25px 12px;
}
.programsbox {
    background: rgb(0 0 0 / 90%);
    border-radius: 6px;
    padding: 20px 16px;
    border: 2px solid #fff;
    box-shadow: 0 0 24px rgb(0 0 0 / 60%);
}
.sliderprograms.owl-theme .owl-nav {
    position: absolute;
    right: 112px;
    margin: 0;
    bottom: -36px;
}
.sliderprograms.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.apply_btn {
    padding-top: 30px;
}
.sliderprograms .owl-stage {
    padding-left: 0 !important;
}
.apply_btn {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.apply_btn a {
    display: flex;
    background: #fff;
    padding: 10px 12px;
    font-size: 16px;
    color: #000;
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    grid-gap: 10px;
}
.apply_btn a i {
    font-size: 26px;
    position: relative;
    top: 2px;
}
/*programs*/

/*sanskrtiti*/
.sanskrtiti_img img {
    width: 100%;
}
.sanskrtiti_heading {
    text-align: center;
    font-size: 53px;
    text-transform: uppercase;
    font-weight: bold;
    background: -webkit-linear-gradient(84deg, rgba(19, 49, 141, 1) 35%, rgba(0, 0, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sanskrtiti p {
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.sanskrtiti_main {
    background: #EFF2FF;
    border-radius: 18px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 35px;
}
.sanskrtiti_box {
    text-align: center;
    color: #000;
    font-size: 26px;
	border-right: 1px solid #000;
}
.sanskrtiti_box:last-child{
	border-right:0px;
}
.sanskrtiti_box span {
    color: #1F3C92;
    font-weight: 700;
}
.sanskrtiti_btn {
    padding: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
}
.sanskrtiti_btn a {
	display: flex;
    background: #000;
    padding: 10px 30px;
    font-size: 18px;
    color: var(--textwhite);
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 310px;
    grid-gap: 12px;
}
.sanskrtiti_btn a i {
    font-size: 26px;
    position: relative;
    top: 2px;
}
/*sanskrtiti*/

/*recognition*/
.galleryview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}

.gallery1 img {
	width: 100%;
    height: 150px;
    object-fit: cover;
}
.campus_slider_right ul li button {
    background: transparent;
    color: rgb(255 255 255 / 61%);
    outline: 0;
    border: 0;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    position: relative;
	    text-transform: uppercase;
}
.campus_slider_right ul li:last-child:before {
    display: none;
}
.campus_slider_right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery2 img {
	width: 100%;
    height: 180px;
    object-fit: cover;
}
.gallery_left {
	position:relative;
}
.gallery_right {
	position:relative;
}
.gallery2 {
	position:relative;
	margin-bottom:10px;
}
.gallery1 {
	position:relative;
	margin-bottom:10px;
}
.campus_slider {
display: grid;
    grid-template-columns: 3fr 1fr 27px;
    align-items: flex-end;
}
.arrowtop img {transform: rotate(90deg);cursor: pointer;}

.arrowbottom img {
    transform: rotate(90deg);
    cursor: pointer;
}
.customarrow {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    flex-direction: column;
    position: relative;
    top: -13px;
}
.campus_slider_right {
    padding-right: 24px;
}

.campus_slider_left {
    padding-right: 40px;
}
.campus_slider_right ul li button.active {
    font-size: 16px;
    font-weight: bold;
	color:#fff;
}
.campus_slider_right ul li{
	padding:10px 0;
	position:relative;
}
.campus_slider_right ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    background: url(../images/line.svg);
    height: 1px;
    background-repeat: no-repeat;
    background-size: cover;
}
.recognition {
    background: #13318D;
    background: linear-gradient(180deg, rgba(19, 49, 141, 1) 35%, rgba(0, 0, 0, 1) 100%);
    padding: 80px 0;
	position: relative;
}
.recognition:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg1.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.recognized_heading {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Average", serif;
    margin: 0;
}
.recognized_heading {
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    padding-bottom: 30px;
}

.recognized_main {
    display: flex;
    align-items: center;
}

.recognized_left {
    width: 25%;
}
.recognized_right {
    width: 75%;
}
.sliderrecognized_box p {
    font-size: 9px;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
}
.arrwde {
    height: 55px;
    position: relative;
    display: flex;
    align-items: center;
}
.arrwde img {
    padding:0 50px;
}
.sliderrecognized_box {
    text-align: center;
    position: relative;
}
.arrwde:before{
    content: '';
    background-image: url(../images/leftaaa.svg);
    height: 52px;
    width: 33px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}
.arrwde:after{
    content: '';
    background-image: url(../images/rightaaa.svg);
    height: 52px;
    width: 33px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
}
.recognized_left h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Average", serif;
    margin: 0;
}
.recognized_left h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.sliderexpoler.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.sliderexpoler {
    padding-bottom: 80px;
}
.sliderexpoler.owl-theme .owl-nav {
    margin-top: 24px;
    text-align: right;
}
.expoler_main {
    display: flex;
}
.expoler_left {
    width: 50%;
}
.expoler_right {
    width: 50%;
    color: #fff;
    padding-left:60px;
}
.expoler_right h3 {
    font-family: "Average", serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.expoler_right h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.expoler_right ul {
    padding: 0;
    margin: 0 0  0 16px;
}

.expoler_right ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
.expoler_right p {
    font-size: 16px;
    font-weight: 300;
}
/*recognition*/

/*about*/
.aboutheading {
    font-family: "Average", serif;
    color: #000;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
}
.about {
    padding: 60px 0 0 0;
}
.about_top {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 200px;
    row-gap: 30px;
}
.about_top_left h3 {
    font-family: "Average", serif;
    color: #000;
    font-size: 32px;
}
.about_top_left a {
	display: flex;
    background: #132B71;
    padding: 10px 30px;
    font-size: 18px;
    color: var(--textwhite);
    border-radius: 40px;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
    width: 300px;
}
.about_top_left a i{
	font-size:26px;
}
.about_top_right p {
    font-size: 18px;
    margin: 0;
    color: #000;
}
.about_bottom_box {
    display: grid;
    grid-template-columns: 35px auto;
    grid-gap: 16px;
}
.about_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 90px;
    row-gap: 50px;
    padding: 80px 0;
}
.about_text h4 {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.about_text p {
    color: #000;
    font-size: 16px;
    margin: 0;
}
.about_icon {
    text-align: center;
}
.about_icon img {
   
}
.thinktodo {
    border-top: 1px solid #000;
}
.thinktodo_heading {
    padding-top: 35px;
    text-align: center;
    font-size: 44px;
    color: #000;
}
.thinktodo_heading span {
    font-weight: bold;
}
/*about*/

/*scholarships*/
.todaylearners {
    text-align: center;
    border-top: 1px solid #000;
    font-size: 36px;
    color: #000;
    padding-top: 16px;
    position: relative;
    z-index: 2;
}
.todaylearners span {
    font-weight: 600;
}
.universityimg {
    position: relative;
    bottom: -1px;
    margin-top: -90px;
}
.universityimg img {
    width: 100%;
}
.scholarships{
    background-color: #132B71;
    position: relative;
	padding:60px 0;
	color: #fff;
}
.scholarships:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 953px;
    width: 100%;
    height: 10px;
    background: #3661E2;
    box-shadow: 0px 0px 120px 48px rgb(0 0 0 / 35%);
}
.scholarships:after {
	content: '';
    position: absolute;
    top: 213px;
    left: 0;
    background-image: url(../images/pic11.webp);
    width: 170px;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
}
.scholarships_heading {
    font-family: "Average", serif;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.scholarships_main {
    padding: 80px 0;
    display: flex;
}
.scholarships_left {
    width: 60%;
    padding-left: 8%;
    padding-top: 60px;
    padding-right: 13%;
}
.scholarships_left h4 {
    font-size: 24px;
    font-family: "Average", serif;
    margin: 0;
}
.scholarships_right {
    width: 40%;
}
.scholarships_box {
    background: #0D1F57;
    border-radius: 16px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.scholarships_box_left h3 {
    font-family: "Average", serif;
    text-align: center;
    font-size: 53px;
    margin: 0;
}
.scholarships_box_left h3 span {
    color: #F0A33D;
}
.scholarships_box_left {
  border-right: 1px solid #fff;
    text-align: center;
}
.scholarships_box_left img {
    margin-top: 40px;
    width: 350px;
}
.scholarships_box_right {
    padding-left: 40px;
}
.scholarships_box_right h3 {
    font-family: "Average", serif;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.scholarships_box_right h3 span {
    text-transform: uppercase;
}
.scholarships_box_right p {
    font-size: 16px;
    font-weight: 300;
}
.activity {
    display: flex;
    grid-gap: 80px;
    padding: 35px 0;
}
.activitybox p {
    margin: 0;
}
.activitybox {
    text-align: center;
	position: relative;
}
.activitybox:before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -40px;
    border-right: 1px solid #fff;
    height: 18px;
}
.activitybox:last-child:before{
	display:none;
}
.scholarships_btn a {
    display: flex;
    background: #fff;
    padding: 10px 30px;
    font-size: 17px;
    color: #000;
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 330px;
    width: 100%;
    font-weight: 600;
}
.scholarships_btn a i {
    font-size: 26px;
}
.via {
    position: relative;
}
.via:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 1px;
    background: #fff;
}
.via span {
    background: #0d1f57;
    position: relative;
    z-index: 9;
    padding: 0 10px;
}
.scholarships_btn_top a {
    display: flex;
    background: #fff;
    padding: 10px 30px;
    font-size: 17px;
    color: #000;
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 310px;
    width: 100%;
    font-weight: 600;
}
.scholarships_btn_top a i {
    font-size: 26px;
}
.scholarships_btn_top {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 30px 0;
}
.scholarships_left p {
    font-size: 16px;
}
.scholarships_right h5 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
}
.scholarshipstable .table {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.scholarshipstable .table tr th {
    background: #E5DCD0;
    padding: 12px;
    font-size: 14px;
}
.scholarshipstable .table tr td {
    padding: 12px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.scholarshipsslider.owl-theme .owl-nav {
    margin-top: 30px;
    text-align: right;
}
.scholarshipsslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

/*scholarships*/

/*footer*/
.footersubhrading {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    grid-gap: 12px;
	padding:6px 0;
}
.footersubhrading a {
    color: #fff;
    transition: 0.5s;
    font-weight: 600;
}
.footer{
    padding: 40px;
}
.footer_top img.logo2 {
    width: 550px;
}
.footertitle {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.footerpart_left p {
    color: #fff;
    font-size: 18px;
}
.footer_top img.logo1 {
    width: 312px;
}
.footer_main {
    background: #0D1F57;
    background: linear-gradient(180deg, #0D1F57 35%, #000 100%);
    padding: 70px 50px;
    position: relative;
    border-radius: 20px;
}
.footerpart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.footer_top ul li {
    font-size: 12px;
}
.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.footer_Reserved {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.footer_Reserved p span {
    font-weight: 600;
}
.footer_Reserved p {
    font-size: 18px;
    margin: 0;
}
.logofooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top ul {
	padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 8px;
    border-top: 1px solid #7295ff;
    padding-top: 40px;
}

.footer_top ul li a {
    color: #fff;
    display: flex;
}
/*footer*/

.custom-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    grid-gap: 12px;
    margin-right: 2px;
}

.custom-nav button {
    width: 26px;
    height: 26px;
    background: #fff;
    border: 0px;
    outline: 0;
    padding: 0;
    margin: 0;
    border-radius: 30px;
}

.accreditations_main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.accreditations_left {
    padding-right: 60px;
}
.accreditations_left p {
    margin: 0;
}
.accreditations_right {
    border-left: 1px solid #000;
    padding-left: 60px;
}
.accreditations_right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    grid-gap: 24px;
}
.accreditations {
    padding: 70px 0;
    background: #CCC;
    background: linear-gradient(0deg, rgb(204 204 204 / 70%) 0%, rgba(255, 255, 255, 1) 32%);
}
.accreditations_right ul li img {
    width: 60px;
}
.recognizednew {
    background: #1B1B1B;
}
.recognizednew_main {
    padding: 40px;
}
.arrwde img.dddddd {
    padding: 0 66px;
}
.placements {
    padding-top: 60px;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 84%, rgba(204, 204, 204, 1) 100%);
}
.placements_main_view{
background: #F2F5FF;
    padding: 50px;
    border-radius: 16px;
}
.placements_main{
	    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.placementstext1 {
    font-family: "Average", serif;
    text-align: center;
    letter-spacing: 5px;
    font-size: 32px;
    color: #000;
}

.placementstext2 img {
    width: 90%;
}

.placementstext2 {
    text-align: center;
}

.placements_box img {
    width: 100%;
}

.placements_box {position: relative;}

.placements_main_view p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: -24px 0 0 0;
}

.placementstext3 {
    text-align: center;
    margin-top: 40px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.placementslogs {
    margin-top: 30px;
}

.placementslogs img {
    width: 100%;
}

.campus{
	padding-top:60px;
}
.campus_main_view {
    background: #000000;
    background: linear-gradient(174deg, rgba(0, 0, 0, 1) 0%, rgba(28, 43, 109, 1) 100%);
    border-radius: 16px;
    box-shadow: 0px -24px 50px rgb(0 0 0 / 33%);
    padding: 50px;
}
.campustext1 {
    color: #E0C089;
    font-size: 20px;
    font-weight: 500;
}

.campustext2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.campus_right p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.campus_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    margin-bottom: 60px;
}
.campusbtn {
    text-align: center;
    margin-top: 40px;
}

.campusbtn a {
    display: flex;
    background: #132B71;
    padding: 10px 30px;
    font-size: 18px;
    color: var(--textwhite);
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 200px;
}

.campusbtn a i {
    font-size: 26px;
}

.vertical-owl .owl-stage-outer {
    height: 350px !important; /* depend on your design */
    overflow: hidden;
}

.vertical-owl .owl-stage {
    display: flex;
    flex-direction: column;   /* IMPORTANT: Vertical stacking */
}

.vertical-owl .v-slide img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

/* Disable horizontal transitions, use vertical */
.vertical-owl .owl-stage {
    transition: transform 0.6s ease-in-out !important;
}


@media screen and (max-width:1300px) {
	.wrapper {
		padding: 0 20px;
	}
	.bannerimg {
		margin-top: -110px;
		margin-left: 0;
	}
	.programsbox {
		padding: 15px 12px;
	}
	.orienteduni img {
		width: 100%;
	}
	.orienteduni {
        font-size: 35px;
        left: 0;
        white-space: nowrap;
	}
	.btompart h2 {
		font-size: 46px;
		left: 0;
	}
	.scholarships:after{
		display:none;
	}
	.scholarships_left {
		padding-left: 0;
	}
	.programs_right p {
		padding-right: 40px;
	}
}

@media screen and (max-width:992px) {
	.footer_top img.logo1 {
		width:300px;
	}
	.footer_top img.logo2 {
		width: 300px;
	}
	.programsbox h5 {
		font-size: 14px;
	}
	.programsbox h4 {
		font-size: 16px;
	}
	.sliderprograms.owl-theme .owl-nav {
		right: 0;
	}

	.btompart h2 {
		font-size: 24px;
		left: 0;
	}
	.orienteduni img {
		width: 100%;
	}
	.banner_main {
		grid-template-columns: 1fr 1fr;
	}
	.orienteduni {
	        left: 0;
        white-space: nowrap;
                font-size: 20px;
	}
	.bannerimg {
        margin-top: -68px;
        position: relative;
        margin-left: 0;
	}
	.btompart {
		margin-top: -60px;
	}
	.thinktodo_heading {
		font-size: 35px;
	}

	.success_top{
		height: auto;
		display: block;
		flex-wrap: unset;
		align-items: unset;
	}
	.scholarships_left {
		padding-left: 0%;
		padding-top: 60px;
		padding-right: 4%;
	}
	.sanskrtiti_box {
		font-size: 18px;
	}
	.sanskrtiti_heading {
		font-size: 35px;
	}
	.scholarships_box_left h3 {
		font-size: 34px;
	}
	.scholarships_box_left img {
		width: 260px;
	}
	.activitybox:before {
		right: -18px;
	}
	.activity {
		grid-gap: 35px;
	}
	.success_step {
		grid-template-columns: 1fr 1fr;
	}
	.expoler_right {
		padding-left: 30px;
	}
	.about_top_right p br {
		display: none;
	}
	.about_top {
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
		row-gap: 30px;
	}
	.scholarships:after{
		display:none;
	}
	.about_bottom {
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 35px;
	}
}

@media screen and (max-width:767px) {
	.customarrow {
    top: 0;
    align-items: center;
}
	.campus_slider_right{
		    padding-right: 0px;
	}
	.campus_slider_left {
    padding-right: 0px;
}
	.about_top_left a {
    width: 260px;
}
	.campus {
    padding-top: 40px;
}

.campus_main_view {
    padding: 20px;
}

.campus_main {
    grid-template-columns: auto;
    margin-bottom: 20px;
    row-gap: 30px;
}

.campustext2 {
    font-size: 16px;
}

.campustext2 br {
    display: none;
}

.campustext1 {
    font-size: 16px;
}

.campus_slider {
    grid-template-columns: auto;
}

.campusbtn {
    margin-top: 20px;
}

.success {
    padding: 40px 0;
}
	.scholarships_left h4 {
    font-size: 20px;
}
	.scholarships_left h4 br {
    display:none;
}
	.placementslogs {
        margin-top: 12px;
        overflow: auto;
}
.placementslogs img {
    width: auto;
}
	.placementstext3 {
    text-align: center;
    margin-top: 20px;}
	.placements {
    padding-top: 40px;
}

.placements_main_view {
    padding: 20px;
}

.placementstext1 {
    font-size: 20px;
    letter-spacing: 0;
}

.placementstext2 img {
    width: 100%;
}

.placements_main {
        grid-template-columns: auto;
        margin-top: 70px;
}

.placements_box {
    margin-top: -60px;
}.arrwde img.dddddd {
    height: 60px;
    width: auto !important;
    margin: 0 auto;
}
    .arrwde img {
        height: 40px;
        width: auto !important;
        margin: 0 auto;
    }
	.recognized_left h3 {
    font-size: 20px;}
	.recognized_left h4 {
    font-size: 16px;}
	.recognizednew_main {
    padding: 20px;
}
	.linetext p br{display:none;}
	.linetext {
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 20px;
}
	.programs_left img {
    height: auto;
}
	.programs_left {
    grid-template-columns: auto;
}
	.programscounterbox:before{
       display:none;
	}
	.programs_right {
    grid-gap: 20px;
}
	.programs_main {
    grid-template-columns: auto;
    row-gap: 20px;
}
    .programsbox {
        height: auto;
        box-shadow: none;
        border: 0px;
    }
	.sliderprograms .item {
		padding: 0 10px;
	}
	.sliderprograms_pos {
		left: 0;
        width: 100%;
        position: relative;
        bottom: 0;
        background: #fff;
        margin-top: -11px;
        padding: 46px 12px;
	}
	.programs_main_view {
    height: auto;
    padding: 20px;
}
	.about_top_left h3 {
		font-size: 24px;
	}
	.about {
		padding:40px 0 0 0;
	}
	.accreditations {
		padding: 30px 0;
	}

	.accreditations_main {
		flex-wrap: wrap;
		flex-direction: column;
		grid-gap: 20px;
	}

	.accreditations_left {
		padding-right: 0;
	}

	.accreditations_right {
		border-left: 0px;
		padding-left: 0px;
	}

	.accreditations_right ul {
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 12px;
	}

	.accreditations_left p {
		text-align: center;
	}

	.accreditations_right ul li img {
		width: 100%;
	}
	.headerleft img {
		width: 250px;
	}
	
	.topview a {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
	.footerpart_left p {
        font-size: 14px;
    }
	.footersubhrading {
        font-size: 16px;
    }
	.footer_Reserved p {
        font-size: 14px;
        text-align: center;
    }
	.footer {
        padding: 0 20px 20px;
    }
	.footer_main {
        padding: 40px 20px;
        border-radius: 10px;
    }
	.logofooter {
        flex-wrap: wrap;
        grid-gap: 16px;
        justify-content: center;
    }
	.footer_top img.logo1 {
        width: 85%;
    }
	.footer_top img.logo2 {
        width: 85%;
    }
	.footerpart {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
	.footer_top ul {
        font-size: 14px;
        padding-top: 20px;
        margin: 20px 0 0 0;
    }
	.footer_top ul li {
        text-align: center;
    }
	.sliderexpoler {
		padding-bottom: 20px;
	}
	.banner_left h1{
		font-size:24px;
	}
	/*header*/
	.headermain {
		padding: 20px 20px;
	}
	.headerright .call {
		display: none;
	}
	/*header*/
	
	
	/*banner*/
	.banner {
		padding: 20px;
	}
	.banner_main {
		grid-template-columns: auto;
		padding-top: 80px;
		row-gap: 30px;
	}
	.enqurform {
		float: unset;
        max-width: unset;
        height: auto;
	}
	.bannerimg {
        margin-top: -65px;
        position: relative;
        margin-left: 0;
	}
	.btompart h2 {
		font-size: 24px;
		left: 0;
	}

	.btompart {
		margin-top: -40px;
	}
	.orienteduni {
        font-size: 24px;
        left: 0;
        white-space: nowrap;
	}
	.orienteduni img {
		width: 100%;
		position: relative;
		top: 13px;
	}
	/*banner*/
	
	
	/*expoler*/
	.expoler_left {
		width: 100%;
	}
	.expoler_main {
		flex-wrap: wrap;
		flex-direction: column;
		grid-gap: 40px;
	}
	.expoler_right {
		width: 100%;
		padding-left: 0;
	}
	.expoler_right h3 {
		font-size: 24px;
	}
	.expoler_right h4 {
		font-size: 16px;
	}
	.expoler_right p {
		font-size: 14px;
		font-weight: 300;
	}
	.recognized_main {
		flex-wrap: wrap;
		flex-direction: column;
		grid-gap: 30px;
	}

	.recognized_left {
		width: 100%;
	}

	.recognized_right {
		width: 100%;
	}
	/*expoler*/
	
	/*success*/
	.success_step {
		    padding: 40px 0;
		grid-template-columns: auto;
	}
	.success_btn a i {
		font-size: 28px;
	}
	.todaylearners {
		font-size: 24px;
	}
	.success_heading {
		font-size: 24px;
	}
	
	/*success*/
	
	
	/*scholarships*/
	
	.scholarships_heading {
		font-size: 24px;
	}
	.scholarships_main {
		padding: 40px 0;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.scholarships_left {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
	}
	.scholarships_btn_top a {
		font-size: 14px;
		max-width: 270px;
	}
	.scholarships_right {
		width: 100%;
		padding-top: 40px;
	}
	.scholarships_box {
		padding: 20px;
		grid-template-columns: auto;
	}
	.scholarships_box_left h3 {
		font-size: 24px;
	}
	.scholarships_box_left img {
		width: 300px;
	}
	.scholarships_box_left {
		border-right: 0px;
	}
	.scholarships_box_right {
	    padding-left: 0;
        padding-top: 40px;
	}
	.activity {
		grid-gap: 16px;
		padding: 20px 0;
	}
	.activitybox img {
		width: 14px;
	}
	.scholarships_box_right p {
		font-size: 14px;
	}
	.activitybox:before {
		bottom: 4px;
		right: -8px;
		height: 11px;
	}
	/*scholarships*/
	
	
	
	/*about*/
	.about_top {
		grid-template-columns: auto;
		column-gap: 30px;
		row-gap: 30px;
	}
	.about_top_right p {
		font-size: 16px;
	}
	.about_text h4 {
		font-size: 16px;
	}
	.about_text p {
		font-size: 14px;
	}
	.about_bottom {
		grid-template-columns: auto;
		column-gap: 40px;
		row-gap:20px;
		padding: 40px 0;
	}
	.thinktodo_heading {
		font-size: 28px;
	}
	.programs {
		padding: 20px;
	}

	.programs_right h3 span {
		font-size: 30px;
	}
	.programs_right h3 {
		font-size: 24px;
	}
	.programscounter {
		flex-wrap: wrap;
        align-items: flex-start;
        grid-gap: 20px;
	}
	
	.programscounterbox h5 {
		font-size: 30px;
	}
	.programs_right p {
		font-size: 12px;
	}
	.programs_right p {
		padding-right: 0;
	}
	.programscounterbox h4 {
		font-size: 20px;
	}
	.sliderprograms {
		padding: 0;
	}
	.apply_btn a {
		font-size: 14px;
	}
	.sliderprograms.owl-theme .owl-nav {
		right: 0;bottom: -45px;
	}
	.aboutheading {
		font-size: 28px;
	}
	.tagsubheading {
		flex-wrap: wrap;
	}
	.expoler_right ul li {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.apply_btn {
        flex-wrap: wrap;
        justify-content: center;
		padding-top: 50px;
	}
	/*about*/
	
	
  /*sanskrtiti*/
  .sanskrtiti_btn a {
		font-size: 16px;
	}
  .sanskrtiti_btn {
		flex-wrap: wrap;
		flex-direction: column;
		grid-gap: 12px;
		padding: 30px 0;
	}
	.sanskrtiti_heading {
		font-size: 24px;
	}
	.sanskrtiti p br {
		display: none;
	}
	.sanskrtiti p {
		font-size: 16px;
	}
	.sanskrtiti_main {
		grid-template-columns: auto;
		grid-gap: 30px;
	}
	.sanskrtiti_box {
		font-size: 20px;
		border-right: 0px;
	}
  /*sanskrtiti*/
  
  
}

@media screen and (max-width:600px) {
	.programsbox {
		height: auto;
	}
}

@media screen and (max-width:567px) {
	    .scholarships_btn a {
        font-size: 12px;
        padding: 10px 18px;
    }
	    .sanskrtiti_btn a {
        font-size: 14px;
    }
	.gallery2 img {
		height: 120px;
	}
	.gallery1 img {
		height: 80px;
	}
    .scholarships_box_left img {
        width: 100%;
    }
	.scholarships_btn a {
    font-size: 14px;}
	    .scholarships_box_right p {
        font-size: 12px;
    }
}	