body {
	 font-family: "Montserrat", sans-serif;
	 color:var(--textcolor);
}
a{
    text-decoration:none;
}
:root {
    --primary-color:#0D1F57;
	--secondary-color:#D93244;
	--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;
}
.container{
	position:relative;
}
.whitecolor{
	color:#fff;
}

/*header*/
.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}
.headermain {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.headerleft img {
    width: 300px;
}
/*header*/

/*banner*/
.banner {
	background: #161616;
	background: linear-gradient(0deg, rgba(22, 22, 22, 1) 50%, rgba(27, 27, 27, 1) 50%);
	position:relative;
}
.banner_main{
    position: relative;
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
}
.banner_main:before{
	content: '';
    position: absolute;
    background-image: url(../img/bg2.png);
    width: 660px;
    height: 450px;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
}
.banner_main:after{
	content: '';
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    background: #D93244;
    right: 33%;
}
.enquiryform .ee-form-widget .ee-form-widget-feedback, .enquiryform .ee-form-widget .ee-form-widget-form{
	padding:12px!important;
}
.enquiryform .ee-form-widget .controls .btn:not(:last-child) {
    margin-right: 10px!important;
}
.enquiryform .ee-form-widget .btn{
	font-size:12px!important;
}
.enquiryform {
   width: 380px;
    background: #fff;
    margin-bottom: 60px;
    border-radius: 12px;
    overflow: hidden;
    padding: 18px 0;
}
.banner_right {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 9;
    grid-gap: 24px;
}
.heroimg img {
width: 100%;
    max-width: 460px;
}
.banner_left h2 {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner_left h1 {
	font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tagline {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: 22px;
    padding-left: 16px;
    border-left: 1px solid #BBF435;
}
.tagline span {
    font-size: 12px;
    display: block;
}
.tagline span small {
    font-size: 12px;
    color: #BBF435;
}
.banner_left {
	width: 36%;
    padding-top: 50px;
    position: relative;
    z-index: 9;
}
.banner_left h1 span {
    color:#BBF435;
}
.banner_left p {
    color: rgb(255 255 255 / 59%);
    font-size: 14px;
}
.bannerbtngrp a {
    display: inline-flex;
    background: #403F3F;
    padding: 10px 18px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.bannerbtngrp {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    position: relative;
    margin-top: 40px;
}
.bannerbtngrp a i {
    font-size: 16px;
    display: flex;
    padding-left: 10px;
}
/*banner*/


/*counterview*/
.counterview {
    background: #D93244;
    padding: 40px 0;
}
.counterview .programscounter {
    padding: 0;
}
.counterview .programscounterbox h5 {
    color: #fff;
}
/*counterview*/

/*bannerbottom*/
.bannerbottom {
	padding-top:60px;
	background:#F9E3E5;
	position:relative;
}
.classroomslider_main {
    max-width: 1100px;
    margin: 0 auto;
	width:100%;
}
.classroomslider.owl-theme .owl-nav button {
    height: 36px;
    width: 36px;
    transition: 0.5s;
    background: #C60808;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.classroomslider.owl-theme .owl-nav button:hover {    
	background: #C60808;
}
.classroomslider.owl-theme .owl-nav button.owl-prev {
    left: -60px;
}
.classroomslider.owl-theme .owl-nav button.owl-next {
    right: -60px;
}
.classroomslider .item img {
}
.industrymain {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.industrytext3 span {
    color: #BBF435;
    font-size: 28px;
}
.industrytext1 {
    font-size: 26px;
    color: #000;
    margin-bottom: 10px;
    padding-left: 12px;
}
.industrytext1 b {
    font-weight: 600;
    font-size: 32px;
    display: block;
}
.industrytext2 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.industrytext3 {
    background: #1B1B1B;
    display: inline-flex;
    align-items: center;
    grid-gap: 12px;
    padding: 8px 38px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;
    transform: rotate(-2deg);
    margin-top: 26px;
}
img.industry_logo {
    width: 330px;
}
.industrytext4:before {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0px;
    border-bottom: 1px solid #000;
    width: 375px;
}
.industrytext4 {
	position:relative;
    padding: 20px;
    margin-top: 12px;
    font-size: 16px;
    color: #000;
}
.industrytext4 b {
    font-weight: 600;
}
.industrytext4 span {
    display: block;
    font-size: 12px;
}
.industry_imgview {
       position: absolute;
    bottom: 0px;
    right: 0;
    display: flex;
    align-items: flex-end;
}
img.industry_img2 {
    width: 330px;
    position: relative;
    left: 239px;
}
img.industry_img1 {
    width: 700px;
}
.industryright {
    position: relative;
    text-align: end;
}
.industrytextgp {
    margin-top: 40px;
    padding-bottom: 50px;
}
.sabpartbtn a {
    display: inline-flex;
    background: #403F3F;
    padding: 10px 18px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.sabpartbtn a i {
    font-size: 16px;
    display: flex;
    padding-left: 10px;
}
.industrytextgp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.industrytextgp ul li {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    border-left: 2px solid #C60808;
    padding-left: 12px;
}
.industrytextgp ul li:last-child {
    margin-bottom: 0;
}
.industrytext5 {
    display: flex;
    align-items: center;
    background: #BD2726;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    white-space: nowrap;
    grid-gap: 12px;
    position: relative;
    z-index: 9;	
}
.innertext1 {
    text-transform: uppercase;
    font-weight: 700;
	font-size: 24px;	
}
.innertext2 span {
    display: block;
}
.innertext2 {
    font-size: 12px;
    line-height: 16px;
}
/*bannerbottom*/


/*about*/
.about {
    background: #1B1B1B;
    padding:80px 0;
	position:relative;
}
.namepartview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 320px;
}
.namepartbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 8px;
}
.namepartinner h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding-bottom: 8px;
}
.namepartinner p {
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
    margin: 0;
}
.image_view {
    width:30px;
    height:30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.aboutmain {
    display: flex;
    justify-content: space-between;
    column-gap: 320px;
    align-items: flex-end;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.ai-img img {
    width: 335px;
}
.ai-img {
    padding-left: 60px;
    padding-bottom: 80px;
}
.aboutImg {
	position: absolute;
    bottom: 117px;
    left: 56%;
    transform: translateX(-50%);
}
.aboutImg img {
    width: 60%;
}
.logopart {
	display: grid;
    grid-template-columns: 5fr 2fr;
    grid-gap: 20px;
    padding-top: 90px;
}
.logopartbox h4 {
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
}
.logopartbox h4 span {
    font-weight: 700;
    display: block;
}
.logopartbox {
     background: #D9D9D9;
    background: linear-gradient(90deg, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 70%, rgba(217, 217, 217, 1) 100%);
    width: 100%;
    border-radius: 7px;
    display: grid;
    grid-template-columns:auto auto;
    grid-gap: 12px;
    padding: 10px 16px;
	align-items: center;	
}
.logopartbox ul {
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 30px;
    border-left: 1px solid #000;
    padding-left: 20px;
}

.logopartbox h4 {
    font-size: 9px;
    margin: 0;
}

.logopartbox h4 span {
    font-weight: 700;
    display: block;
}

.logopartbox ul li img {
	height: 25px;
    width: 100%;
    object-fit: contain;
}
/*about*/

/*sanskrtiti*/
.sanskrtiti_img img {
    width: 100%;
}
.sanskrtiti_heading {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    background: -webkit-linear-gradient(84deg, #D93244 35%, rgb(75 75 75) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sanskrtiti p {
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.sanskrtiti_main {
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 35px;
}
.sanskrtiti_box {
      text-align: center;
    color: #fff;
    font-size: 18px;
    border-right: 1px solid rgb(255 255 255 / 42%);
}
.sanskrtiti_box:last-child{
	border-right:0px;
}
.sanskrtiti_box span {
    color:#BBF435;
    font-weight: 700;
}
.sanskrtiti {
background: #F9E3E5;
    padding-bottom: 60px;
}
/*sanskrtiti*/


/*programs*/
img.programsnewimg {
	position: absolute;
    bottom: 0;
    left: -90px;
    width: 310px;
    z-index: 9;
}
.programsnew {
    background: #1B1B1B;
    padding: 80px 0;
	position:relative;
}
.programicon img {
    width: 40px;
	filter: brightness(0) invert(1);
}

.programsnew_box h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
}

.programsnew_box p {
    color: rgb(255 255 255 / 63%);
    font-size: 14px;
    margin: 0;
}
.spec-badge {
    display: inline-flex;
    font-size: 10px;
    font-weight: 600;
    color: #4da3ff;
    background: rgba(77, 163, 255, 0.1);
    border: 1px solid rgba(77, 163, 255, 0.2);
    padding: 2px 10px;
    border-radius: 20px;
    margin-top: 16px;
}
.noti {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    background: rgb(217 50 68 / 20%);
    color: #D93244;
    border: 1px solid rgb(217 50 68 / 46%);
    padding: 2px 8px;
    border-radius: 20px;
    position: absolute;
    top: 24px;
    right: 24px;
}
.programsnew_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;	
}
.programsnew_box:hover {
    transform: translateY(-10px);
    border: 1px solid var(--secondary-color);
}
.programsnew_box {
    border: 1px solid rgb(255 255 255 / 25%);
    padding: 22px;
    border-radius: 12px;
    transition: 0.5s;
    box-shadow: 0 0 10px rgb(255 255 255 / 6%);
    background: #272727;
	position:relative;
}

.programicon {
    margin-bottom: 18px;
}

.programs {
    background: #181818;
    padding: 80px 0;
}
.programsheading {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}
.programs_bottom .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 34px;
	margin-bottom:36px;
}

.programs_bottom .nav button {
    border: 0px;
    background: transparent;
    padding: 0;
    line-height: normal;
    outline: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.programs_bottom .nav button span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.programs_bottom {
        background: #0D1F57;
    background: linear-gradient(180deg, #0D1F57 35%, #000 100%);
    padding: 60px 0;
}
.programs_bottom .nav button.active {
    color: #ffb400;
}
.boxproview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.coursesslider .item {
    padding: 40px 20px;
}
.coursesslider .boxnna {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 14%);
}
.coursesslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.coursesslider .boxnna img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}
.coursesslider.owl-theme .owl-nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.coursesslider .boxnna p {
    margin: 0;
    padding-top: 8px;
    font-weight: 700;
    font-size: 10px;
    color: #D93244;
}
.abouttext2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.abouttext1 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 45px;
}
.abouttext1  span {
    color: #BBF435;
}
.aboutleft p {
     color: rgb(255 255 255 / 60%);
    font-size: 14px;
    margin: 0;
    padding-right: 40%;
}
.aboutleft p b {
    color: #fff;
    font-weight: 600;
}
.aboutright ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aboutright ul li {
    color: rgb(255 255 255 / 60%);
    font-size: 14px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 15px;
}
.aboutright ul li span {
    color: #BBF435;
    font-weight: 600;
}
.aboutright ul li:before {
    content:'';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #BBF435;
    border-radius: 10px;
    top: 9px;
    left: 0;
}
.programs_main {
    background: #F9E3E5;
    position: relative;
}
.programs_left{
    padding-left: 235px;
    padding-bottom: 20px;
}
.programs_right {
    padding-top: 40px;
    padding-bottom: 20px;
}
.programs_main:before{
	content: '';
    position: absolute;
    top: 0;
    width: 75px;
    height: 100%;
    background: #D93244;
    left: 83px;
}
.sectionwiseimg {
    position: absolute;
    left: -37px;
    bottom: 0;
}
.sectionwiseimg img {
    width: 300px;
}
.programs_right ul {
    display: block;
    height: 582px;
    overflow-y: auto;
    padding-right: 16px;
    margin-right: -12px;
}
.programs_right ul::-webkit-scrollbar-thumb {background-color:#d93244;}
.programs_right ul::-webkit-scrollbar-track {background-color:#ccc;}
.programs_right ul li button {
    width: 100%;
    text-align: left;
    color: #000;
    border: 0px;
    outline: 0;
    background: transparent;
    padding: 10px 12px;
    font-size: 14px;
	position:relative;
}
.programs_right ul li {
    border-bottom:1px solid #D93244;
}

.programs_right ul li button.active {
	font-weight: 700;
    background: #D93244;
    color: #fff;
}
.programs_right ul li:last-child{
	border-bottom:0px;
}
/*programs*/

/*skills*/
.skills {
    background: #F9E3E5;
    padding-top: 60px;
	position:relative;
}
.skills_main {
    display: grid;
    grid-template-columns: 4fr 2fr 4fr;
    grid-gap: 30px;
   align-items: flex-end;
}
.skills_left {
    padding-bottom: 40px;
}

.skills_right {
    padding-bottom: 40px;
}
.skillstext1 {
    font-family: "Oooh Baby", cursive;
    color: #C60808;
    font-size: 80px;
    white-space: nowrap;
}
.skillstext2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.skillstext3 {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding-top: 10px;
}
.skills_mid img {
    width:100%;
}
.skills_mid {
    text-align: center;
}
.skillstext4 {
    font-family: "Oooh Baby", cursive;
    font-size: 30px;
    background: #1B1B1B;
    color: #fff;
    padding: 3px 30px;
    display: inline-flex;
    grid-gap: 12px;
    transform: rotate(-4deg);
}
.skillstext12 {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
.skillstext4 span {
    color: #BBF435;
}
.skillstext_right {
    text-align: right;
}
.skillstext5 {
    font-size: 18px;
    color: #000;
    padding-top: 24px;
	padding-bottom:10px;
}
.skillstext5 b {
    font-weight: 700;
}
.skillstext5 span {
    color: #C60808;
    font-weight: 700;
}
.skillstext5 small {
    color: #0E51B1;
    font-weight: 700;
    font-size: 16px;
}
.skillstext6 {
    font-size: 14px;
    color: rgb(0 0 0 / 60%);
}
.skillstext7 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 10px;
}
.skillstext8 {
    font-size: 14px;
    color: #000;
}
.skillstext8 a {
    font-style: italic;
	color: #000;
}
.skillstext8 p {
    margin: 0;
}
/*skills*/

/*learn*/
.learn {
    background:#F9E3E5;
}
.learn_main_view {
    background: #1B1B1B;
    padding: 50px;
    border-radius: 10px;
}
.learn_main {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr;
    column-gap: 24px;
    row-gap: 30px;
    margin-bottom: 45px;
}
.learn_mid img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.learn_right h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.learn_program {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.learn_program_box p {
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
}
.headingtextprogram {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.headingtextprogram span {
    color: #BBF435;
}
.learn_program_box img {
    margin-bottom: 12px;
    width: 24px;
}
.learncareerbox {
    display: grid;
    grid-template-columns: 20px auto;
    grid-gap: 16px;
    align-items: center;
}
.learncareerbox img {
    width: 20px;
}
.learncareer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 20px;
}
.learncareer_inner {
    border-left: 2px solid #BBF435;
}
.learncareer_inner h6 {
    font-size: 10px;
    color: #fff;
    margin: 0;
    padding-left: 12px;
    font-weight: 300;
    line-height: 15px;
}
.learncareer_inner h6 span {
    font-weight: 700;
}
p.lasttetx {
    margin: 0;
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
}
.learn ul {
    border-top: 1px solid rgb(255 255 255 / 60%);
    padding-top: 30px;
    margin-top: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
	column-gap:70px;
	margin-bottom:0px;
	padding-left: 0;
}
.learn ul li {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.learn ul li:before {
    content:'';
    position: absolute;
    width: 45px;
    height: 1px;
    background: #BBF435;
    right: -57px;
    top: 22px;
}
.learn ul li:last-child:before {
    display: none;
}
.learntext1 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(255 255 255 / 60%);
}
.learntext1 small {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
}
.learn_left p {
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
    margin: 0;
    padding-top: 16px;
}
.learn_left h3 {
    color: #fff;
    font-size: 38px;
    padding-top: 16px;
    margin: 0;
}
.learn_left h3 span {
    font-weight: 700;
}
.learn_left h3 span b {
    font-weight: 700;
    color: #BBF435;
}
/*learn*/

/*success*/
.success {
    padding: 60px 0;
    background: #F9E3E5;
}
.success_heading span {
    color: #C60808;
}
.success_heading {
    color: #000;
    font-size: 42px;
    text-align: center;
}
.success_step {
    padding-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.success_top {
    background: #EFF1F8;
    border-radius: 18px;
    padding: 30px;
    height: 720px;
    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.active .success_top{
	background: #E23F3E;
    background: linear-gradient(180deg, rgba(226, 63, 62, 1) 0%, rgba(124, 35, 34, 1) 100%);
}
.success_box:hover .success_top {
    background: #E23F3E;
    background: linear-gradient(180deg, rgba(226, 63, 62, 1) 0%, rgba(124, 35, 34, 1) 100%);
}
.success_box.active .success_btn a{
	background-color:#000;
	color:#fff;
}
.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%;
    object-fit: fill;
}
.comlogo {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.success_box.active .sticbtn {
    color: #fff;
    border-color: #fff;
}
.success_box:hover .sticbtn {
    color: #fff;
    border-color: #fff;
}
.success_box.active .success_top h3 .text1 {
    color: #fff;
}
.success_box:hover .success_top h3 .text1 {
    color: #fff;
}
.success_box.active h3 {
    color: #fff;
}
.success_box:hover h3 {
    color: #fff;
}
.success_box.active .success_top p {
    color: #fff;
}
.success_box:hover .success_top p {
    color: #fff;
}
.success_box.active .counterbox h5 {
    color: #fff;
}
.success_box:hover .counterbox h5 {
    color: #fff;
}
.success_box.active .success_top p span {
    color: #fff;
}
.success_box:hover .success_top p span {
    color: #fff;
}
.success_box.active .success_top h4{
    color: #fff;
}
.success_box:hover .success_top h4{
    color: #fff;
}
.success_box.active .success_top ul li{
    color: #fff;
}
.success_box:hover .success_top ul li{
    color: #fff;
}
/*success*/


/*recruiters*/
.recruiters {
    padding: 60px 0;
    background: #F9E3E5;
    background: linear-gradient(90deg, rgba(249, 227, 229, 1) 0%, rgba(210, 198, 223, 1) 50%, rgba(249, 227, 229, 1) 100%);
}
.recruiterssubheading {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.recruitersheading {
    text-align: center;
    font-size: 34px;
    color: #000;
    font-weight: 500;
}
.recruiterslogoslider{
	margin-top:50px;
}
.recruiterslogobox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.recruiterslogobox img {
    
}
.recruiterslogoslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.ranklogo {
    text-align: center;
    border: 2px solid #d93244;
    padding: 20px 12px;
    border-radius: 10px;
	height:200px;
}

.ranklogo h3 {
    font-size: 40px;
    font-weight: 700;
    color: #d93244;
    margin: 0;
}

.ranklogo h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color:#344896;
}

.ranklogo p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 13px;
}
/*recruiters*/

/*nep*/
.nep{
	padding:160px 0 60px;
    background: #F9E3E5;
}
.nepmain {
	background: #1B1B1B;
    padding: 40px 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	position:relative;
}
.img_nep {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.neptext1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
	position: relative;
    z-index: 9;
}
.neptext1 span {
    color: #BBF435;
}
.neptext2 {
    color: #fff;
    font-size: 22px;
}
.neptext2 b {
    font-weight: 700;
}
.neptext3 {
    color: rgb(0 0 0 / 60%);
    font-size: 14px;
    margin: 0;
    padding: 50px 40px 0px 40px;
}
.img_nep img {
    width: 300px;
}
.begreepart {
    padding-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.begreetext2 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-bottom: 12px;
}

.begreebox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.begreebox ul li {
    color: rgb(0 0 0 / 70%);
    font-size: 14px;
    border-bottom: 1px dashed rgb(0 0 0 / 30%);
    padding: 10px 0;
}
.begreetext1 span {
    color: var(--secondary-color);
}
.begreebox ul li:last-child {
    border-bottom: 0px;
}

.begreetext1 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 16px;
}
/*nep*/


/*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;
}
.scholarships{
    background-color: #181818;
    position: relative;
    padding:60px 0;
    color: #fff;
}
.scholarships:after {
	 content: '';
    position: absolute;
    top: 213px;
    left: 0;
    background-image: url(../img/pic11.webp);
    width: 175px;
    height: 325px;
    background-size: cover;
    background-repeat: no-repeat;
}
.scholarships:before {
    content: '';
    position: absolute;
    top: 0;
    width: 75px;
    height: 400px;
    background: #D93244;
    left: 83px;
}
.scholarships_heading {
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.scholarships_main {
    padding: 80px 0;
    display: flex;
}
.scholarships_left {
    width: 50%;
    padding-left: 90px;
    padding-right: 20px;
    padding-top: 60px;
}
.scholarships_left h4 {
    font-size: 24px;
    margin: 0;
    line-height: 33px;
}
.scholarships_right {
    width: 50%;
}
.scholarships_box {
    background: var(--secondary-color);
    border-radius: 16px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.scholarships_box_left h3 {
    text-align: center;
    font-size: 45px;
    margin: 0;
}
.scholarships_left h4 span {
    color: #BBF435;
}
.scholarships_box_left h3 span {
    color: #BBF435;
    font-weight: 700;
}
.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-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 img {
    width: 35px;
    margin-bottom: 8px;
	filter: brightness(0) invert(1);
}
.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: inline-flex;
    background: #fff;
    padding: 10px 30px;
    font-size: 17px;
    color: #000;
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
	font-weight: 500;
}
.scholarships_box_left p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.scholarships_box_left p span {
    font-size: 30px;
    font-weight: 600;
} 
.scholarships_btn a i {
    font-size: 21px;
    display: flex;
    padding-left: 10px;
}
.via {
    position: relative;
}
.via:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 1px;
    background: #fff;
}
.via span {
    background: var(--secondary-color);
    position: relative;
    z-index: 9;
    padding: 0 10px;
}
.scholarships_btn_top a {
    display: inline-flex;
    background: #403F3F;
    padding: 10px 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.scholarships_btn_top a i {
    font-size: 14px;
    display: flex;
    padding-left: 10px;
}
.scholarships_btn_top {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 30px 0;
}
.scholarships_left p {
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
}
.scholarships_right h5 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
}
.scholarshipstable .table {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.scholarshipstable .table tr th {
    background: #d93244;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    border-bottom: #d93244;
    font-weight: 500;
}
.scholarshipstable .table tr td {
    padding: 12px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    background: #5a5a5a;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.scholarshipsslider.owl-theme .owl-nav {
    margin-top: 30px;
    text-align: right;
}
.scholarshipsslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
/*scholarships*/


/*campus*/
.campusheading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 600;
}
.campussubheading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
}
.campusslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.campusslider.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.campus {
    background: #F9E3E5;
    padding-bottom:40px;
}
.campus_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.gallery img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.campus_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.gallery {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.gallery:before {}
/*campus*/


/*placements*/
.placements {
    padding: 80px 0;
    background: #F9E3E5;
}
.placements_main_view{
	background: #1B1B1B;
	padding: 50px;
	border-radius: 16px;
}
.placements_main{
     display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
    width: 100%;
}
.placementstext1 {
    text-align: center;
    letter-spacing: 3px;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.placementstext2 img {
    width: 90%;
    filter: brightness(0) invert(1);
}
.placementstext2 {
    text-align: center;
}
.placements_box img {
    width: 100%;
    height: 130px;
    position: relative;
    object-fit: cover;
}
.placements_inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 16px;
    align-items: flex-end;
}

.userprcie h3 {
    color: #BBF435;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.userprcie h4 {
    color: #fff;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
.company_logo img {
    height: 35px;
	filter: brightness(0) invert(1);
	object-fit: contain;	
}

.company_logo {
    background: #999999;
    border-radius: 5px 0px 30px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 130px;
    margin-top: 10px;
}
.nameuser {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    margin-top: 6px;
}

.nameuser span {
    color: #BBF435;
    display: block;
}

.userimg {
    position: relative;
}

.userimg:before {
	content:'';
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	background: #b5b5b5;
}
.campusboxview {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 20px;
    align-items: center;
}

.campustext1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.campustext1 span {
    display: block;
    color: #BBF435;
}
.placements_box {
	position: relative;
}
.placementstext3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 20px;
}
.placementslogs {
    margin-top: 30px;
}
.placementslogs img {
    width: 100%;
}
.programscounter {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    padding: 20px 0px 40px;
	justify-content: space-around;	
}
.placementstext4 {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
    font-size: 23px;
}
.programscounterbox h4 {
	font-size: 24px;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.programscounterbox h4 span {
    color: #BBF435;
    font-weight: 600;
}
.programscounterbox {
    position: relative;
}
.programscounterbox h5 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: #BBF435;
	margin-bottom:10px;
}
.programscounterbox h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.programscounterbox p {
	margin: 0;
    font-weight: 400;
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
}
/*placements*/


/*faq*/
.faq {
    background: #F9E3E5;
    padding: 60px 0;
}
.faqheading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
}
.faq .accordion-item {
    border: 0px;
    margin-bottom: 10px;
    background: #1B1B1B;
    border-radius: 16px!important;
}
.faq .accordion-item .accordion-button.collapsed {
    color: #000;
    background: #fff;
    border: 0px;
    box-shadow: none!important;
    border-radius: 14px !important;
    font-size: 20px;
    font-weight: 600;
    grid-gap: 36px;
}
.faq .accordion-item .accordion-button {
    background:#1B1B1B;
    border: 0px;
    box-shadow: none!important;
    border-radius: 14px !important;
    font-size: 20px;
    font-weight: 600;
    grid-gap: 36px;
    color: #fff;
}
span.number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background: var(--secondary-color);
    border-radius: 16px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.faq .accordion-body_inner {
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 16px 30px;
}
.faq .accordion-body {
    padding: 0 20px 20px 114px;
}

.faq .accordion-body_inner p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.faq .accordion-body_inner ul {
    padding: 0;
    margin: 0 0 10px 24px;
}
.faq .accordion-body_inner ul li {
    color: #fff;
    font-size: 16px;
}
.faq  .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
/*faq*/

/*footer*/
.footer{
      padding: 60px 0 20px;
    background: #1B1B1B;
}
.logofooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top img.logo2 {
    width: 360px;
}
.footer_top img.logo1 {
    width: 312px;
	padding-top:0px;
}
.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;
}
.footerpart_left p {
    color: #fff;
    font-size: 18px;
	margin:0px;
}
.footer_top ul li {
    font-size: 12px;
}
.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: 16px;
    margin: 0;
    color: rgb(255 255 255 / 55%);
}
.footer_top ul {
	padding: 0;
	margin:0;
	list-style: none;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 8px;
}
.footer_top ul li a {
    color: #fff;
    display: flex;
}
.footerpart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
/*footer*/

.namepartinner.mobileview {
	display: none;
}

@media only screen and (max-width:1290px) {
	.scholarships:before{
		display:none;
	}
	.scholarships:after{
		display:none;
	}
	.scholarships_left {
		padding-left: 0;
	}
	.scholarships_main {
		padding: 30px 0;
	}
	.scholarships_heading {
		font-size: 32px;
	}
	.placements_main {
		grid-gap: 12px;
	}
	.programscounter {
		grid-gap: 10px;
	}
	.placements_inner {
		grid-gap: 10px;
	}
	.namepartview {
		justify-content: flex-start;
		column-gap: 8px;
	}
	.aboutImg{
		display:none;
	}
	.logopart {
		padding-top: 40px;
	}
	.aboutmain {
		justify-content: flex-start;
		column-gap: 20px;
	}
}

@media only screen and (max-width:1200px) {
	.banner {
        background: #161616;
    }
	.banner_main:after {
		display:none;
	}
	.banner_left {
		width: 100%;
	}
	.enquiryform {
		width: 100%;
	}
	.banner_right {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 100%;
        align-items: center;
    }
	    .banner_main {
        flex-wrap: wrap;
        grid-gap: 30px;
    }
	img.industry_img1 {
		width: 560px;
	}
	img.industry_img2 {
		width: 290px;
	}
	img.programsnewimg{
		display:none;
	}
	.scholarships_box_left h3 {
		font-size: 32px;
	}
	.scholarships_box_left img {
		margin-top: 20px;
		width: 250px;
	}
	.scholarships_box_left p {
		font-size: 16px;
	}
	.scholarships_box_right h3 {
		font-size: 20px;
	}
	.scholarships_btn a {
		font-size: 14px;
	}
	.activity {
		display: flex;
		grid-gap: 12px;
		padding: 16px 0;
		justify-content: space-between;
	}
	.campusboxview {
		grid-template-columns: auto;
	}
	.campustext1 {
		text-align: center;
	}
	.campustext1 span {
		display: unset;
	}
	.skills_mid {
		display:none;
	}
	.learn_mid {
		display: none;
	}
	.learn_main {
		grid-template-columns: auto auto;
	}
	.skills_main {
		grid-template-columns: auto auto;
		padding-bottom: 50px;
	}
	.img_nep {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.namepartinner.desktop {
		display: none;
	}
	.namepartinner.mobileview {
		display: block;
	}
	.industrymain {
		grid-template-columns: auto;
	}

	.banner_main:before {
		width:100%;
	}
	.industryright {
		text-align: center;
	}
	.industrytext1 b {
		font-size: 24px;
	}
	.industrytext1 {
		padding-left: 0px;
	}
	.industry_imgview {
		position: relative;
		display: block;
		align-items: unset;
	}

	img.industry_img2 {
		display: none;
	}

	img.industry_img1 {
		width: 100%;
	}
	.programsheading {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.programsnew_main {
		grid-template-columns: 1fr 1fr;
	}
	.namepartview {
        flex-wrap: unset;
        justify-content: unset;
        align-items: unset;
        display: grid;
        grid-template-columns: auto;
        grid-gap: 20px;
    }
	.namepartbox {
		justify-content: unset;
		align-items: unset;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}

	.aboutmain {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 20px;
	}
	.skills {
		padding-top: 40px;
	}
	.skills_main {
		grid-template-columns: auto;
	}
	.learn_mid {
		display: none;
	}
	.learntext1 small {
		font-size: 18px;
	}
	.learntext1 {
		font-size: 18px;
	}
	.learn_left h3 {
		font-size: 28px;
	}
	.learn_main {
		grid-template-columns: auto;
	}
	.learn ul li {
		font-size: 14px;
	}
	.learn ul {
		column-gap: 12px;
	}
	.learn ul li:before{
		display:none;
	}
	.placements_box img {
        height: auto;
    }
	.programscounter {
		display: grid;
		flex-direction: unset;
		justify-content: unset;
		align-items: unset;
		grid-template-columns: 1fr 1fr;
	}
	.placements_main {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }
	.scholarships_box_right {
		padding-left:0px;
	}
	.scholarships_box_left {
		border-right: 0px;
		text-align: center;
	}
	.scholarships_btn {
		margin-top: 30px;
	}
	.scholarships_box {
		grid-template-columns: auto;
		text-align: center;
		grid-gap: 24px;
	}
	.scholarships_right {
		width: 100%;
	}
	.scholarships_main {
		padding: 30px 0;
        flex-wrap: wrap;
        flex-direction: column;
        grid-gap: 24px;
    }
	.scholarships_btn_top {
		justify-content: center;
	}
	.scholarships_left {
        padding-left: 0;
        width: 100%;
        padding-top: 0;
        padding-right: 0px;
        text-align: center;
    }
	.sanskrtiti_heading {
        font-size: 35px;
    }
	.success_step {
        grid-template-columns: 1fr 1fr;
    }
	.success_top {
        height: auto;
        display: block;
        flex-wrap: unset;
        align-items: unset;
    }
	.success_heading {
        font-size: 24px;
    }
	.img_nep {
		position: relative;
		left: 0;
		transform: unset;
		bottom: 0;
		display: block;
	}
	.neptext1 {
		text-align: center;
	}
	.nepmain {
		flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        grid-gap: 20px;
        text-align: center;
        padding-bottom: 0px;
	}
	.neptext3 {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		padding-top: 24px;
	}
	.nep {
		padding:50px 0;
		background: #F9E3E5;
	}
	.success{
		padding-bottom:0px;
	}
}

@media only screen and (max-width: 767px) {
	.aboutImg {
		display: block;
		position: relative;
		bottom: 0;
		left: 0;
		text-align:center;
		transform: translate(0);
		padding-top: 30px;
	}
	.aboutImg img {
		width: 50%;
	}
	.learn_main_view {
		padding: 30px;
	}
	.learn_program {
		grid-template-columns: auto;
	}
	.success_step {
        padding: 40px 0;
        grid-template-columns: auto;
    }
	.scholarships_left h4 {
		font-size: 18px;
	}
	.scholarships_heading {
        font-size: 24px;
    }
    .programscounter {
        display: grid;
        flex-direction: unset;
        justify-content: unset;
        align-items: unset;
        grid-template-columns: 1fr 1fr;
	}
	.industrymain {
		grid-template-columns: auto;
	}
	.aboutmain {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        grid-gap: 24px;
	}
	.namepartbox {
		justify-content: unset;
		align-items: unset;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	.logopart {
		grid-template-columns: auto;
		padding-top: 0;
	}
	.about {
		padding: 45px 0;
	}
	.namepartview {
		flex-wrap: unset;
		justify-content: unset;
		align-items: unset;
		display: grid;
		grid-template-columns: auto;
		grid-gap: 20px;
	}
	.skills_main {
		grid-template-columns: auto;
	}
	.learn_main {
		grid-template-columns: auto;
	}
	.success_step {
		grid-template-columns: auto;
	}
	.placements_main {
		grid-template-columns: 1fr 1fr;
		grid-gap: 25px;
	}
	.placements_main_view {
		padding: 40px;
	}
	.campusboxview {
		grid-template-columns: auto;
	}
	.banner_left {
		width: 100%;
		padding-top: 50px;
	}
	.placements_box img {
		height: 160px;
	}
	.company_logo img {
		height: 35px !important;
	}
	.banner_main {
		flex-wrap: wrap;
		grid-gap: 30px;
	}
	.banner_right {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: 100%;
		align-items: center;
	}
	.heroimg img {
		max-width: 235px;
	}
	.banner_main:after {
		display:none;
	}
	.enquiryform {
		width: 100%;
		margin-bottom: 0px;
	}
	.programsnew_main {
		grid-template-columns: 1fr 1fr;
	}
	
	.programsnew {
		padding: 50px 0;
	}
	.footer {
		padding: 50px 0 20px;
	}

	.logofooter {
		flex-wrap: wrap;
        flex-direction: column;
        grid-gap: 20px;
	}

	.footer_top img.logo1 {
		width: 260px;
	}

	.footer_top img.logo2 {
		width: 210px;
	}
	.footersubhrading {
		justify-content: center;
	}
	.footerpart {
		flex-wrap: wrap;
        grid-gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
	}
	
	.sanskrtiti_heading {
        font-size: 24px;
    }
	.sanskrtiti p {
        font-size: 16px;
    }
	.sanskrtiti_main {
        grid-template-columns: auto;
        grid-gap: 30px;
    }
	.sanskrtiti_box {
        font-size: 20px;
        border-right: 0px;
    }
	.campusheading {
		font-size: 24px;
	}
	.campussubheading {
		font-size: 16px;
	}
	.gallery img {
		height: 150px;
	}
	.campus_main {
		grid-gap: 8px;
	}
	.campus_two {
		grid-gap: 8px;
	}
	.placements {
		padding: 50px 0;
	}
	.placementstext1 {
		font-size: 24px;
		letter-spacing: 0px;
	}
	.placementstext3 {
		font-size: 16px;
	}
	.recruitersheading {
		font-size: 24px;
	}
	.recruiterssubheading {
		font-size: 16px;
	}
	.recruiters {
		padding: 40px 0;
	}
	.aboutleft p {
		padding-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.banner_left h1 {
		font-size: 32px;
	}
	.industrytext1 {
		font-size: 20px;
	}
	.industrytext1 b {
        font-size: 20px;
    }
	.programsnew_main {
        grid-template-columns:auto;
    }
	.skillstext4 {
		font-size: 20px;
	}
	.skillstext1 {
		font-size: 48px;
	}
	.neptext2 {
		font-size: 16px;
	}
	.neptext1 {
		font-size: 20px;
	}
	.nepmain {
		padding: 40px 24px 0;
	}
	.success_heading {
        font-size: 18px;
        font-weight: 600;
    }
	.learn ul li {
        font-size: 12px;
    }
	.scholarships_box {
		padding: 30px;
	}
	.activitybox:before{
		display:none;
	}
	.logopartbox ul {
		grid-gap: 4px;
		padding-left: 10px;
	}
	.placements_box img {
        height: auto;
    }
	.placements_main {
        grid-template-columns: auto;
    }
	.gallery img {
		height: 115px;
	}
	.campus_main {
		grid-gap: 8px;
	}
	.campus_two {
		grid-gap: 8px;
	}
	.footerpart_left p {
		font-size: 14px;
	}
	.footersubhrading {
		font-size: 14px;
	}
	.footer_Reserved p {
		font-size: 14px;
	}
	img.industry_logo {
		width: 100%;
	}
}


@media only screen and (max-width: 400px) {
	.footer_top ul {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.programscounterbox h5 {
		font-size: 20px;
	}
	.skillstext4 {
		font-size: 20px;
	}
	.skillstext2 {
		font-size: 18px;
	}
	.skillstext1 {
		font-size: 32px;
	}
	.skillstext3 {
		font-size: 16px;
	}
	.industrytext3 {
		font-size: 16px;
	}
}