*{margin: 0;padding: 0;box-sizing: border-box;font-family: 'Open Sans', sans-serif;}

h1{font-size: 42px;line-height: 52px;font-weight: 600;}

h2{font-size: 40px;line-height: 50px;font-weight: 600;}

h3{font-size: 36px;line-height: 46px;font-weight: 600;}

h4{font-size: 30px;line-height: 40px;font-weight: 600;}

h5{font-size: 28px;line-height: 38px;font-weight: 600;}

h6{font-size: 20px;line-height: 30px;font-weight: 600;}

p{font-size: 16px;line-height: 26px;font-weight: 400;}

a,a:hover{text-decoration: none;color: inherit;transition: all ease 0.5s;-webkit-transition:all ease 0.5s;}

.bodywrapper {

    max-width: 2200px;

    margin: 0 auto;

    overflow: hidden;

}

.commonbtn {
    border: 1px solid #0F75BC;
    background: #0F75BC;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
}

a.commonbtn:hover {
	background: #0F75BC;
    color: #fff;
}

.commonbtngr{

    border: 1px solid #8CC63F;

    background: #8CC63F;

    color: #fff;

    padding: 8px 30px;

    display: inline-block;

    border-radius: 30px;

    font-size: 16px;

    font-weight: 400;

    text-transform: uppercase;

}

.container {
    max-width: 1180px;
    margin: 0 auto;
}

.big-container {
    max-width: 1400px;
    margin: 0 auto;
}

.headerin {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

        align-items: center;

}



/*.logo {

    width: 320px;

    padding: 20px 50px;

    position: relative;

    z-index: 1;

    margin-bottom: -50px;

    text-align: center;

}*/

.logo {

    width: 30%;

    margin-bottom: -75px;

}

.logo img {

    width: 100%;

    margin: 0 auto;

}



header {
    background: #0F75BC;
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

/*.logo::after {

    content: "";

    width: 100%;

    height: 220%;

    background: #fff;

    position: absolute;

    left: 0;

    top: -85%;

    border-radius: 50%;

    z-index: -1;

}*/

.headermenu ul {

    display: flex;

}

.headermenu ul li {

    list-style: none;

}

.headermenu ul li a {

    color: #fff;

    font-size: 18px;

    line-height: 23px;

        padding: 30px 0;

        display: inline-block;

        text-transform: uppercase;

}

.headermenu ul li {

    list-style: none;

    margin: 0 30px;

}

.headermenu ul li:last-child{

margin-right: 0px;

}

section.homebanner {
    padding: 170px 0 50px;
	background-size: cover;
	margin-top: 70px;
}

.homebannercon h1 {

    color: #fff;

    font-family: 'Roboto', sans-serif;

}

.homebannercon h1 strong {

    color: #8CC63F;

        font-family: 'Roboto', sans-serif;

}

.homebannercon {

    width: 100%;

    line-height: 0;

    padding: 0 30px;

    max-width: 590px;

    padding-left: 0;

    position: relative;

}

.homebannercon::after {

    width: 100%;

    content: "";

    height: 100%;

    top: -1px;

    background: transparent;

    position: absolute;

    right: 100%;

}

.homebanner .commonbtn{

    margin-top: 60px;

}

.commonbtn:hover {

    background: transparent;

    color: #0F75BC  ;

}

.bodybg {

    background-size: cover;

    width: 100%;

}

section.archievesec {

    padding: 80px 0 75px;

}

.archievesecin {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}





.iconbox {

    width: 100px;

    border: 1px solid #0F75BC;

    height: 100px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    padding: 20px;

        margin: 0 auto 15px;

}

.archievecol {

    width: 30%;

    padding: 0 20px;

    text-align: center;

}

.iconbox img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.archievecon h4 {

    color: #0F75BC;

    font-size: 30px;

    line-height: 40px;

    font-family: 'Roboto', sans-serif;

    font-weight: 600;

}

.archievecon p {

    color: #000000;

    font-size: 16px;

}

.updateimg img {

    width: 100%;

    position: relative;

    z-index: 1;

}

.updateimg {

    width: 45%;

    line-height: 0;

    position: relative;

}

.updatecon {

    width: 55%;

    padding: 0 50px;

    /*max-width: 700px;*/

    margin-left: 0;

    margin-right: auto;

}

.latestupdatein {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: space-between;

}

.updatecon h2 {

    color: #0F75BC;

    text-align: center;

    margin-bottom: 50px;

}

.updateimg::after {

    content: "";

    width: 100%;

    height: 100%;

    background: #8CC63F;

    position: absolute;

    right: -15px;

    top: -15px;

    z-index: 0;

}

.updateimg img {
	box-shadow: 2px 0px 5px 0px rgb(0 0 0 / 20%);
}

.blogcar p {

    display: block;

    text-align: center;

    margin-bottom: 30px;

    color: #000;

    font-size: 23px;

    line-height: 40px;

}



.blogcar {

    text-align: center;

}

.updatecon span.date {

    display: block;

    text-align: center;

    color: #868686;

    font-size: 19px;

    margin-bottom: 40px;

}

.blogcar a.commonbtngr {

    margin-bottom: 40px;

}   

.owl-dots span {

    background: transparent !important;

    border: 1px solid #8D8D8D;

}

button.owl-dot.active span {

    background: #0F75BC !important;

    border-color: #0F75BC !important;

}

section.twitterfeed {

    padding: 80px 0 0;

}

.customhead {

    text-align: center;

}

.customhead h2 span {

    display: inline-block;

    line-height: 0;

    margin-right: 5px;

}

.customhead h2 {

    display: flex;

    justify-content: center;

    align-items: center;

}

.customhead h2 span img {

    width: 55px;

}

section.ourfacts {

    padding: 80px 0 60px;

}

.factinner {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}



.factscol {

    width: 33%;

    text-align: center;

    padding: 0 30px 30px;

}



.facticon {

    width: 120px;

    height: 120px;

    border-radius: 50%;

    padding: 10px;

    background: #fff;

    margin: 0 auto 20px;

    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 7%);

    display: flex;

    align-items: center;

    justify-content: center;

}



.facticon img {

    width: 70px;

    height: 70px;

    object-fit: contain;

}

.factscol h5 {

    color: #007CF4;

    font-size: 30px;

    line-height: 40px;

}

section.sponsorsec {

    background: #F4FFE6;

    padding: 40px 0;

}

.bgtitle h6 {

    background: #8CC63F;

    display: inline-block;

    color: #fff;

    font-size: 20px;

    font-weight: 400;

    padding: 5px 50px;

    border-radius: 30px;

}

.bgtitle {

    text-align: center;

        margin-bottom: 40px;

}

.sponsorsecin {display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column-reverse;}

.sponsorsecinleft {width: 100%;}

.factscol {
    width: 27%;
    text-align: center;
    padding: 0 20px 10px;
}

.factscol img {
	height: 120px;
}

.supocol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 30px;
}

.supocol .facticon {width: 250px;height: 250px;}

.supocol .facticon img {width: 70%;height: 70%;object-fit: contain;}

.sponsorsecinright .supocol.supocol2 {flex-direction: row;}

.sponsorsecinright .supocol.supocol2 .factscol {width: auto;text-align: center;padding: 0 20px 10px;}

.sponsorsecinright {width: 100%;}

.supocol {
    width: 100%;
    border-left: 1px solid #E1E1E1;
}

.supocol .factscol {
	width: auto;
}
.supocol.supocol2 {

    border: none;

}

.footertopin {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.leftfoot {

    width: 65%;

    background-size: cover;

}

.rightfoot {

    width: 35%;

    background-size: cover;

}

.footlinksin {

    max-width: 885px;

    margin-left: auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    padding: 40px 0px;

}

.footcol {

    width: 33%;

}

.footcol ul li {

    list-style: none;

}   

.footcol h4 {

    font-size: 20px;

    color: #000000;

    font-weight: 500;

    padding-bottom: 10px;

    margin-bottom: 15px;

    border-bottom: 1px solid #BFBFBF;

    max-width: 70%;

}

.footcol ul li a {

    color: #000000;

    font-size: 13px;

    line-height: 30px;

}

.footlinksin {

    padding-right: 50px;

}

.footcol ul li i {

    color: #0F75BC;

    margin-right: 7px;

}

.copyrights {

    background: #0F75BC;

    text-align: center;

    padding: 15px;

}

.copyrights p {

    color: #fff;

    font-size: 14px;

    line-height: 20px;

}

.newslettersin h4 {

    font-size: 20px;

    font-weight: 500;

    color: #fff;

    margin-bottom: 30px;

}

.newslettersin {

    max-width: 350px;

    padding: 40px;

}       

.newslettersin p {

    font-size: 14px;

    color: #fff;

    margin-bottom: 20px;

}

.newslettersin input[type="email"] {

    width: 100%;

    border: 1px solid #DEDED1;

    background: #fff;

    border-radius: 20px;

    padding: 10px;

    margin-bottom: 10px;

}

.newslettersin input[type="submit"] {

    background: #0F75BC;

    border: 1px solid #fff;

    padding: 10px 30px;

    font-size: 14px;

    text-transform: uppercase;

    border-radius: 30px;

    color: #fff;

}



/*About Us Page*/

section.aboutpagetitle {
    padding: 220px 0 30px;
   	box-shadow: inset 0 -170px 62px 40px rgb(0 0 0 / 60%);
	margin-top: 70px;
}

section.aboutuspagetop {

    padding-bottom: 80px;

}



.abcon {
    width: 66%;
}

.abcon.no-width {
	width: auto;
}

.abconright {
    width: 33%;
    text-align: center;
    padding: 0 30px;
}

.abconright.no-width {
	width: auto;
	padding: 0;
}

.aboutuspagetopin {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    margin-top: -75px;

}

.bodybg.abbody {

    padding-top: 1px;

}

.abcon h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 7px;
	text-transform: uppercase;
	font-size: 36px;
}

.abouttitlelogo img {

    width: 300px;

    margin-bottom: 10px;

}

.abrightimg img {

    width: 100%;

}

/*.abrightimg {

    max-width: 60%;

    margin: 0 auto 20px;

}*/

.abrightimg.full-width {
	max-width: 100%;
}

.abconright p {

    color: #0F75BC;

    font-weight: 500;

    font-size: 18px;

}

.abcon p {

    font-size: 16px;

    line-height: 30px;

    margin-bottom: 20px;

}

h2.abcmnttl {

    color: #0F75BC;

    font-size: 32px;

    margin-bottom: 30px;

    font-weight: 600;

}



.teamimg {

    display: inline-block;

    width: 70%;

    margin-top: -110px;

    border-radius: 50%;

    overflow: hidden;

}

.aboutusteam .teamimg {

    display: inline-block;

    width: 70%;

    margin-top: -110px;

    border-radius: 50%;

    overflow: hidden;

        height: 204px;



}

.teamin {

    border-radius: 15px;

    border: 1px solid #8CC63F;

    padding: 0 10px 10px;

    text-align: center;

    margin-top: 120px;

}

.teamcon h5 {

    color: #464646;

    font-size: 19px;

    font-weight: 400;

    padding-bottom: 10px;

    margin-bottom: 20px;

    position: relative;

}

.teamcon ul li {

    list-style: none;

}

.teamcon p {

    margin-bottom: 20px;

}

.teamcon ul li a {

    color: #0F75BC;

    font-size: 40px;

}

section.staticssection {

    padding: 70px 0 40px;

}

.staticsin {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}   

.staticol {

    width: 25%;

    padding: 0 20px;

    margin-bottom: 30px;

    text-align: center;

}

.staticol h6 {

    color: #0F75BC;

    font-size: 38px;

    line-height: 60px;

}

.staticol span.stacol {

    display: inline-block;

    width: 80px;

    height: 80px;

}

.staticol span.stacol img {

    max-width: 100%;

}

section.staticssection.centerexe .staticol span.stacol {

    width: 70%;

    height: auto;

    border-radius: 50%;

}   

section.staticssection.centerexe {

    padding-bottom: 50px;

}

section.staticssection.centerexe .staticsin {

    justify-content: center;

}

.schoolproin {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}       

.schoolproimg {

    max-width: 50%;

    margin: -60px auto 10px;

}

.schoolproimg img {

    width: 100%;
	height: auto;

}

.schoolprocol {

    width: 23%;

    padding: 0 20px 20px;

    text-align: center;

    margin-top: 60px;

}

section.schoolprogram {

    padding-bottom: 80px;

}

.botbtnsc {

    text-align: center;

    margin-top: 30px;

}

.headermenu {

    width: 70%;

}

/*menu*/

.burger {

    position: relative;

    width: 22px;

    height: 14px;

    cursor: pointer;

    background: transparent;

    border: none;

}

.burger span {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 2px;

    transition: all 0.2s, background 0s;

    background: #fff;

}

.burger span:nth-child(2) {

    top: 6px;

}

.burger span:last-child {

    top: 12px;

}

.nav-open .mobilemenu span:first-child {

    transform: rotate(45deg);

}

.nav-open .mobilemenu span:first-child, .nav-open .mobilemenu span:last-child {

    top: 8px;

}

.nav-open .mobilemenu span:nth-child(2) {

    opacity: 0;

    visibility: hidden;

}

.nav-open .mobilemenu span:last-child {

    transform: rotate(-45deg);

}

.nav-open .mobilemenu span:first-child, .nav-open .mobilemenu span:last-child {

    top: 8px;

}

.mobilemenu {

    display: none;

}

/*about pdeu*/

.abouttitlelogo h1 {

    color: #fff;

    text-align: center;

}

section.abpdpu {

    padding: 80px 0;

}

.abpdpuin {

    text-align: center;

}

.abpdpuin h2 , .ourjourney h2{


    position: relative;

    font-size: 30px;

    line-height: 40px;

    font-weight: 400;

    padding-bottom: 5px;

    margin-bottom: 20px;

        text-transform: uppercase;



}

.awardsection .cntrttl h2.abcmnttl {

    max-width: 50%;

}

section.ourjourney {

    text-align: center;

}

.abpdpuin p {

    color: #737373;

    font-size: 20px;

    line-height: 26px;

    margin-bottom: 30px;

}

.abpdpuin h6 {

    color: #0F75BC;

    font-size: 28px;

    line-height: 40px;

}

.abpdpuin h2::after, .ourjourney h2::after {

    content: "";

    position: absolute;

    width: 100px;

    height: 1px;

    background: #A7A7A7;

    bottom: -5px;

    left: 0;

    right: 0;

    margin: 0 auto;

}

.cntrttl {
    text-align: center;
}

.fundingmain.accordion .accordion-content {
	text-align: center;
}

.fundingmain.accordion .accordion-content .commonbtngr.current {
	color: #000;
}

.fundingcol.hide {
	display: none;
}

.tab-content{
	display: none;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

/*.fundingmain.accordion:hover .accordion-content {
	height: 0;
    overflow: hidden;
    transition: height .25s;
}*/

.cntrttl h2.abcmnttl {
    margin: 0 auto 50px;
    border: 1px solid #8CC63F;
    display: block;
    border-radius: 30px;
    max-width: 55%;
    font-weight: 400;
}

.cntrttl h2.abcmnttl.full {
	max-width: 100%;
	margin-bottom: 20px;
}

section.staticssection.pdpustatics {

    background-size: cover;

    background-position: center;

}

.pdpustatics .staticol span.stacol {

    padding: 20px;

    border: 1px solid #0F75BC;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0 auto;

    width: 90px;

    height: 90px;

}

section.awardsection {

    padding: 80px 0 0;

}

.awardin {

    padding: 0;

    background: #F2FBFF;
    border-radius: 8px;

    overflow: hidden;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        align-items: center;


}
.awardin div#custom-bg {
    width: 47%;
    border: 1px solid #000;
    border-radius: 10px;
    background: #FFF;
    margin: 1%;
}
.awardin h5 {
    text-align: left;
    color: #8cc63f;
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0;
}
.awardcon p {
    font-size: 18px;
    line-height: 32px;
}

.awardin img {

    width: 100%;

    height: 370px;

    object-fit: cover;

    border-radius: 15px;

    overflow: hidden;

}

.directorlistinner .teamin {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(24% - 30px);
}

.directorlistinner {

    display: flex;

    justify-content: space-between;

}

.directorlistinner .teamimg img {

    width: 150px;
    height: 150px;
    border-radius: 50%;

}

.directorlistinner .teamin h5::after , .aboutusteam .teamcon h5::after{

    content: "";

    width: 80px;

    height: 1px;

    background: #8CC63F;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}

section.directorlist {

    padding: 80px 0;

}

.directorlistinner .teamin .teamimg {

    margin-top: -80px;

}

.directorlistinner .teamin {

/*    width: 23%;*/

    margin-top: 80px;

}

.directorlistinner {

    flex-wrap: wrap;

}

.mentorlist .teamin {

    margin-bottom: 30px;

}

.stepscol img {

    width: 100%;

}

.incubestepsin {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.stepscol {

    width: 25%;

    margin: 0 45px 20px;

}

section.incubesteps {

    padding: 80px 0 60px;

}

.incubesertitle h2 {

    background: #0F75BC;

    font-size: 30px;

    color: #fff;

    padding: 4px 30px;

    line-height: 40px;

    border-radius: 30px;

    font-weight: 600;

    max-width: 400px;

    margin: 0 auto;

}

.incubesertitle {

    text-align: center;

    margin-bottom: 30px;

}

section.incubeservices {

    padding: 80px 0 50px;

}

.incubeservicesin {

    display: flex;

    justify-content: center;

    text-align: center;

    flex-wrap: wrap;

}

.incubesercol {

    width: 20%;

    margin: 0 40px 30px;

    padding: 0 5px;

}

.incubesercol h6 {

    color: #000000;

    font-weight: 400;

    font-size: 20px;

    line-height: 30px;

}

.incubesercol span.icnser {

    display: inline-block;

    border: 1.5px solid #8CC63F;

    background: #fff;

    box-shadow: 0px 0px 27px rgb(0 0 0 / 30%);

    width: 100px;

    height: 100px;

    border-radius: 100%;

    padding: 15px;

    margin-bottom: 20px;

}

.incubesercol span.icnser img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

section.incubeservices.facilities .incubesercol {

    width: 20%;

    margin: 0 20px 30px;

}

.partnershipin {

    background: #F0F0F0;

    padding: 30px 0 30px 30px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-bottom: 40px;

        align-items: center;



}



.partnershipincon {

    width: 65%;

}

.partnerimg {

    width: 30%;

    line-height: 0;

    border: 1px solid #000;

}

section.partnershippage {

    padding: 80px 0 40px;

}

.partnerimg img {

    width: 100%;

    height: 250px;

    object-fit: contain;
    background: #fff;

}



.partnershipincon h3 {

    color: #0F75BC;

    font-size: 34px;

    line-height: 44px;

    margin-bottom: 10px;

}

.partnershipincon p {

    color: #000000;

    margin-bottom: 30px;

}

.partnershipincon span.date {

    display: block;

    color: #888888;

    font-size: 14px;

}

.headermenu ul li ul.sub-menu {

    position: absolute;

    width: auto;

    display: block;

    min-width: 180px;

    opacity: 0;

    visibility: hidden;

    z-index: 11;

}



.headermenu ul li.menu-item-has-children

{

position: relative;

}

.headermenu ul li ul.sub-menu li {

    margin: 0;

    padding: 10px;

    background: #0f75bc;

    border-top: 1px solid #ffffff30;

}

.headermenu ul li ul.sub-menu a {

    padding: 0;

}

.headermenu ul li:hover ul.sub-menu{

visibility: visible;

opacity: 1;

}

.headermenu ul li ul.sub-menu li a {

    font-size: 16px;

    text-transform: uppercase;

}

.headermenu ul li.menu-item-has-children span {
    padding: 5px;
    color: #fff;
    position: absolute;
    right: -26px;
    top: 25px;
}

section.fundingmain {

    padding: 80px 0 0;

}

.fundingcol {

    background: #EFEFEF;

    border: 1px solid #8CC63F;

    margin-bottom: 30px;

    padding: 20px;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.fundingcol h6 {

    font-size: 24px;

    font-weight: 400;

    max-width: 60%;

    line-height: 34px;

    color: #484848;

        text-transform: capitalize;


}

.fullwidbtn {

    text-align: center;

}

section.startupmain {

    padding: 80px 0;

}

.staruplist {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.startup img {

    width: 100%;

    height: 200px;

    object-fit: contain;

}

.startup {

    width: calc(30% - 20px);

    margin: 0 10px 15px;

    border-radius: 20px;

    overflow: hidden;

        background: #fff;



    line-height: 0;

}

.startsearch {

    margin-bottom: 30px;

    text-align: center;

}



.startsearch form {

    position: relative;

}

.startsearch form input {

    border: 1px solid #8CC63F;

    font-size: 16px;

    padding: 8px 30px;

    width: 100%;

    border-radius: 30px;

}

.startsearch {

    text-align: center;

    max-width: 550px;

    margin: 0 auto 30px;

}

.startsearch button.searchbtn {

    position: absolute;

    right: 7px;

    color: #000;

    border: none;

    background: transparent;

    font-size: 20px;

    padding: 6px;

}

.programlistin img {

    width: 100%;

    height: 380px;

    object-fit: cover;

}

.programlist {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.programlistin {

    width: 49%;

    position: relative;

    line-height: 0;

    margin-bottom: 25px;

}

.programlistin h6 {

    display: block;

    text-align: center;

    position: absolute;

    bottom: 0;

    background: #0f75bcb5;

    width: 100%;

    color: #fff;

    font-size: 24px;

    line-height: 45px;

}

section.programspmain {

    padding: 80px 0;

}

section.directorlist.mentorlist .directorlistinner {

    justify-content: center;

}

section.directorlist.mentorlist .directorlistinner .teamin {

    margin-right: 15px;

    margin-left: 15px;

    width: calc(24% - 30px);

}

section.internopportunity {

    padding: 80px 0;

}

.internopportunity .cntrttl h2.abcmnttl {

    font-size: 26px;

}

.internoppoin {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

}

.interncol {

    width: 20%;

    text-align: center;

}

.interncol span.internicon {

    display: inline-block;

    border: 1px solid #fff;

    width: 130px;

    height: 130px;

    border-radius: 50%;

    padding: 27px;

    margin: 0 auto;

    background: #fff;

    box-shadow: 0 0 9px rgb(0 0 0 / 20%);

}

.interncol span.internicon img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.interncol p {

    color: #000000;

    font-size: 20px;

    margin-top: 10px;

}

.mentorlist .directorlistinner .teamin h5::after {

    display: none;

}

section.directorlist.mentorlist.teamiic .directorlistinner .teamin h5::after{

    display: inline-block;

}

section.directorlist.mentorlist .directorlistinner .teamin {

    border-color: #0F75BC;

}

.aboutusteam .teamin {

    height: 100%;

    min-height: 360px;

}

section.aboutusteam {

    padding-bottom: 80px;

}   

.footcol h4:nth-child(3) {

    margin-top: 20px;

}

.footcol ul.socialfoot {

    display: flex;

}



.footcol ul.socialfoot li a {

    display: inline-block;

    font-size: 16px;

    padding: 1px 10px;

    border: 1px solid #000;

    border-radius: 50%;

    width: 35px;

    height: 35px;

}

.footcol ul.socialfoot li a i {

    color: #000;

}

.socialfoot li {

    margin-right: 5px;

}

.footcol ul.contactfoot li {

    display: flex;

    align-items: flex-start;

    margin-bottom: 7px;

}

.footcol ul.contactfoot li i {

    line-height: 36px;

}

section.twitterfeed.instafeed {

    padding: 80px 0;

}

.teamimg img {

    height: 100%;

    object-fit: cover;

}

.mentorlist .teamcon h5 {

    margin-top: 20px;

}

.mobilelogo{

    display: none;

}

.singlepostin {

    padding: 80px 0;

}

.singlepostin ul li , .singlepostin ol li {
    list-style-position: outside;
	line-height: 30px;
    margin-left: 28px;
}



.singlepostin p {

    margin-bottom: 12px;

}

table {

    width: 100%;

}

table, td, th {

    border: 1px solid #000;

    border-collapse: collapse;

}

.singlepostin td,.singlepostin th{

padding: 10px;

}

.singlepostin a {

    color: #0f75bc;

}

/*Journey*/

.journeydet img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
        display: inline-block !important;

}



.journeydet p , .journeydet ul li {

    font-size: 13px;

    line-height: 18px;

    margin-bottom: 15px;

    list-style-position: inside;

}

.journeydet {

    text-align: left;

    margin-left: 40px;
       min-height: 290px;


}



span.journeyyear {

    background: #8CC63F;

    transform: rotate(-91deg);

    display: inline-block;

    color: #fff;

    font-size: 20px;

    padding: 0px 40px;

    position: absolute;

    left: 0;

    width: auto;

    margin-left: -50px;

        border-radius: 30px;

}

.journeyin {

    display: flex;

    align-items: center;

    position: relative;

    padding-bottom: 40px;

}

span.journeyyear::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background: #8cc63f;
    left: -116px;
    bottom: 50%;
}

.journeyin::after {

    content: "";

    position: absolute;

    width: 110%;

    height: 1px;

    background: #8cc63f;

    bottom: 6px;

    left: 14px;

}



/* Twitter */

.twitterfeeds .ctf-item {

    display: flex !important;

    flex-direction: column;

    justify-content: flex-start !important;

}



.twitterfeeds .ctf-item .ctf-author-box {

    margin: 0 !important;

    width: 100% !important;

    flex-wrap: wrap;

}



.twitterfeeds .ctf-item .ctf-tweet-content {

    margin: 0 !important;

    text-align: left !important;

}



.twitterfeeds .ctf-item .ctf-tweet-actions {

    width: 100% !important;

    margin: 0 !important;

    text-align: left;

}



.twitterfeeds .ctf-item .ctf-author-box a.ctf-author-avatar {

    float: none !important;

    margin: 0 !important;

    border-radius: 50% !important;

}



.twitterfeeds .ctf-item .ctf-author-box .ctf-author-box-link {

    display: flex !important;

    flex-wrap: wrap;

    align-items: flex-start;

}

.authdet {

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    text-align: left;

        width: 85%;



}

.twitterfeeds .swiper-pagination {

    position: static;

    margin: 10px 0;

}

.ctf-new.swiper-slide{

    background: #fff !important;

    padding: 20px !important;

    border-radius: 15px !important;

    opacity: 0.5;

    margin-top: 15px;

    margin-bottom: 15px;

}

.ctf-new.swiper-slide.swiper-slide-active {

    background: #fff !important;

    padding: 20px !important;

    border-radius: 15px !important;

    opacity: 1;

    box-shadow: 0px 0px 4.77px 4.23px rgba(0, 0, 0, 0.05);

}

section.directorlist.mentorlist.pdeuinterns img {

	width:150px;
    height: 150px;

    object-fit: cover;

    object-position: center;

}





.startsearch .asl_w_container.asl_w_container_1 .probox , .startsearch .asl_w_container.asl_w_container_1 div#ajaxsearchlite1{

    background: transparent !important;

    height: auto;

}

.startsearch .asl_w_container.asl_w_container_1 .probox input.orig {

    border: 1px solid #8CC63F !important;

    font-size: 16px !important;

    padding: 8px 30px !important;

    width: 94%;

    border-radius: 30px;

    height: auto !important;

    color: #000000 !important;

}

.startsearch .asl_w_container.asl_w_container_1 .probox input.orig::placeholder , .startsearch div.asl_w .probox .proinput input.autocomplete , .startsearch #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{

    color: #000 !important;

}



.startsearch form {

    position: relative;

    height: 100%;

}

.startsearch #ajaxsearchlite1 .probox, div.asl_w .probox{

        height: 44px !important;

}

.startsearch div.asl_w .probox .promagnifier svg {

    fill: #000 !important;

}

.startsearch div.asl_w .probox .promagnifier {

    height: 44px !important;

    background: transparent !important;

    position: relative;

    right: 8px;

    top: -3px;

}

.startsearch #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput{

padding: 0 !important;

margin:0 !important;

}



section.latestnews {

    padding: 80px 0;

}

.latestnews h2 {

    font-size: 30px;

    text-transform: uppercase;

    text-align: center;

    margin-bottom: 30px;

    color: #0F75BC;

}

.latestdetails {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.latestdetailsin {

    background: #fff;

    padding: 15px;

        box-shadow: 0 0 10px rgb(0 0 0 / 5%);

    margin-bottom: 20px;


}

.latestdetailsin h4 {

    color: #8cc63f;

    font-size: 24px;

    line-height: 32px;

    margin-bottom: 15px;

}

.latestdetailsin span.date {

    margin-top: 20px;

    display: block;

}

.aboutusteam .teamcon p {
    width: 100%;
    min-height: 110px;
}
.cstmpop {
    padding: 20px;
    color: #fff;
}
.close {
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
.sbi_photo_wrap {
    border-radius: 10px;
    overflow: hidden;
}
.centerttl {
    text-align: center;
    margin-top: 50px;
}

.startuptop {
    padding: 60px 0 30px;
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.startuplogo {
    width: 25%;
    margin-right: 0;
    border: 1px solid #000;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.startupdetails {
    width: 72%;
}
.startuplogo img {
    width: 90%;
    object-fit: contain;
}
.startupdetails h2 , .startupbrief h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.startupdetails ul li {
    list-style-position: inside;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
}
.startupdetails ul li span {
    color: #0f75bc;
    font-weight: 700;
}
.startupdetails h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.startupdetails a {
	text-decoration: underline;
}
.startupbrief {
    margin-bottom: 40px;
}
.startupbrief p {
    font-size: 20px;
    line-height: 30px;
	text-align: justify;
}

.foundermain {
    display: flex;
    flex-wrap: wrap;
}
.founderinfo img {
    width: 100%;
}
.aboutusteam .teamin {
    margin-right: 2px;
}
.founderinfo {
    width: 32%;
}
.founderinfo .teamimg {
    width: 170px;
    height: 170px;
}
.founderdetails {
    padding: 0 0 60px;
}
.founderdetails .directorlistinner {
	justify-content: inherit;
}
.schoolprocol:hover {
    color: #fff;
    background-color: #0f75bc !important;
}

.sponsorsecinright .supocol.supocol2 .factscol {
    margin-bottom: 20px;
}

.internopportunity .centerbtn {
    text-align: center;
}
.internopportunity .centerbtn a.commonbtngr {
    padding: 10px 30px;
    font-size: 20px;
    margin: 0 10px;
    min-width: 260px;
}
section.internoportunitytext {
    padding: 80px 0;
}
.opporcontentin p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #232323;
}
.internshiprow {
    border: 1px solid #707070;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    margin-bottom: 30px;
}
section.internshiplist {
    padding-bottom: 50px;
}
.internshiplogo {
    width: 20%;
    padding-right: 50px;
}
.internshiplogo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.internshipcon {
    width: 80%;
    padding-left: 20px;
}
.internshipcon ul, .internshipcon ul li {
    list-style-position: inside;
}
.internshipcon h3 {
    color: #0F75BC;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
}
.internshipcon h6 {
    color: #727272;
    font-size: 20px;
    margin-bottom: 15px;
}
.jobon ul li, .jobon p {
    font-size: 16px;
    line-height: 26px;
}
.jobon {
    margin-bottom: 15px;
}
.internshipcon span {
    display: block;
    margin-bottom: 10px;
}
ul.applybtn, ul.applybtn li {
    list-style: none;
    display: inline-block;
}

ul.applybtn li a {
    border: 1px solid #8CC63F;
    background: #8CC63F;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
section.internshiplist.jobopportunitymain {
    padding: 80px 0 50px;
}
.jobopportunitymain h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #8CC63F;
    font-size: 30px;
    line-height: 40px;
}

.inncubatedstart h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #8CC63F;
    font-size: 30px;
    line-height: 40px;
}
.inncubatedstart .startup {
    border: 1px solid #707070;
    border-radius: 0;
}

footer {
    background: #000000;
}
.footertop {
    padding: 100px 0;
}
.footerlinks {
	color: #FFF;
}
.footerlinks ul li {
    list-style: none;
}
.footerlinks ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.footersocial span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.footersocial h4 {
    color: #fff;
    font-size: 28px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.footersocial ul.socialfoot {
    display: flex;
    list-style: none;
}
.footersocial ul.socialfoot li a {
    color: #fff;
    font-size: 20px;
    padding: 15px;
}
.footerbottom {
    padding: 40px 0;
    border-top: 2px solid #fff;
}
.footerbotin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        align-items: center;
}
.footerlogo {
    width: 30%;
}
.footerlogo img {
    width: 180px;
}
.copytxt p {
    color: #fff;
}
.copytxt {
    width: 40%;
    text-align: right;
}

.awardin div#custom-bg img {
    object-fit: contain;
}

.awardcon {
    width: 49%;
}
section.aboutuspagetop.aboutuspageiictop .abrightimg {
    /*max-width: 80%;*/
    margin-top: 20px;
}
.startup {
    width: calc(33% - 20px);
    margin: 0 10px 25px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    line-height: 0;
    border: 1px solid #0f75bc;
}
.inncubatedstartup .internshiplistinner {
    display: flex;
    flex-wrap: wrap;
    margin:0 -15px;
}
.inncubatedstartup .internshiplistinner .internshiprow {
    display: block;
    width: 49%;
    margin: 0 15px;
}


.inncubatedstartup .internshiplogo {
    width: 50%;
    padding-right: 0;
    margin-bottom: 30px;
}
.inncubatedstartup .internshipcon {
    padding: 0;
    width: 100%;
}
.inncubatedstartup .internshipcon span {
    display: inline-block;
}

.inncubatedstartup .jobon p {
    padding-bottom: 15px;
}
section.internshiplist.inncubatedstartup {
    padding-top: 80px;
}
.dropdowncon {
    height: 300px;
    overflow: scroll;
}

.latestdetailsin p {
    text-align: justify;
}

.bgtitle.bgtitlebl h6 {
    background: #0F75BC;
}
.awardcon p {
    text-align: justify;
}
.cntrttl h2.abcmnttl {
    text-transform: uppercase;
}

.updatecon h2 , .bgtitle h6 , .incubesertitle h2{
    text-transform: uppercase;
}
section.aboutpagetitle.aboutpagetitlemain {
    padding-bottom: 75px;
    padding-top: 125px;
}
section.ourjourney .cntrttl h2.abcmnttl::after{
    display: none;
}
.ourjourney .cntrttl h2.abcmnttl {
    max-width: 39%;
}
.awardcon {
    padding: 0 20px;
}
.page-template-pdeuiic-php section.aboutpagetitle {
    padding: 252px 0 50px;
}
.headermenu ul li.current-menu-item a {
    font-weight: 600;
    color: #8cc63f;
}
.single-program figure.swiper-slide-inner img.swiper-slide-image {
    border-radius: 10px !important;
    width: 100% !important;
       max-height: 370px;
}
.startup.isotope-item {
    padding: 15px;
}
.inncubatedstart .startup {
    padding: 20px;
}
.elementor-element h6.elementor-heading-title {
	font-weight: 700 !important;
}
.header-container {
	padding: 20px;
	margin-left: 100px;
	background-color: rgba(0, 0, 0, 0.6);
	max-width: 650px;
	border-radius: 30px;
}

.entry-content p, .entry-content li {
	text-align: justify;
}

.entry-content ol li {
	margin-bottom: 20px;
	line-height: 30px;
}

.entry-content ol li li {
	margin-bottom: 5px;
}

.entry-content ol>li::marker {
	font-weight: bold;
}

.stickybtn a {
	padding: 30px 10px !important;
    font-size: 24px !important;
    border-radius: 25px !important;
    font-weight: 700;
	top: 35% !important;
}

.sticky-links {
	position: absolute;
	width: 100%;
	padding: 10px 0;
	bottom: 0;
}

.isotopfil {
	text-align: center !important;
}
.isotopfil .isotope-toolbar-btn {
	margin: 5px 0;
}
.isotopfil .isotope-toolbar-btn.active {
	color: #000;
}

p.update-head {
	color: #000080;
	font-weight: 700;
}

.commonbtngr.blue {
	background-color: #0F75BC;
	border: 1px solid #0F75BC;
	font-size: 16px;
	margin: 5px 0;
	font-weight: 600;
}
.fundingmain.accordion .accordion-content .commonbtngr.blue.current, .commonbtngr.blue.active {
	color: #8CC63F;
}