  @charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/ font-family: "Montserrat", serif;**/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/   font-family: "Bebas Neue", serif;**/
/* CSS Document */
h1, h2, h3, h4, h5, h5 {
  font-family: "Montserrat", serif;
  font-weight: 600;
}

header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999999999999;
}

body {
  font-family: "Montserrat", serif;
  margin: 0;
  padding: 0;
}

.bg-light {
  background-color: #fff !important;
}

.blue-bg {
  background: #00b7e8;
  color: #fff;
}

.blue-bg p {
  color: #fff;
}

.white-btn {
  color: #fff;
  border: solid 1px #fff;
}

.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/**300621v1tav****/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}

.iconobx img {
  width: 35px;
}

/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}

.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {
	position: fixed;
	bottom: 7px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a img {
	margin: 0 auto;
}
#back-top a:hover {
	color: #000;
}
#back-top a i {
	background: #ff2c2b;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 29px;
	padding-top: 2px;
	border: solid 2px #fff;
	box-shadow: 0px 0px 5px #777;

} **/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #262626;
    display: block;
    padding: 0;
    border-radius: 0;
    border: solid 2px #fff;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 37px;
}

/**go to top here end**/
/**landingpage code**/

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}


/*jgulpone****/
section.jgulp.jgulpone {
    position: relative;
}
.topbnre {
    width: 100%;
    object-fit: cover;
    height: 830px;
}

.jgulpone .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.toploew {
    /* background: #fff; */
    width: fit-content;
    padding: 20px;
    width: 370px;
    margin-bottom: 11%;
}

.toploew img {
    width: 100%;
    display: block;
}
.bodew {
    display: block;
}
.leimdbx {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.firoxe {
    width: 83%;
    margin: 39px 0 50px;
}
.otbox {
    display: block;
    margin: 13px 0 36px;
}

.bodew p {
    font-size: 22px;
    color: #fff;
    margin: 38px 0 0 0;
}
/****jgulpone**end****/

/*jgulptwo****/
section.jgulp.jgulptwo {
    background: #b71a34 url("/admissions/apply/images/ping-bg.webp") no-repeat top left/ cover;
    padding: 50px 0;
}
.maonbxe {
    border: solid 2px #fbb800;
}
.mdiese {
    display: block;
}
.abtxt {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.jgutxt {
    display: inline-block;
    vertical-align: middle;
    width: 119px;
    margin: 32px 30px 0 30px;
}

.paraboxe {
    display: inline-block;
    color: #fff;
    width: 82%;
    vertical-align: top;
    font-size: 16px;
    padding: 20px 0;
}

.paraboxe p:last-child{margin: 0;}

.bloxe {background: #262626;
    padding: 30px 70px;
    border-top: solid 2px #fbb800;
    margin: 15px 0 0 0;}

/****jgulptwo**end****/

/*jgulpthree****/
section.jgulp.jgulpthree {
    background: #262626;
    padding: 50px 0;
}
.allhead {
    color: #262626;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
}

.diese {
    background: #fbb800;
    display: block;
    width: fit-content;
    padding: 0 0 0 29px;
    line-height: normal;
}

.diese i {
    display: inline-block;
    font-style: normal;
    margin: 10px 21px 12px 0;
}

.diese img {
    display: inline-block;
    margin: 0;
    object-fit: cover;
    height: 52px;
    vertical-align: top;
    position: absolute;
}
.linebt {
    display: block;
    width: 100%;
    border-bottom: solid 2px #fbb800;
}

.boxebox   {
    display: block;
    margin: 50px 0;
}
.loese {
    display: inline-block;
    background: #fbb800;
    font-family: "Bebas Neue", serif;
    width: 25%;
    text-align: center;
	position: relative;
}
.loese::before {
    content: "";
    background: url(/admissions/apply/images/trigle-img.webp) no-repeat;
    position: absolute;
    z-index: 2222;
    height: 40px;
    width: 18px;
    right: -18px;
    background-size: contain;
    top: 42%;
}
.fird {
    font-size: 199px;
    font-family: "Bebas Neue", serif;
    font-weight: 800;
    line-height: 189px;
    display: block;
    padding: 12px 20px 0;
}

.fides {
    font-size: 77px;
    line-height: 43px;
}

.pibxe {
    display: block;
    background: #b01932;
    color: #fff;
    font-size: 35px;
    line-height: 51px;
    padding: 5px 0 0 0;
    margin: 9px 0 0 0;
}
.slibxes {
    display: inline-block;
    vertical-align: top;
    width: 71%;
    margin: 0 0 0 46px;
    margin-bottom: 19px;
}

.taboxe {margin-top: 45px;
}
.taboxe .nav.nav-pills .nav-item {
    width: 16%;
}
.taboxe .nav.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    width: 98%;
    font-size: 20px;
    font-weight: 700;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    margin: 0 10px;
    line-height: 29px;
    color: #262626;
    line-height: 25px;
    padding: 13px 0;
}
.taboxe  .nav-pills .nav-link.active, .taboxe  .nav-pills .show > .nav-link {
  color: #fff;
       background: #b71a34;
	position: relative;
}

.taboxe .nav-pills .nav-link.active::before, .taboxe .nav-pills .show > .nav-link::before {
    background: url(/admissions/apply/images/btm-tabs.webp) no-repeat top center;
    position: absolute;
    bottom: -8px;
    height: 10px;
    width: 60px;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
}

.taboxe .nav.nav-pills .nav-item:first-child .nav-link { margin-left: 0;	}
.taboxe .nav.nav-pills .nav-item:last-child .nav-link { margin-right: 0;	}

.taboxe .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    display: inline-block;
    width: 49.4%;
	margin: 0.5% 0;
	vertical-align: top;
}
.taboxe .accordion-flush .accordion-item:nth-child(even){margin-left: 10px;}

.taboxe .accordion-body {
    background: #e3e3e3;
}

.uioxe ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uioxe ul li {
    margin: 5px 0;
    position: relative;
    padding: 0 0 0 20px;
}

.uioxe ul li::before {
    height: 7px;
    width: 7px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #b71a34;
    content: "";
}



.accordion-button:not(.collapsed) {
    background: #fff;
}
.accordion-button:focus {
    z-index: 3;
    border :none;
    outline: 0;
    box-shadow: none;
}
/jgulpthree*end****/

/****jgulp jgulpfour*/

.jgulpfour {
    padding: 50px 0 80px;
	background: url("/admissions/apply/images/bg-2.webp") no-repeat left top/ cover ;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.onews {margin-top: 50px;}
.onews ul li {
    display: inline-block;
    float: left;
    width: 25%;
    color: #fff;
    padding: 0 2% 0 0;
}
.onews ul li:last-child {padding-right: 0;}

.onews ul li .nubxe {
    font-family: "Bebas Neue", serif;
    font-size: 38px;
    color: #fbb800;
    background: #262626;
    font-weight: 600;
    padding: 5px 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
	width: auto;
}	

.onews ul li span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin: 0 0 0;
    width: 77%;
    text-transform: uppercase;
}
/*end****/

/***jgulpfive**/

.jgulpfive {
    padding: 50px 0 0;
    background: url(/admissions/apply/images/bg-3.webp) no-repeat left top / cover;
}
.jgulpfive .diese {
    background: #262626;
}
.jgulpfive .allhead {
    color: #fbb800;
}
.jgulpfive .linebt {
    border-bottom: solid 2px #262626;
}

.diesed {
    display: block;
    margin-top: 64px;
}
.chanded {
    display: inline-block;
    vertical-align: top;
    object-fit: contain;
    height: 645px;
    margin-right: 53px;
}
.rioxe {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 0 0 0 0;
}
.nabxe {
    display: block;
    font-size: 28px;
    font-weight: 800;
}

.nabxe span {
    display: block;
    background: #b71a34;
    color: #fff;
    width: fit-content;
    padding: 0 7px;
    font-size: 16px;
    font-weight: 500;
}

.deboxe {
    margin: 20px 0 38px 0;
    font-weight: 500;
}

.ytbntbx {
    display: inline-block;
    vertical-align: top;
    margin: 26px 0 0 0;
}

.ytbntbx a {
    background: #b71a34;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    padding: 0 14px 0 0;
    font-weight: 500;
    margin: 0 14px 0 0;
}

.boloxe {
    display: inline-block;
    background: #262626;
    padding: 7px 11px;
}
.ytbntbx a span{
    display: inline-block;
    margin: 0 0 0 13px;
}
/****jgulpfive**end****/

/**jgulpsix***/
.jgulpsix {
    padding-top: 50px;
    background: #e3e3e5;
}
.kdiese {
    display: block;
    width: 100%;
}
.doee {
    display: inline-block;
    width: 31%;
    border: solid 1px #262626;
}
.dbode {
    display: block;
    background: #b71a34;
    color: #fff;
    font-size: 172px;
    font-weight: 700;
    text-align: center;
    line-height: 211px;
}
.bixe {
    margin: 30px 50px 25px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}
.smbxe {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 32px 0;
}

.riboxe {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin: 0 0 0 2%;
}

.riboxe .small {
    text-align: center;
    margin: 0 0 6px 0;
    line-height: 28px;
}

.worldmap {
    object-fit: contain;
    height: 329px;
    margin: 18px auto 0;
    display: block;
}

.ded {
    padding: 50px 0 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.ded .linebt {
    border-bottom: solid 2px #262626;
}

.diekse {
    margin: 30px 0;
}


.diekse li {
    width: 33%;
    float: left;
    padding: 20px 56px 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    min-height: 155px;
	position: relative;
}

.diekse li.cird::before {
    background: #afafaf;
    position: absolute;
    right: -6px;
    bottom: -6px;
    height: 12px;
    width: 12px;
    content: "";
    transform: rotate(45deg);
    z-index: 2;
}
.diekse li:nth-child(3n+3) {border-right: none;	}
.diekse li:nth-child(4), .diekse li:nth-child(5), .diekse li:nth-child(6) {border-bottom: none;}
.diekse li strong {
    display: block;
    font-size: 50px;
    color: #b71a34;
    line-height: 55px;
}

.redbx {
    background: #b71a34;
    color: #fff;
    padding: 25px;
    margin: 50px 0;
}

.urde {
    display: inline-block;
    vertical-align: middle;
    font-size: 29px;
    line-height: 35px;
    width: 22%;
}

.urde strong {
    display: inline-block;
    vertical-align: middle;
    margin: 0 33px 0 0;
}

.redbx ul {
    display: inline-block;
    vertical-align: middle;
    width: 77%;
}
.redbx ul li {
    display: inline-block;
    width: 33%;
    float: left;
	 text-align: center;
}
.redbx ul li img{
    object-fit: contain;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
}

.redbx ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 0 20px;
    text-align: left;
}

#international .item img:last-child {margin-top: 10px;}

.fuime {width: 100%;}
/jgulpsix*end****/

/*jgulpseven****/
.jgulpseven {
    background: url(/admissions/apply/images/ping-bg.webp) no-repeat top center;
    padding: 50px 0;
}
.leboxe {
    width: 68%;
    float: left;
    display: inline-block;
    vertical-align: top;
}
.jgulpseven .leboxe:first-child {
    width: 32%;
    margin: -2px 0 0 0;
}

.jgulpseven .leboxe:last-child .diese {
    background: #fbb800;
    display: block;
    width: fit-content;
    padding: 0;
    line-height: normal;
    float: right;
}

#rex {
    width: 85%;
	text-align: right;
	float: right;
}
.jgulpseven .leboxe:last-child .linebt {
    clear: both;
}

.jgulpseven .leboxe:last-child .allhead {
    text-align: right;
}


.jgulpseven .diese i {
    margin: 10px 21px 7px 0;
}
 .jgulpseven .leboxe:last-child .diese i {
    margin: 8px 21px 7px 0;
}

.jgulpseven .leboxe:last-child .diese img {
    height: 41px;
    margin: 0 0 0 -15px;
}
.jgulpseven .allhead {
    margin-bottom: 51px;
	    font-size: 20px;
}
.jgulpseven  .diese img {
    height: 42px;
	    margin: 0 -16px 0 0;
}

.whixe {
    background: #ffffff;
    padding: 20px;
    min-height: 419px;
    font-size: 19px;
}
.imdsle {
    padding: 20px 10px;
    border-bottom: solid 1px #b71a34;
    margin-bottom: 16px;
}
.owl-carousel .owl-item .imdsle img {
    display: inline-block;
    object-fit: contain;
    height: 50px;
    width: auto;
}

.imdsle span{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 25px;
    color: #b71a34;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    margin: 0 0 0 17px;
}
#rex {clear: both;}
/****jgulpseven**end****/

/.jgulpeight/

.jgulpeight {
    width: 100%;
    top: 0;
    position: relative;
    overflow: hidden;
	    background: #262626;
}
.dides {
    width: 100%;
    top: 0;
    position: relative;
	margin-top: -8% ;
}

.jgulpeight .container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
.ujobxe {
    margin-top: 50px;
    width: 100%;
}
.ujobxe li {
    position: relative;
    color: #fff;
    width: 24.8%;
    float: left;
    border-right: solid 1px #fbb800;
    border-bottom: solid 1px #fbb800;
    min-height: 270px;
    padding: 47px 24px 0;
    text-align: center;
    font-size: 19px;
}
.ujobxe li img {
    object-fit: contain;
    height: 61px;
    display: block;
    margin: 0 auto 20px;
}
.ujobxe  span {
    font-size: 35px;
    font-weight: 800;
    color: #fbb800;
    line-height: 35px;
}

.ujobxe li:nth-child(4n+4) {
    border-right: none;
}
.ujobxe li:nth-child(5),.ujobxe li:nth-child(6), .ujobxe li:nth-child(7), .ujobxe li:nth-child(8){border-bottom: none;}

/****.jgulpeight**end****/

/**jgulp jgulpnine***/
.jgulpnine {background: url(/admissions/apply/images/bg-3.webp) no-repeat left top / cover;
    padding-top: 33px;}

.dese {
    display: inline-block;
    vertical-align: top;
    object-fit: contain;
    height: 757px;
    margin: 0 0 36px 0;
}

.rides {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    font-size: 22px;
    float: right;
    line-height: 34px;
    margin: 18px 0 0 0;
}

.jgulpnine  h3 {
    position: relative;
    font-size: 59px;
    font-weight: 700;
    color: #000;
    line-height: 59px;
    margin-bottom: 33px;
}
.jgulpnine  h3 span {
    display: block;
    position: absolute;
    width: 42%;
    height: 5px;
    background: #000;
    left: 33%;
    bottom: 10px;
    margin: 0 0 0 0;
}
/***jgulp jgulpnine***end****/

/***jgulpten**/
.jgulpten {
    background: url(/admissions/apply/images/ping-bg.webp) no-repeat top center;
    padding: 50px 0;
    color: #fff;
}

.eidie {
    padding-top: 50px;
}

.eidie li {
    width: 20%;
    padding-right: 1.2%;
    float: left;
    vertical-align: top;
    display: inline-block;
}
.eidie li:last-child{margin-left: 0;} 

.tod span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: 0 0 9px 0;
}

.eidie li .tod:first-child {
    min-height: 149px;
}

.eidie li .tod:last-child {
 margin-top: 20px;
}

.tod p {
    font-size: 14px;
    line-height: 19px;
}
.toime {
    width: 100%;
    margin: 6px 0;
}

footer{
    text-align: center;
    background: #262626;
    color: #fff;
    padding: 19px 0;
}

footer p {margin: 0;}
.owl-theme .owl-dots .owl-dot.active span{
    background: #fbb800;
    width: 29px;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fbb800;
}
.modal .modal-dialog {
    transform: none;
    max-width: 691px;
    width: 100%;
}
.modal-body {
    padding: 5px;
}
.modal-dialog .btn-close{
    position: absolute;
    right: -30px;
}
/**jgulp jgulpten****end****/

/**form***/
.formboxe {
    display: inline-block;
    max-width: 383px;
    width: 100%;
    margin: -10% 0 0 0;
}

/form*end****/

//
/*end****/

//
/*end****/

//
/*end****/

//
/*end****/

//
/*end****/

//
/*end****/

//
/*end****/
