/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  font-family: 'Work Sans', sans-serif !important;
  color: #282828 !important;
  position: relative;
}


div,
ul,
li,
p,
form,
h5,
h6,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

p {
  text-align: justify !important;
}

body,
html {
  overflow-x: hidden;
}



/* =======================   header  =======================   */



.fix_icn {
  position: fixed;
  top: 200px;
  right: 12px;
  width: 50px;
  z-index: 99;
}

.fix_icn ul {
  margin: 0px;
  padding: 0px;
}

.fix_icn ul li {
  margin: 12px 0px;
  padding: 0px;
  list-style: none;
}


.twinfix_btncel {
  position: fixed;
  top: 355px;
  right: -4px;
  width: 50px;
  z-index: 99;
}

.fix_btn {
  padding: 20px 12px;
  background: #FAD207;
  border-radius: 0px 8px 8px 0px;
  transition: 0.6s;
  text-transform: uppercase;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 8px 0px; width: 42px;
}

.fix_btn:hover {
  color: #fff;
}


.fix_btn img {
  transform: rotate(180deg);
  margin-bottom: 5px;
}





.header_top {}

.header_top .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.no_padng {
  padding-left: 0px;
  padding-right: 0px;
}

.header_top .redsocl_cel {
  background: #D10A11;
  padding: 15px 0px 14px 25px;
  float: left;
  width: 14.5%;
}

.header_top .redsocl_cel ul {
  margin: 0px;
  padding: 0px 0px 0px 35px;
}

.header_top .redsocl_cel ul li {
  margin: 0px 5px;
  padding: 0px 1px;
  display: inline-block;
  vertical-align: top;
}

.header_top .redsocl_cel ul li .fab {
  color: #fff;
  transition: 0.6s;
}

.header_top .redsocl_cel ul li .fab:hover {
  color: #f9cccc;
}


.header_top .blk_htop_link {
  background: #000;
  padding: 11px 25px 9px 0px;
  float: right;
  width: 85.5%;
}

.header_top .blk_htop_link ul {
  margin: 0px;
    padding: 0px 13% 0px 0px;
    text-align: left;
    margin-left: 10px;
    position: relative;
    float: right;
  float: right; 
}

.header_top .blk_htop_link ul li {
  margin: 0px 9px; 
  padding: 0px 1px;
  display: inline-block;
  vertical-align: top;
}

.header_top .blk_htop_link ul li:last-child {
  position: absolute;
  right: 70px;
}

/*.header_top .blk_htop_link ul li{ margin: 0px 14px; padding: 0px 1px; display: inline-block; 
    vertical-align: top; } */

.header_top .blk_htop_link .topmain_menu ul li a {
  color: #fff;
}

.header_top .blk_htop_link .topmain_menu ul {
  line-height: 17px;
}

.header_top .blk_htop_link .topmain_menu {
  height: 32px;
}


.header_top .blk_htop_link ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  transition: 0.6s;
}

.header_top .blk_htop_link ul li a:hover {
  color: #FAD207;
}


.header_top .blk_htop_link .admisn {
  background: #2B2B2B;
  border-radius: 6px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  color: #FAD207 !important;
  font-size: 12px;
  font-weight: 700;
  transition: 0.6s;
  display: block;
  text-align: center;
}

.header_top .blk_htop_link .admisn:hover {
  color: #fff !important;
}


.header_top .blk_htop_link .rd-btn {
  background: #fc3030;
  border-radius: 6px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  color: #FAD207 !important;
  font-size: 12px;
  font-weight: 700;
  transition: 0.6s;
  display: block;
  text-align: center;
}

.header_top .blk_htop_link .rd-btn:hover {
  color: #fff !important;
}






nav.menu {
  height: 85px;
  padding: 0 45px;
  position: relative;
  width: 100%;
  z-index: 999;
  background: #fff;
}

label.logo {
  position: absolute;
  margin-bottom: 0;
  line-height: 85px;
  margin-left: 15px;
}

label.logo img {
  width: 165px;
}

.menuBorder {
  border-bottom: 0px solid #fff;
}

nav.menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 70px;
}

nav.menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.8px;
}

nav.menu ul li a {
  color: #070707;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 6px;
  display: block;
  transition: .4s all;
  font-weight: 400;
}

nav.menu ul li a:hover {
  color: #d10a11;
}

nav.menu ul li.active a {
  color: #d10a11;
  font-weight: 700;
}

.checkbtn {
  color: #fff;
  font-size: 30px;
  float: right;
  margin-right: 15px;
  line-height: 80px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}








.blk_htop_link .topmain_menu {
  background: transparent;
}

#check2 {
  display: none;
}

.checkbtn2 {
  color: #fff;
  font-size: 30px;
  float: right;
  margin-right: 15px;
  line-height: 80px;
  cursor: pointer;
  display: none;
}




/* header {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
} 

nav.menu {
    
    padding: 0 45px;
    position: fixed;
    width: 100%;
    transition: .6s all; background: #fff;
}

nav.menu.sticky {
    background: rgba(99 30 4);
    box-shadow: 0px 4px 5px 0px rgba(159,149,149,0.25);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(159,149,149,0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(159,149,149,0.25);;
    top: 0;
} */



/*Submenu start */


.menu-toggle li {
  position: relative;
}

.sb_menu {
  display: none;
}

.sb_menu {
  width: 250px;
}

.menu-toggle li:hover .sb_menu {
  display: block;
  position: absolute;
  top: 66px;
  left: 0px;
  background: #fff;
  text-align: left;
  line-height: 35px;
  box-shadow: 0px 4px 5px 0px rgb(159 149 149 / 25%);
}

.sb_menu li {
  width: 100%;
  border-bottom: 1px dashed #694854;
}

.sb_menu li:last-child {
  border-bottom: 0px;
}

.sb_menu li a {
  text-align: left;
  text-transform: initial !important;
  font-size: 14px !important;
  padding: 0px 8px !important;
}

.menu-toggle li:hover .sb_menu li:nth-child(4) {
  width: 100%;
  line-height: 44px;
  padding-top: 0px;
}



/* ========== 7-7-21 ========== */

.menu-toggle li:hover .sb_menu li {
  position: relative;
}

.sb_menu2 {
  display: none;
}

.menu-toggle li:hover .sb_menu li:hover .sb_menu2 {
  width: 250px;
}

.menu-toggle li:hover .sb_menu li:hover .sb_menu2 {
  display: block;
  position: absolute;
  top: 7px;
  right: -250px;
  z-index: 999999;
  background: #fff;
  text-align: left;
  line-height: 45px;
  box-shadow: 0px 4px 5px 0px rgb(159 149 149 / 25%);
}

.nvrght_aro {
  float: right;
  margin-top: 16px;
}







.hdr_aply_btn {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase;
  background: #EB2625;
  border-radius: 8px;
  height: 50px;
  line-height: 34px;
  width: 150px;
  text-align: center;
  margin-top: 18px;
  transition: 0.6s
}


.hdr_aply_btn:hover {
  background: #C01212;
}


.banner {
  position: relative;
}

.banner .banr_pic {
  width: 100%;
  height: 550px;
}


.banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: 9;
}

.banner .bnttxt_cel {
  position: absolute;
  bottom: 190px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
  text-align: center;
}

.banner .bnttxt_cel span{
  display: block;
  font-style: italic;
  font-size: 26px;
  line-height: 30px;
}

.banner .bnttxt_cel .redmor_btn{
  float: none;
  margin: 6px auto 0px;
}

.homeBannerSlide .owl-dots {
  display: none;
}

.homeBannerSlide .owl-nav.owl-nav.owl-nav.owl-nav {
  display: none !important;
}

.banner h1 {
  font-weight: 700;
  font-size: 42px;
  color: #fff;
}



.bnttxt_cel h3{
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  padding: 0px;
  margin: 0 0 20px;
}


.redmor_btn {
  border: 1px solid #fff;
  box-sizing: border-box;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  width: 215px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  display: block;
  margin-top: 30px;
  color: #fff;
  transition: 0.6s;
}

.redmor_btn:hover {
  background: #fff;
  color: #000;
}


.still_logos {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  z-index: 9;
}

.still_logos .container {
  width: 100%;
}

.still_logos .blogo_hdng {
  width: 20%;
  float: left;
  height: 110px;
}

.still_logos .logos_cel {
  width: 80%;
  float: right;
  height: 110px;
}

.still_logos .blogo_hdng {
  background-color: rgba(95, 95, 95, 0.7);
  position: relative;
}

.still_logos .blogo_hdng h6 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  /*padding: 44px 40px 44px 154px;*/ padding: 25px 40px 44px 154px;
}

.logos_cel {
  background: #fff;
  width: 100%;
  line-height: 150px;
}

.logos_cel ul {
  margin: 0px;
  padding: 0px;
}

.logos_cel ul li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
  padding: 0px;
}

.logos_cel ul li img {
  width: 150px;
}

.logos_cel ul li figure {
  margin: 0 0 0.4rem;
}




.comn_sec .container {
  width: 84%;
}

.red_sec {
  background: #CF1111;
  padding: 90px 0px;
}

.red_sec h2 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}

.red_sec h2:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #fff;
  bottom: -30px;
  left: 0px; right: 0px; margin: 0px auto;
  position: absolute;
}

.red_sec span {
  display: block;
  font-size: 22px;
  color: #FF9A9A;
  font-weight: 400;
  margin-top: 50px;
  text-align: center;
}

.red_sec .curv_bx {
  background: #C01212;
  border-radius: 8px;
  width: 296px;
  float: none;
  margin: 15px auto;
  padding: 10px 0px;
}

.red_sec .curv_bx ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.red_sec .curv_bx ul li {
  margin: 0px 5px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.study_sec {
  padding-bottom: 225px;
}






.countr_sec {}

.countr_sec .counter_cel {
  margin-top: -190px;
}

.counter_cel li {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0px 10px;
  padding: 36px 10px;
  border-bottom: 4px solid #CF1111;
}

.counter_cel h5 {
  font-weight: 400;
  font-size: 18px;
  color: #5A5A5A;
  text-align: center;
}

.counter_cel li .counting {
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  color: #000;
  position: relative;
  display: table;
  margin: 0 auto;
}

.counter_cel li .counting:before {
  position: absolute;
  content: '+';
  right: -20px;
  top: 0;
}

.counter_cel .cunter_icnbx {
  width: 103px;
  height: 103px;
  float: none;
  margin: 10px auto 16px;
  border-radius: 50%;
  background: #f3f3f3;
  text-align: center;
  padding-top: 16px;
}

.counter_cel .counting small {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}




.whit_sec {
  background: #fff;
  padding: 90px 0px;
}

.whit_sec h2 {
  font-size: 56px;
  font-weight: 700;
  color: #161616;
  text-align: center;
  position: relative;
}

.whit_sec h2:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -15px;
  left: 0px; right: 0px; margin: 0px auto;
  position: absolute;
}

.whit_sec p {
  display: block;
  font-size: 18px;
  color: #868686;
  font-weight: 300;
  text-align: center;
  width: 830px;
  margin: 60px auto 20px;
}




.plcmnt_sec ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.plcmnt_sec ul li {
  margin: 0px;
  padding: 10px 40px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  position: relative;
}

.plcmnt_sec ul li:last-child:before {
  content: "";
  height: 195px;
  width: 1px;
  /* background: url(../images/plcmnt_seprtr.png)0 0; */
  top: 0px;
  left: 0px;
  position: absolute;
}




.whybit_sec {}

.whybit_sec .container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.whybit_sec .container .nopdng {
  padding-right: 0px;
  padding-left: 0px;
}

.whybit_sec .bit_vdobx {
  position: relative;
}

.vply_btn {
  position: absolute;
  left: 44%;
  top: 265px;
  width: 140px;
  height: 140px;
  opacity: 0;
}

.whybit_sec .bit_vdobx img {
  width: 100%;
  height: 100%;
}

.whybit_sec .bit_picbx {
  position: relative;
  background: url(../images/bit_pic.png) 0 0 no-repeat;
  width: 100%;
  float: left;
  padding: 30px 0;
}

.whybit_sec .bit_picbx,
.whybit_sec .bit_vdobx {
  /* height: 500px; */
  height:auto;
  padding: 0px;
}

.whybit_sec .bit_picbx:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}


.bitnfo_cont {
  width: 100%;
  /* padding: 74px 165px 37px 0px; */

}

.bitnfo_cont h5 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.bitnfo_cont h5:after {
  content: "";
  height: 4px;
  width: 96px;
  background: #fff;
  bottom: -30px;
  left: 0px;
  position: absolute;
}


.bitnfo_cont .hding_txt {
  padding-left: 150px;
}

.bitnfo_cont ul {
  margin: 30px 0px 0px;
  padding: 0px;
  text-align: center;
}

.bitnfo_cont ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 48%;
  padding: 10px;
  margin: 30px 2px 20px;
}

.bitnfo_cont ul li img {
  margin: 10px auto;
  position: relative;
}

.bitnfo_cont ul li span {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}

.bitnfo_cont ul li span:before {
  content: "";
  height: 3px;
  width: 20px;
  background: #fff;
  top: -15px;
  left: 174px;
  position: absolute;
}


.bitnfo_cont ul li:first-child span {
  padding: 5px 136px;
}

.bitnfo_cont ul li:nth-child(2) span {
  padding: 5px 106px;
}

.bitnfo_cont ul li:nth-child(3) span {
  padding: 5px 106px;
}

.bitnfo_cont ul li:last-child span {
  padding: 5px 116px;
}



.lifbit_sec {
  background: url(../images/lifbit_bg.png) bottom left no-repeat;
  width: 100%;
}



.lifbit_sec h2 {
  text-align: left;
  float: left;
}

.lifbit_sec h2:after {
  left: 0px; right: auto;
}

.sechdng_bx {
  float: left;
  width: 100%;
}

.life_slider {
  margin-top: 80px;
  float: left;
  z-index: 9999;
}

.bxslid {
  box-shadow: 0px 13px 19px #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
}

.slidbox_pic {
  width: 100%;
  height: 199px;
  text-align: right;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px !important;
}

.lifbox_cont {
  width: 100%;
  margin-bottom: 20px;
}

.lifbox_cont .short_nfobx {
  padding: 20px 12px;
  float: none;
  overflow: hidden;
  background: #fff;
}

.lifbox_cont .short_nfobx p {
  margin: 0px;
  width: 86%;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #585858;
  float: left;
}

.redarow {
  float: right;
  width: 17px;
  height: 13px;
  margin-top: 10px;
  margin-right: 4px;
  transition: 0.6s;
}

.redarow:hover {}


.lifbit_sec .owl-nav .owl-prev {
  background: url(../images/lb-prv.png) 0 0 no-repeat !important;
  width: 72px;
  height: 72px;
  margin: 4px;
  float: left;
  margin-left: -86px;
  background-size: contain !important;
}

.lifbit_sec .owl-nav .owl-next {
  background: url(../images/lb-nxt.png) 0 0 no-repeat !important;
  width: 72px;
  height: 72px;
  margin: 4px;
  float: right;
  margin-right: -86px;
  background-size: contain !important;
}

.lifbit_sec .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.lifbit_sec .owl-nav {
  top: 94px;
  position: absolute;
  width: 100%;
}

.lifbit_sec .vwall_lnk {
  font-size: 18px;
  color: #121212;
  font-weight: 700;
  float: right;
  position: relative;
  padding-right: 25px;
  margin-top: 36px;
  transition: 0.6s
}

.lifbit_sec .vwall_lnk:hover {
  color: #EB2625;
}

.lifbit_sec .vwall_lnk:after {
  position: absolute;
  content: '';
  top: 6px;
  right: 0px;
  height: 13px;
  width: 16px;
  background: url(../images/blck_arow.png) 0 0 no-repeat;
  background-size: contain;
}




.event_sec {
  position: relative;
}

.event_sec:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  height: 488px;
  width: 319px;
  background: url(../images/evnt_bgtop.png) 0 0 no-repeat;
}

.event_sec:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 0px;
  height: 488px;
  width: 319px;
  background: url(../images/evnt_bgbotm.png) 0 0 no-repeat;
}



.red_sec p {
  display: block;
  font-size: 18px;
  color: #fb8686;
  font-weight: 300;
  text-align: center;
  width: 830px;
  margin: 60px auto 20px;
}

.evnt_slider {
  margin-top: 50px;
}


.evnt_slider .bxslid {
  box-shadow: none;
  border-radius: 0px;
}

.evnt_slider .slidbox_pic {
  /*height: 332px;*/ height: auto;
  border-radius: 26px !important;
  overflow: hidden;
}

.evnt_slider .evnt_nfobx {
  float: none;
  overflow: hidden;
  margin-top: 30px;
}

.evnt_slider .evnt_nfobx .evdat {
  background: #B60F0F;
  border-radius: 16px;
  width: 91px;
  height: 95px;
  float: left;
}

.evdat h6 {
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  text-align: center;
}

.evnt_slider .evnt_nfobx .evdat label {
  font-weight: 400;
  font-size: 22px;
  color: #fff !important;
  text-align: center;
  display: block;
}

.evnfo {
  width: 76%;
  float: right;
  padding-left: 18px;
  border-left: 1px solid #5A0202;
}

.evnfo h4 {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-top: 0px;
}

.evnfo .redmor_lnk {
  font-weight: 700;
  font-size: 18px;
  color: #121212;
  float: left;
  margin-top: 0px;
  border-bottom: 3px solid #fff;
  transition: 0.6s;
}

.evnfo .redmor_lnk:hover {
  color: #fff;
}

.event_sec .owl-nav {
  top: 125px;
  position: absolute;
  width: 100%;
  pointer-events: none; 
}

.event_sec .owl-nav .owl-prev {
  background: url(../images/evt-prv.png) 0 0 no-repeat !important;
  width: 72px;
  height: 72px;
  margin: 4px;
  float: left;
  margin-left: -86px;
  background-size: contain !important; pointer-events: initial; 
}

.event_sec .owl-nav .owl-next {
  background: url(../images/evt-nxt.png) 0 0 no-repeat !important;
  width: 72px;
  height: 72px;
  margin: 4px;
  float: right;
  margin-right: -86px;
  background-size: contain !important; pointer-events: initial; 
}

.event_sec .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}




.achvmnt_sec {
  background: url(../images/lifbit_bg.png) bottom right no-repeat;
  width: 100%;
}

.achvmnt_sec .achvmnt_slider .lifbox_cont {
  background: #FFFFFF;
  box-shadow: 0px 13px 19px #E7EAF3;
  border-radius: 20px;
}

.achvmnt_slider .slidbox_pic {
  width: 169px;
  height: 169px;
  border-radius: 50% !important;
  background: #ECECEC;
  float: none;
  margin: 10px auto;
  padding: 30px;
}

.achvmnt_slider .bxslid {
  padding: 40px 46px;
}

.achvmnt_nfobx {}

.achvmnt_nfobx h5 {
  font-size: 28px;
  font-weight: 600;
  color: #282828;
  text-align: center;
  height: 60px;
}

.achvmnt_sec .achvmnt_nfobx p {
  font-size: 18px;
  font-weight: 300;
  color: #282828;
  text-align: center;
  width: 100%;
  margin: 15px 0px; }

.achvmnt_nfobx .redmor_btn {
  background: #464646;
  border-radius: 8px;
  width: 191px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: 0.6s;
  margin: 0px auto;
}

.achvmnt_nfobx .redmor_btn:hover {
  background: #000;
}

.achvmnt_sec .owl-nav .owl-prev {
  background: url(../images/lb-prv.png) 0 0 no-repeat !important;
  width: 72px;
  height: 72px;
  margin: 4px;
  float: left;
  margin-left: -86px;
}

.achvmnt_sec .owl-nav .owl-next {
  background: url(../images/lb-nxt.png) 0 0 no-repeat !important;
  width: 72px;
  height: 72px;
  margin: 4px;
  float: right;
  margin-right: -86px;
}

.achvmnt_sec .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.achvmnt_sec .owl-nav {
  top: 215px;
  position: absolute;
  width: 100%;
}





.anucment_nfobx {
  background: #9e0808;
  border-radius: 20px;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0px;
  float: none;
  padding: 30px 120px 60px;
  position: relative;
  z-index: 9;
}

.anucment_nfobx ul {
  margin: 25px 0px;
  padding: 0px;
}

.anucment_nfobx ul li {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.anucment_nfobx ul li span {
  float: left;
  background: #FFFFFF;
  border: 1px solid #EB4747;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 12px;
}


.anucment_sec, .noticebord_sec{
  padding-bottom: 40px !important;
}





.anucment_sec .anucment_nfobx ul li p {
  float: right;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  width: 90%;
  margin: 0px;
  text-align: left;
}

.anucment_nfobx ul li:first-child {
  width: 22%;
}

.anucment_nfobx ul li:last-child {
  width: 76%;
  position: relative;
}

.anucment_nfobx ul li:last-child i {
  height: 180px;
  width: 1px;
  background: #EB7D7D;
  display: block;
  position: absolute;
  top: 25px;
  left: 6px;
}

.anucment_nfobx ul:last-child li:last-child i {
  height: 0px;
}

.anucment_nfobx .scrol_bx {
  overflow-y: scroll;
  /*height: 356px;*/ height: auto;
}






.noticebord_sec {
  /*background: url(../images/nitcbord_bg.png) #000000d9 50% 0;*/
  background-size: cover;
  width: 100%;
  padding: 90px 0px;
  background-color: #000000d9;
}

.notic_bx {
  padding-left: 125px;
  padding-right: 120px;
}

.notic_bx h2 {
  text-align: left;
}

.notic_bx h2:after {
  left: 0px; right: auto;
  background-color: #EB4747;
}

.notic_bx h6 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin-top: 60px;
}

.notic_bx p {
  font-size: 18px;
  font-weight: 300;
  color: #fcfcfc;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}


.regst_nfo_cel {
  margin: 0px;
  padding: 0px;
  /*overflow-y: scroll; height: 300px;*/
}

.regst_nfo_cel li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin: 0px 0px 15px;
  background: url(../images/tick_icn.png) 0 2px no-repeat;
  padding-left: 50px;
}

.regst_nfo_cel li span {
  color: #EB4747;
  font-weight: 600;
  font-size: 24px;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
}




.hmcontc_sec {
  padding: 90px 0px 70px;
  background: url(../images/hmcont_bg.png) bottom center no-repeat;
  width: 100%;
}


.cont_logobx {
  width: 111px;
  height: 105;
  float: none;
  margin: 0px auto 16px;
}

.hmcontc_sec p {
  font-size: 20px;
  font-weight: 600;
  color: #cacaca;
  text-align: center !important;
}

.hmcontc_sec .row {
  margin-top: 20px;
}

.contc_bx {
  margin-top: 20px;
  padding: 10px 40px;
}

.contc_bx h5 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}

.contc_bx address {
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}

.contc_bx address span {
  font-size: 18px;
  font-weight: 600;
  color: #EB4747;
}

.contcemail_bx span {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.contcphn_bx ul.cntno_cel {
  margin: 0px 0px 6px;
  padding: 0px;
  text-align: center;
}

.contcphn_bx ul.cntno_cel li {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.contcphn_bx ul.cntno_cel li:first-child {
  text-align: center;
  width: 100px;
}

.nwsltr_cel {
  width: 100%;
  max-width: 700px;
  float: none;
  margin: 30px auto 90px;
}

.nwsltr_cel .email_fild {
  width: 80%;
  float: left;
  border-radius: 16px 0px 0px 16px;
  height: 60px;
  padding: 6px 20px;
}

.nwsltr_cel .subscribe_covr {
  width: 20%;
  float: right;
  background: #D10A11;
  border-radius: 0px 16px 16px 0px;
  color: #fff;
  height: 60px;
  transition: 0.6s;
}

.nwsltr_cel .subscribe_covr:hover {
  background: #C01212;
}

.nwsltr_cel .subscribe_covr .subscribe_btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  width: 100%;
  line-height: 44px;
}




footer .footr_main {
  background: #4E4E4E;
  padding-top: 90px;
  padding-bottom: 30px;
}

footer .footr_main .container {
  width: 84%;
}

footer .nopdng {
  padding-left: 0px;
  padding-right: 0px;
}

footer .ftrlnk_cel {
  margin: 0px;
  padding: 0px;
}

footer .ftrlnk_cel li {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
}

footer .ftrlnk_cel li ul.ftrlnk_box {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

footer .ftrlnk_cel li:nth-child(2) ul {
  column-count: 2;
  width: 100%;
}

footer .ftrlnk_cel li:nth-child(2) {
  width: 650px;
}

footer .ftrlnk_cel li:nth-child(2) ul.ftrlnk_box li {
  padding-right: 30px;
}

footer .ftrlnk_cel li ul.ftrlnk_box li {
  margin: 4px 0px;
  padding: 0px;
  width: 100%;
}

footer .ftrlnk_cel li h4 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
}

footer .ftrlnk_cel li ul.ftrlnk_box li a {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  transition: 0.6s;
}

footer .ftrlnk_cel li ul.ftrlnk_box li a:hover {
  color: #c7c7c7;
}

footer .admisn_btnbx {
  margin-bottom: 40px;
}

footer .admisn_btnbx h4,
footer .socl_lnkbx h4 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
}

footer .admisn_btnbx .admisn_btn {
  background: #D10A11;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 280px;
  height: 56px;
  display: block;
  line-height: 56px;
  transition: 0.6s;
}

footer .admisn_btnbx .admisn_btn:hover {
  background: #C01212;
}

footer .socl_lnkbx {}

footer .socl_lnkbx ul {
  margin: 0px;
  padding: 0px;
}

footer .socl_lnkbx ul li {
  margin: 3px 10px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

footer .socl_lnkbx ul li .fab {
  color: #fff;
  transition: 0.6s
}

footer .socl_lnkbx ul li .fab:hover {
  color: #b1b1b1;
}



.footr_botm {
  background: #494949;
  padding: 20px 0px;
}

.footr_botm .container {
  width: 84%;
}

.footr_botm .fbotm_link {
  margin: 0px;
  padding: 0px;
}

.footr_botm .fbotm_link li {
  margin: 0px 6px;
  display: inline-block;
  list-style: none;
  vertical-align: top;
}

.footr_botm .fbotm_link li:first-child {
  margin-left: 0px;
}

.footr_botm .fbotm_link li a {
  color: #C5C5C5;
  font-weight: 300;
  font-size: 16px;
  transition: 0.6s;
}

.footr_botm .fbotm_link li a:hover {
  color: #fff;
}

.footr_botm .prbtxt {
  display: block;
  color: #7E7E7E;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}

.footr_botm .cpyrght_txt {
  display: block;
  color: #c5c5c5;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
  text-align: right;
}

.footr_botm .cpyrght_txt a {
  color: #fff;
  transition: 0.6s;
}

.footr_botm .cpyrght_txt a:hover {
  text-decoration: underline !important;
}





.bittec_logo {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 285px;
  left: -70px;
  opacity: 0;
}


.notic_scrol {
  overflow-y: scroll;
  height: 285px;
}

.notic_scrol::-webkit-scrollbar,
.scrol_bx::-webkit-scrollbar {
  width: 5px;
  /*height: 20px;*/
  height: 10px;
}

.notic_scrol::-webkit-scrollbar-track,
.scrol_bx::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 10px;
  padding: 6px;
}

.notic_scrol::-webkit-scrollbar-thumb,
.scrol_bx::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

.scrol_bx::-webkit-scrollbar-track {
  background: #bc0f0f;
}



@media (max-width: 1280px) {
  .counter_cel li {
    width: 17% !important;
  }
}

@media (max-width: 1199px) {

  .checkbtn {
    display: block;
  }


  nav.menu {
    padding: 0px;
  }

  nav.menu ul {
    position: absolute;
    top: 55px;
    line-height: 50px;
    /*padding: 20px;*/
    padding: 0px 16px;
    right: -100%;
    float: none;
    background: #fff;
    width: 100%;
    /*max-width: 350px;*/
    height: auto;
    transition: .5s all;
    z-index: 999;
  }

  nav.menu ul li {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
  }

  nav.menu ul li:last-child {
    border-bottom: 0px;
  }

  nav.menu ul li a {
    display: block;
    padding: 0;
    color: #4E4E4E;
  }

  nav.menu ul li.active a,
  nav.menu ul li a:hover {
    color: #8a3503;
  }

  #check:checked~ul.menu-toggle {
    left: 0;
  }


  .menuBorder i {
    border: 0px solid #fff;
    /*width: 50px;*/
    width: 23px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    border-radius: 5px;
  }

  label.logo {
    left: 0%;
  }

  .fa-bars:before {
    content: "\f0c9";
    color: #2f2d2d;
  }






  .nvdwn_aro {
    float: right;
  }



  nav.main_menu ul li:last-child{ border-bottom: 0px; }

  .aply_btn.aply_btn{ 
    background: #EB2625 !important;
    color: #fff !important;
    font-size: 10px !important;
    max-height: 155px !important;
    margin: -2px 0px !important;
    display: block;
  }


  .whats_app_field{
    z-index: 999;
  }

  .sticky nav.menu ul {
    line-height: 31px !important;}

  .hdr_aply_btn { display: none !important;}  



}


@media only screen and (max-width:1240px){
  .main_head .header_top .menu-toggle{
    position: absolute;
    top:50px;
    z-index: 999;
  }
}




@media only screen and (max-width:1500px) {



  .fix_icn {
    position: fixed;
    top: 124px;
    right: 6px;
  }

  .fix_icn ul li {
    margin: 0;
  }

  .fix_icn ul li img {
    width: 55px;
    height: 55px;
  }

  .twinfix_btncel {
    top: 260px;
  }

  .fix_btn {
    font-size: 12px;
    margin: -2px 0px;
    padding: 8px 12px;
  }




  .header_top .blk_htop_link {
    padding: 11px 12px 12px 30px;
  }



  nav.menu {
    height: 72px;
    padding: 0px 20px;
  }

  label.logo {
    margin-left: 10px;
    line-height: 72px;
  }

  label.logo img {
    width: 166px;
  }

  nav.menu ul li {
    margin: 0px 3px;
  }

  nav.menu ul li a {
    font-size: 13px;
    padding: 1px;
  }

  nav.menu ul li .hdr_srch {
    padding-left: 3px;
    padding-right: 3px;
  }

  .hdr_aply_btn {
    font-size: 14px !important;
    width: 106px;
    height: 40px;
    line-height: 38px;
    margin-bottom: 6px;
  }


  .header_top .redsocl_cel {
    width: 14.5%;
  }

  .header_top .blk_htop_link {
    width: 85.5%;
  }

  .header_top .redsocl_cel ul li .fab {
    font-size: 14px;
  }

  .header_top .redsocl_cel ul {
    padding: 0px 0px 0px 15px;
  }

  .header_top .redsocl_cel ul li {
    margin: 0px 1px;
  }

  .header_top .blk_htop_link ul li {
    margin: 0px 3px;
  }

  .main_head.sticky .rd-btn{
    margin-top: 9px;
  }

  ul.sb_menu li {
    margin: 0 !important;
  }

  .header_top .blk_htop_link .admisn {
    width: 115px;
  }

  .header_top .blk_htop_link ul {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  .header_top .blk_htop_link ul li a {
    font-size: 12px;}


  .still_logos .blogo_hdng h6 {
    font-size: 26px;
    padding: 28px 25px 28px 78px;
  }

  .logos_cel {
    line-height: 108px;
  }

  .logos_cel ul li img {
    width: 115px;
    height: 70px;
  }

  .red_sec h2,
  .whit_sec h2 {
    font-size: 40px;
  }

  .red_sec h2:after,
  .whit_sec h2:after {
    bottom: -20px;
    height: 3px;
  }

  .red_sec span {
    font-size: 20px;
  }

  .red_sec .curv_bx {
    width: 265px;
  }

  .red_sec .curv_bx ul li {
    font-size: 24px;
  }



  .banner .bnttxt_cel {
    width: 100%;
  }

  .banner h1 {
    font-size: 40px;
  }

  .redmor_btn {
    width: 185px;
    height: 56px;
    line-height: 56px;
  }






  .counter_cel li {
    width: 18%;
    margin: 0px 8px;
    padding: 25px 10px;
  }

  .counter_cel h5 {
    font-size: 13px;
  }

  .counter_cel li .counting {
    font-size: 30px;
  }

  .whit_sec,
  .red_sec {
    padding: 40px 0px 0px;
  }

  .study_sec {
    padding-bottom: 210px;
  }

  .whit_sec p,
  .red_sec p {
    font-size: 14px;
    width: 600px;
    margin: 40px auto 20px;
  }

  .bitnfo_cont h5 {
    /*font-size: 26px;*/ font-size: 36px;
  }

  .bitnfo_cont h5:after {
    height: 3px;
    bottom: -15px;
  }

  .bitnfo_cont.bitnfo_cont {
    padding: 17px 54px 0px 0px;
  }

  .bitnfo_cont .hding_txt {
    padding-left: 120px;
  }

  .bitnfo_cont ul li img {
    width: 94px;
  }

  .bitnfo_cont ul li span:before {
    height: 2px;
    left: 132px;
  }

  /* .bitnfo_cont ul {
    padding-left: 10px; column-count: 2;
  } */

  .bitnfo_cont ul li {
    margin: 0px 2px;
  }

  .bitnfo_cont ul li span {
    font-size: 14px;
  }

  .bitnfo_cont ul li:first-child span {
    padding: 5px 105px;
  }

  .bitnfo_cont ul li:nth-child(2) span {
    padding: 5px 66px;
  }

  .bitnfo_cont ul li:nth-child(3) span {
    padding: 5px 80px;
  }

  .bitnfo_cont ul li:last-child span {
    padding: 5px 80px;
  }


  /*.whybit_sec .bit_vdobx:before { top:170px;}*/
  .vply_btn {
    position: absolute;
    left: 38%;
    top: 165px;
  }


  .lifbit_sec h2:after {
    left: 4%;
  }

  .lifbit_sec .vwall_lnk {
    margin-top: 15px;
    font-size: 16px;
  }

  .lifbit_sec .life_slider .slidbox_pic {
    height: auto;
  }

  .lifbox_cont .short_nfobx p {
    font-size: 13px;
    width: 80%;
  }

  .lifbit_sec .life_slider .bxslid {
    border-radius: 15px;
  }

  .life_slider {
    margin-top: 50px;
  }


  .evnt_slider .slidbox_pic {
    height: auto;
    border-radius: 22px !important;
  }

  .evnt_slider {
    margin-top: 50px;
  }

  .evnt_slider .evnt_nfobx .evdat {
    border-radius: 12px;
    width: 70px;
    height: 76px;
  }

  .evnfo h4 {
    font-size: 18px;
  }

  .evnfo {
    width: 72%;
  }

  .evnfo .redmor_lnk {
    font-size: 15px;
    border-bottom: 2px solid #fff;
  }

  .evdat h6 {
    /*font-size: 42px;*/ font-size: 36px; margin-top: 5px;
  }

  .evnt_slider .evnt_nfobx .evdat label {
    font-size: 18px;
  }


  .achvmnt_slider .slidbox_pic {
    width: 120px;
    height: 120px;
    border-radius: 50% !important;
    background: #ECECEC;
    float: none;
    margin: 10px auto;
    padding: 30px;
  }

  .achvmnt_sec .bxslid {
    height: 430px;
  }

  .achvmnt_nfobx h5 {
    font-size: 17px;
  }

  .achvmnt_sec .achvmnt_nfobx p {
    font-size: 15px;
  }

  .achvmnt_nfobx .redmor_btn {
    border-radius: 6px;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .achvmnt_slider .bxslid {
    padding: 20px 16px 40px;
    margin-bottom: 20px;
  }

  .anucment_nfobx ul li,
  .anucment_sec .anucment_nfobx ul li p {
    font-size: 17px;
  }

  .noticebord_sec h2:after {
    left: 0px;
  }

  .notic_bx h6 {
    font-size: 18px;
    margin-top: 36px;
  }

  .noticebord_sec .notic_bx p {
    width: 100%;
    margin-top: 10px;
  }

  .regst_nfo_cel li,
  .regst_nfo_cel li span {
    font-size: 16px;
  }

  .regst_nfo_cel li {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }


  .hmcontc_sec {
    padding: 50px 0px;
  }

  .hmcontc_sec p {
    font-size: 24px;
  }

  .contc_bx h5 {
    font-size: 20px
  }

  .contc_bx address,
  .contc_bx address span,
  .contcphn_bx ul.cntno_cel li,
  .contcemail_bx span {
    font-size: 14px;
  }

  .nwsltr_cel .subscribe_covr .subscribe_btn {
    font-size: 16px;
  }

  .nwsltr_cel {
    margin-bottom: 0px;
  }


  footer .ftrlnk_cel li h4,
  footer .admisn_btnbx h4,
  footer .socl_lnkbx h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  footer .ftrlnk_cel li {
    width: 18%;
  }

  footer .ftrlnk_cel li ul.ftrlnk_box li {
    margin: 0px;
  }

  footer .ftrlnk_cel li ul.ftrlnk_box li a {
    font-size: 13px;
  }

  footer .ftrlnk_cel li:nth-child(2) {
    width: 530px;
  }

  footer .admisn_btnbx .admisn_btn {
    width: 200px;
    height: 46px;
    font-size: 15px;
    line-height: 45px;
  }

  footer .socl_lnkbx ul li {
    margin: 3px 6px;
  }

  footer .footr_main {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .footr_botm .fbotm_link li a,
  .footr_botm .prbtxt {
    font-size: 12px;
  }

  .footr_botm .cpyrght_txt {
    font-size: 12px;
  }

  .footr_botm .prbtxt {
    margin-top: 0px;
  }

  .footr_botm {
    padding: 10px 0px;
  }

  .footr_botm .fbotm_link li {
    margin: 0px 2px;
  }



  .bittec_logo {
    width: 145px;
    height: 145px;
    position: absolute;
    top: 165px;
    left: -70px
  }

  .notic_scrol {
    overflow-y: scroll;
    height: 225px;
  }

}


@media only screen and (max-width:1360px) {

  /* label.logo img {
    width: 66px;
  } */

  .header_top .redsocl_cel ul li {
    margin: 0px 2px;
  }

  nav.menu ul li {
    margin: 0px 1px;
  }

  nav.menu ul li a {
    font-size: 12px;
    padding: 1px;
  }

  .hdr_aply_btn {
    font-size: 11px !important;
    width: 86px;
    height: 36px;
  }
}


@media only screen and (max-width:1280px) {

  .header_top .blk_htop_link ul li {
    margin: 0px 2px;
  }



  /* label.logo img {
    width: 60px;
  } */

  .still_logos .blogo_hdng h6 {
    font-size: 25px;
    padding: 28px 25px 30px 78px;
  }

  .hdr_aply_btn {
    font-size: 11px !important;
    width: 86px;
    height: 36px;
  }
}






@media only screen and (max-width:520px) {

  label.logo {
    margin-left: 24px;
  }

  /* label.logo img {
    width: 45px;
  } */

  .main_menu .checkbtn {
    margin-right: 6px !important;
  }

  .fix_icn ul li {
    margin: 3px 0px;
  }

  .fix_btn {
    font-size: 10px;
    margin: 1px 0px;
    padding: 8px 6px;
  }

  .twinfix_btncel {
    top: 220px;
    right: -4px
  }

  .fix_icn {
    width: 44px;
    right: -1px;
  }

  .fix_icn ul li img {
    width: 43px;
    height: 43px;
  }

  .banner .bnttxt_cel {
    position: absolute;
    bottom: 580px;
    left: 0px;
    right: 0px;
  }

  .banner h1 {
    font-size: 34px;
  }

  .redmor_btn {
    width: 140px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    margin-top: 15px;
  }

  .header_top .redsocl_cel {
    width: 100%;
  }

  .still_logos .blogo_hdng h6 {
    font-size: 22px;
    font-weight: 500;
  }

  .still_logos .blogo_hdng {
    width: 100%;
  }

  .still_logos .blogo_hdng h6 {
    padding: 20px 25px;
    text-align: center;
  }

  .still_logos .logos_cel {
    width: 100%;
  }

  .red_sec span {
    font-size: 17px;
    margin-top: 25px;
  }

  .red_sec .curv_bx {
    width: 185px;
  }

  .red_sec .curv_bx ul li {
    font-size: 16px;
  }


  .main_menu label.checkbtn {
    line-height: 73px;
    margin-bottom: 0px;
  }

  .main_menu .menu-toggle {
    top: 73px;
  }

  .countr_sec .counter_cel {
    margin-top: 20px;
  }

  .countr_sec ul {
    text-align: center;
  }

  .countr_sec ul li {
    width: 70%;
    margin: 8px auto;
  }


  .red_sec h2,
  .whit_sec h2 {
    font-size: 32px;
  }

  .red_sec h2:after,
  .whit_sec h2:after {
    width: 75px;
    bottom: -10px;
    height: 3px;
  }

  .whit_sec p,
  .red_sec p {
    font-size: 13px;
    width: 220px;
    margin: 25px auto 20px;
  }

  .plcmnt_sec ul li:last-child:before {
    display: none;
  }

  .lifbit_sec h2 {
    width: 100%;
  }

  .lifbit_sec h2:after {
    left: 0px;
  }

  .lifbit_sec .vwall_lnk {
    float: left;
    /*margin-top: 25px;*/
    margin-top: 10px;
    font-size: 14px;
  }

  .lifbit_sec .vwall_lnk:after {
    top: 3px;
  }

  .life_slider {
    margin-top: 20px;
  }

  .whit_sec,
  .red_sec {
    padding: 25px 0px;
  }


  .evnt_slider .evnt_nfobx .evdat {
    border-radius: 8px;
    width: 50px;
    height: 60px;
  }

  .evdat h6 {
    font-size: 30px;
  }

  .evnt_slider .evnt_nfobx .evdat label {
    font-size: 16px;
  }

  .evnfo {
    width: 76%;
    padding-left: 6px
  }

  .evnfo h4 {
    font-size: 14px;
    font-weight: 600;
  }

  .evnfo .redmor_lnk {
    font-size: 13px;
  }


  .event_sec:before,
  .event_sec:after {
    background: none;
  }

  .achvmnt_nfobx h5 {
    font-size: 17px;
  }

  .bitnfo_cont .hding_txt {
    padding-left: 50px;
  }

  .achvmnt_slider .bxslid {
    padding: 25px 10px;
  }

  .achvmnt_sec .achvmnt_nfobx p {
    margin: 15px 0px;
  }

  .anucment_nfobx {
    border-radius: 15px;
    padding: 15px 25px;
  }

  .anucment_nfobx .scrol_bx {
    height: 200px;
  }

  .anucment_nfobx ul li,
  .anucment_sec .anucment_nfobx ul li p {
    font-size: 11px;
    font-weight: 300;
  }

  .anucment_nfobx ul li:first-child {
    width: 30%;
  }

  .anucment_nfobx ul li:last-child {
    width: 65%;
  }

  .anucment_sec .anucment_nfobx ul li p {
    width: 75%;
  }

  .notic_bx {
    padding-left: 0px;
    padding-right: 0px;
  }

  .anucment_nfobx ul li:last-child i {
    top: 12px;
  }

  .anucment_nfobx ul li span {
    margin-top: 0px;
    width: 12px;
    height: 12px;
  }

  .noticebord_sec h2:after {
    left: 0px;
  }

  .notic_bx h6 {
    font-size: 15px;
    margin-top: 26px;
  }

  .regst_nfo_cel li,
  .regst_nfo_cel li span {
    font-size: 13px;
  }

  .regst_nfo_cel li {
    padding-left: 34px;
    padding-right: 15px;
  }

  .hmcontc_sec .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hmcontc_sec p {
    font-size: 14px;
  }

  .contc_bx {
    margin-top: 0px;
    padding: 10px 26px;
  }

  .contc_bx h5 {
    margin-bottom: 15px;
  }

  .nwsltr_cel {
    width: 90%;
  }

  .nwsltr_cel .email_fild {
    width: 65%;
    border-radius: 8px 0px 0px 8px;
    height: 46px;
    padding: 6px 10px;
  }

  .nwsltr_cel .subscribe_covr {
    width: 35%;
    height: 46px;
    border-radius: 0px 8px 8px 0px;
  }

  .nwsltr_cel .subscribe_covr .subscribe_btn {
    font-size: 13px;
    line-height: 34px;
  }

  footer .ftrlnk_cel li h4 {
    width: 100%;
  }

  footer .ftrlnk_cel li {
    width: 100%;
  }

  footer .ftrlnk_cel li:nth-child(2) ul {
    column-count: 1;
    width: 65%;
  }

  .footr_botm .cpyrght_txt {
    font-size: 11px;
    text-align: center;
  }


  .bitnfo_cont ul {
    margin: 30px auto 0px;
  }

  .whybit_sec .bit_vdobx .vply_btn {
    left: 36%;
    top: 508px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }

  .bitnfo_cont ul li {
    width: 45%;
  }

  .bitnfo_cont ul li:first-child span {
    padding: 0px 40px;
  }

  .bitnfo_cont ul li span:before {
    height: 2px;
    top: -20;
    left: 53px;
  }

  .bitnfo_cont ul li span {
    margin-top: 15px;
    font-size: 12px;
  }

  .bitnfo_cont ul li:nth-child(2) span {
    padding: 0px 6px;
  }

  .bitnfo_cont ul li:nth-child(3) span {
    padding: 0px 6px;
  }

  .bitnfo_cont ul li:last-child span {
    padding: 0px 0px;
  }


  .header_top .redsocl_cel {
    padding: 15px 0px;
  }

  .header_top .redsocl_cel ul {
    text-align: center;
  }



  .event_sec .owl-nav {
    top: 75px;
  }

  .event_sec .owl-nav .owl-prev {
    margin-left: -36px;
    width: 50px;
    height: 50px;
    background-size: cover !important;
  }

  .event_sec .owl-nav .owl-next {
    margin-right: -36px;
    width: 50px;
    height: 50px;
    background-size: cover !important;
  }

  .lifbit_sec .owl-nav {
    top: 70px;
  }

  .lifbit_sec .owl-nav .owl-prev {
    margin-left: -36px;
    width: 50px;
    height: 50px;
    background-size: cover !important;
  }

  .lifbit_sec .owl-nav .owl-next {
    margin-right: -36px;
    width: 50px;
    height: 50px;
    background-size: cover !important;
  }


  .achvmnt_sec .owl-nav .owl-prev {
    margin-left: -36px;
    width: 50px;
    height: 50px;
    background-size: cover !important;
  }

  .achvmnt_sec .owl-nav .owl-next {
    margin-right: -36px;
    width: 50px;
    height: 50px;
    background-size: cover !important;
  }





  .bittec_logo {
    width: 80px;
    height: 80px;
    top: 385px;
    left: 154px;
  }

  .notic_scrol {
    overflow-y: scroll;
    height: 150px;
  }


  /* ========== 7-7-21 ========== */


   nav.menu ul li {
    line-height: 39px;
  } 

  .nvdwn_aro {
    float: right;
    margin-top: 8px;
  }

  .menu-toggle li:hover .sb_menu li:hover .sb_menu2 {
    right: 0px;
    background: #fbeaea;
    top: 50px;
    width: 100%;
  }

  .sb_menu li a .nvrght_aro {
    margin-top: 8px;
  }

  nav.menu ul li:nth-child(4) {
    padding-bottom: 0px !important;
  }

}




@media only screen and (max-width:1024px) {

  /* nav.menu ul li:nth-child(4) {
    width: 100% !important;
    line-height: 6px;
    padding-top: 24px;
    padding-bottom: 22px;
  }

  nav.menu ul li:nth-child(4) a {
    text-align: left;
  }*/


  nav.menu ul li:nth-child {
    width: 100% !important;
    line-height: 6px;
    padding-top: 24px;
    padding-bottom: 22px;
  }

  nav.menu ul li:nth-child a {
    text-align: left;
  }

}





/* ============== BROCHURE & FEE STRUCTURE popup ============== */



.dwnlod_modlform {}

.dwnlod_modlform .modal-dialog {
  width: 1120px;
}

.dwnlod_modlform .modal-content {
  border-radius: 30px;
}

.dwnlod_modlform .modal-header {
  border-bottom: 0px;
}

.dwnlod_modlform .modal-header .close {
  margin-top: 0;
  margin-right: 0;
  opacity: 1;
  position: absolute;
  right: 28px;
  top: 20px;
  color: #3b3b3b;
  font-size: 55px;
  font-weight: 100;
  line-height: 30px; 
  z-index: 9999999;
}


.dwnlod_modlform .modal-footer {
  border-top: 0px;
  margin-bottom: 65px;
}

.dwnlod_btn {
  background: #D10A11;
  border-radius: 16px;
  width: 192px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: 0.6s;
  float: none;
  margin: 0px auto;
  display: block;
  cursor: pointer;
}

.dwnlod_btn:hover {
  background: #C01212;
  color: #fff;
}


.dwnlod_modlform form {
  padding: 20px 200px 0px;
}

.dwnlod_modlform form .form-control {
  height: 70px;
  border: 1px solid #C9C9C9;
  border-radius: 16px;
  color: #929292;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 20px;
}

.dwnlod_modlform form .form-group {
  margin-bottom: 30px;
}




@media only screen and (max-width:1500px) {


  .dwnlod_modlform .modal-dialog {
    width: 900px;
  }

  .dwnlod_modlform .modal-content {
    border-radius: 25px;
  }

  .dwnlod_modlform form .form-control {
    height: 55px;
    border-radius: 12px;
  }

  .dwnlod_modlform form .form-group {
    margin-bottom: 10px;
  }

  .dwnlod_btn {
    border-radius: 12px;
    width: 192px;
    height: 55px;
    line-height: 55px;
  }

  .dwnlod_modlform .modal-footer {
    margin-bottom: 36px;
  }

}


@media only screen and (max-width:520px) {


  .dwnlod_modlform .modal-dialog {
    width: auto;
  }

  .dwnlod_modlform form {
    padding: 20px 20px 0px;
  }

  .dwnlod_modlform form .form-control {
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
  }

  .dwnlod_modlform form .form-group {
    margin-bottom: 10px;
  }

  .dwnlod_btn {
    border-radius: 8px;
    width: 184px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
  }

  .dwnlod_modlform .modal-footer {
    margin-bottom: 35px;
    padding-top: 0px;
  }

  .modal-body {
    padding: 0px 15px;
  }

  .modal-header {
    padding-bottom: 0px;
  }

  .dwnlod_modlform .modal-header .close {
    margin-top: 6px;
    margin-right: 14px;
    font-size: 28px;
    font-weight: 300;
  }

  .dwnlod_modlform .modal-content {
    border-radius: 20px;
  }


}


/* ============== About BIT ============== */



.inner_bannr {
  position: relative;
  overflow: hidden;
}

.inner_bannr .bnttxt_cel {
  position: absolute;
  bottom: 80px;
  left: 150px;
  width: 780px
}

.inner_bannr .banr_pic {
  width: 100%;
  height: auto;
}

.breadcrumbs {
  margin-bottom: 80px;
}

.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  padding-right: 20px;
}

.breadcrumbs ul li a span {
  color: #918E8E;
}

.breadcrumbs ul li span {
  color: #D10A11;
}

.breadcrumbs ul li:first-child:after {
  content: "";
  background: url(../images/bcamp_arow.png) right center no-repeat;
  padding: 0 1em;
  width: 6px;
  height: 10px;
}



.inrpagbdy_sec {
  padding: 50px 0 50px;
}

.inrpagbdy_sec h2 {
  font-weight: bold;
  font-size: 56px;
  color: #161616;
}


.abut_pg .row {
  margin-top: 40px;
  margin-bottom: 100px;
}

.abut_pg .top_row {
  margin-bottom: 80px;
}

.sub_hding {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 46px;
}

.sub_hding span {
  font-weight: 700;
  color: #D10A11;
}

.abut_pg .row p {
  padding-left: 100px;
}

.abut_pg p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  margin-bottom: 30px;
}

p.pls {
  margin-top: 20px;
}

.abut_picbox {
  border-radius: 20px;
  overflow: hidden;
}

.abut_picbox img {
  width: 100%;
}


@media only screen and (max-width:1500px) {

  .inrpagbdy_sec .container {
    width: 90%;
  }

  .breadcrumbs ul li {
    font-size: 14px;
  }

  .breadcrumbs {
    margin-bottom: 25px;
  }

  .inrpagbdy_sec h2 {
    font-size: 46px;
  }

  .sub_hding {
    font-size: 18px;
    line-height: 32px;
  }

  .abut_pg p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .abut_pg .row p {
    font-size: 16px;
    line-height: 20px;
    padding-left: 80px;
    margin-bottom: 8px;
  }

  .ulPadding{
    padding-left: 25px;
  }

  .ulPadding ul li{
    margin-bottom: 4px;
    line-height: 24px;
  }

  .abut_pg .row {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .inner_bannr .bnttxt_cel {
    bottom: 105px;
    left: 85px;
    width: 650px
  }

}


@media only screen and (max-width:520px) {


  .inner_bannr .banr_pic {
    height: 400px;
  }

  .inner_bannr {
    height: 150px !important;
    width: 100%;
  }

  .inner_bannr .bnttxt_cel {
    top: 80px !important;
    left: 30px;
    width: 400px;
  }


  .inrpagbdy_sec {
    padding: 30px 0 20px;
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  .inrpagbdy_sec h2 {
    font-size: 30px;
  }

  .sub_hding {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .abut_pg p {
    line-height: 25px;
    margin-bottom: 25px;
  }

  .abut_pg .row p {
    line-height: 25px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .abut_pg .row {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .abut_picbox {
    margin-bottom: 20px;
  }

}


/* ============== Admission ============== */



.admison_pg {}

.admison_pg p {
  font-size: 18px;
  font-weight: 400;
  color: #787878;
  margin-top: 5px;
}



.admison_contc_sec {
  padding: 0px 0px 20px;
  background: #f7f7f7;
}

.admison_contc_sec .contcemail_bx .impt_link {
  color: #3775d1;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline !important;
  text-align: center;
  transition: 0.6s;
  display: block;
  margin-bottom: 5px;
}

.admison_contc_sec .contcemail_bx .impt_link:hover {
  color: #C01212;
}

.admison_contc_sec .contcphn_bx ul.cntno_cel li:first-child {
  color: #757575;
  width: 44px;
  text-align: right;
}

.admision_tabl_cont {
  margin-top: 30px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.admision_tabl_cont .admision_tabl {
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
  background: #F4F0F0;
}

.admision_tabl_cont .table-bordered {
  border: 0px;
}

.admision_tabl thead tr th {
  background: #E64646;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  height: 60px;
  vertical-align: middle;
}

.admision_tabl thead tr th:first-child {
  border-radius: 20px 0px 0px 0px;
  border: 0px;
  width: 200px;
}

.admision_tabl thead tr th:nth-child(2) {
  border-bottom: 0px;
  border-left: 1px solid #C63B3B;
  border-right: 1px solid #C63B3B;
  width: 350px;
}

.admision_tabl thead tr th:last-child {
  border-radius: 0px 20px 0px 0px;
  border: 0px;
  width: 300px;
}

.admision_tabl tbody tr td {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #2d2d2d;
  height: 60px;
  vertical-align: middle;
}

.admision_tabl_cont .table-bordered>tbody>tr>td {
  border: 1px solid #e0e0e0;
}

.admision_tabl tbody tr:first-child {
  border-radius: 0px 0px 0px 20px;
}

.admision_tabl tbody tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}

.admision_tabl tbody tr:first-child td:first-child {
  border-left: 0px;
  background: url(../images/ad_tabl_top.png) top left no-repeat;
  background-size: contain !important;
}


.admision_tabl tbody tr:nth-child(3) td:last-child {
  background: url(../images/ad_tabl_botm.png) bottom right no-repeat;
}


.admision_tabl tbody tr:nth-child(even) {
  background: #ffffff;
}

.admision_tabl tbody tr:nth-child(odd) {
  background: #F4F0F0;
}





@media only screen and (max-width:1500px) {

  .inrpagbdy_sec {}

  .admison_pg p {
    font-size: 14px;
  }

  .admison_contc_sec address {
    font-size: 13px;
  }

  .admison_contc_sec .contcphn_bx ul.cntno_cel {
    margin: 0px;
  }

  .admison_contc_sec .contcemail_bx .impt_link {
    font-size: 13px;
  }

  .admision_tabl tbody tr td {
    font-size: 14px;
  }

  .admision_tabl thead tr th {
    font-size: 16px;
  }

}


@media only screen and (max-width:520px) {

  .admison_contc_sec {
    padding: 0px 0px 40px;
  }

  .admision_tabl thead tr th {
    font-size: 14px;
  }

  .admision_tabl tbody tr td {
    font-size: 13px;
  }

  .admision_tabl_cont .admision_tabl {
    border-radius: 0px 0px 10px 10px;
  }

  .admision_tabl thead tr th:first-child {
    border-radius: 10px 0px 0px 0px;
  }

  .admision_tabl thead tr th:last-child {
    border-radius: 0px 10px 0px 0px;
  }

  .admision_tabl_cont {
    border-radius: 10px 10px 0px 0px;
  }

  .admision_tabl tbody tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
  }

}






/*===========================================================================================================================================================*/


.mobile_menu {
  display: none;
}


@media only screen and (max-width: 1500px) {

  .fix_icn ul li img {
    width: 40px;
    height: auto;
  }

  .fix_btn {
    font-size: 10px;
  }

  .fix_icn {
    text-align: right;
    right: 2px;
  }

  .twinfix_btncel {
    top: 210px;
    text-align: right;
  }

  .fix_btn img {
    width: 15px;
  }

  .banner .banr_pic {
    height: 450px;
  }

  /* .banner h1 {
    font-size: 44px;
  } */

}


@media only screen and (max-width: 768px) {


  .header_top .redsocl_cel {
    width: auto;
    padding: 10px;
  }

  .header_top .blk_htop_link {
    width: 78px;
    height: 45px;
  }

  .header_top .container {
    position: relative;
  }

  /* .blk_htop_link .menu-toggle {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    background: #5d5d5d;
      z-index: 999;
    text-align: left !important;
    padding: 8px 0 !important;
    display: none;
  }

  .blk_htop_link .menu-toggle li {
    width: 100%;
    float: left;
    margin: 0 !important;
  }

  .blk_htop_link .menu-toggle li a {
    width: 100%;
    display: block;
    padding: 8px 15px;
    line-height: 1.5em !important;
  }

  .header_top .blk_htop_link .admisn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px !important;
    margin-left: 15px !important;
  } */

  /* .mobile_menu {
    display: block;
    text-align: center;
    padding-left: 22px;
  }

  .mobile_menu .fa-bars {
    font-size: 26px;
  }

  .mobile_menu .fa-bars:before {
    color: #fff;
  }

  .main_menu .checkbtn {
    margin-right: 0;
  }

  .header_top {
    background: #d10a11;
  } */

  .banner h1 {
    font-size: 26px;
  }

  .bnttxt_cel h3{
    font-size: 20px;
    margin: 0 0 10px;
  }

  .banner .banr_pic {
    height: 600px;
  }

  /* .fix_icn,
  .twinfix_btncel {
    display: none;
  } */


  .fix_btn {
    font-size: 0px;
    border-radius: 0px 4px 4px 0px; 
  }

  .fix_btn img{
    margin-bottom: 0px;
  }


  .twinfix_btncel_left .fix_btn {
    max-height: 120px !important;
    font-size: 10px;
    padding: 10px !important;
  }



}




/* ========= 30-6-2021 =========== */


.pop_logo {
  width: 250px;
  float: none;
  margin: 50px auto 15px;
}

.pop_logo img {
  width: 100%;
}

.dwnlod_modlform h2 {
  text-align: center;
  font-size: 25px;
}

@media only screen and (max-width: 520px) {

  .dwnlod_modlform h2 {
    font-size: 18px;
    padding: 0px 8px;
  }
}




/*30-6-21*/
/*
nav.menu ul li:nth-child(4) {
  width: 115px;
  text-align: center;
  text-align: center;
  line-height: 20px;
  padding-top: 24px;
}



@media only screen and (max-width: 1500px) {

  nav.menu ul li:nth-child(4) {
    width: 84px;
  }

}


@media only screen and (max-width: 520px) {

  nav.menu ul li:nth-child(4) {
    width: auto;
    text-align: left;
    line-height: inherit;
    padding-top: initial;
  }

}*/



/* ========= 9-7-2021 =========== */



.inner_bannr {
  height: 300px;
}

.breadcrumbs ul li:nth-child(2):after {
  content: "";
  background: url(../images/bcamp_arow.png) right center no-repeat;
  padding: 0 1em;
  width: 6px;
  height: 10px;
}

.breadcrumbs ul li:nth-child(3):after {
  content: "";
  background: url(../images/bcamp_arow.png) right center no-repeat;
  padding: 0 1em;
  width: 6px;
  height: 10px;
}


.pncpl_pic_bx {
  width: 450px;
  height: 372px;
  float: left;
  overflow: hidden;
  border-radius: 15px;
  margin: 0px 25px 15px 0px;
}

.pncpl_pic_bx img {
  width: 100%;
}

.abut_inr_pg.abut_inr_pg.abut_inr_pg .row p {
  font-size: 17px !important;
  line-height: 25px !important;
  padding-left: 0px;
  margin-bottom: 25px;
}

.fe-content p {
  font-size: 16px !important;
}

.row.lifbit_cont.tech-fest h5:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #cf1111;
}

.row.lifbit_cont.tech-fest h5 {
  font-size: 34px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.col-md-12.lft_contnt.wom p:nth-child(2) {
  font-weight: 600;
  font-style: italic;
  text-align: center !important;
}

.col-md-12.lft_contnt.wom p:nth-child(4) {
  float: right;
  font-style: italic;
}

.pncpl_nfobx {
  clear: both;
  margin-top: 10px;
}

.pncpl_nfobx lable {
  font-weight: 700;
  color: #D10A11;
  font-size: 22px;
  display: block;
}

.pncpl_nfobx span {
  font-weight: 500;
  color: #000;
  font-size: 19px;
  width: 100%;
  margin-top: 0px;
  float: left;
}

.pncpl_nfobx ul {
  float: left;
  margin: 0px 0 0;
  padding: 0px;
}

.pncpl_nfobx li {
  list-style: none;
  margin: 12px 0px;
  display: block;
  font-size: 16px;
}

.pncpl_nfobx li .fa-phone {
  transform: rotate(84deg);
}



.mvision_pag {}

.mvision_pag h3 {
  font-size: 40px;
  position: relative;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}

.mvision_pag h3:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -14px;
  left: 0px;
  position: absolute;
}

.mvision_pag .row p {
  padding-left: 0px;
}

.mvision_pag ul {
  margin: 10px 0px;
}

.mvision_pag ul li {
  list-style: none;
  font-size: 16px;
  margin: 1px 0px;
}

.mvision_pag .red_squr {
  color: #EB2625;
  font-size: 8px;
  vertical-align: middle;
  margin-right: 6px;
}


.bordr_top {
  border-top: 3px solid #fddddd;
  padding-top: 40px;
}

.breadcrumbs ul li:last-child:after {
  background: none;
}


.notic_pag .top_row {
  margin-bottom: 0px;
}

.notic_crvbx {
  background: #363540;
  border-radius: 2px;
  padding: 30px;
  box-shadow: 10px 14px 5px -5px rgba(169, 169, 169, 0.80);
}

.notic_crvcont {
  height: 360px;
  overflow-y: scroll;
}

.notic_cel {
  border-bottom: 1px dashed #595959;
  margin-bottom: 20px;
}

.notic_cel h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.notic_cel .notic_dat {
  color: #fbce69;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 5px;
  display: block;
}

.notic_pag .notic_cel p {
  color: #f6f6f6;
  font-size: 14px;
  line-height: 30px;
  padding-left: 0px;
}


.trningpic_bx {
  width: 600px;
  height: auto;
  float: left;
  overflow: hidden;
  border-radius: 15px;
  margin: 0px 25px 15px 0px;
}

.plcmnt_pg .plcmnt_sec p {
  padding-left: 0px;
}

.plcmnt_pg .plcmnt_sec .sub_hding {
  margin-bottom: 20px;
  color: #D10A11;
}

.plcmnt_pg .plcmnt_sec ol li {
  margin-bottom: 15px;
  font-size: 18px;
  color: #373737;
  line-height: 32px;
}

.plcmnt_pg .plcmnt_sec ol li strong {
  font-weight: 500;
}

.statistic_pg p {
  padding-left: 20px !important;
}

.statistic_pg h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.statistic_pg .sub_hding {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
}

.statistic_pg .graph_pic {
  margin-top: 92px;
}

.statistic_pg .pass_batch img {
  width: 100%;
}

.statistic_pg .row {
  margin-bottom: 15px;
}

.statis_sec2 p {
  padding-left: 0px !important;
  margin-bottom: 0px;
}

.statis_sec2 h6 {
  line-height: 30px;
  font-weight: 700;
  color: #D10A11;
  font-size: 17px;
  margin-bottom: 15px;
}


.ndustry_sec {}

.ndustry_sec li {
  margin-bottom: 15px;
  font-size: 18px;
  color: #373737;
  line-height: 22px !important;
}


.ndustry_sec li strong {
  font-weight: 700;
  color: #D10A11;
}

.ndustry_pg .ndustry_sec {
  margin-bottom: 0px;
}

.notable_sec ul {
  text-align: center;
}

.notable_sec ul li {
  display: inline-block;
  margin: 10px;
  list-style: none;
  width: 18%;
  padding: 12px 15px;
  border: 1px solid #dfdfdf;
  box-shadow: 4px 6px 5px -1px rgba(0, 0, 0, 0.27);
}

.notable_sec ul li img {
  width: 100%;
}


.tpo_box {
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  text-align: center;
  box-shadow: 0px 13px 19px #e7eaf3;
  padding: 15px;
  border-radius: 20px;
  height: 100%;
  min-height: 460px;
}

.tpo_box .tpo_pic {
  height: 350px;
  float: none;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
}

.tpo_box .tpo_pic img {
  width: 100%;
}

.tpo_box h4 {
  font-size: 18px;
}

.tpo_box .post_nam {
  display: block;
  font-size: 15px;
  color: #767676;
}

.tpo_box .edu_dgree {
  display: block;
  font-size: 15px;
  color: #f67979;
  line-height: 26px;
}


.tpo_box ul {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
  margin-top: 10px;
}

.tpo_box ul li {
  font-size: 15px;
  list-style: none;
  margin-bottom: 10px;
}

.tpo_box ul li .call {
  transform: rotate(100deg);
}

.plcmnt_pg {
  padding-bottom: 50px;
}

.plcmnt_pg .summr_sec {
  margin-bottom: 0px;
}

.plcmnt_pg .summr_sec p {
  padding-left: 0px;
}






.library_pg .row p {
  padding-left: 0px;
}

.library_pg .row {
  margin-bottom: 20px;
}

.library_pg .row .col-md-7 {
  padding-right: 50px;
}

.library_pg .lbry_point {
  margin: 10px 0px;
  padding: 0px;
}

.library_pg ul.lbry_point li {
  margin: 10px 0px 35px;
  padding-left: 60px;
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #303030;
  position: relative;
}

.library_pg ul.lbry_point li:before {
  position: absolute;
  content: '';
  top: 0px;
  left: -5px;
  height: 56px;
  width: 60px;
  background: url(../images/red_bult.png) left 0 no-repeat;
  ;
}

.library_pg ul.lbry_point li strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #303030;
}

.abut_pg .trng_plcment_sec p {
  padding-left: 0px;
}

.trng_plcment_sec h3 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}

.trng_plcment_sec h3:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -30px;
  left: 0;
  position: absolute;
}

.abut_pg .trng_plcment_sec {
  margin-bottom: 0px;
  margin-left: 0px;
}

.trng_plcment_sec strong {
  color: #eb4747;
}

.lftpdng_non {
  padding-left: 0px;
}

.clear {
  clear: both;
}


.ppcrv_bx {
  float: none;
  margin: 0px auto 30px;
  overflow: hidden;
  border-radius: 20px;
  height: 316px;
  border: 1px solid #dfdfdf;
}

.ppcrv_bx img {
  width: 100%;
  height: 100%;
}

.pictxt_cont {
  float: none;
  overflow: hidden;
  padding-left: 60px;
}

.pictxt_cont p {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

.plcmnt_pg .twinpic_sec {
  margin-bottom: 40px;
}

.sskil_pic_cont {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  float: none;
}

.sskil_pic_cont span {
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  color: #3d3d3d;
  display: block;
}

.sskil_pic_cont .ppcrv_bx {
  margin-bottom: 5px;
}

.plcmnt_pg h2 {
  font-size: 42px;
  position: relative;
  font-weight: 700;
  line-height: 46px;
  color: #3d3d3d;
  margin-bottom: 20px;
}

.plcmnt_pg h2:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -30px;
  left: 0;
  position: absolute;
}


.dprtmnt_pag {}

.dprtmnt_pag .sub_hding {
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  color: #787878;
}

.dprtmnt_pag h3 {
  font-size: 37px;
  position: relative;
  font-weight: 700;
  line-height: 46px;
  color: #3d3d3d;
  margin-bottom: 56px;
  margin-top: 0px;
}

.dprtmnt_pag h3:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -20px;
  left: 0px;
  position: absolute;
}

.dprtmnt_pag .row {
  margin-bottom: 20px;
}

.dprtmnt_pag .row .deprmnt_nfo {
  padding-left: 100px;
}

.dprtmnt_pag .row p {
  padding-left: 5px;
}

.dprtmnt_pag .sub_hding {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #303030;
  margin-bottom: 30px;
}

.dprtmnt_pag .abut_picbox {
  margin-bottom: 56px;
}



.notic_pg {}

.notic_pg h3 {
  font-size: 42px;
  position: relative;
  font-weight: 700;
  line-height: 46px;
  color: #3d3d3d;
  margin-bottom: 56px;
  margin-top: 50px;
  text-align: center;
}

.notic_pg h3:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -15px;
  left: 47%;
  position: absolute;
}


.notic_pg .notic_cel {
  background: #FFFFFF;
  box-shadow: 0px 5px 26px -2px #EBEAEA;
  border-radius: 12px;
  border-bottom: 0px;
  margin-top: 15px;
  margin-bottom: 100px;
}

.notic_pg .notic_cel .hding_top {
  background: #E64646;
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  position: relative;
}

.notic_pg .notic_cel .ntc_icnbx {
  width: 138px;
  height: 138px;
  background: #fff;
  border: 10px solid #f85e1a;
  border-radius: 50%;
  position: absolute;
  left: 54px;
  top: -26px;
}

.notic_pg .notic_cel .ntc_icnbx img {
  float: none;
  margin: 0px auto;
  padding-top: 24px;
}

.notic_pg .notic_cel .hding_top h6 {
  font-size: 24px;
  width: 80%;
  font-weight: 600;
  color: #fff;
  height: 86px;
  line-height: 86px;
  margin-left: 220px;
}

.notic_pg .notic_cel p {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.notic_pg .notic_cel p strong {
  font-weight: 600;
}

.notic_pg .notic_cel .notic_txt {
  padding: 40px 50px 30px;
}

.lab_pag h3 {
  margin-top: 30px;
}

.lab_cel ul {
  margin: 30px 0px;
  padding: 0px;
  text-align: center;
}

.lab_cel ul li {
  list-style: none;
  display: block;
  vertical-align: top;
  width: 45%;
}

.labbx-1,
.labbx-2 {
  width: 630px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 14px 7px rgba(222, 222, 222, 0.25);
  border-radius: 16px;
}

/*.labbx-2 {
  float: none;
  margin: 350px auto 0px;
}*/
.row.top_row.lab_cel ul:last-child li {
  float: none;
}

.labtxt_cont {
  padding: 25px 40px 30px;
}

.row.top_row.lab_cel ul {
  display: flow-root;
}

.labtxt_cont p {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 36px;
  color: #000;
  margin-bottom: 0px;
}

.row.top_row.lab_cel ul:last-child li .nmbr_bx {
  position: absolute;
  right: -100px;
  left: inherit;
}

.lab_pag .lab_cel .labtxt_cont p strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  display: block;
}

.lab_pag {
  position: relative;
}

.lab_pag:before {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  height: 682px;
  width: 656px;
  background: url(../images/lab_pag_bg.png) 0 0 no-repeat;
}

.l-b-u {
  position: relative;
}

.l-b-u:before {
  position: absolute;
  content: '';
  box-shadow: 7px -6px 10px rgb(151 151 151 / 25%);
  border-radius: 10px;
  height: 100%;
  width: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.lab_cel ul li {
  position: relative;
}

.lab_cel ul li:first-child .nmbr_bx {
  width: 72px;
  height: 72px;
  background: linear-gradient(41.5deg, #EB4747 16.95%, #FF2E00 85.26%);
  border: 8px solid #FFFFFF;
  box-shadow: 0px 7px 19px -1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  right: -100px;
}

.lab_cel ul li:last-child .nmbr_bx {
  width: 72px;
  height: 72px;
  background: linear-gradient(41.5deg, #EB4747 16.95%, #FF2E00 85.26%);
  border: 8px solid #FFFFFF;
  box-shadow: 0px 7px 19px -1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  left: -90px;
}

.lab_cel ul li:first-child .nmbr_bx,
.lab_cel ul li:last-child .nmbr_bx,
.row.top_row.lab_cel ul:last-child li .nmbr_bx {
  top: 115px;
}

.nmbr_bx span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-top: 12px;
  display: block;
}

/*.lab_cel ul li:first-child {
    float: left;
}*/

.lab_cel ul li:last-child {
  float: right;
}

.lab_cel ul li figure img {
  width: 100%;
  height: 300px !important;
}

.lab_cel ul li:last-child i {
  height: 950px;
  width: 10px;
  background: #FFFFFF;
  box-shadow: 7px -6px 10px rgba(151, 151, 151, 0.25);
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
}


.lab_cel:last-child ul li:last-child i {
  top: -35px;
  height: 160px;
}

.lab_cel2 ul li:first-child .nmbr_bx,
.lab_cel4 ul li:first-child .nmbr_bx {
  margin-top: -375px;
}


.labfaclity_cont {
  float: none;
  overflow: hidden;
}

.labfaclity_cont .abut_picbox {
  float: right;
  margin: 0px 0px 25px 40px;
}


.books_tabl tbody tr:first-child td:first-child,
.books_tabl tbody tr:nth-child(3) td:last-child {
  background-image: none;
}

.books_tabl thead tr th:first-child,
.books_tabl tbody tr td:first-child {
  text-align: left;
  padding-left: 60px;
}

.books_tabl tbody tr td:last-child {
  color: #F62D01;
}

.books_tabl tbody tr:nth-child(even) td:nth-child(2) {
  background: #E2E2E2;
}


.lifbit_cont {
  margin-left: 0px;
  margin-right: 0px;
}

.lifbit_cont h3 {
  font-size: 42px;
  position: relative;
  font-weight: 700;
  line-height: 46px;
  color: #3d3d3d;
  margin-bottom: 56px;
}


.lifbit_cont h3:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -15px;
  left: 0px;
  position: absolute;
}


.lifbit_cont h3 {
  margin-top: 0px;
}

.lifshort_nfo {
  margin-top: 25px;
}

.lifbit_pag .lifbit_point {
  clear: both;
  margin: 40px 0px;
  float: left;
}

.lifbit_pag ul.lifbit_point li:before {
  top: -4px;
}

.lifbit_pag .lifbit_cont .lft_contnt {
  padding-left: 0px;
  padding-right: 50px;
}

.clear {
  clear: both;
}


.anusmnt_pg .row {
  margin-bottom: 40px;
}

.anusmnt_pg h2 {
  font-size: 56px;
  font-weight: 700;
  color: #161616;
  line-height: 75px;
  text-align: center;
}

.anusmnt_pg p {
  text-align: center;
}

.pagicn_bx {}

.pagicn_bx img {
  float: none;
  margin: 0px auto;
}

.anusmnt_pg .anusmnt_cel_cont {
  float: none;
  overflow: hidden;
  margin: 30px auto 0px;
}

.anusmnt_pg .anusmnt_cel {
  background: #FFFFFF;
  box-shadow: 3px 8px 29px 6px #EDEFF7;
  border-radius: 20px;
  min-height: 90px;
  margin-bottom: 30px;
  padding: 15px 25px;
  float: left;
  width: 100%;
}

.anusmnt_pg .anusmnt_cel .bult_icnbx {
  float: left;
  width: 60px;
  height: 56px;
  display: block;
}

.anusmnt_pg .anusmnt_cel p {
  float: left;
  width: 86%;
  margin-top: 8px;
  text-align: left;
  padding-left: 12px;
  margin-bottom: 0px;
}

.anusmnt_pg .anusmnt_dat {
  float: right;
  font-size: 20px;
  line-height: 36px;
  color: #303030;
  width: 118px;
  height: 36px;
  margin-top: 7px;
}



.nirf_pg {
  background: url(../images/hmcont_bg.png) center 225px no-repeat;
  padding-bottom: 90px;
}

.nirf_pg .row {
  margin-top: 40px;
}

.nirf_pg p {
  padding-left: 0 !important;
}

.nirf_pg img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.nirf_pg strong {
  color: #eb4747;
}

.nirf_pg ul.nirf_butns {
  margin-top: 50px;
  padding: 0px;
  text-align: center;
}

.nirf_pg ul.nirf_butns li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  list-style: none;
  width: 100%;
  max-width: 403px;
  height: 76px;
  background: #4E4E4E;
  border-radius: 8px;
  line-height: 76px;
}

.nirf_pg ul.nirf_butns li a {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  transition: .4s all;
}

.nirf_pg ul.nirf_butns li:hover,
.nirf_pg ul.nirf_butns li.active {
  background: #D10A11;
}

.nirf_pg ul.nirf_butns li a:hover {
  background: #ed171f;
}

.achivmnt_pg {}

.achivmnt_pg .achv_crvbx_row {
  margin-top: 90px;
}

.achv_crvbx {
  background: #FFFFFF;
  box-shadow: 3px 20px 22px 12px #EDEFF7;
  border-radius: 20px;
  padding: 25px 50px;
  text-align: center;
  margin-bottom: 50px;
}

.achv_crvbx img {
  float: none;
  margin: 0px auto 30px;
}

.achivmnt_pg .achv_crvbx p {
  color: #282828;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  padding: 0px;
}

.achv_crvbx h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #282828;
  margin: 20px 0px;
}

.achv_crvbx .achiv_no {
  display: block;
  color: #5A5A5A;
  font-weight: 700;
  font-size: 36px;
  line-height: 24px;
}


.achivmnt_pg .all_achivment_btn {
  width: 100%;
  max-width: 313px;
  height: 65px;
  background: #464646;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 20px;
  margin: 0px auto;
  float: none;
  display: block;
  transition: 0.6s;
}


.achivmnt_pg .all_achivment_btn:hover {
  background: #D10A11;
}


.contact_pg {
  /* background: url(../images/hmcont_bg.png) center bottom no-repeat; */
  padding-bottom: 90px;
}


.contact_pg .apply-covr .submit_btn{
    margin: 15px auto 0px;
    float: none;
    display: block;
 }

.contact_pg .row p {
  padding-left: 0px;
}

.cont_adrs_cel {
  float: none;
  overflow: hidden;
  margin-bottom: 30px; padding-right: 10px;
}

.cont_adrs_cel h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 58px;
  color: #000;
}

.cont_adrs_cel h5 .icn_crcl {
  width: 60px;
  height: 60px;
  border: 1px solid #BABABA;
  /*border-radius: 50%;*/
  margin-right: 15px;
  display: block;
  padding: 6px;
  text-align: center;
  line-height: 40px;
  float: left;
}

.cont_adrs_cel p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

.cont_adrs_cel p strong {
  color: #EB4747;
}

.contact_pg h4 {
  font-weight: 600;
  font-size: 24px;
}


.contact_pg h4 span {
  color: #EB4747;
}

.contact_pg form {
  margin-top: 15px;
}

.contact_pg form .nput_fild,
.contact_pg form select {
  background: #FFFFFF;
  border: 1px solid #E6DDDD;
  box-sizing: border-box;
  height: 66px;
  box-shadow: 0px 16px 17px rgba(210, 210, 210, 0.25);
  /*border-radius: 16px;*/
  border-radius: 1px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 35px;
  width: 100%;
}

.contact_pg form select {
  color: #a3a9b0;
}

.contact_pg form select:focus {
  outline: none;
}

.form-group.capt input {
  max-width: 300px;
}

.form-group {
  margin-bottom: 0;
}

.contact_pg form .nput_fild2 {
  background: #FFFFFF;
  border: 1px solid #E6DDDD;
  box-sizing: border-box;
  box-shadow: 0px 16px 17px rgba(210, 210, 210, 0.25);
  /*border-radius: 16px;*/
  border-radius: 1px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 35px;
}


.contact_pg .submit_btn {
  width: 200px;
  transition: 0.6s;
  float: right;
  height: 65px;
  background: #D10A11;
  border-radius: 8px;
  border: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.contact_pg .submit_btn:hover {
  background: #4E4E4E;
}


.gallery_cel ul {
  margin: 20px 0px;
  padding: 0px;
}

.gallery_cel ul li {
  margin: 10px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 12px;
  overflow: hidden;
  width: 30%;
}

.gallery_cel ul li img {
  width: 100%;
}


.vwglry_overlay {
  background: rgba(250, 210, 7, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
}

.vwglry_cont {
  position: relative;
  /*max-width: 400px;*/
  margin: auto;
  overflow: hidden;
}

.vwglry_cont:hover .vwglry_overlay {
  opacity: 1;
  cursor: pointer;
}

.vwglry_cont:hover .vwglry_overlay .fa {
  color: #000;
  margin-top: 88px;
  font-size: 25px;
  font-weight: 500;
}

.gallery_cel ul li.vwglry_cont:first-child {
  width: 500px;
  float: left;
  height: 720px;
}

.gallery_cel ul li.vwglry_cont:nth-child(2) {
  width: 420px;
  height: 350px;
}

.gallery_cel ul li.vwglry_cont:nth-child(3) {
  width: 620px;
  height: 350px;
}

.gallery_cel ul li.vwglry_cont:nth-child(4) {
  width: 620px;
  height: 350px;
}

.gallery_cel ul li.vwglry_cont:nth-child(5) {
  width: 420px;
  height: 350px;
}

.gallery_cel ul li.vwglry_cont:nth-child(6) {
  width: 510px;
  height: 336px;
}

.gallery_cel ul li.vwglry_cont:nth-child(7) {
  width: 510px;
  height: 336px;
}

.gallery_cel ul li.vwglry_cont:last-child {
  width: 510px;
  height: 336px;
}



.alumni_pg {}

.alumni_pg h2,
.alumni_pg p {
  text-align: center;
}

.alumni_sec p {
  margin: 30px auto 45px;
}

.almnu_picbx {
  width: 262px;
  height: 262px;
  border-radius: 50%;
  float: none;
  margin: 30px auto 45px;
  overflow: hidden;
}

.almnu_picbx img {
  width: 100%;
}

.alumni_sec .red_bdr {
  border: 10px solid #f0613f;
}

.alumni_sec .gren_bdr {
  border: 10px solid #4ec083;
}

.alumni_sec .yelo_bdr {
  border: 10px solid #f3ca3c;
}

.alumni_pg .alumni_sec .achv_crvbx p {
  text-align: center;
  padding-left: 0px;
  margin-bottom: 25px;
}

.alumni_pg .achv_crvbx {
  position: relative;
}

.achv_crvbx .mor_btn {
  text-align: center;
  margin-bottom: 15px;
}

.achv_crvbx .mor_btn a {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
}

.datbox {
  position: absolute;
  width: 174px;
  height: 62px;
  border-radius: 100px;
  top: 100px;
  right: 20px;
  color: #fff;
  text-align: center;
  line-height: 62px;
}


.alumni_sec .red_bdr .datbox {
  background: #f0613f;
}

.alumni_sec .red_bdr .round {
  background: #f0613f;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 212px;
  right: 116px
}

.alumni_sec .gren_bdr .datbox {
  background: #4ec083;
}

.alumni_sec .gren_bdr .round {
  background: #4ec083;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 212px;
  right: 116px
}


.alumni_sec .yelo_bdr .datbox {
  background: #f3ca3c;
}

.alumni_sec .yelo_bdr .round {
  background: #f3ca3c;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 212px;
  right: 116px
}


.alumni_bx1 .bg_rund {
  background: #ffe6e0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  float: left;
  margin-top: 52px;
  margin-left: -200px;
  position: absolute;
}

.alumni_bx1 .sml_rund {
  background: #ffe6e0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: left;
  margin-top: 140px;
  margin-left: -166px;
  position: absolute;
}


.alumni_bx2 .bg_rund {
  background: #ddffed;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  float: left;
  margin-top: 52px;
  margin-left: -200px;
  position: absolute;
}

.alumni_bx2 .sml_rund {
  background: #ddffed;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: left;
  margin-top: 140px;
  margin-left: -166px;
  position: absolute;
}


.alumni_bx3 .bg_rund {
  background: #fdf4d2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  float: left;
  margin-top: 52px;
  margin-left: -200px;
  position: absolute;
}

.alumni_bx3 .sml_rund {
  background: #fdf4d2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: left;
  margin-top: 140px;
  margin-left: -166px;
  position: absolute;
}




.ripans_sec .row {
  margin-top: 90px;
}

.ripans_sec .achv_crvbx {
  box-shadow: none;
  background: #F15252;
  box-shadow: 0px 16px 28px 9px rgba(200, 22, 22, 0.25);
  border-radius: 16px;
  padding: 50px 35px;
}

.ripans_sec .achv_crvbx p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.ripans_sec h2 {
  position: relative;
  color: #fff;
  text-align: center;
}

.ripans_sec h2:after {
  content: "";
  height: 4px;
  width: 96px;
  background: #fff;
  bottom: -30px;
  left: 47%;
  position: absolute;
}

.ripans_sec .red_round {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #e34343;
  float: none;
  margin: 10px auto 25px;
  position: relative;
}

.ripans_sec .red_round img {
  position: absolute;
  top: 20px;
  left: -5px;
}

.ripans_sec .achv_crvbx .datbox {
  position: initial;
  width: 100%;
  position: relative;
  right: 0px;
  top: 30px;
}

.ripans_sec .achv_crvbx .datbox:before {
  content: "";
  height: 2px;
  width: 160px;
  background: #fff;
  top: 3px;
  left: 32%;
  position: absolute;
}

.ripans_sec {
  background: url(../images/ripans_bg.png) bottom center no-repeat #e64646;
  width: 100%;
  padding: 90px 0px 70px;
}



.alumni_month_sec {
  padding: 90px 0px;
}

.alumni_month_sec h2 {
  text-align: center;
  position: relative;
  text-transform: capitalize;
}

.alumni_month_sec h2:after {
  content: "";
  height: 4px;
  width: 96px;
  background: #e64646;
  bottom: -30px;
  left: 47%;
  position: absolute;
}



.alumni_month_sec .studntpic_covr {
  width: 227px;
  height: 227px;
  border-radius: 50%;
  float: none;
  margin: 20px auto;
  border: 1px solid #EAEAEA;
  padding: 22px;
}

.alumni_month_sec .studnt_pic {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}

.alumni_month_sec .studnt_pic img {
  width: 100%;
}


.alumni_month_sec .mnthstudnt_cel {
  margin-top: 70px;
}

.alumni_month_sec .mnthstudnt_bx {
  width: 100%;
  margin: 0 3px 40px;
  max-width: 304px;
  display: inline-block;
  text-align: center;
}


.mnthstudnt_bx h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #373737;
  margin-top: 20px;
}

.mnthstudnt_bx .mor_btn {
  margin-top: 15px;
}

.mnthstudnt_bx .mor_btn a {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #373737;
  position: relative;
}

.mnthstudnt_bx .mor_btn a:before {
  content: "";
  height: 4px;
  width: 30px;
  background: #e64646;
  top: -10px;
  left: 32%;
  position: absolute;
}




.evntdetls_pg {
  padding-bottom: 50px;
}

.evntdetls_pg h2 {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.inner_bannr .bnttxt_cel .datevnt {
  margin: 14px 0px 0px;
  padding: 0px;
}

.inner_bannr .bnttxt_cel .datevnt li {
  margin: 0px;
  padding: 0px 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-right: 2px solid #fff;
  line-height: 20px;
}

.inner_bannr .bnttxt_cel .datevnt li:first-child {
  padding-left: 0px;
}

.inner_bannr .bnttxt_cel .datevnt li:last-child {
  border-right: 0px;
}

.inner_bannr .evnt_bnrtxtcel {
  bottom: 12px;
}

.bnttxt_cel ul.daytime {
  margin: 0px;
  padding: 0px;
}

.bnttxt_cel ul.daytime li {
  margin: 0px 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.bnttxt_cel ul.daytime li:first-child {
  margin-left: 0px;
}

.bnttxt_cel ul.daytime li:after {

  content: "\205A";
  height: 4px;
  width: 30px;
  top: 10px;
  font-size: 40px;
  right: -40px;
  color: #fff;
  font-weight: 700;
  position: absolute;
}

.bnttxt_cel ul.daytime li:last-child:after {
  content: "";
}


.bnttxt_cel ul.daytime li .crvbx {
  width: 69px;
  height: 78px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 12px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
}


.bnttxt_cel ul.daytime li .crvbx span {
  display: block;
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #1B1045;
  line-height: 24px;
  text-transform: uppercase;
}

.evntmap_box {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
}

.evntmap_sec .container {
  width: 84%;
}

.evntmap_sec {
  margin-bottom: 70px;
}


.evnt_pg h2 {
  position: relative;
  text-align: center;
}

.evnt_pg h2:after {
  content: "";
  height: 4px;
  width: 96px;
  background: #e64646;
  bottom: -30px;
  left: 47%;
  position: absolute;
}



.evnt_main_cel .crv_fltr_btn {
  font-weight: 600;
  font-size: 20px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 16px;
  width: 200px;
  height: 65px;
  color: #000;
}


.evnt_main_cel .fltr_activ {
  font-weight: 600;
  font-size: 20px;
  border: 2px solid #7B7B7B;
  box-sizing: border-box;
  border-radius: 16px;
  width: 200px;
  height: 65px;
  color: #D10A11;
}


.evnt_main_cel .btn-default.active.focus,
.evnt_main_cel .btn-default.active:focus,
.evnt_main_cel .btn-default.active:hover,
.evnt_main_cel .btn-default:active.focus,
.evnt_main_cel .btn-default:active:focus,
.evnt_main_cel .btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  font-weight: 600;
  font-size: 20px;
  border: 2px solid #7B7B7B !important;
  box-sizing: border-box;
  border-radius: 16px !important;
  width: 200px;
  height: 65px;
  color: #D10A11 !important;
}




.evnt_main_cel {
  margin-top: 70px;
}

.evnt_main_cel ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.evnt_main_cel ul li {
  margin: 20px 18px 35px;
  padding: 0px;
  list-style: none;
  vertical-align: top;
  width: 30%;
  display: inline-block;
}


.evnt_main_cel .slidbox_pic {
  width: 100%;
  height: 320px;
}


.evnt_main_cel .slidbox_pic img {
  width: 100%;
}

.evnt_main_cel .evnt_nfobx {
  float: none;
  overflow: hidden;
  margin-top: 30px;
  padding: 0px 20px 20px;
}

.evnt_main_cel .evnt_nfobx .evdat {
  background: #B60F0F;
  border-radius: 16px;
  width: 91px;
  height: 95px;
  float: left;
}

.evnt_main_cel .evdat h6 {
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  text-align: center;
}

.evnt_main_cel .evnt_nfobx .evdat label {
  font-weight: 400;
  font-size: 22px;
  color: #fff !important;
  text-align: center;
  display: block;
}

.evnt_main_cel .evnfo {
  width: 76%;
  float: right;
  padding-left: 18px;
  border-left: 0px solid #5A0202;
}

.evnt_main_cel .evnfo p {
  font-weight: 300;
  font-size: 18px;
  color: #373737;
  line-height: 30px;
  text-align: left;
  margin-bottom: 12px;
}

.evnt_main_cel .evnfo h4 {
  font-weight: 700;
  font-size: 32px;
  color: #494949;
  margin-top: 0px;
  text-align: left;
  position: relative;
}

.evnt_main_cel .evnfo h4:before {
  content: "";
  height: 106px;
  width: 1px;
  background: #5A0202;
  top: 0px;
  left: -15px;
  position: absolute;
}


.evnt_main_cel .evnfo .redmor_lnk {
  font-weight: 700;
  font-size: 18px;
  color: #121212;
  float: left;
  margin-top: 0px;
  border-bottom: 3px solid #fff;
  transition: 0.6s;
}

.evnt_main_cel .evnfo .redmor_lnk:hover {
  color: #B60F0F;
}




.pagnation_cel {
  text-align: center;
}

.pagination {
  display: inline-block;
  vertical-align: top;
}

.pagination a {
  color: black;
  float: left;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 16px;
  line-height: 34px;
  margin: 2px 4px;
  text-decoration: none;
  width: 50px;
  height: 50px;
}

.pagination a.active {
  background-color: #fad207;
  color: white;
  border-radius: 50%
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 50%
}

.pagnation_cel .pagination .pgnation_btn {
  color: #ADADAD;
  transition: 0.6s;
  background: transparent !important;
}

.pagnation_cel .pagination .pgnation_btn:hover {
  color: #000;
}








@media only screen and (max-width: 520px) {

  .breadcrumbs ul li:first-child:after,
  .breadcrumbs ul li:nth-child(2):after {
    padding: 0 0.5em;
  }

  .breadcrumbs ul li {
    padding-right: 1px;
    font-size: 12px;
  }

  .pncpl_pic_bx {
    width: 100%;
    height: 214px;
  }

  .pncpl_nfobx li {
    font-size: 14px;
    margin: 6px 0px;
  }

  .pncpl_nfobx ul {
    margin-top: 10px;
  }

  .mvision_pag h3 {
    font-size: 28px;
  }

  .mvision_pag h3:after {
    width: 75px;
  }

  .mvision_pag ul li {
    font-size: 13px;
  }

  .books_tabl thead tr th:first-child,
  .books_tabl tbody tr td:first-child {
    padding-left: 25px;
  }


}



@media only screen and (max-width: 1500px) {

  .plcmnt_sec{
    padding-bottom: 50px;
  }

  .mvision_pag h3 {
    font-size: 36px;
  }

  .notic_pag .notic_cel p {
    padding-left: 0px;
  }

  .plcmnt_pg .plcmnt_sec ol li,
  .ndustry_sec li {
    font-size: 16px;
  }

  .tpo_box .tpo_pic {
    height: 220px;
  }

  .labbx-1,
  .labbx-2 {
    /* width: 550px;*/
    width: 100%;
  }

  /*.labbx-2 {
    margin-left: 100px;
  }*/

  .lab_cel ul li:last-child i {
    height: 1085px;
  }

  .dprtmnt_pag .sub_hding {
    font-size: 20px;
  }

  .library_pg ul.lbry_point li strong,
  .library_pg ul.lbry_point li {
    font-size: 16px;
    line-height: 28px;
  }

  .anusmnt_pg .anusmnt_cel p {
    float: left;
    width: 82%;
    margin-top: 8px;
    text-align: left;
    padding-left: 12px;
  }

  .anusmnt_pg .anusmnt_dat {
    font-size: 16px;
    margin-top: 4px;
  }

  .nirf_pg ul.nirf_butns li {
    margin: 10px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    max-width: 280px;
    overflow: hidden;
  }

  .nirf_pg {
    background: url(../images/hmcont_bg.png) center 175px no-repeat;
    padding-bottom: 40px;
  }


  .achivmnt_pg .achv_crvbx p {
    font-size: 14px;
    line-height: 26px;
  }

  .achv_crvbx h6 {
    font-size: 24px;
    margin: 10px 0px;
  }

  .achv_crvbx .achiv_no {
    font-size: 28px;
  }

  .achv_crvbx img {
    width: 50%;
  }

  .achivmnt_pg .achv_crvbx_row {
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .contact_pg form .nput_fild,
  .contact_pg form select {
    height: 54px;
  }

  .contact_pg form .nput_fild,
  .contact_pg form .nput_fild2,
  .contact_pg form select {
    margin-bottom: 18px;
  }

  .contact_pg {
    padding-bottom: 0px;
  }

  .contact_pg.alumni_pg.almni_pg {
    padding-bottom: 60px;
  }

  .form-group.capt input {
    max-width: 200px;
  }

  .contact_pg .submit_btn {
    height: 55px;
  }

  .pagicn_bx {
    width: 250px;
    height: 210px;
    float: none;
    margin: 0px auto;
  }


  .galry_pg .gallery_cel {
    margin-bottom: 0px;
  }

  .gallery_cel ul li.vwglry_cont:first-child {
    width: 355px;
    height: 534px;
  }

  .gallery_cel ul li.vwglry_cont:nth-child(2) {
    width: 280px;
    height: 257px;
  }

  .gallery_cel ul li.vwglry_cont:nth-child(3) {
    width: 465px;
    height: 257px;
  }

  .gallery_cel ul li.vwglry_cont:nth-child(4) {
    width: 465px;
    height: 257px;
  }

  .gallery_cel ul li.vwglry_cont:nth-child(5) {
    width: 280px;
    height: 257px;
  }

  .gallery_cel ul li.vwglry_cont:nth-child(6) {
    width: 364px;
    height: 240px;
  }

  .gallery_cel ul li.vwglry_cont:nth-child(7) {
    width: 364px;
    height: 240px;
  }

  .gallery_cel ul li.vwglry_cont:last-child {
    width: 364px;
    height: 240px;
  }


  .vwglry_cont:hover .vwglry_overlay .fa {
    margin-top: 110px;
  }

  .vwglry_cont:first-child:hover .vwglry_overlay .fa {
    margin-top: 270px;
  }

  .almnu_picbx {
    width: 175px;
    height: 175px;
    border: 6px;
  }

  .almnu_picbx img {
    width: 100%;
  }

  .alumni_month_sec .red_bdr {
    border: 8px solid #f0613f;
  }

  .alumni_month_sec .gren_bdr {
    border: 8px solid #4ec083;
  }

  .alumni_month_sec .yelo_bdr {
    border: 8px solid #f3ca3c;
  }


  .ripans_sec .achv_crvbx .datbox:before {
    content: "";
    left: 24%;
  }

  .ripans_sec .achv_crvbx p {
    line-height: 30px;
  }


  .alumni_month_sec .studntpic_covr {
    width: 145px;
    height: 145px;
    transition: 0.6s;
  }

  .alumni_month_sec .studnt_pic {
    width: 100px;
    height: 100px;
  }

  .alumni_month_sec .mnthstudnt_bx {
    max-width: 216px;
    width: 100%;
  }

  .mnthstudnt_bx:hover .studntpic_covr {
    border-color: #E64646;
  }

  .mnthstudnt_bx h6 {
    font-size: 20px;
  }

  .mnthstudnt_bx .mor_btn a {
    font-size: 16px;
  }

  .mnthstudnt_bx .mor_btn a:before {
    height: 3px;
  }

  .alumni_month_sec {
    padding: 90px 0px 50px;
  }


  .datbox {
    width: 122px;
    height: 42px;
    top: 78px;
    right: 20px;
    line-height: 44px;
    font-size: 13px;
  }

  .alumni_sec .red_bdr .round {
    width: 26px;
    height: 26px;
    top: 165px;
    right: 92px;
  }

  .alumni_sec .gren_bdr .round {
    width: 26px;
    height: 26px;
    top: 165px;
    right: 92px;
  }

  .alumni_sec .yelo_bdr .round {
    width: 26px;
    height: 26px;
    top: 165px;
    right: 92px;
  }


  .alumni_bx1 .bg_rund,
  .alumni_bx2 .bg_rund,
  .alumni_bx3 .bg_rund {
    width: 50px;
    height: 50px;
    margin-top: 40px;
    margin-left: -134px;
  }

  .alumni_bx1 .sml_rund,
  .alumni_bx2 .sml_rund,
  .alumni_bx3 .sml_rund {
    width: 15px;
    height: 15px;
    margin-top: 108px;
    margin-left: -115px;
  }

  .almnu_picbx {
    margin-bottom: 20px;
  }

  .alumni_sec p {
    margin: 10px auto !important;
  }


  .inner_bannr .evnt_bnrtxtcel {
    bottom: 38px;
  }

  .evntmap_sec .container {
    width: 90%;
  }

  .evnt_pg h2:after {
    content: "";
    height: 4px;
    width: 96px;
    background: #e64646;
    bottom: -30px;
    left: 45.8%;
    position: absolute;
  }


  .evnt_main_cel ul li {
    width: 28%;
  }

  .evnt_main_cel .evnt_nfobx .evdat {
    border-radius: 16px;
    width: 82px;
    height: 90px;
  }

  .evnt_main_cel .slidbox_pic {
    height: 230px;
  }

  .evnt_main_cel .evnfo {
    width: 66%;
  }

  .evnt_main_cel .evnfo h4 {
    font-size: 24px;
  }

  .evnt_main_cel .evdat h6 {
    font-size: 48px;
  }

  .evnt_main_cel .evnfo h4:before {
    content: "";
    height: 88px;
  }

  .evnt_main_cel .evnfo p {
    line-height: 25px;
  }

  .evnt_main_cel .fltr_activ {
    font-size: 18px;
    width: 175px;
    height: 55px;
    border-radius: 12px;
  }

}





@media only screen and (max-width: 1300px) {

  .mvision_pag h3 {
    font-size: 26px;
  }

  .labbx-1,
  .labbx-2 {
    width: 400px;
  }

  .lab_cel ul li:first-child .nmbr_bx,
  .lab_cel ul li:last-child .nmbr_bx {
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
  }

  .nmbr_bx span {
    padding-top: 9px;
  }

  .lab_cel ul li:first-child .nmbr_bx {
    margin-right: -46px;
    margin-top: -400px;
  }

  .lab_cel2 ul li:first-child .nmbr_bx {
    margin-top: -328px;
  }

  .labbx-2 {
    margin: 208px auto 0px;
  }

  .lab_cel ul li:last-child .nmbr_bx {
    margin-top: 290px;
  }

  .lab_cel4 ul li:first-child .nmbr_bx {
    margin-top: -340px;
  }

  .books_tabl tbody tr td,
  .books_tabl thead tr th {
    font-size: 12px;
  }


}





/* =======================  4-8-21  =======================   */



@media only screen and (max-width: 520px) {

  .lab_cel {
    padding-top: 24px;
  }

  .lab_cel ul {
    margin: 24px 0px;
  }

  .lab_cel ul li {
    display: block;
    width: 100%;
    position: relative;
  }

  .labbx-1,
  .labbx-2 {
    width: 100%;
  }

  .labtxt_cont {
    padding: 15px 10px 15px;
  }

  .lab_pag .lab_cel .labtxt_cont p strong {
    line-height: 24px;
  }

  .lab_cel ul li:first-child .nmbr_bx,
  .lab_cel ul li:last-child .nmbr_bx {
    right: 0px;
    left: 0px;
    float: none;
    position: absolute;
    margin: auto;
    top: -38px;
  }

  .lab_cel ul li:last-child i {
    display: none;
  }

  .labbx-2 {
    margin: 65px auto 0px;
  }

  .lab_cel2,
  .lab_cel4 {
    margin-top: -20px !important;
  }

  .lab_cel ul li:first-child .nmbr_bx,
  .lab_cel ul li:last-child .nmbr_bx {
    border: 3px solid #fff;
  }


  .anusmnt_pg h2 {
    font-size: 32px;
  }

  .anusmnt_pg .anusmnt_dat {
    float: none; margin: 10px auto; clear: both;
  }

  .anusmnt_pg .anusmnt_cel p {
    padding-left: 0px;
    width: 100%;
  }

  .anusmnt_pg .anusmnt_cel .bult_icnbx {
    float: none;
    margin: 0px auto;
    transform: rotate(90deg);
  }

  .pagicn_bx {
    width: 150px;
    height: 140px;
  }


  .contact_pg h4 {
    font-size: 30px;
  }

  .contact_pg form .nput_fild {
    height: 48px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
  }

  .contact_pg form .nput_fild2 {
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_pg .submit_btn {
    height: 48px;
  }

  .cont_adrs_cel h5 {
    margin-bottom: 0px;
  }

  .contact_pg .row p {
    margin-bottom: 6px;
  }

  .cont_adrs_cel h5 .icn_crcl {
    width: 50px;
    height: 50px;
    padding: 2px;
  }

  .cont_adrs_cel h5 .icn_crcl img {
    width: 65%;
  }

  .abut_pg h2 {
    font-size: 32px;
  }

  .nirf_pg {
    padding-bottom: 0px;
  }

  .nirf_pg ul.nirf_butns {
    margin: 30px 0px 0px;
  }

  .nirf_pg ul.nirf_butns li {
    height: 50px;
    line-height: 50px;
    max-width: 225px;
  }

  .nirf_pg ul.nirf_butns li a {
    font-size: 16px;
  }


  .gallery_cel ul li.vwglry_cont:first-child,
  .gallery_cel ul li.vwglry_cont:nth-child(3),
  .gallery_cel ul li.vwglry_cont:nth-child(4),
  .gallery_cel ul li.vwglry_cont:nth-child(6),
  .gallery_cel ul li.vwglry_cont:nth-child(7),
  .gallery_cel ul li.vwglry_cont:last-child {
    width: 95%;
  }

  .gallery_cel ul li img {
    width: 100%;
    height: 100%;
  }


  .gallery_cel ul li.vwglry_cont:nth-child(2),
  .gallery_cel ul li.vwglry_cont:nth-child(5) {
    width: 95% !important;
  }

}







.tech-fest h4 {
  font-size: 26px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.tech-fest h4:before,
.fe-content h5:before,
h3.evnt:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #cf1111;
}

img.fe {
  width: 100%;
  /*height: 350px;*/
  margin-bottom: 20px;
}

.fe-img img {
  width: 100%;
  max-width: 400px;
  border-radius: 15px;
}

.fe-content h5 {
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.fe-content.fa-con-img h5 {
  font-size: 34px;
}

.fe-content h5:before {
  width: 50px;
}

.mdl {
  margin: 40px 0;
  text-align: center;
}

.mdl .fe-content h5:before {
  left: 0;
  right: 0;
  margin: auto;
}

.mdl .fe-img img {
  margin-bottom: 15px;
  height: 270px;
}

.sld .item img {
  margin: 0 auto;
}

.sld .owl-carousel .owl-nav {
  display: none !important;
}

.sld .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  z-index: 999;
  text-align: center;
}

.sld button.owl-dot {
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f9f6f6 !important;
  display: inline-block;
  margin: 0 4px;
}

.sld button.owl-dot.active {
  border: 2px solid #000;
}

.sld button.owl-dot:focus {
  outline: none;
}

.dwn {
  margin-top: 40px;
}

h3.hund:after {
  display: none;
}

h3.hund {
  text-align: center;
  font-size: 25px;
  font-style: italic;
}

h3.evnt:after {
  display: none;
}

h3.evnt {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}








.tr-img img {
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
}

.p-gap {
  margin-top: 25px;
}

.summer h5,
.pre h5,
.soft h5 {
  font-size: 42px;
  line-height: 46px;
  color: #3D3D3D;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.summer h5:before,
.pre h5:before,
.soft h5:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 74px;
  height: 4px;
  background: #CF1111;
}

.summer {
  margin-top: 54px;
}

.tr-content p span {
  color: #cf1111;
  font-weight: 600;
}

.pre {
  background: #E64646;
  padding: 80px 0;
  color: #fff;
}

.pre h5 {
  color: #fff;
}

.pre h5:before {
  background: #fff;
}

.pre p {
  margin-bottom: 30px;
}

.pre-img img {
  width: 100%;
  background: #fff;
  border-radius: 12px;
}

.pre-img {
  max-width: 600px;
  float: right;
  width: 100%;
}

.pre-img h6 {
  font-size: 22px;
  line-height: 36px;
  margin: 25px 0;
}

.pre img {
  width: 100%;
  max-width: 700px;
  height: 360px;
  border-radius: 12px;
}

.soft {
  padding: 80px 0;
}

.soft-img {
  width: 100%;
  max-width: 818px;
  margin: 50px auto 0;
}

.soft-img img {
  width: 100%;
  border-radius: 12px;
}

.soft-img span {
  font-size: 20px;
  line-height: 46px;
  text-transform: capitalize;
  color: #3D3D3D;
  font-weight: 700;
}

@media only screen and (max-width:1500px) {
  .training h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .tr-img img {
    max-width: 400px;
  }

  .p-gap {
    margin-top: 0;
  }

  .summer h5,
  .pre h5,
  .soft h5 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }

  .summer h5:before,
  .pre h5:before,
  .soft h5:before {
    width: 45px;
    height: 3px;
  }

  .pre p,
  .soft p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
  }

  .pre-img {
    max-width: 450px;
  }

  .pre img {
    height: 250px;
  }

  .pre-img h6 {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
  }

  .pre img {
    max-width: 500px;
  }

  .soft-img {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .soft-img span {
    font-size: 16px;
    line-height: 44px;
  }

  .soft,
  .pre {
    padding: 60px 0;
  }
}







.jur-img img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.inrpagbdy_sec h2:before,
.knim h2:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -12px;
  height: 3px;
  width: 80px;
  background: #d10a11;
}

.knim h2:before {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.inrpagbdy_sec h2,
.knim h2 {
  position: relative;
  display: inline-block;
}

.knim h2 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.knim .jur-img img {
  max-width: 500px;
}

.package {
  text-align: center;
  padding-top: 0;
}

.package h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
}

.package li {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  vertical-align: top;
  margin-bottom: 50px;
}

.fe-content p {
  font-size: 16px !important;
}

.package li h6 {
  font-size: 18px;
  font-weight: 600;
}

.package li span {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0px;
  display: block;
}

.package li p {
  font-size: 16px;
  color: #929292;
}

.g-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 25px;
  margin: 40px 0px;
}



footer .ftrlnk_cel li ul.ftrlnk_box li a {
  position: relative;
  padding-right: 12px;
}

footer .ftrlnk_cel li ul.ftrlnk_box li a:before {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  right: 0;
  bottom: -4px;
}




/* ================ 16-9-21 ================ */



.rank_recg_pg {}

.rank_recg_pg h3 {
  text-align: center;
  margin-bottom: 50px;
}

.rank_recg_pg h3:after {
  left: 0px;
  right: 0px;
  top: 55px;
  bottom: 0px;
  margin: auto;
}

.rank_recg_pg h6 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500px;
}

.rank_recg_pg .abut_picbox {
  margin-bottom: 25px;
}

.rank_recg_pg .abut_picbox img {
  width: 200px;
  float: none;
  margin: 36px auto;
  border-radius: 0px;
  box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
  -webkit-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
  -moz-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
}



.redbtn {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase;
  background: #ca0909;
  border-radius: 8px;
  height: 50px;
  line-height: 34px;
  text-align: center;
  margin-top: 18px;
  transition: 0.6s;
}


.redbtn:hover {
  background: #c01212;
}

.rank_recg_pg .redbtn {
  margin: 0px auto;
  float: none;
  width: 100%;
  max-width: 220px;
  display: block;
  line-height: 50px;
}



.red-bg {
  background: #ca0909;
  padding: 60px 0px;
  color: #fff;
}

.red-bg p {
  color: #fff;
  line-height: 20px;
  margin-bottom: 8px;
}

.red-bg-cntr p {
  text-align: center;
}

.red-bg ul {
  margin-bottom: 30px;
}

.red-bg ul li {
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  list-style: none;
  font-size: 17px;
}

.red-bg ul li:before {
  position: absolute;
  content: '';
  top: 3px;
  height: 15px;
  width: 20px;
  background: url(../images/w-bult.png) 0 0 no-repeat;
  margin-left: -21px;
}


.whitbtn {
  font-size: 18px !important;
  font-weight: 500 !important;
  background: #fff !important;
  text-transform: uppercase;
  color: #ca0909;
  border-radius: 8px;
  height: 50px;
  line-height: 34px;
  text-align: center;
  margin-top: 18px;
  transition: 0.6s;
  border: 1px solid #fff;
}


.red-bg h3 {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.red-bg h3:after {
  left: 0px;
  right: 0px;
  top: 55px;
  bottom: 0px;
  margin: auto;
  background: #fff;
}

.whitbtn:hover {
  border: 1px solid #fff;
  background: transparent !important;
  color: #fff;
}

.red-bg .whitbtn {
  margin: 0px auto;
  float: none;
  width: 100%;
  max-width: 220px;
  display: block;
  line-height: 50px;
}

.rnktwin_btn {
  clear: both;
}

.rnktwin_btn ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.rnktwin_btn ul li.redbtn {
  background: #ca0909;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  margin: 18px 50px 2px;
  transition: 0.6s;
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
}

.rnktwin_btn ul li.redbtn:hover {
  background: #c01212;
}


.rnktwin_btn ul li.redbtn a {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  display: block;
}


.trophy_pic img {
  box-shadow: none !important;
}

.rank_recg_pg .archives_yer {
  text-align: left;
  margin-top: 40px;
}

.rank_recg_pg .archives_yer li {
  margin-top: 6px;
}

.rank_recg_pg .mrgn_top {
  margin-top: 65px;
}



.dprtmnt_pag .abut_picbox {
  box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
  -webkit-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
  -moz-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
}


.mison_sec h3 {
  text-align: center;
}

.mison_sec h3:after {
  left: 0px;
  right: 0px;
  top: 55px;
  bottom: 0px;
  margin: auto;
}

.mison_sec ol li {
  margin-bottom: 6px;
}

.lft-red-bg h3 {
  text-align: left;
  font-size: 37px;
}

.lft-red-bg h3:after {
  left: 0px !important;
  right: auto;
  /*top: 55px;*/
  bottom: -8px;
  margin: auto;
}

.lft-red-bg p {
  text-align: left !important;
}

.lft-red-bg ul {
  padding-left: 50px !important;
}

.lft-red-bg ul li {
  text-align: left !important;
  position: relative;
  list-style: none;
  margin-bottom: 26px;
  line-height: 22px !important;
}

.lft-red-bg ul li:before {
  position: absolute;
  content: '';
  top: 0px;
  height: 38px;
  width: 38px;
  background: url(../images/warow-bult.png) 0 0 no-repeat;
  margin-left: -55px; background-size: contain;
}


.dept_noticebordsec .notic_bx h2 {
  color: #fff;
}

.dept_noticebordsec .notic_bx h2:before {
  display: none;
}

.dept_noticebordsec .notic_bx h2:after {
  bottom: -15px;
}

.dept_noticebordsec {
  width: auto !important;
}




.dept_faculty {}

.dept_faculty .smitxt {
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.dept_faculty h3:after {
  left: 0px;
  right: 0px;
  top: 55px;
  bottom: 0px;
  margin: auto;
}

.dept_faculty h3 {
  margin-bottom: 15px;
}

.faculty_bx {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  padding: 15px;
  float: none;
  overflow: hidden;
  margin-bottom: 28px;
}

.faculty_bx:hover {
  border: 1px solid #ec7c30;
  background: #fff;
}

.faculty_bx h4 {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 4px;
}

.faculty_bx .fcty_deg {
  font-style: italic;
  color: #595959;
  font-weight: 600;
  display: block;
}

.faculty_bx .exprnc {
  color: #595959;
  font-size: 17px;
  margin-top: 5px;
}

.faculty_bx p {
  color: #595959;
  font-size: 17px;
  line-height: 25px !important;
  text-align: left !important;
}


.faculty_bx ul {
  margin: 10px 0px;
  padding: 0px;
  float: left;
}

.faculty_bx ul li {
  margin: 4px;
  padding: 0px;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  width: 25px;
  width: 25px;
}

.faculty_bx .profil_link {
  float: right;
  margin-top: 15px;
  color: #006fc0;
  transition: 0.6s;
}

.faculty_bx .profil_link:hover {
  color: #65a6d6;
}

.fcty_mail img {
  width: 31px;
  height: 21px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.fclty_pic {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.fcty_mail {
  margin-top: 12px;
  color: #595959;
  font-size: 16px;
}




@media only screen and (max-width:1500px) {

  .fclty_pic {
    width: 180px;
    height: 180px;
  }

}



.labtry_pag {}

.labtry_pag h2 {
  margin-bottom: 40px;
}



/* ============ individual faculty ============ */

.breadcrumbs ul li:nth-child(4):after {
  content: "";
  background: url(../images/bcamp_arow.png) right center no-repeat;
  padding: 0 1em;
  width: 6px;
  height: 10px;
}

.breadcrumbs ul li:last-child:after {
  content: "";
  background: none;
}


.faculty_dtlbx {
  border: 0px !important;
  background: #fff !important;
}

.faculty_dtlbx ul {
  width: 100%;
  text-align: center;
}

.faculty_dtlbx .fclty_pic {
  float: none;
  margin: 0px auto;
}

.faculty_dtlbx .fcty_mail {
  text-align: center;
  position: relative;
  display: table;
  padding-left: 20px;
  width: 100%;
}

.faculty_dtlbx .fcty_mail:before {
  content: "";
  background: url(../images/f-mail.png) 0 0 no-repeat;
  bottom: 0px;
  left: 0px;
  width: 46px;
  height: 34px;
}



ul.tabs li {
  cursor: pointer;
  display: inline-block;
}

ul.tabs li span {
  display: block;
  padding: 15px 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: inherit;
}

ul.tabs li span.active {
  background: #f9f9ff;
  border-bottom: 1px solid #f7631b;
  color: #f7631b;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}







.tab {
  background: #f9f9ff;
  padding: 25px;
}

.tab p {
  margin-top: 0;
}

ul.tabs {
  margin-top: 30px;
}

.tab p {
  font-size: 20px;
}





ul.tabs.aca-tabs li span {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #0F0F0F;
  padding: 0;
  line-height: 50px;
}

ul.tabs.aca-tabs {
  text-align: center;
  margin-bottom: 10px;
}

ul.tabs.aca-tabs li {
  margin: 0 26px;
}

ul.tabs.aca-tabs li span.active {
  background: inherit;
  border-bottom: 3px solid #d10a11;
  color: #000;
}



.faculty_detlpg .tabsct .tab h2 {
  margin-bottom: 20px;
  font-size: 32px;
}

.faculty_detlpg .tabsct .tab h2:before {
  display: none;
}

.faculty_detlpg ol li {
  font-size: 15px;
  margin-bottom: 15px;
  color: #868686;
}

.faculty_detlpg .tab_row {
  margin-top: 0px;
  border-top: 1px solid #dfdfdf;
}

.faculty_detlpg .faculty_bx {
  margin-bottom: 0px;
}

.bsh_picbox {
  box-shadow: none !important;
}

.bsh_picbox img {
  width: auto;
  float: none;
  margin: 0px auto;
}

.codpic_bx {
  float: none;
  overflow: hidden;
}

.codpic_bx img {
  float: none;
  margin: 0px auto;
}

.codred-bg .row {
  margin-top: 0px;
}

.codred-bg ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.codred-bg ul li {
  margin: 0px 20px;
  padding: 0px;
  vertical-align: top;
  list-style: none;
  width: 29%;
  display: inline-block;
  box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -webkit-box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -moz-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
}

.codred-bg ul li .abut_picbox {
  border-radius: 0px;
}

.codred-bg ul li:before {
  display: none;
}


.flow_socl {
  float: none;
  overflow: hidden;
  /*margin-top: 25px;*/
  padding: 20px 0;
  display: none;
}

.flow_socl span {
  float: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 55px;
}

.flow_socl ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  float: left;
}

.flow_socl ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  padding: 0px;
}

.flow_socl ul li a {
  display: block;
}



.sabit_li {
  margin-left: 20px;
}

.sabit_li li {
  font-size: 15px;
  margin-bottom: 10px;
}

.sbitred-bg {
  margin: 50px 0px;
}

.sbitred-bg .row {
  margin-top: 0px;
}


.sbitred-bg .abut_picbox {
  box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -webkit-box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -moz-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
}



.mison_sec ol li {
  margin-bottom: 15px;
}

.evnt-sbit li label {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.evnt-sbit li p {
  margin-bottom: 5px !important;
  padding-left: 50px;
}

.evnt-sbit li p a {
  color: #0c599b !important;
  transition: 0.6s
}

.evnt-sbit li p a:hover {
  text-decoration: underline;
}


.lft-red-bg .evnt-sbit {
  padding-left: 50px;
  margin-top: 50px;
}


.robored-bg h3 {
  font-size: 28px;
  position: relative;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  margin-bottom: 56px;
  text-align: left;
}


.robored-bg h3:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #fff;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  position: absolute;
}


.robored-bg a {
  color: #FAD207;
  transition: 0.6s;
}

.robored-bg a:hover {
  text-decoration: underline !important;
}

.subrobt {
  margin-top: 20px;
  margin-left: 40px;
}

.rbtclub_grpsec ul li,
.subrobt li {
  margin-top: 15px;
}

.rbtclub_grpsec .abut_picbox {
  box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -webkit-box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -moz-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
}


.robored-bg h3 {
  font-size: 37px;
}

@media only screen and (max-width:1500px) {

  .robored-bg h3:after {
    content: "";
    height: 3px;
    width: 96px;
    background: #fff;
    bottom: 0px !important;
    left: 0px !important;
    margin: 0px;
    top: 100px !important;
    position: absolute;
  }


  .admisonmodl .modal-dialog {
    max-width: 1100px !important;
    width: 100%;
  }

  .admisonmodl .cont_adrs_cel p {
    font-size: 15px;
    line-height: 25px;
  }

}



#admissonModal21 .modal-content {
  padding: 25px;
}

.admisonmodl .modal-dialog {
  max-width: 1400px;
  width: 100%;
}

.cont_adrs_cel p span {
  color: #ff2727;
}

.admisn_adrsbx {
  position: relative;
  border-right: 2px solid #a7a7a7;
  padding-right: 60px;
}

.admisn_adrsbx .apply_btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.cont_adrs_cel .web_lnk {
  text-decoration: underline !important;
}

.othr_lnkinfo h6 {
  font-size: 18px;
  color: #000;
  position: relative; margin-bottom: 10px;
}

.othr_lnkinfo h6:after {
  content: "";
  height: 2px;
  width: 55px;
  background: #CF1111;
  bottom: -2px;
  left: 35px;
  position: absolute;
}

.admisonmodl .modal-header .pop_logo {
  margin: 0px;
}

.contact_pg .cont_adrs_cel p {
  margin-bottom: 6px;  padding-left: 76px;
}


.media_presence_sec {
  background: none;
}

.evnt_pgtab h2:after {
  display: none;
}

.evnt_pgtab .evdat_lft {
  width: 82px;
  float: left;
}

.evnt_pgtab .evdat_lft span {
  display: block;
  font-size: 12px;
  line-height: 28px;
}

.evnt_pgtab .evdat_lft ul {
  margin: 0px;
  padding: 0px;
}

.evnt_pgtab .evdat_lft ul li {
  margin: 1px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
}


.achvmntmain_sec h2 {
  text-align: center;
  width: 100%;
}

.achvmntmain_sec h2:before {
  display: none;
}

.achvmntmain_sec h2:after {
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: -80px;
}

.achvmntmain_sec .achvmntmain_slider .slidbox_pic {
  width: 120px;
  height: 120px;
  border-radius: 50% !important;
  background: #ECECEC;
  float: none;
  margin: 10px auto;
  padding: 30px;
}


.achvmntmain_sec .achvmntmain_slider .lifbox_cont {
  background: #FFFFFF;
  box-shadow: 0px 13px 19px #E7EAF3;
  border-radius: 20px;
  min-height: 485px;
}

.achvmntmain_slider .bxslid {
  padding: 40px 36px;
}


.achvmntmain_sec .full_srch {
  width: 200px;
   float: none;
   margin: 0px auto;
  position: relative;
}

.achvmntmain_sec .full_srch input {
  padding-left: 35px;
  background: #ececec;
}

.achvmntmain_sec .full_srch .fa-search {
  color: #a5a5a5;
}

.achvmntmain_sec .full_srch .icn_srch {
  position: absolute;
  left: 8px;
  top: 5px;
  z-index: 9;
}


.achvmntmain_sec .drpdwn_wht_contnr {
  background: #fff;
  box-shadow: 0px 13px 19px #E7EAF3;
  padding: 5px 6px;
}

.achvmntmain_sec .drpdwn_wht_contnr label {
  font-size: 16px;
  font-weight: 400;
  color: #a5a5a5;
}

.achvmntmain_sec .drpdwn_wht_contnr select {
  width: 180px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}

.achvmntmain_sec .drpdwn_wht_contnr select {
  font-weight: bold;
  color: #3d3d3d;
}

.achvmntmain_sec .drpdwn_wht_contnr .row {
  margin: 15px 0px;
}


.tchrsdaySlide button.owl-prev span,
.tchrsdaySlide button.owl-next span {
  display: none;
}

.intrnal_wday {
  margin-top: 60px;
}

.note_txt {
  text-align: center;
}

.note_txt span {
  display: block;
  text-align: right;
}


.sport_note {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 500px;
  float: none;
  margin: 15px auto 30px;
  line-height: 30px;
}

.sport_note span {
  display: block;
  text-align: right;
  font-size: 15px;
}


.photored_cvr {}

.photored_cvr ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.photored_cvr ul li {
  margin: 11px 8px;
  display: inline-block !important;
  vertical-align: top;
  list-style: none !important;
  width: 30%;
  box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -webkit-box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
  -moz-box-shadow: 7px 7px 16px -3px rgba(105, 102, 102, 0.75);
}


/*.photored_cvr ul li:nth-child(1),
.photored_cvr ul li:nth-child(3) {
  width: 25.4%;
}

.photored_cvr ul li:nth-child(2) {
  width: 40%;
}
*/
.photored_cvr ul li img {
  width: 100%;
}

.photored_cvr ul li:before {
  display: none;
}


.alumni_pg h4 {
  position: relative;
  margin-bottom: 50px;
}

.alumni_pg h4:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -24px;
  left: 0px;
  position: absolute;
}




.alumni_pg h6 {
  position: relative;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin: 20px 0px;
}

.alumni_pg h6:after {
  content: "";
  height: 3px;
  width: 96px;
  background: #CF1111;
  bottom: -20px;
  left: 0px;
  position: absolute;
}

.alumni_form {}

.alumni_form .form-group lable {
  line-height: 40px;
}

.footr_main h4:after {
  display: none;
}

.tstmonl_thmb_slider {
  margin-top: 60px;
}

.tstmonl_thmb_slider .bxslid {
  border: 1px solid #dfdfdf;
  padding: 15px;
}

.tstmonl_thmb_slider .tstmonl_nfobx p,
.tstmonl_thmb_slider .tstmonl_nfobx span {
  text-align: center;
  margin: 5px 0px;
  display: block;
  font-size: 14px;
}

.tstmonl_thmb_slider .slidbox_pic {
  width: 150px;
  height: 150px;
  margin: 0px auto 20px;
}

.tstmonl_thmb_slider .slidbox_pic img {
  width: 100%;
}



.dept_achvmntmain_slider .slidbox_pic {
  width: 120px;
  height: 120px;
  border-radius: 50% !important;
  background: #ECECEC;
  float: none;
  margin: 10px auto;
  padding: 30px;
}

.dept_achvmntmain_slider .lifbox_cont {
  background: #FFFFFF;
  box-shadow: 0px 13px 19px #E7EAF3;
  border-radius: 20px;
}

.dept_achvmntmain_slider .bxslid {
  padding: 40px 36px;
}




.admison_pg h2 {
  margin-bottom: 30px;
}

.admison_pg .admison_contc_sec .contc_bx {
  padding: 10px 40px !important;
}

.grycontc_bx {
  background: #f2f2f2;
  padding: 30px 25px;
  border: 2px solid #a7a7a7;
  min-height: 262px;
}

.grycontc_bx h6 {
  font-size: 22px;
  font-weight: 500;
  color: #212020;
  text-align: center;
  margin-bottom: 15px;
}

.grycontc_bx h5 {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 500;
}




/* ================ faculty_pg 11-10-21 ================ */



.faculty_pg {
  padding-bottom: 0px;
}

.faculty_pg h2 {
  position: relative;
  width: 100%;
  text-align: center;
}

.faculty_pg h2:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 66px;
  bottom: 0px;
  margin: auto;
  height: 3px;
  width: 125px;
  background: #D10A11;
}

.faculty_pg h2:before {
  display: none;
}

.faculty_pg h4 {
  position: relative;
  width: 100%;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.faculty_pg h4:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 85px;
  bottom: 0px;
  margin: auto;
  height: 3px;
  width: 125px;
  background: #D10A11;
}


.faculty_pg .fclty_prflschool {
  /*columns: 2;*/
  margin: 50px 0px 25px;
}

.faculty_pg .fclty_prflschool li {
  list-style: none;
  margin-bottom: 20px;
}

.faculty_pg .fclty_prflschool li a {
  font-size: 16px;
  color: #4b3031;
  transition: 0.6s;
}

.faculty_pg .fclty_prflschool li a:hover {
  color: #D10A11;
}

.faculty_pg .fclty_prflschool li span {
  background-color: #e52930;
  font-size: 11.44px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 5px;
  margin-right: 9px;
  display: block;
  float: left;
  text-align: center;
  line-height: 20px;
}






.azndex_pg {}

.azndex_pg h6 {
  font-size: 25px;
  font-weight: 600;
}

.tablist_az {
  margin: 50px 0px 30px;
  padding: 0px;
  text-align: center;
}

.tablist_az li {
  margin: 4px 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  width: 30px;
  height: 30px;
  transition: 0.6s;
}

.tablist_az li:hover {
  border: 1px solid #f96e6e;
  background: #f6f6f6;
}

.tablist_az li a {
  display: block;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  transition: 0.6s;
}

.listng_aphbet {
  margin: 25px 0px;
  columns: 2;
}

.listng_aphbet li {
  list-style: none;
  margin-bottom: 10px;
}

.listng_aphbet li a {
  font-size: 16px;
  color: #4b3031;
  transition: 0.6s;
}

.listng_aphbet li a:hover {
  color: #D10A11;
}


.alfabt_cel {
  border-bottom: 1px solid #dfdfdf;
}

.alfabt_cel:last-child {
  border-bottom: 0px;
}


.bktop_btn {
  font-size: 15px !important;
  display: block;
  margin-bottom: 25px;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase;
  background: #EB2625;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  width: 125px;
  text-align: center;
  margin-top: 18px;
  transition: 0.6s;
}


.bktop_btn:hover {
  background: #c01212;
}



















.top_row.lab_cel ul li i {
  position: absolute;
  width: 10px;
  background: #FFFFFF;
  box-shadow: 7px -6px 10px rgb(151 151 151 / 25%);
  border-radius: 10px;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
}




ul.add-con {
  text-align: center;
  margin-top: 30px;
}

ul.add-con li {
  width: 100%;
  max-width: 330px;
  height: 310px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0px 13px 19px #e6e6e6;
  margin: 0 6px;
}

.contc_bx {
  margin-top: 0;
  padding: 35px 20px;
}

ul.add-con li ul.cntno_cel li {
  border: navajowhite;
  box-shadow: none;
  height: inherit;
  display: inline;
}


.red-bg.red-bg-cntr {
  padding: 25px 80px;
}

.row.mrgn_top {
  width: 100%;
  max-width: 1000px;
  margin: 65px auto 0;
}

h6.s-gap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.col-md-4.arc-h h3 {
  text-align: left;
  margin-bottom: inherit;
}

.col-md-4.arc-h h3:after {
  margin: inherit;
  top: 45px;
  width: 70px;
}

ul.regst_nfo_cel.notic_scrol li span {
  text-align: left;
}

.red-bg.lft-red-bg h3 {
  font-size: 37px !important;
}

.labtry_pag .lft-red-bg h3 {
  margin-top: 0 !important;
  margin-bottom: 35px !important;
  font-size: 37px !important;
}

.abut_pg .trningpic_bx {
  max-width: 450px;
  margin: 0 auto 15px;
  display: block;
  float: none;
}

.abut_pg img.img-responsive.banr_pic {
  width: 100%;
  height: 100%;
}

.plcmnt_pg h2:after {
  display: none;
}

.red-bg.row-red .fe-img img {
  margin: 0 auto;
}

.codred-bg .abut_picbox img {
  height: 100%;
  margin-bottom: 0 !important;
}

.lifbit_pag .abut_picbox img {
  margin-bottom: 0 !important;
}

h3.c-f {
  margin-top: 30px !important;
}

.tchrsdaySlide .abut_picbox img {
  max-width: 100% !important;
}

.tchrsdaySlide .abut_picbox {
  width: 100%;
  max-width: 500px;
}

.abut_picbox.abt-gap.red-bg img {
  max-width: 500px;
}

.abut_picbox.abt-gap.red-bg {
  display: flex;
}



/**APPLY FORM**/
.apply-box {
  width: 100%;
  max-width: 490px;
  height: auto;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 999;
  border: 2px solid #eb2625;
  border-right: none;
  transition: .5s all;
  padding: 20px 15px;
}

.apply-box.open-apply {
  right: 0;
}

span.close-apply {
  background: #eb2625;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: .4s all;
}

span.close-apply:hover,
.apply-box input[type="submit"]:hover {
  background: #d10a11;
}

.apply-box.open-apply .section-title p {
  text-align: center !important;
}

.contact_pg.apply_contact form {
  margin-top: 16px;
}

.contact_pg.apply_contact form .nput_fild,
.contact_pg.apply_contact form select {
  margin-bottom: 6px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
}

.contact_pg.apply_contact form .nput_fild2 {
  height: 70px;
  margin-bottom: 6px;
  padding: 0 15px;
  font-size: 14px;
}

.contact_pg.apply_contact form input[type="submit"] {
  width: 100%;
  margin-top: 5px;
}

.section-title {
  text-align: center;
}

.section-title i {
  background: #eb2625;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
}

.section-title h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin: 4px 0 2px;
}

.section-title p {
  color: #282828;
  font-size: 12px;
  line-height: 15px;
}

.apply-box label {
  font-size: 12px;
  display: block;
  color: #282828;
  font-weight: 500;
  margin-bottom: 1px;
}

.apply-box input,
.apply-box select {
  width: 100%;
  display: block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 0 15px;
  height: 26px;
  font-size: 13px;
}

.form_input_field {
  margin-top: 5px;
}

.apply-box input:focus,
.apply-box select:focus {
  outline: none;
}

.apply-box input[type="submit"] {
  background: #eb2625;
  color: #fff;
  text-transform: uppercase;
  height: 35px;
  border: 0;
  border-radius: 100px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: .4s all;
}

.modalmap iframe {
  width: 100% !important;
  height: 450px !important;
  margin: 0;
  border-radius: 16px;
}

.modalmap .inrpagbdy_sec.g-map {
  padding: 0;
}

.modalmap .inrpagbdy_sec .container {
  width: 100%;
  padding: 0;
}

.modalmap .modal-header {
  padding: 0;
}

.modalmap .modal-body {
  padding: 10px;
  padding-bottom: 4px;
}

.achvmnt_slider .bxslid {
  position: relative;
}

.achvmnt_nfobx .redmor_btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0; z-index: 99;
}

.evnt_slider .bxslid {
  position: relative;
  height: 475px;
}

.evnt_slider .evnfo {
  height: 100vh;
}

.evnt_slider .evnfo .redmor_lnk {
  position: absolute;
  bottom: 20px; padding: 5px 10px; background: transparent; 
  border-radius: 8px; border:2px solid #fff;
}

.evnt_slider .evnfo span {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 17px;
}

.evnt_pgtab .evnfo {
  text-align: left;
}

.evnt_pgtab .evnfo h3 {
  margin-top: 0;
}

.evnt_pgtab .evnfo span {
  display: block;
  width: 100%;
}

.evnt_pgtab .bxslid {
  height: 465px;
  position: relative;
}

.evnt_pgtab .evnfo a.redmor_lnk {
  float: inherit;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.plcm h3,
.plcm p,
.plcm ul li {
  text-align: left;
}

.plcm h3:after {
  left: 0;
  top: 65px;
  right: inherit;
}

.plcm ul {
  margin-top: 30px;
  padding-left: 0 !important;
}

.plcm ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}

.plcm ul li:before {
  height: 38px;
  width: 38px;
  background: url(https://go4live.info/Bengal_Institute_of_Technology/bit_assets/images/warow-bult.png) 0 0 no-repeat;
  /*background-size: cover;*/ background-size: contain;
  left: 15px;
  top: -3px;
  position: absolute;
}

ul.fc-icon li {
  width: inherit;
}

ul.fc-icon li a img {
  width: 26px;
  height: 26px;
}

.bit_vdobx iframe {
  width: 100%;
}

.bitnfo_cont li h5 {
  color: #fff !important;
  line-height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}

.bitnfo_cont ul li span {
  font-size: 20px;
  position: relative;
  padding: 0 !important;
  display: table;
  margin: 0 auto;
}

.bitnfo_cont ul li span:after {
  position: absolute;
  content: '+';
  top: 1px;
  right: -14px;
  font-size: 18px;
}

.bitnfo_cont ul li span:before {
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.bitnfo_cont ul li img {
  margin-bottom: 20px;
}

.bitnfo_cont li h5:after {
  display: none;
}

a.aira-img img {
  width: 100%;
}

a.aira-img {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 24em;
  width: 100%;
  max-width: 80px;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
  box-shadow: 4px 1px 13px -3px rgb(105 102 102 / 75%);
}

.plcmnt-imgs {
  margin-top: 40px;
  text-align: center;
}

.plcmnt-imgs .plcmnt_picbx img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.plcmnt-imgs .plcmnt_picbx {
  margin-bottom: 20px;
}

.plcmnt-imgs .plcmnt_picbx {
  margin-bottom: 20px;
}

.plcmnt-imgs h5 {
  color: #d10a11;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.row.mison_sec p {
  font-size: 16px !important;
}

.owl-carousel {
  display: block !important;
}

.logos_cel.cel_new .owl-nav.disabled {
  display: none !important;
}

.comn_sec.inrpagbdy_sec.abut_pg.anusmnt_pg.achivmnt_pg {
  padding-bottom: 0;
}

.comn_sec.inrpagbdy_sec.abut_pg.anusmnt_pg.achivmnt_pg .footr_botm .row {
  margin: 0;
}




/*STICKY NAVBAR*/
.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.sticky nav.menu.main_menu {
  box-shadow: 0px 5px 8px #b3b3b399;
}

.sticky nav.menu {
  height: 54px;
}

.sticky label.logo img {
  width: 140px;
}

.sticky nav.menu ul {
  /*line-height: 54px;*/ line-height: 36px;
}

.sticky label.logo {
  line-height: 54px;
}

.sticky .hdr_aply_btn {
  font-size: 11px !important;
  width: inherit;
  height: 32px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 11px;
  border-radius: 6px;
  padding: 0 20px !important;
}

.sticky .menu-toggle li:hover .sb_menu {
  top: 54px;
}

.sticky .header_top .redsocl_cel,
.sticky .header_top .blk_htop_link {
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.sticky .header_top .redsocl_cel ul {
  padding: 0;
  text-align: center;
}

.sticky .header_top .blk_htop_link {
  padding-left: 36px !important;
}

.sticky .header_top .blk_htop_link .admisn {
  /* width: 100px; */
  margin-top: 9px;
}







.evnt_pg.evnt_pgtab .slidbox_pic {
  height: 158px;
}

.evnt_pg.evnt_pgtab .evnt_nfobx {
  padding: 0 15px;
}

.evnt_pg.evnt_pgtab .evnt_nfobx .evnfo h4 {
  font-size: 18px;
}

.evnt_main_cel .evdat h6 {
  font-size: 36px;
}

.evnt_main_cel .evnt_nfobx .evdat label {
  font-size: 18px;
}

.evnt_main_cel .evnt_nfobx .evdat {
  border-radius: 10px;
  width: 72px;
  height: 74px;
}

.evnt_main_cel .evnfo {
  width: 70%;
  padding-left: 12px;
  /* height: 230px;
  overflow-y: scroll;
  overflow-x: inherit; */
}

.evnt_pgtab .evdat_lft ul li {
  width: 25px;
  height: 25px;
}

.evnt_main_cel .evnfo p {
  font-size: 16px;
  line-height: 22px;
}

.evnt_pgtab .evnfo a.redmor_lnk {
  bottom: 20px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: table;
  margin-top: 15px;
  color: #eb2625 !important;
  font-weight: 500;
  float: right;
}

.morelink:hover {
  font-weight: 600;
}

span.morecontent span {
  color: #282828 !important;
  font-style: initial;
}

span.morecontent {
  display: inline;
}

span.moreellipses {
  display: none;
}

.faculty_bx ul,
.fcty_mail {
  clear: both;
}

.features li {
  font-size: 16px !important;
}




.blk_htop_link {
  position: relative;
}

.t_i_logo {
  position: absolute;
  z-index: 999;
  top: 7px;
  right: 30px;
}

.t_i_logo img {
  width: 40px;
  height: 40px;
}

.sticky .t_i_logo {
  top: -2px;
}


.whats_app_field {
    width: 100%;
    max-width: 190px;
    position: fixed;
    left: -123px;
    /* bottom: 100px; */
    top:230px;
    z-index: 999;
    text-align: left;
    transition: 0.6s;
}

.whats_app_field:hover{
  left: 0px;
}


.whats_app_field a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.whats_app_field img {
    width: 36px;
    position: absolute;
    right: 26px;
    top: -1px;
}
.whats_app_field span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 40px 6px 8px;
    background: #4fa559cc;
    border-radius: 0 20px 20px 0;
    border: 1px solid #4dab58;
    color: #fff;
    border-left: 0;
}

/* .call_to_action{
  bottom: 40px;
} */

.social-twin-btncel{
  position: fixed;
  top: 357px;
  left: -6px;
  width: 50px;
  z-index: 99;
  clear: both;
}

.whats_app_field.call_to_action{
  top: 294px !important;
}

.call_to_action span{
  background: #3f92e4a1;
  border-color: #006edb;
}


.tst_vwall_btn{
  margin-bottom: 40px;
}

.faq-single .faq-content{
  margin-top: 10px;
}

.faq-single .faq-content h4{
   margin-top: 2px;
}

.faq-single .faq-content span {
    margin: 6px 0 2px;
}

.faq-single.faq-single.faq-single{
  height: 360px;
}

.faq-single .faq-content p.more{
  margin-top: 5px;
}



@media (max-width: 1500px)  {

    .whats_app_field{
      top:134px;
    }

    .whats_app_field.call_to_action.call_to_action{
      top: 180px !important;
      right: 22px !important;
    }

    .twinfix_btncel_left {
      top: 227px !important;
    }

    .twinfix_btncel_left .fix_btn {
        padding: 20px 14px;
        border-radius: 10px 0px 0px 8px !important;
    }
}


@media (max-width: 1240px){
  
   .t_i_logo {
    right: 56px;
   }

   .mobile_menu {
    display: block;
    text-align: center;
    padding-left: 22px;
  }

  .mobile_menu .fa-bars {
    font-size: 26px;
  }

  .mobile_menu .fa-bars:before {
    color: #fff;
  }

  .main_menu .checkbtn {
    margin-right: 0;
  }

  .header_top .blk_htop_link{
    padding-bottom: 41px;
  }

  .header_top {
    background: #d10a11;
  }
  
      .header_top .blk_htop_link .menu-toggle {
        overflow: hidden;
        top: 13px;
    }


    .header_top .blk_htop_link .menu-toggle {
    overflow: hidden;
    top: 55px;
    z-index: 99999;
  }

  .main_head.sticky .header_top .blk_htop_link .menu-toggle {
    top: 10px;
  }

  .main_head.sticky .header_top .blk_htop_link .mobile_menu .fa-bars {
    margin-top: 14px;
    margin-right: 18px;
  }

  .header_top .blk_htop_link ul li:last-child {
    position: initial;
  }

  .header_top .blk_htop_link .mobile_menu .fa-bars {
    margin-top: 5px;
    float: right;
    margin-right: 3px;
  }


  .blk_htop_link .menu-toggle {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    background: #5d5d5d;
    /*z-index: 9999;*/   z-index: 999;
    text-align: left !important;
    padding: 8px 0 !important;
    display: none;
  }

  .blk_htop_link .menu-toggle li {
    width: 100%;
    float: left;
    margin: 0 !important;
  }

  .blk_htop_link .menu-toggle li a {
    width: 100%;
    display: block;
    padding: 8px 10px;
    line-height: 1.5em !important;
  }

  .header_top .blk_htop_link .admisn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px !important;
    margin-left: 15px !important;
  }


  .header_top .blk_htop_link .rd-btn{
    margin-left: 17px;
    margin-bottom: 6px;
  }
}


@media (max-width: 1199px) {


  ul.add-con li {
    max-width: 300px;
  }

  .red_sec h2,
  .whit_sec h2 {
    font-size: 34px;
  }

  .counter_cel h5 {
    font-size: 12px;
  }

  .counter_cel li .counting {
    font-size: 26px;
  }

  .faq-single {
    max-width: 295px;
  }




  .anucment_nfobx ul li,
  .anucment_sec .anucment_nfobx ul li p {
    font-size: 15px;
  }

  footer .ftrlnk_cel li:nth-child(2) {
    width: 485px;
  }

  .footr_botm .fbotm_link li a,
  .footr_botm .prbtxt {
    font-size: 11px;
  }

  .checkbtn {
    line-height: 74px;
  }

  .still_logos .blogo_hdng h6 {
    padding: 28px 25px 30px 60px;
  }


  .aply-btn-togl-2{
    z-index: 99999;
    display: block !important;
    position: absolute;
    right: 185px;
    top: 0px;}


  .aply-btn-togl{
    z-index: 99999;
    display: block !important;
    position: absolute;
    right: 80px;
    top: 0px;}

    .sticky .main_menu .checkbtn {
      line-height: 54px; }
  

}



@media (max-width: 1024px) {

  ul.add-con li {
    max-width: 255px;
  }

  .header_top .redsocl_cel ul {
    padding: 0px 0px 0px 0px;
  }

  .counter_cel li {
    border-radius: 14px;
  }

  .counter_cel .cunter_icnbx {
    width: 93px;
    height: 93px;
  }

  .still_logos .blogo_hdng h6 {
    padding: 28px 25px 30px 25px;
  }

  .counter_cel h5 {
    font-size: 10px;
  }

  .counter_cel li .counting {
    font-size: 24px;
  }

  .evnt_slider .evnt_nfobx .evdat {
    border-radius: 8px;
    width: 56px;
  }

  .evdat h6 {
    font-size: 36px;
    padding-top: 5px;
  }

  .evnfo h4 {
    font-size: 17px;
  }

  .achvmnt_sec .bxslid {
    height: 450px;
  }

  .notic_bx {
    padding-left: 90px;
    padding-right: 50px;
  }

  footer .footr_main .container,
  .footr_botm .container {
    width: 90%;
  }

  footer .ftrlnk_cel li:nth-child(2) {
    width: 475px;
  }

  footer .admisn_btnbx .admisn_btn {
    width: 155px;
  }

  footer .socl_lnkbx ul li {
    margin: 3px 3px;
  }

  .footr_botm .fbotm_link li a,
  .footr_botm .prbtxt {
    font-size: 10px;
  }

  .achvmnt_nfobx .max-lines {
    line-height: 18px;
  }


  .header_top .blk_htop_link {
    width: 75%;}



}


@media (max-width: 991px) {

  .still_logos .blogo_hdng h6 {
    font-size: 24px;
  }

  ul.add-con li {
    max-width: 245px;
  }

  .header_top .blk_htop_link ul li {
    margin: 0px 3px;
  }

  .footr_botm .cpyrght_txt,
  .fbotm_link,
  .prbtxt {
    text-align: center;
  }

  .footr_botm .fbotm_link li a,
  .footr_botm .prbtxt {
    font-size: 12px;
  }

  .header_top .redsocl_cel {
    padding: 15px 0px 14px 18px;
  }

  nav.menu ul {
    top: 72px;
  }

  .checkbtn {
    line-height: 69px;
  }


  .main_head.sticky .checkbtn {
    line-height: 54px;
  }

  .main_head.sticky nav.menu ul {
    top: 54px;
  }

  section.exp-slide {
    margin-top: 500px;
    padding-bottom: 0px;
  }

  .lifbox_cont .short_nfobx h5 {
    min-height: 36px;
  }

  .evdat h6 {
    font-size: 30px;
  }

  .notic_bx {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .counter_cel .cunter_icnbx img {
    width: 50px;
  }

  .menu-toggle li:hover .sb_menu {
    top: 53px;
  }

  .mison_sec ul li{ font-size: 16px; }

}

@media (max-width: 768px) {

  /* .header_top .blk_htop_link {
    width: 80%;
    height: 55px;
  } */

  .still_logos .blogo_hdng h6 {
    font-size: 20px;
    padding: 28px 10px 30px 20px;
  }

  .countr_sec .container {
    width: 90%;
  }

  .counter_cel {
    text-align: center;
  }

  .counter_cel li {
    margin: 0px 4px;
  }

  .counter_cel h5 {
    height: 26px;
  }

  section.exp-slide .faq-single .morelink {
    float: none;
    margin: 10px auto 6px;
  }

  section.exp-slide .owl-prev span {
    left: 0px;
  }

  section.exp-slide .owl-next span {
    right: 0px;
  }


  .achvmnt_slider .bxslid {
    padding: 40px 10px;
  }

  ul.add-con li {
    max-width: 185px;
    height: 340px;
  }

  .achvmnt_nfobx h5 {
    font-size: 17px;
  }

  .achvmnt_nfobx .redmor_btn {
    border-radius: 6px;
    width: 139px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }


  footer .ftrlnk_cel li {
    width: 30%;
  }

  .redmor_btn {
    width: 145px;
    height: 46px;
    line-height: 46px;
  }

  .regst_nfo_cel li,
  .regst_nfo_cel li span {
    font-size: 15px;
  }

  .main_head.sticky .header_top .redsocl_cel ul {
    padding-left: 10px;
  }

  .counter_cel .cunter_icnbx img {
    width: 45px;
  }

  .lifbit_sec .owl-nav .owl-prev,
  .event_sec .owl-nav .owl-prev {
    margin-left: -44px;
    width: 50px;
    height: 50px;
  }

  .lifbit_sec .owl-nav .owl-next,
  .event_sec .owl-nav .owl-next {
    margin-right: -44px;
    width: 50px;
    height: 50px;
  }

  /* .header_top .blk_htop_link .menu-toggle {
    overflow: hidden;
    top: 13px;
  }

  .main_head.sticky .header_top .blk_htop_link .menu-toggle {
    top: 10px;
  }

  .main_head.sticky .header_top .blk_htop_link .mobile_menu .fa-bars {
    margin-top: 14px;
    margin-right: 18px;
  }

  .header_top .blk_htop_link ul li:last-child {
    position: initial;
  }

  .header_top .blk_htop_link .mobile_menu .fa-bars {
    margin-top: 5px;
    float: right;
    margin-right: 3px;
  } */


  /* .achvmnt_sec .achvmnt_slider .slick-list.draggable .slick-track {
     width: 550px !important;
   
  }

  .achvmnt_slider .slick-slide.slick-active {
     width: 275px !important;
   
  } */

  .bxslid .achvmnt_nfobx .max-lines {
    line-height: 25px;
  }

  .achvmnt_sec .bxslid {
    height: 425px;
  }

  .t_i_logo img {
    margin-right: 24px;
  }

  .banner .banr_pic {
    height: 300px !important;
    width: 100% !important;
  }

  .banner .bnttxt_cel {
    bottom: 140px;
  }

  /* .banner h1 {
    font-size: 30px;
  } */


  .bit_vdobx {
    width: 96%;
    margin: 0px auto;
  }


}


@media (max-width: 767px) {

  /*  .achvmnt_slider .slick-slide.slick-active{ width: 100% !important; }
*/
  .achvmnt_slider .bxslid {
    padding: 40px 20px;
  }

  .achvmnt_nfobx h5 {
    font-size: 22px;
  }

  .achvmnt_sec .achvmnt_nfobx p {
    font-size: 17px;
  }

  .achvmnt_nfobx .redmor_btn {
    border-radius: 6px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }


  .banner .banr_pic {
    height: 320px !important;
    width: 100% !important;
  }

  .banner h1 {
    font-size: 26px;
  }

  .banner .bnttxt_cel {
    bottom: 126px;
    left: 0px;
    right:0px;
  }

  

  .redmor_btn {
    margin-top: 8px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
  }

  /* .header_top .blk_htop_link {
    width: 75%;} */

}



@media (max-width: 640px) {




  .still_logos .blogo_hdng h6 {
    font-size: 16px;
    padding: 36px 10px 20px 20px;
  }

  .counter_cel li {
    width: 18% !important;
    padding: 15px 5px;
    margin: 0px 2px;
    border-radius: 12px;
  }

  .counter_cel .cunter_icnbx {
    width: 85px;
    height: 85px;
  }

  .counter_cel .cunter_icnbx img {
    width: 40px;
  }

  .counter_cel li .counting {
    font-size: 22px;
  }

  ul.add-con li {
    margin-bottom: 15px;
    max-width: 235px;
    height: 265px;
  }

  .hmcontc_sec p {
    font-size: 25px !important;
  }

  /* .achvmnt_slider .slick-slide.slick-active {
    width: 90% !important;
  } */

  .counter_cel h5 {
    font-size: 14px;
  }

  .plcmnt_picbx h3 {
    font-size: 18px;
  }





  .still_logos .blogo_hdng h6 {
    font-size: 16px;
  }

  .counter_cel li {
    width: 68% !important;
    margin: 8px !important;
  }

  footer .ftrlnk_cel li {
    width: 100%;
  }

  .still_logos .blogo_hdng {
    /*height: 75px;*/ height: 100px;
  }


  .banner .bnttxt_cel {
      bottom: 125px;
      left: 0px;
      right: 0px;
  
      float: none;
      margin: 0px auto;
    }

  .bit_vdobx {
    width: 95%;
    float: none;
    margin: 0px auto;
  }

  .cont_logobx {
    width: 85px;
  }

  .banner.banner.banner .bnttxt_cel span {
    font-size:18px;
  }

  .banner.banner.banner .bnttxt_cel h1 {
        font-size: 22px;
    }

   .banner.banner.banner .bnttxt_cel h3{
      font-size: 20px;
    }

}



@media (max-width:520px) {

  section.exp-slide {
    padding: 25px 0px 0px;
  }

  ul.add-con li {
    height: auto;
  }

  /* .achvmnt_slider .slick-slide.slick-active {
    width: 73% !important;
  } */

  .achvmnt_nfobx .redmor_btn {
    border-radius: 6px;
    width: 136px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }


  .notic_bx {
    padding-right: 0px;
  }

  .red_sec h2,
  .whit_sec h2 {
    font-size: 30px;
  }


  section.exp-slide h2,
  .comn_sec h2 {
    font-size: 30px;
  }


  .still_logos .blogo_hdng h6 {
    font-size: 17px;
    padding: 8px 10px 8px 20px;
  }

  .lifbit_sec h2 {
    width: 78%;
  }

  .header_top .blk_htop_link {
    width: 70%;
  }


  .header_top .redsocl_cel ul li {
    margin: 0px 0px;}

  .redmor_btn {
    margin-top: 8px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}


.still_logos .blogo_hdng { height: 40px;}
.still_logos .logos_cel{ height: 100px; }

.hmcontc_sec .contc_bx { padding: 15px 20px;}

.counter_cel .cunter_icnbx{ margin: 5px auto; }
.counter_cel li{ padding:8px 5px 5px; }

.achvmnt_slider .bxslid { width: 88%; }

}


@media (max-width:480px) {

  /* .achvmnt_slider .slick-slide.slick-active {
    width: 314px !important;
  } */

  .achvmnt_sec .achvmnt_slider.achvmnt_slider_slick .bxslid {
    height: 468px !important;
  }

  .header_top .blk_htop_link {
    /*width: 65%;*/ width: 62%;
  }

  .lifbit_sec h2 {
    width: 70%;
  }

}


@media (max-width:320px) {

  .plcmnt_sec ul li {
    padding: 10px 2px;
  }

  .evnt_slider .evnt_nfobx .evdat {
    width: 42px;
  }

  .evdat h6 {
    font-size: 25px;
  }

  .evnt_slider .evnt_nfobx .evdat label {
    font-size: 14px;
  }

  /* .achvmnt_slider .slick-slide.slick-active {
    width: 244px !important;
  } */

  .header_top .blk_htop_link {
    width: 56%;
  }

  .main_head.sticky .header_top .blk_htop_link {
    width: 55%;
  }

  .lifbit_sec h2 {
    width: 65%;
  }

  section.exp-slide h2,
  .comn_sec h2 {
    font-size: 26px;
  }




}





/* ============= innerpage ============ */


.banner .inner_bannr {}


.mvision_pag ol {
  margin-top: 45px;
}

.mvision_pag ol li {
  margin-bottom: 15px;
}

@media (max-width:1200px) {

  .inrpagbdy_sec h2 {
    font-size: 40px;
  }
}


@media (max-width:1024px) {

  .comn_sec.inrpagbdy_sec.abut_pg.mvision_pag .abut_picbox img {
    max-width: 240px;
  }

  .rank_recg_pg .redbtn,
  .red-bg .whitbtn {
    font-size: 15px !important;
    max-width: 200px;
  }

  .rnktwin_btn ul li.redbtn {
    max-width: 210px;
  }

  .mrgn_top .rnktwin_btn .redbtn a {
    font-size: 15px !important;
  }

}


@media (max-width:991px) {

  .inner_bannr {
    width: 100%;
  }

  .bnttxt_cel h1 {
    font-size: 32px;
  }

  .bnttxt_cel h3{
    font-size: 28px;
  }

  .abut_pg .row.top_row p {
    padding-left: 0px;
  }

  .abut_pg .row .col-md-5 {
    margin-bottom: 40px;
  }

  section.exp-slide {
    margin-top: 0px;
  }

  .inrpagbdy_sec h2 {
    font-size: 36px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .inrpagbdy_sec {
    padding: 40px 0px 30px;
  }

  .inner_bannr {
    height: 205px;
  }

  .inner_bannr .bnttxt_cel {
    bottom: 98px;
  }

  .mvision_pag ol li {
    font-size: 16px;
  }

  .redbtn {
    margin-top: 15px;
  }

}

@media (max-width:768px) {

  footer .admisn_btnbx .admisn_btn {
    width: 130px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .red-bg.red-bg-cntr {
    padding: 45px 60px;
  }

}


@media (max-width:767px) {

  .abut_picbox {
    margin-bottom: 20px;
  }

}


@media (max-width:520px) {

  .inner_bannr .bnttxt_cel {
    bottom: 98px;
  }

  .inrpagbdy_sec h2 {
    font-size: 30px;
  }

  footer .footr_main {
    padding-top: 35px;
  }

  .bnttxt_cel h1 {
    font-size: 15px;
  }


  .abut_pg.dprtmnt_pag h3 { font-size: 22px;}

  .achvmntmain_sec .achvmnt_slider .bxslid {
    width: 100%;}

  .achvmntmain_sec .achvmnt_slider .slidbox_pic {
    width: 90px;  height: 90px;}

  .achvmntmain_sec .achvmnt_slider .redmor_btn { font-size: 14px;}

}


@media (max-width:480px) {

  .inrpagbdy_sec h2 {
    font-size: 24px;
  }


  .prn-hei{ margin-top: 20px; }

  .slick-slide{
    padding-left: 0px;
    padding-right: 0px;
  }



}









        /* ================= 29-3-22 ================= */


@media (max-width:1500px) {

  .inrpagbdy_sec.anusmnt_pg h2 { font-size: 46px; }

  .nirf_pg img { max-width: 200px;}
  .nirf_pg ul.nirf_butns li a{ 
    font-size: 15px;
    font-weight: 400; }

  section.exp-slide.exp-slide h2{ font-size: 40px; }
  section.exp-slide.exp-slide h2:before{ width: 96px; }

  ul.add-con li{ height: 240px; }

  .comn_sec.inrpagbdy_sec.abut_pg.mvision_pag .abut_picbox img{ width: 225px; }

  .faculty_bx{ min-height: 330px; }

  .fe-content h5 { font-size: 30px;}


  .med-pre-slide .owl-nav .owl-prev,.med-pre-slide .owl-nav .owl-next{ background-size: contain !important; }

  .med-pre-slide .owl-nav .owl-prev{ left:-60px; height: 52px; width: 52px; }
  .med-pre-slide .owl-nav .owl-next{ right:-60px; height: 52px; width: 52px;}


  .evnt_pgtab .nav-tabs{ margin-top: 50px; }
  .evnt_main_cel{ margin-top: 20px; }


  .evnfo h3 b{ font-size: 20px; }
  .evnt_main_cel .evdat h6 { font-size: 32px; margin-top: 8px;}

  .admisonmodl .dwnlod_btn {
    border-radius: 10px;
    width: 160px;
    height: 50px;
    line-height: 50px;}

}




 @media (max-width:1024px) {

  .faculty_pg h4{ font-size: 32px;}
  .faculty_pg h4:after{ top:55px; }

  .faculty_pg h2:after{ top:65px; }

  .faculty_pg .row {margin-top: 0px;}

  .nirf_pg ul.nirf_butns li{ height: 55px; line-height: 55px; }
  .inrpagbdy_sec.nirf_pg img { max-width: 170px;}

  section.exp-slide.exp-slide.exp-slide h2 { font-size: 34px;}

  .rnktwin_btn ul li.redbtn{ margin: 18px 5px; }


  .lab_cel ul li:first-child .nmbr_bx {
    margin-right: 24px;
    top: 420px; }




  .row.top_row.lab_cel ul:last-child li .nmbr_bx {top: -115px;}

  .fclty_pic {width: 120px; height: 120px;}
  .faculty_bx h4 { font-size: 18px;}
  .faculty_bx{ padding: 10px; }
  .faculty_bx .fcty_deg { font-size: 16px;}
  .faculty_bx .exprnc{ font-size: 15px; }

  .abut_pg.dept_faculty .faculty_bx p { font-size: 14px; line-height: 20px; padding-left: 0px;}

  .faculty_bx { min-height: 300px;}
  .profil_link{ font-size: 16px; }


  .library_pg .red-bg{padding: 20px;}

  .jur-img{ margin: 20px auto; }


  .book_pg .fe-content{ font-size: 16px; line-height: 28px; }

  .achvmnt_sec .achvmnt_nfobx p { max-height: 112px; width: 100%; 
  overflow: hidden; text-overflow: ellipsis;}


 .codred-bg ul li { width: 26%; }

  .lifbit_cont h3 {  font-size: 40px;}
  .lifbit_cont h3:after { bottom: -10px;}

  .row.lifbit_cont.tech-fest h5,.fe-content h5 { font-size: 26px;}

  .med-pre-slide .owl-nav .owl-prev{ left:-50px; height: 45px; width: 45px; }
  .med-pre-slide .owl-nav .owl-next{ right:-50px; height: 45px; width: 45px;}


  .evnt_main_cel .evnfo {width: 62%;}
  .evnt_main_cel .evnt_nfobx .evdat { border-radius: 8px;  width: 68px; height: 70px;}
  .evnt_main_cel .evdat h6 { font-size: 28px; margin-top: 5px; }
  .evnt_main_cel .evnt_nfobx .evdat label { font-size: 17px; }


  .admison_pg{ padding-bottom: 20px; }
  .admision_tabl thead tr th,.admision_tabl tbody tr td{ height: 46px; }

  .contc_bx{ padding: 5px 20px; } 
  .admison_contc_sec{ padding-bottom: 40px; }

  .admisonmodl .modal-dialog.modal-dialog{ max-width: 900px !important; }

  .contact_pg .submit_btn{ width: 140px; height: 46px; }

  .admisonmodl .modal-dialog .cont_adrs_cel p{ padding-left:78px; }

  .admisonmodl .modal-dialog .dwnlod_btn {
    border-radius: 8px;
    width: 152px;
    height: 45px; font-size: 16px;
    line-height: 45px; }


  .othr_lnkinfo .cont_adrs_cel p{ padding-left: 0px !important; }
  .othr_lnkinfo .cont_adrs_cel h6{ margin-bottom: 20px; }

  .contact_pg form .nput_fild{ height: 46px; }


}         


@media (max-width:991px) {

  /* section.exp-slide{ margin-top: 466px; } */
  .red_sec .curv_bx { width: 225px;}
  .red_sec .curv_bx ul li { font-size: 20px; }

  .inrpagbdy_sec.alumni_pg.abut_pg section.exp-slide,section.amuni_slide{ margin-top: 0px !important; }
  .inrpagbdy_sec.nirf_pg img { margin-top: 20px; }
  .nirf_pg ul.nirf_butns li{ max-width: 245px; padding: 2px 5px;}
  .nirf_pg ul.nirf_butns li a{ font-size: 16px; }

  .comn_sec.inrpagbdy_sec.abut_pg section.exp-slide{ margin-top: 0px; }
  .exp-slide.abutexp-slide{ margin-top: 0px; }
  .bitnfo_cont h5{ font-size: 32px; }

  .dprtmnt_pag .row .deprmnt_nfo{ padding-left: 0px; }

  .dprtmnt_pag .red-bg.red-bg-cntr{ padding: 30px; }



  .menu-toggle li:hover .sb_menu li:hover .sb_menu2 {width: 100%; top: 0px; right: 0px; background: #f6f6f6;}

  .dprtmnt_pag .red-bg.lft-red-bg h3 { font-size: 26px !important; }

  .dprtmnt_pag .red-bg.lft-red-bg{ padding: 30px; }

  .dprtmnt_pag .red-bg.lft-red-bg ul { padding-left: 38px !important;}


  .dprtmnt_pag .lft-red-bg h3{ font-size: 26px !important; }
  .dprtmnt_pag .lft-red-bg ul li{ margin-bottom: 15px !important; }

  .dept_noticebordsec{ padding-left: 30px; padding-right: 30px; }


  .abut_pg .trningpic_bx{ margin: 20px auto; }

  .notable_sec ul li { padding: 0px 15px;}

  .tpo_sec .tpo_box .tpo_pic { height: 290px; }

  .library_pg .abut_picbox img{ float: none; margin: 0px auto; }

  .fe-img img{ float: none; margin:0px auto; }
  .fe-content h5{ font-size: 18px; }

  .book_pg .fe-img{ margin-top: 20px; }

  .lifbit_cont h3 {  font-size: 36px;}

  .robored-bg .abut_picbox{ float:  none; margin:0px auto ; width: 60%; }

  .lifbit_pag .robored-bg h3:after { top:50px !important; }

  .rbtclub_grpsec .lifbit_cont .lft_contnt ul li,.evnt-sbit li{ font-size: 16px; }

  .sbitred-bg{ margin: 50px 0px 0px; }

  .rbtclub_grpsec .lifbit_cont .abut_picbox,.sbitred-bg .abut_picbox{ width: 58%; float: none; margin:15px auto;} 

  .flow_socl ul li { width: 36px; margin:2px 0px;}
  .flow_socl span { line-height: 40px; }

  .fe-img { text-align: center; }

  .fe-content h5 {font-size: 20px; margin-top: 15px;}

  .red-bg .fe-content p{ font-size: 14px !important; }

  .tchrsdaySlide .abut_picbox{ margin :0px auto;  }

  .lifbit_cont .lft-red-bg ul{ margin-top: 10px !important; }
  .lifbit_cont .lft-red-bg ul li{ margin-bottom: 12px; font-size: 16px; }

  .grycontc_bx{ min-height: auto; }

  .modal-content .admisn_adrsbx{ border-right: 0px; padding-right: 0px; }

  .admisonmodl .modal-header .pop_logo { margin: 0px auto;}
  .admisonmodl .modal-dialog.modal-dialog{ max-width: 700px !important; }
  .admisonmodl .cont_adrs_cel h5 .icn_crcl{ width: 45px; height: 45px; line-height: 25px; }
  .admisonmodl .pop_logo{ width: 176px; }

  .cont_adrs_cel h5{ line-height: 36px; font-size: 20px; }

  .admisonmodl .modal-dialog .cont_adrs_cel p {  padding-left: 64px; line-height: 20px;}
  .admisonmodl .modal-body{ padding:0px 15px; }
  .admisonmodl .cont_adrs_cel{ margin-bottom: 14px; padding-right: 0px;}
  .admisonmodl .abut_picbox img{ height: 250px; }


   .modal-body.pop_scrol { overflow-y: scroll; height: 200px;}

   .dwnlod_modlform form .form-control {height: 48px; border-radius: 8px;}
   .dwnlod_modlform .modal-dialog { width: 80%;}

   .dwnlod_modlform .btn-radius15{ height: 42px; line-height: 42px;}


   .gallery_cel ul li.vwglry_cont{ width: 46%; height: 264px; }


   .gallery_cel ul li.vwglry_cont:first-child { width: 355px; height: 257px;}

   .galry_pg .gallery_cel ul li.vwglry_cont:nth-child(3),.galry_pg .gallery_cel ul li.vwglry_cont:nth-child(4),
   .galry_pg .gallery_cel ul li.vwglry_cont:nth-child(7),.galry_pg .gallery_cel ul li.vwglry_cont:last-child
   { width: 46%; }


   .owl-carousel .owl-stage-outer { width: 100%;}

   /* .banner .bnttxt_cel {
         width: 540px;
    } */

    .banner .bnttxt_cel span {
      font-size: 22px;
    }

}





@media (max-width:768px) {

.achvmnt_slider .bxslid {
    padding: 14px 20px;}  

.bxslid .achvmnt_nfobx .max-lines {
    line-height: 18px;}

.achvmnt_nfobx h5 {
    font-size: 18px;}

.achvmnt_sec .achvmnt_nfobx p {
    font-size: 15px; line-height: 20px;}

.homeBannerSlide .owl-stage-outer{ width: 100%; }
.contact_pg form .nput_fild, .contact_pg form select {
    height: 46px;}

.contact_pg .submit_btn{ height: 48px; width:150px; }   
.hmcontc_sec ul.add-con li { height: 320px;} 
.pncpl_pic_bx{ margin-right: 5px; }
.dprtmnt_pag h3 { font-size: 34px;}


  .dprtmnt_pag .noticebord_sec.dept_noticebordsec{ padding: 30px; }

  .labbx-1, .labbx-2 { width: 100%; }

  .tr-img img { max-width: 100%;}

  .tr-content p{ padding-left: 0px !important; }

  .pre-img{ float: none; margin: 0px auto; } 

  .pre .col-md-pull-6 img.banr_pic{ float: none; margin: 0px auto !important; }


  .lft-red-bg ul li{ font-size: 16px; }
  .ndustry_pg ul li{ font-size: 14px ;} 

  .notable_sec ul li img { height: 70px !important;}


  .fclty_pic{ float: none; margin: 10px auto;  }
  .dept_faculty .faculty_bx .col-sm-12{ margin-bottom: 10px; }
  .fcty_mail { font-size: 14px; }

  .fcty_mail img { width: 22px; height: 16px; margin-right: 5px;}


  .row-red .fe-content h5{ margin-top: 20px; }

  .library_pg .row .col-md-7{ padding-right: 0px; }

 .book_pg +.cnt-main .cnt li { max-width: 240px !important; font-size: 16px; line-height: 24px;}


 .robored-bg h3{ font-size: 34px; }

 .lifbit_cont h3{ margin-bottom: 30px; }



 /* .whats_app_field {
    z-index: 999;}   */

  .cnt-clas{ 
    display: block !important; }

.fix_btn{ 
  max-height: 34px  !important;
  padding: 12px;}

/* .fix_btn:last-child{
  padding: 8px 14px;} */

/* .whats_app_field span{ 
  display: none;} */

.whats_app_field {
    max-width: 182px;
    bottom: 116px;
}  

.whats_app_field {
   left: -115px; } 

.whats_app_field img {
      width: 40px;
      top:-3px;
     }  
      
/* .call_to_action {
   bottom: 66px;} */
      
.anusmnt_pg h2{
  line-height: 40px;
  text-align: left;
}

}



@media (max-width:767px) {

  .listng_aphbet li a { font-size: 14px;}
  .listng_aphbet li { margin-bottom: 5px;}
  .bktop_btn { font-size: 14px !important; height: 35px; line-height: 35px;}
  .listng_aphbet{ margin: 10px 0px; }

  .pop_logo { width: 250px; margin: 18px auto 16px; }
  .mvision_pag ol li,.inrpagbdy_sec p,.abut_pg .row p{ font-size: 14px; }
  .abut_pg.abut_inr_pg .top_row p{font-size: 14px !important; line-height: 22px !important;}

  .rank_recg_pg h6 { font-size: 17px;line-height: 24px;}
  .red-bg.red-bg-cntr {padding: 22px 25px;}

  .mison_sec ul li,.plcm ul li{ font-size: 14px; margin-bottom: 10px !important; }
  .dprtmnt_pag .mison_sec p{ font-size: 14px !important; }

  .plcm ul li:before { height: 30px; width: 30px;}

  .dprtmnt_pag h3 { font-size: 26px;}

  .btl{ padding: 30px 0px; }

  .lab_cel ul li:first-child .nmbr_bx, .lab_cel ul li:last-child .nmbr_bx {
    width: 50px; height: 50px;}

  .nmbr_bx span { font-size: 18px;}


    .lab_cel ul li:first-child .nmbr_bx { margin-right: 45px;}
    .lab_cel ul li:last-child .nmbr_bx{ left: -50px; }

    .labtxt_cont{ padding: 15px 10px; }
    .lab_pag .lab_cel .labtxt_cont p strong { font-size: 16px; line-height: 24px;}

    .labbx-2 { margin: 30px auto 0px;}

    .lab_cel ul li:last-child .nmbr_bx { margin-top: 90px;}
    .lab_cel ul li:first-child .nmbr_bx {top: 550px;}
    .row.top_row.lab_cel ul:last-child li .nmbr_bx { top: 95px;}

    .labtry_pag h2, .lab_pag.labtry_pag .lft-red-bg h3{ font-size: 26px !important; line-height: 25px !important;}

    .lft-red-bg ul li{ font-size: 14px; margin-bottom: 12px;}
    .lft-red-bg ul li:before { height: 30px; width: 30px; margin-left: -38px;}
    .lab_pag.labtry_pag .lft-red-bg { padding: 30px;}

    .lab_pag.labtry_pag .lft-red-bg ul { padding-left: 36px !important;}

    .plcmnt_pg .plcmnt_sec ol li{ font-size: 14px;}

    .notable_sec ul li { width: 30%;}
    
    .tpo_sec .tpo_box .tpo_pic { height: 490px;}
    .tpo_sec .tpo_box{ margin-bottom: 25px; }

    .features_list_fld .wrap_fld_dv li{ font-size: 14px !important; }
    .features ul.features_list_fld{ margin-top: 50px; } 

    .features ul.features_list_fld li:before{ background-size: contain; height: 45px; width: 45px; background-repeat: no-repeat;} 

    .photored_cvr ul li { width: 28%;}


    .faculty_bx .col-sm-12,.dept_faculty .faculty_bx p{ text-align: center !important; }

    .tab { padding: 10px 2px;}
    ul.tabs.aca-tabs li span { font-size: 16px;}
   .faculty_detlpg .tabsct .tab h2 {font-size: 26px;}

   .faculty_detlpg ol li { font-size: 13px;}

    .book_pg +.cnt-main .cnt li { max-width: 202px !important; font-size: 15px; }

    .achvmnt_sec .bxslid .achvmnt_nfobx p{ max-height: 240px; }


    .lifbit_pag .abut_picbox{ margin-bottom:0px; }
    .lifbit_pag .lifbit_cont .lft_contnt{ padding-right: 0px; }

    .codred-bg ul li { width: 25%; margin: 0px 4px;}


    .robored-bg{ margin-bottom: 0px; }
    .rbtclub_grpsec{ padding-top: 30px; }

    .rbtclub_grpsec .lft_contnt ul li{ font-size: 14px !important; }


    .row.lifbit_cont.tech-fest h5 { margin-top: 10px; font-size: 20px;}

    .fe-content p span{ font-size: 14px; }

    .visit-btn { font-size: 16px !important; margin: 15px auto;}

    .col-wht .fe-content p,.bg-col .fe-content p{ font-size: 14px !important; }

    .dwn .fe-content p{ font-size: 14px !important; }

    .lifbit_cont h3, h3.evnt {font-size: 30px !important; line-height: 30px !important;}


    .dwn.fe-content p{ font-size: 14px !important;}

    .sport_note { font-size: 15px; line-height: 20px; margin: 10px auto 20px;}


    .lifbit_cont .lft-red-bg ul li{ font-size: 14px; }

     .med-pre-slide .owl-nav .owl-prev{ left:-25px; height: 40px; width: 40px; }
     .med-pre-slide .owl-nav .owl-next{ right:-25px; height: 40px; width: 40px;}


    .admisonmodl .cont_adrs_cel p {font-size: 13px;}

    .admisonmodl .modal-header{ padding-bottom: 15px; }
    .admisonmodl .cont_adrs_cel h5 .icn_crcl { line-height: 34px; }

    .cont_adrs_cel h5 { font-size: 18px;}

    .admisonmodl .modal-dialog .dwnlod_btn {
    border-radius: 5px; width: 110px; height: 35px; font-size: 14px; line-height: 35px;}


 /*  .gallery_cel ul li.vwglry_cont:first-child,.gallery_cel ul li.vwglry_cont:nth-child(6) { width: 245px;}

   .galry_pg .gallery_cel ul li.vwglry_cont:nth-child(3),.galry_pg .gallery_cel ul li.vwglry_cont:nth-child(4),
   .galry_pg .gallery_cel ul li.vwglry_cont:nth-child(7),.galry_pg .gallery_cel ul li.vwglry_cont:last-child
   { width: 44%; }*/

   .galry_pg .gallery_cel ul li.vwglry_cont{ width: 45% !important; margin: 5px; }

   .gallery_cel ul { margin: 10px 0px;}

   .nirf_pg span{ font-size: 15px; }


   .ev-detail .ev-content{ padding-left: 0px; }
   .ev-detail .ev-content h3{ font-size: 24px; }
   .ev-detail .ev-content p{ font-size: 14px !important;  }

   .slider_popup .slider-for{ width: 90%; }
   .slider_popup .cross_close { width: 20px; height: 20px; right: 10%;}
   .ndustry_sec ul li{ font-size: 14px !important; line-height: 22px!important;}

   .book_pg .fe-content { font-size: 14px; line-height: 24px;}

   .fe-content.fa-con-img h5 { font-size: 30px;}

   .book_pg .fe-content p { font-size: 14px !important;}

   .abut_inr_pg .lib-desk{ margin-top: 30px !important; }

   .counter_cel .cunter_icnbx { width: 70px; height: 70px;}
   .counter_cel .cunter_icnbx img { width: 35px; }
   .counter_cel li .counting { font-size: 17px;}
   .counter_cel li { padding: 10px 10px;}




   .study_sec{ padding-top: 20px; }
   .study_sec span{ margin-top:35px; }
   .study_sec .curv_bx{ margin-bottom: 5px; }


   .hmcontc_sec ul.add-con li{ margin-bottom: 15px; padding-top: 15px;}

}


@media (max-width:640px) {

    .achvmnt_slider .bxslid{ height: 350px; }
    .achvmnt_sec .bxslid .achvmnt_nfobx p { line-height: 24px;}
    .comn_sec.faculty_pg h4 { font-size: 22px; text-align: left;}
    .comn_sec.faculty_pg h4:after{ left: 0px !important; right: auto; width: 85px; top:40px; }

    .comn_sec.inrpagbdy_sec.anusmnt_pg h2 { font-size: 32px;
       text-align: left; }
    .inrpagbdy_sec h2:before, .knim h2:before{ /*bottom:6px;*/ bottom: -9px; }
    .inrpagbdy_sec.nirf_pg ul.nirf_butns li{ max-width: 215px; height:45px; line-height: 45px; }
    .nirf_pg ul.nirf_butns li a{ font-size: 14px; }

    .inrpagbdy_sec.abut_pg h2{
      line-height: 26px;
    }

    .iic-pag h5 {
      font-size: 22px;
    }

    .inrpagbdy_sec.abut_pg h2:before{ bottom: -9px; }
    .hmcontc_sec ul.add-con li{ height: 256px; }
    .mvision_pag h3 { font-size: 24px;}
    .pncpl_pic_bx img.img-sdw{ max-width: 100%; }

    .pre h5,.soft h5{ font-size: 24px; }
    .pre img {height: 150px;}
    .pre p,.soft p{ line-height: 24px; }
    .soft, .pre { padding: 40px 0;}
    .dprtmnt_pag .mison_sec h3{ line-height: 25px; }
    .btl .btl-main ul { display: block; }
    .btl .btl-main ul li{ padding: 0px 60px; margin-bottom: 30px; }
    .btl-main ul li img { height: auto;}

    .robored-bg h3 {font-size: 22px; line-height: 30px;}


    .admisonmodl .modal-dialog.modal-dialog {
    max-width: 85% !important;}

}


@media (max-width:520px) {

    .achvmnt_slider .bxslid{ height: 400px; }
    /* section.exp-slide { margin-top: 495px;} */

    .life_slider{ margin-top: 40px; }
    .comn_sec.faculty_pg .fclty_prflschool li a{ font-size: 14px; }

    .comn_sec.abut_pg.anusmnt_pg .anusmnt_cel_cont .anusmnt_cel p{ font-size: 14px; text-align: center !important; }

    .anusmnt_pg .anusmnt_cel .bult_icnbx{display: none;}

    .contact_pg .submit_btn { height: 40px; width: 100px; font-size: 15px;}

    .inrpagbdy_sec.nirf_pg.nirf_pg img { max-width: 125px;}

    .nirf_pg ul.nirf_butns li{ margin: 4px; }

    .hmcontc_sec ul.add-con li { height: auto; background: #fff;}

    .study_sec h2{ margin-top: 30px; }

    section.exp-slide.exp-slide.exp-slide.exp-slide h2,.bitnfo_cont h5 {
    font-size: 30px; }


    .rnktwin_btn ul li:last-child{ margin: 0px 5px; }
    .comn_sec.inrpagbdy_sec.abut_pg.mvision_pag .abut_picbox img{ width: 120px; }

    .dprtmnt_pag .achvmntmain_sec h2{ margin-bottom: 20px; }
    .nmbr_bx{ display: none; }
    .lab_cel .labtxt_cont p{ margin-bottom: 10px; }
    .lab_pag.labtry_pag .lft-red-bg { padding: 20px;}
    .abut_pg .trningpic_bx{ max-width: 100%; }
    .tpo_sec .tpo_box .tpo_pic { height: 320px;}
    .features ul.features_list_fld li{ margin: 40px 18px !important; }


    ul.tabs.aca-tabs li { margin: 0 2px;}
    ul.tabs.aca-tabs li span { font-size: 14px;}

   .faculty_detlpg .tabsct .tab h2 { font-size: 20px;}
   .library_pg .red-bg.row-red{ padding: 10px 15px 20px; }
   .book_pg +.cnt-main .cnt li { max-width: 100% !important; margin-bottom: 15px; font-size: 16px; }
   .robored-bg .abut_picbox{ width: 100%; }


   .lifbit_pag .robored-bg h3:after { top: 76px !important;}


   .rbtclub_grpsec .lifbit_cont .abut_picbox,.sbitred-bg .abut_picbox{ width: 100%; }
   .fe.img-sdw{ height: 250px; }
   .tech-fest .mdl .fe-img img { height: 225px;}

   .lifbit_pag .tech-fest h4{ font-size: 22px; }
   .lifbit_pag .tech-fest h4:before{ bottom:10px; }

   .fe-img img { height: 200px !important;}

   .visit-btn { font-size: 13px !important; padding: 12px 14px;}

   .banner .banr_pic { height: 220px !important;}

   /*.gallery_cel ul li.vwglry_cont:first-child{ width: 100%; }*/

   .study_sec{ padding: 20px 0px 5px; }


   .abut_inr_pg .top_row{ margin-top: 10px; }

   .library_pg .dwn { margin-top: 0px;}
   .library_pg .dwn { margin-top: 0px;}

   .library_pg .mdl { margin: 20px 0;}

   .package li{ margin-bottom: 10px; }

/* 
   .fix_btn{ 
    max-height: 34px  !important;
    padding: 12px;
  }
  
  .fix_btn:last-child{
    padding: 12px 8px !important;
  } */



  .twinfix_btncel_left{
      left: -16px;
      width: 41px !important;
  }


  .twinfix_btncel_left .fix_btn {
        max-height: 110px !important;
        font-size: 10px;
        padding: 8px 10px !important;
        width: 34px;
    }

  .fix_btn {
      width: 34px;
    }

 


  }


@media (max-width:480px) {

  .comn_sec.faculty_pg h4 { font-size: 18px; }
  .comn_sec.inrpagbdy_sec.anusmnt_pg h2 { font-size: 24px;}


  .dprtmnt_pag .red-bg.red-bg-cntr h3{ line-height: 24px; }
  .dprtmnt_pag .red-bg.red-bg-cntr { padding: 20px;}

  .dprtmnt_pag .red-bg.lft-red-bg {  padding: 20px 10px;}
  .dprtmnt_pag .red-bg.lft-red-bg h3 { font-size: 24px !important; line-height: 24px !important;}


  .notable_sec ul li { width: 40%; padding:15px 0px;}

  .tpo_sec .tpo_box .tpo_pic { height: 200px;}

  .features ul.features_list_fld li {  margin: 40px 0px !important;}

  .features ul.features_list_fld .wrap_fld_dv{ padding: 30px 20px 10px; }

  .lifbit_cont h3 { font-size: 25px; }

  .photored_cvr ul li { margin: 11px 2px;}

  .photored_cvr.red-bg{ padding: 20px 0px; }

  .med-pre-slide .owl-nav .owl-prev{ left:-35px; height:30px; width: 30px;}
  .med-pre-slide .owl-nav .owl-next{ right:-35px; height: 30px; width: 30px;}

  .galry_pg .gallery_cel ul li.vwglry_cont{ width: 45% !important; height: 160px; }

  .tpo_box{ min-height: auto; }

}



@media (max-width:320px) {
  section.exp-slide.exp-slide.exp-slide.exp-slide h2,.bitnfo_cont h5 {
    font-size: 26px; }

  .mvision_pag h3 { font-size: 22px;}
  .dprtmnt_pag h3 { font-size: 22px;}

  .btl .btl-main ul li{ padding: 0px 20px; margin-bottom: 30px; }
   
  .lab_pag.labtry_pag .lft-red-bg h3 { font-size: 22px !important;}

  .abut_pg .trningpic_bx {max-width: 230px;}


  
  .plcmnt_pg h2{ line-height: 25px !important; }
  .ndustry_pg ul li{ font-size: 14px !important; line-height: 22px !important;} 
  .photored_cvr ul li { width: 80%;}
  .fe-img img { height: 160px !important;}
  .fe.img-sdw { height: 180px;}
  .grycontc_bx h5 { font-size: 24px;}


  .cont_adrs_cel h5{ font-size: 20px; }
  .contact_pg .cont_adrs_cel p{ padding-left: 0px; }

  .cont_adrs_cel h5 .icn_crcl { width: 40px; height: 40px; line-height: 32px;}

  .cont_adrs_cel h5{ line-height: 38px; }

  .g-map{ padding: 0px; }
  
}  









.contact_pg form .nput_fild,.contact_pg form select{ border-radius: 8px; }
section.exp-slide h2{ font-size: 56px;  font-weight: 700;}

.labtry_pag .lft-red-bg,.dprtmnt_pag .lft-red-bg{
   padding: 20px 50px;  }

.des h5{ text-align: left; margin-bottom: 0px !important; padding-bottom: 0px !important; }
.des h5:before{ display:  none;  }

.fe-content h5 a{ color: #282828; }
.tech-fest h3.hund{ margin-bottom: 0px; }

  .pop_scrol {
    overflow-y: scroll;
    height: 345px;
  }

  .pop_scrol::-webkit-scrollbar,
  .scrol_bx::-webkit-scrollbar {
    width: 6px;
    height: 20px;
  }

  .pop_scrol::-webkit-scrollbar-track,
  .scrol_bx::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    padding: 6px;
  }

  .pop_scrol::-webkit-scrollbar-thumb,
  .scrol_bx::-webkit-scrollbar-thumb {
    background-color: #D10A11;
    border-radius: 20px;
  }



  .dwnlod_modlform .btn-radius15{
    background: #EB2625; 
    height: 48px;
    line-height: 48px;
    margin-bottom: 0;
    border-radius: 10px;
    color: #fff; width: 120px;
    text-align: center; border: 0px;
    text-transform: capitalize; transition: 0.6s;
  }

  .dwnlod_modlform .btn-radius15:hover{ background: #c01212; }

  .dwnlod_modlform .col-md-6,.dwnlod_modlform .col-sm-6{ padding-left: 0px; }


  .drpdwn_wht_contnr input{
    background: #EB2625; 
    height: 48px;
    line-height: 48px;
    margin-bottom: 0;
    border-radius: 10px;
    color: #fff; width: 150px;
    text-align: center; border: 0px;
    text-transform: capitalize; transition: 0.6s;
  }


  .drpdwn_wht_contnr input:hover{ background: #c01212; }


  /*.whybit_sec .bit_picbx{ height: 650px; }*/








  .evnfo h3 b{ color:#fff; }

  .evnt_slider .evnfo p{ margin-top: 0px; line-height: 20px; }


  .evnt_slider .evnfo p span b,.evnt_slider .evnfo p b,.evnt_slider .evnfo div b a{ color:#fbd7d7; font-size: 14px; font-weight:300;  }
  .evnt_slider .evnfo div,.evnt_slider .evnfo div b,.evnt_slider .evnfo p span{ color:#fbd7d7; font-size: 14px; font-weight:300;  }


  /*.evnt_slider .evnfo p *,.evnt_slider .evnfo div *{ color:#fb8686; font-size: 14px; font-weight:300;  }*/

  .evnt_slider .evnfo h3 *{ font-size: 20px; font-weight: 700; color: #fff; }
  .evnt_slider .evnfo h4 *{ font-size: 20px; font-weight: 700; color: #fff; }


  .achvmnt_sec .bxslid p *,
  .achvmnt_txtcovr *{ 
    font-weight: 300; font-size: 15px !important; color: #282828 !important; line-height: 1.2em !important; }

  .anucment_nfobx p a{ color: #fff; text-decoration: underline !important; }
  .anucment_nfobx p a:hover{ text-decoration: none !important; }



  .bitnfo_cont ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    width: 38%;
    padding: 10px;
    margin: 0px 2px 0px;
}


.bitnfo_cont {
    width: 100%;
    padding-top: 9px;
    /* padding: 22px 165px 37px 0px; */
}


.bitnfo_cont h5:after { bottom: -15px;}
.detlevnt{ height: 80px; overflow: hidden; }


 .evnt_slider .evnfo h3,.evnt_slider .evnfo h4 { margin-top: 0px; font-size: 18px;}


@media (max-width:1500px){

  .bitnfo_cont ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    width: 38%;
    padding: 10px;
    margin: 2px 2px 20px;}

  .bitnfo_cont h5:after {
    height: 3px;
    bottom: -12px;}


   .sticky nav.menu ul{ line-height: 53px;}
}




.evnt-red.red-bg h3 { margin-bottom:10px; position: relative; margin-top:0px;}
.evnt-red.red-bg h3:after{ content: "";
    height: 2px;
    width: 60px;
    background: #fff;
    bottom: 25px;
    left: 0;
    position: absolute; }

.nwevnt_bx{ display: inline-block; width: 100%; max-width:340px; height: 220px; margin: 10px; }
.evntnew_slider .bx1{ background: linear-gradient(to bottom, #9bc1ff 0%,#4382ce 101%);}
.evntnew_slider .bx2{ background: linear-gradient(to bottom, #ffe9d8 0%,#ffbf87 101%); }
.evntnew_slider .bx3{ background: linear-gradient(to bottom, #dbff9f 0%,#a0ca4b 101%); }

.red-bg.red-bg-cnt.evnt-red{ padding: 30px 60px; } 



.evntnew_slider{ margin-top: 25px; }
.nwevnt_sec .owl-nav {top: 80px; position: absolute; width: 100%; ; pointer-events: none; }
.nwevnt_sec .owl-nav .owl-prev{ background: url(../images/evt-prv.png) 0 0 no-repeat !important;
       width: 60px; height: 60px; margin: 4px; float: left; margin-left: -68px; background-size: contain !important;
     pointer-events: initial; }

.nwevnt_sec .owl-nav .owl-next{background: url(../images/evt-nxt.png) 0 0 no-repeat !important;
       width: 60px; height: 60px; margin: 4px; float: right; margin-right: -68px; background-size: contain !important;
     pointer-events: initial; } 

.nwevnt_sec .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{ display: block !important; }

.pdng-red{ padding: 60px 40px; }


@media (max-width:768px){

  .nwevnt_sec .owl-nav .owl-prev,.nwevnt_sec .owl-nav .owl-next{ width: 40px; height: 40px; }

  .nwevnt_sec .owl-nav .owl-prev{ margin-left: -24px;}
  .nwevnt_sec .owl-nav .owl-next{ margin-right: -24px;}
  .nwevnt_sec .owl-nav{ top: 110px; }

  .plcmnt_sec .plcmnt-imgbx.plcmnt-imgbx img{
    height: 200px;
    margin: 0px auto;
    float: none;
  }
  
}

@media (max-width:767px){

  .nwevnt_sec .owl-nav .owl-prev,.nwevnt_sec .owl-nav .owl-next{ width: 40px; height: 40px; }

  .nwevnt_sec .owl-nav .owl-prev{ margin-left: -34px;}
  .nwevnt_sec .owl-nav .owl-next{ margin-right: -34px;}

  .contact_pg .apply-covr {
    border-radius: 20px;
    padding: 15px 25px;}

  .contact_pg .apply-covr h4 {
    font-size: 25px;
    line-height: 25px; }

    .contact_pg form .apply-covr .nput_fild,
    .contact_pg form .apply-covr select {
      height: 40px;
      margin-bottom: 10px;
  }


  .inrpagbdy_sec .g-map{
    margin-bottom: 0px;
  }

}


@media (max-width:520px){
    
    .nwevnt_sec .owl-nav{ top: 100px; }

    .bitnfo_cont {
      width: 100%;
      padding: 22px 16px 37px 0px;}

    .aply-btn-togl {
        right: 68px; }

    .aply-btn-togl-2 {
          right: 168px; }    

    .sticky .aply-btn-togl,
    .sticky .aply-btn-togl-2 {
      height: 30px;
      line-height: 32px;
      margin-top: 18px;
      padding: 0 10px !important; }

    .aply-btn-togl,
    .aply-btn-togl-2 {
      top: -7px; }


    .anucment_sec{
      padding-top: 40px;
    }  

    .banner.banner.banner .bnttxt_cel h1 {
        font-size: 14px;
    }

    .banner.banner.banner .bnttxt_cel h3{
      font-size: 12px;
    }

    .banner.banner.banner .bnttxt_cel span {
        font-size: 10px;
        line-height: 15px;
    }

  }





  .comn_sec.event_sec.red_sec p{ color: #fbd7d7;}
  .comn_sec.event_sec.red_sec .redmor_lnk{ color:#fff;}

  .evnt_slider .evnfo .redmor_lnk:hover{ background-color: #fff; color:#B60F0F;}


  .achvmnt_sec .achvmnt_nfobx p{ margin-bottom: 65px;}


  .achvmnt_txtcovr{ height: 300px; border:#000}


  .achvmnt_txtcovr{ height: 78px; margin-bottom: 65px; padding: 5px 0px 25px; overflow: hidden; }
 
  .slidbox_pic{ position: relative;}
  .slick-slide img{ position: absolute; top:0; bottom:0; left:0; right: 0; margin: auto;}

 






  @media (max-width:1199px){

  .menu-toggle li:hover .sb_menu {
    top: 42px;
  }

  }

  @media (max-width:1500px){

    .achvmnt_txtcovr div{ font-size: 14px;}

    .achvmnt_txtcovr{ height: 96px; margin-bottom: 65px; padding: 5px 20px 25px; overflow: hidden; position: absolute; bottom: 38px;
    left:0px; right: 0;}

    .achvmnt_nfobx_new h5{ min-height: 100px;}
    .achvmnt_nfobx.achvmnt_nfobx_new .achvmnt_txtcovr { 
      height: 75px; 
      margin: 0px auto 65px; 
      float:none;
      padding: 5px 0px 25px; 
      width: 90%;
      overflow: hidden;}
  }

  .achvmnt_sec .achvmnt_nfobx{
    width: 90%;
    margin: 0px auto;
    float:none;
  }



  .achvmnt_nfobx_new h5{
     min-height: 82px;
    }

  .slider_popup .slider-for .slidbox_pic{ margin-top: 10px;}



  .modal-dialog .hdr_aply_btn {
     padding: 10px 14px;
     border-radius: 4px;}


  .cntr-butn{ text-align: center;}   



  @media only screen and (max-width:400px) {


  
    .whats_app_field {
          max-width:176px;
          bottom:135px;
    }

    .whats_app_field img{
          width: 36px;
          top: -1px;
          right: 18px;
    } 

    .call_to_action {
        bottom: 82px;}
      
    

    /* label.logo img {
      width: 36px;}  */

    label.logo{ 
      line-height: 56px;} 

    nav.menu {
      height: 58px;} 

    .main_menu label.checkbtn {
        line-height: 58px;}

    .bnttxt_cel h1 {
        font-size: 15px;}   
        
    .redmor_btn {
          width: 80px;
          height: 20px;
          line-height: 20px;
          font-size: 10px; }  

     .main_menu .menu-toggle {
            top: 59px;
        } 
        
        
    .onload_popup .modal-content h2 {
        margin-bottom: 15px;
    }  
        
  }


  .cnt-clas,.aply_btn{ 
    display: none;}


  .aply-btn-togl,
  .aply-btn-togl-2{ 
    display: none;}


    .hdr_aply_btn {
      -webkit-animation: glowing 1500ms infinite;
      -moz-animation: glowing 1500ms infinite;
      -o-animation: glowing 1500ms infinite; 
      animation: glowing 1500ms infinite;
    }
    @-webkit-keyframes glowing {
      50% { background-color: #eea301; } 
      75% { background-color: #ee3901;  }
      100% { background-color: #B20000;  }
    }
    
   @-moz-keyframes glowing {
      50% { background-color: #eea301; } 
      75% { background-color: #ee3901;  }
      100% { background-color: #B20000;  }
    }
    
    @-o-keyframes glowing {
      50% { background-color: #eea301; } 
      75% { background-color: #ee3901;  }
      100% { background-color: #B20000;  }
    }  
    
    @keyframes glowing {
      50% { background-color: #eea301; } 
      75% { background-color: #ee3901;  }
      100% { background-color: #B20000;  }
    }



    .apply-covr{
      background: #fff;
      border: 1px solid #dfdfdf;
      border-radius: 20px;
      padding: 40px 60px;
      box-shadow: 2px 10px 28px -15px rgba(0,0,0,0.5);
    }

    .apply-covr .submit_btn{
      margin-top: 15px;
    }


    .twinfix_btncel_left{
          position: fixed;
          top: 357px;
          left: -6px;
          width: 50px;
          z-index: 99;
    }


    .twinfix_btncel_left .fix_btn {
      padding: 20px 12px;
      background: #FAD207;
      border-radius: 8px 0px 0px 8px;
     }


     

     .header_top .blk_htop_link ul li ul.sb_menu{
         width:174px;
         position:absolute;
         z-index: 9999999!important;
         background-color: #fbefef !important;
         left: -8px;
         top:32px !important;
    }



     .header_top .blk_htop_link ul li ul.sb_menu li a {
      color: #ff0000 !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 32px;
      transition: 0.6s;
  }

     .header_top .blk_htop_link ul li ul.sb_menu li a:hover {
        color: #841313 !important;
        font-weight: 500;
  }

     .header_top .blk_htop_link ul li ul.sb_menu li:last-child {
       right:0px
  }

  .plcmnt_sec .plcmnt-imgbx{
    padding-top: 36px;
  }


  .plcmnt_sec .plcmnt-imgbx h3 span,
  .plcmnt_sec .plcmnt-imgbx h4 span{

      display: block;
      text-align:center;
  }

  .plcmnt_sec .plcmnt-imgbx img{
      height: 250px;
      margin: 0px auto;
       float: none;
  }


  .inrpagbdy_sec.g-map{
    padding:0px 0 10px;
  }

  .contact_pg .row{
    margin-bottom: 15px;
  }


  nav.menu ul li:last-child {
    margin: 0px 2px;
}



.iqac_tabl{
	margin-top:10px;
}

.iqac_tabl tr th{
  background: #293950;
  color: #fff;
}
	
.iqac_tabl tr th,
.iqac_tabl tr td{
	padding:4px 6px;
	font-size:14px;
}

.iqac_tabl tr th:first-child,
.iqac_tabl tr td:first-child{
	width: 65px;
	text-align:center;
}

/* .iqac_tabl tr th:last-child,
.iqac_tabl tr td:last-child{
	width: 110px;
	text-align:center;
} */


.iqac_tabl tr td:last-child a{
  transition: 0.6s;
  color:#245fce;
}

.iqac_tabl tr td:last-child a:hover{
  text-decoration: underline !important;
  color:#245fce;
}


.iqac_tabl.iic_tabl.iic_tabl.iic_tabl.iic_tabl.iic_tabl td:first-child{
  width: 50px !important;
}

.gap-20{
    margin-top: 36px;
    line-height: 22px !important;
}


.iic-pag h5{
  font-size: 26px;
  font-weight: 500;
  color: #161616;
}

.tabl-botm{
  margin-bottom: 25px;
}

.note-txt{
  font-size: 12px;
  margin-top: 15px;
}

.slick-list.draggable{
  position: relative;
}


.lifbox_cont.slick-slide{
  border-radius: 10px;
}


.slider_popup.slider-for {
  margin-top: 107px;
}

.p-close{
  background-color: #d12e2e;
  color:#fff;
  font-size: 17px;
  font-weight: 600;
  height:30px;
  width:30px;
  line-height: 30px;
  border-radius:100%;
  position: absolute;
  right: 10px;
  top:10px;
  text-align: center;
  z-index: 9999;

}

.p-close a{
   color:#fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}




.cross_close{
    background-color: #d12e2e;
    border:6px solid #d12e2e;
    color:#fff;
    font-size: 17px;
    font-weight: 600;
    height:30px;
    width:30px;
    line-height: 30px;
    border-radius:100%;
    position: absolute;
    right: 27%;
    top: 96px;
    text-align: center;
    z-index: 9999;

}


.slick-initialized .slick-slide{
  background-color: #fff;
}

.sm-bx{
  width: 180px !important;
  text-align: left !important;
}

.cmti-dscription{
  width: 320px;
}

                 /* ############### NEW ############## */


@media (max-width: 768px) {
    .achvmnt_slider .col-xs-12 {
        padding: 0 10px;
    }

    .bxslid {
        margin: 10px auto;
        text-align: center;
    }

    .slidbox_pic img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .achvmnt_nfobx {
        padding: 10px;
    }

    .slick-slide{
      display: inline-flex;
    }

}



.e-crtificat{

    margin-top: 10px;
    margin-bottom: 6px;
    background-color: #1041a7;
    display: inline-block;
    transition: 0.6s;
    background-color: #0a3081;
    border-radius: 4px;
}

.e-crtificat a{
  color:#fff;
  font-size: 17px;
  font-weight: 400;
  display: block;
  padding: 5px 18px;
}

.e-crtificat:hover{
  background-color: #1041a7;
}


.achvmnt_sec{
  padding-bottom: 40px;
}


.abut_pg.wgrivnc_pg.wgrivnc_pg.wgrivnc_pg.wgrivnc_pg .row p,
.abut_pg.antragng_pg.antragng_pg.antragng_pg.antragng_pg.antragng_pg.antragng_pg.antragng_pg.antragng_pg .row p{
  padding-left: 0px !important;
}

.wgrivnc_pg .nwpic{
  
    width:500px;
    float: none;
    margin:0px auto;
}

.wgrivnc_pg .nwpic img{
  width:100%;
}


              /* onload-popup */

.onload_popup .modal-content{
  border-radius: 25px;
  padding: 30px;
}

.onload_popup .modal-content h2{
  text-align: center;
  font-size: 20px;
}

.onload_popup .modal-content .form-group{
  margin-bottom: 8px;
}

.onload_popup .modal-header,
.onload_popup .modal-footer{
  border:0px;
}

.onload_popup .modal-header .pop_logo{
    width: 200px;
    float: none;
    margin: 10px auto 15px;
}


.onload_popup .pop_sbmit {
    float:none;
    margin:10px auto;
    background: #D10A11;
    border-radius: 8px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: 0.6s;
}

.onload_popup .pop_sbmit:hover { 
   background: #4e4e4e;
}

.onload_popup .close span{
    position: absolute;
    top:24px;
}







.plcmnt-imgs-inrpg ul li{
  width: 100%;
}

.plcmnt-imgs-inrpg ul li img{
  float: none;
  margin: 0px auto;
}


.main_head.sticky .header_top .blk_htop_link .rd-btn{
  margin-top: 10px;
}







